METADATA 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.1
  2. Name: GitPython
  3. Version: 3.1.30
  4. Summary: GitPython is a python library used to interact with Git repositories
  5. Home-page: https://github.com/gitpython-developers/GitPython
  6. Author: Sebastian Thiel, Michael Trier
  7. Author-email: byronimo@gmail.com, mtrier@gmail.com
  8. License: BSD
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Environment :: Console
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Operating System :: POSIX
  16. Classifier: Operating System :: Microsoft :: Windows
  17. Classifier: Operating System :: MacOS :: MacOS X
  18. Classifier: Typing :: Typed
  19. Classifier: Programming Language :: Python
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3.7
  22. Classifier: Programming Language :: Python :: 3.8
  23. Classifier: Programming Language :: Python :: 3.9
  24. Classifier: Programming Language :: Python :: 3.10
  25. Requires-Python: >=3.7
  26. Description-Content-Type: text/markdown
  27. License-File: LICENSE
  28. License-File: AUTHORS
  29. Requires-Dist: gitdb (<5,>=4.0.1)
  30. Requires-Dist: typing-extensions (>=3.7.4.3) ; python_version < "3.8"
  31. GitPython is a python library used to interact with Git repositories