diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-05-04 18:00:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-05-04 18:00:14 +0200 |
| commit | 143b927307d46ccb8f1cc095739e9625c03c82ff (patch) | |
| tree | 1f2474b64f52183d0c8ed73eee93dbf12ca2e1dd /README | |
| parent | 22a0289972b365b7912340501b52ca3dd98be289 (diff) | |
| download | GitPython-143b927307d46ccb8f1cc095739e9625c03c82ff.tar.gz GitPython-143b927307d46ccb8f1cc095739e9625c03c82ff.zip | |
TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse.
README/intro.rst: added information about the new repository at github
tree: added marker to indicate that submodules would have to be returned there
Diffstat (limited to 'README')
| -rw-r--r-- | README | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -4,37 +4,44 @@ GitPython GitPython is a python library used to interact with Git repositories. -GitPython is a port of the grit_ library in Ruby created by +GitPython is a port of the grit library in Ruby created by Tom Preston-Werner and Chris Wanstrath. -.. _grit: http://grit.rubyforge.org REQUIREMENTS ============ -* Git_ tested with 1.5.3.7 -* `Python Nose`_ - used for running the tests -* `Mock by Michael Foord`_ used for tests. Requires 0.4 - -.. _Git: http://git.or.cz/ -.. _Python Nose: http://code.google.com/p/python-nose/ -.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html +* Git ( tested with 1.5.3.7 ) +* Python Nose - used for running the tests +* Mock by Michael Foord used for tests. Requires 0.5 INSTALL ======= +If you have downloaded the source code: python setup.py install + +or if you want to obtain a copy more easily: + + easy_install gitpython + +A distribution package can be obtained for manual installation at: + + http://pypi.python.org/pypi/GitPython SOURCE ====== -GitPython's git repo is available on Gitorious, which can be browsed at: +GitPython's git repo is available on Gitorious and GitHub, which can be browsed at: http://gitorious.org/projects/git-python/ +http://github.com/Byron/GitPython + +and cloned using: -and cloned from: +git clone git://gitorious.org/git-python/mainline.git git-python +git clone git://github.com/Byron/GitPython.git git-python -git://gitorious.org/git-python/mainline.git LICENSE ======= |
