PKG-INFO 1.2 KB

1234567891011121314151617181920212223242526272829
  1. Metadata-Version: 1.1
  2. Name: dulwich
  3. Version: 0.17.1
  4. Summary: Python Git Library
  5. Home-page: https://www.dulwich.io/
  6. Author: Jelmer Vernooij
  7. Author-email: jelmer@jelmer.uk
  8. License: Apachev2 or later or GPLv2
  9. Description:
  10. Python implementation of the Git file formats and protocols,
  11. without the need to have git installed.
  12. All functionality is available in pure Python. Optional
  13. C extensions can be built for improved performance.
  14. The project is named after the part of London that Mr. and Mrs. Git live in
  15. in the particular Monty Python sketch.
  16. Keywords: git
  17. Platform: UNKNOWN
  18. Classifier: Development Status :: 4 - Beta
  19. Classifier: License :: OSI Approved :: Apache Software License
  20. Classifier: Programming Language :: Python :: 2.7
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Classifier: Operating System :: POSIX
  26. Classifier: Topic :: Software Development :: Version Control