套件: python3-dulwich (0.18.5-1)
python3-dulwich 的相關超連結
Trisquel 的資源:
下載原始碼套件 dulwich:
- [dulwich_0.18.5-1.dsc]
- [dulwich_0.18.5.orig.tar.gz]
- [dulwich_0.18.5.orig.tar.gz.asc]
- [dulwich_0.18.5-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Jelmer Vernooij
外部的資源:
- 主頁 [www.dulwich.io]
相似套件:
Python Git library - Python3 module
Dulwich is a Python implementation of the file formats and protocols used by the Git version control system. It can currently read from and write to existing Git repositories and implements the protocol for pushing and receiving packs from remote servers.
All functionality is available in pure Python, but for improved performance replacements of some modules written in C are also available. This package includes the high performance versions.
This package contains the module built for Python version 3.x.
其他與 python3-dulwich 有關的套件
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
- dep: libc6 (>= 2.4) [i386]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.7)
- dep: python3 (>= 3.6~)
-
- rec: python3-fastimport
- Fastimport file format parser and generator library