summaryrefslogtreecommitdiffstats
path: root/python/dulwich/README
diff options
context:
space:
mode:
author Audrius Kažukauskas2011-07-03 19:53:05 +0200
committer Niels Horn2011-07-15 02:54:02 +0200
commit764dcb92d1b2878de7254ddff36dac39119548e6 (patch)
treeef7eabd69e43ef9c99f130bf9eb1f8df56f84659 /python/dulwich/README
parent764009e81fd8970993da7671be5520b364f0c29f (diff)
downloadslackbuilds-764dcb92d1b2878de7254ddff36dac39119548e6.tar.gz
python/dulwich: Added (implementation of Git formats and protocols)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/dulwich/README')
-rw-r--r--python/dulwich/README5
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.
+