diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 22:58:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:49:42 +0700 |
commit | 172abb5c54779cd378ab9e496ce2792d0c49277c (patch) | |
tree | 0e7f34a01ee347e26ca83185199a9b4ddb0e2816 /python/python3-dulwich/README | |
parent | a2dc8be5ecbfa5187f039731a22c907d96e30efd (diff) |
python/python3-dulwich: cloned from dulwich for python3, updated for version 0.20.32
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dulwich/README')
-rw-r--r-- | python/python3-dulwich/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-dulwich/README b/python/python3-dulwich/README new file mode 100644 index 0000000000..7ec8b93eeb --- /dev/null +++ b/python/python3-dulwich/README @@ -0,0 +1,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. |