Remove monkeypatch for older versions of urlparse.uses_netloc.
[jelmer/dulwich.git] / README
1 This is the Dulwich project.
2
3 It aims to provide an interface to git repos (both local and remote) that
4 doesn't call out to git directly but instead uses pure Python.
5
6 Homepage: https://samba.org/~jelmer/dulwich/
7 Author: Jelmer Vernooij <jelmer@samba.org>
8
9 The project is named after the part of London that Mr. and Mrs. Git live in
10 in the particular Monty Python sketch.
11
12 Further documentation
13 ---------------------
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
22
23 Help
24 ----
25
26 There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at
27 https://launchpad.net/~dulwich-users.