object-store-abstraction

Python package which provides an abstract object store


License
MIT
Install
pip install object-store-abstraction==0.3.46

Documentation

object_store_abstraction

Build Status PyPI version

Python library providing abstract object store

Release process

use coderelease

installs to make a package:

pip install nose pip install tox

pip install versioneer ###pip install wheel???

pip install virtualenv pip install pipenv

Run tests

nosetests
pipenv shell
pipenv run tox

Create pypi file

$HOME/.pypirc

[distutils]
index-servers=pypi

[pypi]
repository = https://pypi.python.org/pypi
username = <username>
password = <password>

If you leave password blank you will be prompted