blob: 753eb701c5edfa70667430bd2537dfb30dc050ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
GitDB
=====
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.
REQUIREMENTS
============
* Python Nose - for running the tests
SOURCE
======
The source is available in a git repository at gitorious and github:
git://github.com/gitpython-developers/gitdb.git
Once the clone is complete, please be sure to initialize the submodules using
cd gitdb
git submodule update --init
Run the tests with
nosetests
MAILING LIST
============
http://groups.google.com/group/git-python
ISSUE TRACKER
=============
https://github.com/gitpython-developers/gitdb/issues
LICENSE
=======
New BSD License
|