python-git-doc

Python library to interact with git repositories - docs
  https://github.com/gitpython-developers/GitPython
  0
  no reviews



Python-git provides object model access to a git repository, so python can be used to manipulate it. repository objects can be opened or created, which can then be traversed to find parent commit(s), trees, blobs, etc.

this package provides the documentation.