1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Metadata-Version: 1.1
Name: GitPython
Version: 0.3.2.RC1
Summary: Python Git Library
Home-page: http://gitorious.org/projects/git-python/
Author: Sebastian Thiel, Michael Trier
Author-email: byronimo@gmail.com, mtrier@gmail.com
License: BSD License
Description: GitPython is a python library used to interact with Git repositories
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: gitdb (>=0.5.1)
|