Binary package “python3-git” in ubuntu jammy

Python library to interact with Git repositories - Python 3.x

 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.