This package browser is in early development. Mind the rough edges.

python-gitpython

Python library for interacting with Git repositories

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.

Installation

Install the latest version of python-gitpython as follows:

guix install python-gitpython

Or install a particular version:

guix install python-gitpython@3.1.44

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-gitpython about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-gitpython'><img src='https://packages.guix.gnu.org/packages/python-gitpython/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-gitpython/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-gitpython)

Example Org:

[[https://packages.guix.gnu.org/packages/python-gitpython][https://packages.guix.gnu.org/packages/python-gitpython/badges/latest-version.svg]]