diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-05-04 16:53:36 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-05-04 16:55:27 +0200 |
| commit | 1f225d4b8c3d7eb90038c246a289a18c7b655da2 (patch) | |
| tree | dd909dd43a72e86cd9acd6a229ec0b5aefda1715 /README.rst | |
| parent | 9e91a05aabb73cca7acec1cc0e07d8a562e31b45 (diff) | |
| download | GitPython-1f225d4b8c3d7eb90038c246a289a18c7b655da2.tar.gz GitPython-1f225d4b8c3d7eb90038c246a289a18c7b655da2.zip | |
Added support for travis ci
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/README.rst b/README.rst deleted file mode 100644 index 128e74c0..00000000 --- a/README.rst +++ /dev/null @@ -1,65 +0,0 @@ -========== -GitPython -========== - -GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. - -It provides abstractions of git objects for easy access of repository data, and additionally allows you to access the git repository more directly using either a pure python implementation, or the faster, but more resource intensive git command implementation. - -The object database implementation is optimized for handling large quantities of objects and large datasets, which is achieved by using low-level structures and data streaming. - -REQUIREMENTS -============ - -* Git ( tested with 1.8.3.4 ) -* Python Nose - used for running the tests - * Tested with nose 1.3.0 -* Mock by Michael Foord used for tests - * Tested with 1.0.1 - -INSTALL -======= -If you have downloaded the source code: - - python setup.py install - -or if you want to obtain a copy more easily: - - pip 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 GitHub, which can be browsed at: - -https://github.com/gitpython-developers/GitPython - -and cloned using: - -git clone git://github.com/gitpython-developers/GitPython.git git-python - - -DOCUMENTATION -============= -The html-compiled documentation can be found at the following URL: - -http://packages.python.org/GitPython/ - -MAILING LIST -============ -http://groups.google.com/group/git-python - -ISSUE TRACKER -============= -Issues are tracked on github: - -https://github.com/gitpython-developers/GitPython/issues - -LICENSE -======= - -New BSD License. See the LICENSE file. |
