aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dulwich/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-dulwich/pkg-descr')
-rw-r--r--devel/py-dulwich/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-dulwich/pkg-descr b/devel/py-dulwich/pkg-descr
new file mode 100644
index 000000000000..9296911f5f59
--- /dev/null
+++ b/devel/py-dulwich/pkg-descr
@@ -0,0 +1,7 @@
+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.