a1e43ab135
- Regenerate patches - Update WWW - Update license info: now dual licensed Apache v2 and GPLv2+ (it's unclear why it was previously labeled as GPLv3) PR: 212713 Submitted by: matthew@reztek.cz Approved by: maintainer timeout
9 lines
391 B
Text
9 lines
391 B
Text
Dulwich is a Python implementation of the Git file formats and protocols,
|
|
without the need to have Git installed.
|
|
|
|
It aims to provide an interface to Git repos (both local and remote) that
|
|
does not call out to Git directly but instead uses pure Python. All
|
|
functionality is available in pure Python. Optional C extensions can be
|
|
built for improved performance.
|
|
|
|
WWW: https://www.dulwich.io/
|