Contributors

Developing on this library requires a support Python version. Install all the required dependencies with:

pip install -e .[tests,coverage,docs]

Run the tests with pytest:

pytest

or the full test matrix using tox:

tox