Metadata-Version: 1.0
Name: gitpylib
Version: 0.4.3
Summary: A Python library for Git
Home-page: http://github.com/sdg-mit/gitpylib
Author: Santiago Perez De Rosso
Author-email: sperezde@csail.mit.edu
License: GPLv2
Description: gitpylib
        =========
        
        Python library for Git.
        
        Has methods for the most frequently used Git features; abstracts the user of the
        library from the burden of having to know which is the correct command to use to
        perform some Git operation.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Version Control
