[ buster ]
[ 源代码: python-gitdb ]
软件包:python-gitdb(2.0.5-1)
pure-Python git object database (Python 2)
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 2.x module.
其他与 python-gitdb 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-smmap (>> 2)
- pure Python implementation of a sliding window memory map manager