» Main »
python-git - Python Git Library
Published by Tim Cuthbertson
- Overview
This is a Zero Install feed. This software cannot be run as an application directly. It is a library for other programs to use.
For more information about Zero Install, see 0install.net.
- Full name
- Homepage
- Description
**GitPython** is a python library used to interact with Git repositories. GitPython provides object model read and write access to your git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. With the new object database abstraction added in 0.3, its even possible to implement your own storage mechanisms, the currently available implementations are 'cgit' and pure python, which is the default. Documentation ============= The latest documentation can be found here: http://packages.python.org/GitPython/0.3.1 Installation ============ As this version of GitPython depends on GitDB, which in turn needs Async to work, installation is a bit more complicated if you do a manual installation, instead of using easy_install. Please have a look at the `respective section <http://packages.python.org/GitPython/0.3/intro.html#installing-gitpython>`_ in the docs for more information. Upgrading from 0.2 ================== Version 0.3 introduces a few changes regarding the names of modules and class members which may break existing code written for version 0.2. If you consider upgrading, please read the `upgrade guide <http://packages.python.org/GitPython/0.3/whatsnew.html#upgrading-from-0-2>`_. Mailing List ============ http://groups.google.com/group/git-python Issue Tracker ============= https://github.com/gitpython-developers/GitPython/issues
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 0.3.1-pre2 2011-01-17 Any Download (305923 bytes) - Required libraries
This feed does not list any additional requirements.