Python library for Git.
gitpylib is a lightweight wrapper of the git
command.
As of 02/2015 gitpylib is no longer mantained. If you are looking to interact
with git repositories from Python you can use subprocess
or sh to call to git
directly
or use pygit2, dulwich
or gitpython. gitpylib used to sit somewhere in the middle
between these two alternatives.
Via pip
(the Python Package Manager):
$> pip install gitless