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