[ ソース: python-gitdb ]
パッケージ: python3-gitdb (4.0.11-1)
python3-gitdb に関するリンク
Debian の資源:
python-gitdb ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
pure-Python git object database (Python 3)
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.
その他の python3-gitdb 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-smmap
- pure Python implementation of a sliding window memory map manager