
GitPython 3.1.46
0
GitPython is a Python library used to interact with Git repositories
Contents
GitPython is a Python library used to interact with Git repositories
Stars: 5066, Watchers: 5066, Forks: 966, Open Issues: 178The gitpython-developers/GitPython repo was created 15 years ago and the last code push was 3 days ago.
The project is extremely popular with a mindblowing 5066 github stars!
How to Install gitpython
You can install gitpython using pip
pip install gitpython
or add it to a project with poetry
poetry add gitpython
Package Details
- Author
- Sebastian Thiel, Michael Trier
- License
- BSD-3-Clause
- Homepage
- https://github.com/gitpython-developers/GitPython
- PyPi:
- https://pypi.org/project/GitPython/
- GitHub Repo:
- https://github.com/gitpython-developers/GitPython
Classifiers
Related Packages
Errors
A list of common gitpython errors.
Code Examples
Here are some gitpython code examples and snippets.
GitHub Issues
The gitpython package has 178 open issues on GitHub
- GitConfigParser ignores multiple [include] paths
pythonfix