Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561451
en ru br
ALT Linux repos
S:3.1.32-alt1

Group :: Development/Python3
RPM: python3-module-GitPython

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.1.32-alt1
Build date: 27 july 2023, 09:38 ( 39.3 weeks ago )
Size: 9.62 Mb

Home page:   https://pypi.org/project/GitPython/

License: BSD
Summary: GitPython is a python library used to interact with Git repositories
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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-GitPython
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin