Metadata-Version: 1.0
Name: GitPython
Version: 0.1.7
Summary: Python Git Library
Home-page: http://gitorious.org/projects/git-python/
Author: Michael Trier
Author-email: mtrier@gmail.com
License: BSD License
Description: GitPython is a python library used to interact with Git repositories.
        
        GitPython provides object model access to your git repository. Once you have
        created a repository object, you can traverse it to find parent commit(s),
        trees, blobs, etc.
        
        GitPython is a port of the grit library in Ruby created by
        Tom Preston-Werner and Chris Wanstrath.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
