Package: python-gitdb Version: 0.6.4-1~nd14.10+1 Architecture: amd64 Maintainer: NeuroDebian Maintainers Installed-Size: 210 Depends: neurodebian-popularity-contest, python-smmap, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14) Provides: python2.7-gitdb Homepage: https://github.com/gitpython-developers/gitdb Priority: extra Section: python Filename: pool/main/p/python-gitdb/python-gitdb_0.6.4-1~nd14.10+1_amd64.deb Size: 55262 SHA256: 8f92d60a0718b11e4f7e63108074ac2c744699dbc965b2c65fb4f784699c044f SHA1: 911910cdb2874dbbdf97b416dc1542f7b5a2f858 MD5sum: 8812f05a0ee7abaeedd707c6f04ef821 Description: pure-Python git object database 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.