From a61c5a0ae6afd4ae7612d6c7156152667fe4687a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 7 Feb 2014 22:41:06 +0700 Subject: libraries/gitdb: Added (Git Object Database). Signed-off-by: Willy Sudiarto Raharjo --- libraries/gitdb/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/gitdb/README (limited to 'libraries/gitdb/README') diff --git a/libraries/gitdb/README b/libraries/gitdb/README new file mode 100644 index 0000000000..7d4321ee72 --- /dev/null +++ b/libraries/gitdb/README @@ -0,0 +1,8 @@ +Git Object Database. + +GitDB is a pure-Python git object database. + +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 operate on large objects with a small memory footprint. -- cgit v1.2.3