aboutsummaryrefslogtreecommitdiff
path: root/python/python3-gitdb2/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2019-07-30 21:53:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-30 21:53:35 +0700
commit6402f0061aba8b41bfce9eb1a0d8af7f6b043966 (patch)
tree35ff5aef4cec8bbb2e631f604b07d8649e8e7508 /python/python3-gitdb2/README
parent0dcd198bfa6c98c1fd505c3e6a2ac7b09a3a66a7 (diff)
python/python3-gitdb2: Added (IO of git-style object databases).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gitdb2/README')
-rw-r--r--python/python3-gitdb2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-gitdb2/README b/python/python3-gitdb2/README
new file mode 100644
index 0000000000000..afb6160ee6085
--- /dev/null
+++ b/python/python3-gitdb2/README
@@ -0,0 +1,4 @@
+GitDB allows you to access bare git repositories for reading and writing.
+It aims at allowing full access to loose objects as well as packs with
+performance and scalability in mind. It operates exclusively on streams,
+allowing to handle large objects with a small memory footprint.