Add tutorial chapter on remote repositories.
[jelmer/dulwich.git] / README
1 This is the Dulwich project.
2
3 It aims to give an interface to git repos (both local and remote) that doesn't
4 call out to git directly but instead uses pure Python.
5
6 The project is named after the part of London that Mr. and Mrs. Git live in 
7 in the particular Monty Python sketch. It is based on the Python-Git module 
8 that James Westby <jw+debian@jameswestby.net> released in 2007 and now 
9 maintained by Jelmer Vernooij et al.
10
11 Please file bugs in the Dulwich project on Launchpad: 
12
13 https://bugs.launchpad.net/dulwich/+filebug
14
15 The dulwich documentation can be found in doc/ and on the web:
16
17 http://www.samba.org/~jelmer/dulwich/docs/
18
19 The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
20
21 http://www.samba.org/~jelmer/dulwich/apidocs