CMD + K

gitpython

Anaconda Verified

GitPython is a python library used to interact with Git repositories.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::gitpython

Usage Tracking

3.1.45
3.1.43
3.1.37
3.1.30
3.1.18
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

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, and additionally allows you to access the git repository more directly using either a pure python implementation, or the faster, but more resource intensive git command implementation.

The object database implementation is optimized for handling large quantities of objects and large datasets, which is achieved by using low-level structures and data streaming.

About

Summary

GitPython is a python library used to interact with Git repositories.

Last Updated

Oct 24, 2025 at 09:55

License

BSD-3-Clause

Total Downloads

122.1K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 3.1.37
win-32 Last supported version: 2.1.11
noarch Last supported version: 3.1.18
linux-s390x Last supported version: 3.1.43
macOS-64 Last supported version: 3.1.43
linux-32 Last supported version: 2.1.11