GitPython - Python Git Library
Website: | http://pypi.python.org/pypi/GitPython/ |
---|---|
License: | BSD |
Vendor: | Virtuozzo |
- 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.
Packages
GitPython-0.3.2-0.6.RC1.vl7.1.src [313 KiB] |
Changelog
by Dennis Gilmore (2013-12-07):
- apply patch from Igor Gnatenko for bz#1010706 |