Codebase list python-git / debian/0.1.4.1-1 PKG-INFO
debian/0.1.4.1-1

Tree @debian/0.1.4.1-1 (Download .tar.gz)

PKG-INFO @debian/0.1.4.1-1raw · history · blame

Metadata-Version: 1.0
Name: GitPython
Version: 0.1.4.1
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: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules