File: PKG-INFO

package info (click to toggle)
python-git 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 184 kB
  • ctags: 142
  • sloc: python: 805; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Metadata-Version: 1.0
Name: GitPython
Version: 0.1.6
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