README 902 B

12345678910111213141516171819202122232425262728293031323334
  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. Bugs
  9. ----
  10. Please file bugs in the Dulwich project on Launchpad:
  11. https://bugs.launchpad.net/dulwich/+filebug
  12. Further documentation
  13. ---------------------
  14. The dulwich documentation can be found in doc/ and on the web:
  15. http://www.samba.org/~jelmer/dulwich/docs/
  16. The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
  17. http://www.samba.org/~jelmer/dulwich/apidocs
  18. Help
  19. ----
  20. There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at
  21. https://launchpad.net/~dulwich-users.