About Anaconda Help Download Anaconda

main / packages / gitpython 3.1.37

Python Git Library

Installers

  • noarch v3.1.18
  • linux-32 v2.1.11
  • linux-64 v3.1.37
  • linux-ppc64le v3.1.37
  • osx-64 v3.1.37
  • win-32 v2.1.11
  • win-64 v3.1.37
  • linux-aarch64 v3.1.37
  • linux-s390x v3.1.37
  • osx-arm64 v3.1.37

conda install

To install this package run one of the following:
conda install main::gitpython

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy