README 791 B

123456789101112131415161718192021222324252627
  1. This is the Dulwich project.
  2. It aims to provide an interface to git repos (both local and remote) that
  3. doesn't call out to git directly but instead uses pure Python.
  4. Homepage: https://samba.org/~jelmer/dulwich/
  5. Author: Jelmer Vernooij <jelmer@samba.org>
  6. The project is named after the part of London that Mr. and Mrs. Git live in
  7. in the particular Monty Python sketch.
  8. Further documentation
  9. ---------------------
  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
  14. Help
  15. ----
  16. There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at
  17. https://launchpad.net/~dulwich-users.