opnsense-ports/devel/py-gitpython/pkg-descr
Franco Fichtner dc8ceb4a03 */*: sync with upstream
Taken from: FreeBSD
2024-09-20 09:22:36 +02:00

5 lines
263 B
Text

GitPython is a python library used to interact with git repositories, high-level
like git-porcelain, or low-level like git-plumbing.
It provides abstractions of git objects for easy access of repository data often
backed by calling the git command-line program.