python3-git

Python library to interact with Git repositories - Python 3.x
  https://github.com/gitpython-developers/GitPython
  0
  no reviews



The GitPython project 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 Python 3.x module.