Skip to content

Commit 10fef8f

Browse files
committed
Added project information
1 parent 93f7316 commit 10fef8f

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Creator: Sebastian Thiel

README

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
GtDB
2+
=====
3+
4+
GitDB allows you to access bare git repositories for reading and writing. It
5+
aims at allowing full access to loose objects as well as packs with performance
6+
and scalability in mind. It operates exclusively on streams, allowing to operate
7+
on large objects with a small memory footprint.
8+
9+
REQUIREMENTS
10+
============
11+
12+
* Python Nose - for running the tests
13+
14+
SOURCE
15+
======
16+
The source is available in a git repository at gitorious and github:
17+
18+
git://gitorious.org/git-python/gitdb.git
19+
git://github.com/Byron/gitdb.git
20+
21+
Once the clone is complete, please be sure to initialize the submodules using
22+
23+
cd gitdb
24+
git submodule update --init
25+
26+
Run the tests with
27+
28+
nosetests
29+
30+
MAILING LIST
31+
============
32+
http://groups.google.com/group/git-python
33+
34+
ISSUE TRACKER
35+
=============
36+
http://byronimo.lighthouseapp.com/projects/51787-gitpython
37+
38+
LICENSE
39+
=======
40+
41+
New BSD License

0 commit comments

Comments
 (0)