gitshelve

Python object for easily writing scripts that store arbitrary data inside a Git repository.


License
Other
Install
pip install gitshelve==0.1.1

Documentation

Build
Status Coverage Status

Originally branched from https://github.com/duplys/git-issues

gitshelve is very useful standalone code inside of the git-issues. This repo is to separate it out into its own project. That being the case, the following changes were made:

  1. original history has been retained by using git filter-branch and a simple command line.
  2. code has been updated to support python 2 and 3 (2.7 and 3.2 tested)
  3. unit tests have been written to cover 93% of the code.

Please be sure to view the LICENSE file for copying, modifying, or distributing.