what are python libraries to work with git without installing git
- by Arash
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