Usage

Describe here how to use the library with some general use examples.

Any detailed topic should go into it’s own section.

Testing

The tests included with the project can be run with:

$ python setup.py test

This will delegate the execution to tox.

It is possible to run just one of the test profiles, in this case the py36 profile:

$ python setup.py test -p "py36"