Git-datashelf is a Python library for dealing with data versioning using git
git clone https://github.com/geiges/git_datashelf.git
cd git_datashelf
pip install -e .
import git_datashelf
repm = GitRepository_Manager(
path_to_repo = 'your/path/to/datafolder',
debugmode=False
)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.