blob: 9b72c4d3031c9c11b7753c2001ac7c942faad69f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
WWW: http://gitorious.org/projects/git-python/
|