what are python libraries to work with git without installing git
Posted
by
Arash
on Super User
See other posts from Super User
or by Arash
Published on 2012-04-11T10:39:50Z
Indexed on
2012/04/11
11:34 UTC
Read the original article
Hit count: 285
I want to develop an application using python. It should be able to work with git repositories (show diffs, ...)
I need a python library to work with .git repositories (creating, cloning, commit, ...) without installing git on my system.
It would be nice if you give your own idea about each library you suggest. Information about how its documentation is? how bug free it is? and if it has an active development? is appreciated.
Thanks in advance
© Super User or respective owner