README 778 B

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