Python Git Library
Project 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:
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 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.
Mailing List
Issue Tracker
Silent Changes
A silent change is done by adjusting the existing release by swapping the release file, instead of incrementing the version number.
Fixed setup script of child-packages to allow their installation even if the optional c-extensions cannot be build.
If you couldn’t install git-python previously, just try again and it should work now.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file GitPython-0.3.0-beta2.tar.gz
.
File metadata
- Download URL: GitPython-0.3.0-beta2.tar.gz
- Upload date:
- Size: 87.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40041c4dd7323785763eb8010c3adc0941f6e868bf4c30a9852474757adebd6f |
|
MD5 | 88acb9fa2d61e4ca25664619fca0eda3 |
|
BLAKE2b-256 | f17faaccacc16ad619bd41ed75f6c6d39a24760e8b78b4e09e31c5ce1efc1cc2 |