CMD + K

gitpython

Community

Python Git Library

Installation

To install this package, run one of the following:

Conda
$conda install alphapower10_0ead::gitpython

Usage Tracking

3.1.37
1 / 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

Python Git Library

Last Updated

Feb 22, 2024 at 07:53

License

BSD-3-Clause

Total Downloads

6

Supported Platforms

linux-ppc64le