Contents

GitPython 3.1.43

0

GitPython is a Python library used to interact with Git repositories

GitPython is a Python library used to interact with Git repositories

Stars: 4608, Watchers: 4608, Forks: 905, Open Issues: 159

The gitpython-developers/GitPython repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 4608 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

No  gitpython  pypi packages just yet.

Errors

A list of common gitpython errors.

Code Examples

Here are some gitpython code examples and snippets.

GitHub Issues

The gitpython package has 159 open issues on GitHub

  • repo.index.add() first argument type accepts os.PathLike but code raises TypeError
  • index.move failed when file being moved contains the string " to "
  • stacktrace; pump stream fails when commit diff is on a file with a colon in the name

See more issues on GitHub

Related Packages & Articles