Stéphane Klein 445a5462a6 * Now PreReceiveShellHook configure GIT_DIR environ variable | 10 gadi atpakaļ | |
---|---|---|
bin | 10 gadi atpakaļ | |
docs | 10 gadi atpakaļ | |
dulwich | 10 gadi atpakaļ | |
examples | 10 gadi atpakaļ | |
.gitignore | 11 gadi atpakaļ | |
.testr.conf | 14 gadi atpakaļ | |
.travis.yml | 10 gadi atpakaļ | |
AUTHORS | 11 gadi atpakaļ | |
COPYING | 17 gadi atpakaļ | |
HACKING | 11 gadi atpakaļ | |
MANIFEST.in | 10 gadi atpakaļ | |
Makefile | 10 gadi atpakaļ | |
NEWS | 10 gadi atpakaļ | |
README.md | 10 gadi atpakaļ | |
README.swift | 10 gadi atpakaļ | |
dulwich.cfg | 15 gadi atpakaļ | |
setup.py | 10 gadi atpakaļ | |
tox.ini | 11 gadi atpakaļ |
This is the Dulwich project.
It aims to provide an interface to git repos (both local and remote) that doesn't call out to git directly but instead uses pure Python.
Homepage: https://samba.org/~jelmer/dulwich/ Author: Jelmer Vernooij jelmer@samba.org
The project is named after the part of London that Mr. and Mrs. Git live in in the particular Monty Python sketch.
The dulwich documentation can be found in doc/ and on the web:
http://www.samba.org/~jelmer/dulwich/docs/
The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
http://www.samba.org/~jelmer/dulwich/apidocs
There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at https://launchpad.net/~dulwich-users.