DevelopmentΒΆ

Clone the repository and install the development dependencies in a virtualenv:

pip install -r requirements_dev.txt

To run tests:

nosetests

To make a release:

fullrelease