|
- Metadata-Version: 2.1
- Name: GitPython
- Version: 3.0.1
- Summary: Python Git Library
- Home-page: https://github.com/gitpython-developers/GitPython
- Author: Sebastian Thiel, Michael Trier
- Author-email: byronimo@gmail.com, mtrier@gmail.com
- License: BSD License
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Environment :: Console
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Operating System :: OS Independent
- Classifier: Operating System :: POSIX
- Classifier: Operating System :: Microsoft :: Windows
- Classifier: Operating System :: MacOS :: MacOS X
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: 3.6
- Classifier: Programming Language :: Python :: 3.7
- Requires-Python: >=3.0, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
- Requires-Dist: gitdb2 (>=2.0.0)
- Requires-Dist: ddt (>=1.1.1)
-
- GitPython is a python library used to interact with Git repositories
-
|