This is a Python SDK for interacting with the BigStash service.
To get the latest stable release from PyPi
pip install bigstash
To get the latest commit from GitHub
pip install -e git+git://github.com/longaccess/bigstash-python.git#egg=bigstash
To be documented.
If you want to contribute to this project, please perform the following steps
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 bigstash
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch