aboutsummaryrefslogtreecommitdiff
path: root/devel/dulwich/pkg-descr
blob: fa9e64f29fb71ca49c2277a99e9d8b18558ae0b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
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/