diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-07-03 13:53:05 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:02 -0300 |
commit | 764dcb92d1b2878de7254ddff36dac39119548e6 (patch) | |
tree | ef7eabd69e43ef9c99f130bf9eb1f8df56f84659 /python/dulwich/README | |
parent | 764009e81fd8970993da7671be5520b364f0c29f (diff) |
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/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/dulwich/README b/python/dulwich/README new file mode 100644 index 000000000000..20d529eb3f79 --- /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. + |