Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
42 lines (27 loc) · 853 Bytes

File metadata and controls

42 lines (27 loc) · 853 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
41
42
==========
GitPython
==========
GitPython is a python library used to interact with Git repositories.
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
INSTALL
=======
python setup.py install
SOURCE
======
GitPython's git repo is available on Gitorious, which can be browsed at:
http://gitorious.org/projects/git-python/
and cloned from:
git://gitorious.org/git-python/mainline.git
LICENSE
=======
New BSD License. See the LICENSE file.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.