python3-gitdb

pure-Python git object database (Python 3)
  https://github.com/gitpython-developers/gitdb
  0
  no reviews



The GitDB project implements interfaces to allow read and write access to git repositories. In its core lies the db package, which contains all database types necessary to read a complete git repository. These are the LooseObjectDB, the PackedDB and the ReferenceDB which are combined into the GitDB to combine every aspect of the git database.

This package contains the Python 3.x module.