diff options
Diffstat (limited to 'python/dulwich/README')
-rw-r--r-- | python/dulwich/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/dulwich/README b/python/dulwich/README new file mode 100644 index 0000000000..20d529eb3f --- /dev/null +++ b/python/dulwich/README @@ -0,0 +1,5 @@ +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. + |