Table of contents:
requires python 3.8
pip install poetry
poetry install
#TODO
To develop, install dependencies and enable pre-commit hooks.
pip install -U pip
pip install poetry pre-commit
poetry install
pre-commit install -t pre-commit -t pre-push
To run tests:
poetry run pytest