Language

Package: python-gitdb @ 4.0.2

Synopsis

Python implementation of the Git object database

Description

GitDB allows you to access bare Git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint.

Home page
https://github.com/gitpython-developers/gitdb
Location
gnu/packages/version-control.scm (line: 1147, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?