summaryrefslogtreecommitdiffstats
path: root/python/dulwich/README
blob: 7ec8b93eeb7a53e114bbdd90c55b69ed9dc8435d (plain)
1
2
3
4
Dulwich is a Python implementation of the Git file formats and
protocols.  It aims to give an interface to git repos (both local and
remote) that doesn't call out to git directly but instead uses pure
Python.