Start on 0.9.9.
[jelmer/dulwich.git] / README.md
1 This is the Dulwich project.
2
3 [![Build Status](https://travis-ci.org/jelmer/dulwich.png?branch=master)](https://travis-ci.org/jelmer/dulwich)
4
5 It aims to provide an interface to git repos (both local and remote) that
6 doesn't call out to git directly but instead uses pure Python.
7
8 Homepage: https://samba.org/~jelmer/dulwich/
9 Author: Jelmer Vernooij <jelmer@samba.org>
10
11 The project is named after the part of London that Mr. and Mrs. Git live in
12 in the particular Monty Python sketch.
13
14 Further documentation
15 ---------------------
16
17 The dulwich documentation can be found in doc/ and on the web:
18
19 http://www.samba.org/~jelmer/dulwich/docs/
20
21 The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
22
23 http://www.samba.org/~jelmer/dulwich/apidocs
24
25 Help
26 ----
27
28 There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at
29 https://launchpad.net/~dulwich-users.
30
31 Python3
32 -------
33
34 The process of porting to Python3 is ongoing. Please not that although the
35 test suite pass in python3, this is due to the tests of features that are not
36 yet ported being skipped, and *not* an indication that the port is complete.