Features:
Table of Contents:
mypackagename requires Python 3.6 or above.
pip install mypackagename
To develop mypackagename, install dependencies and enable the pre-commit hook:
pip install pre-commit poetry
poetry install
pre-commit install
To run tests:
poetry run pytest