From 6402f0061aba8b41bfce9eb1a0d8af7f6b043966 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 30 Jul 2019 21:53:35 +0700 Subject: python/python3-gitdb2: Added (IO of git-style object databases). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-gitdb2/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-gitdb2/README (limited to 'python/python3-gitdb2/README') diff --git a/python/python3-gitdb2/README b/python/python3-gitdb2/README new file mode 100644 index 0000000000..afb6160ee6 --- /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. -- cgit v1.2.3