Contribute#

Linting#

flake8

Testing#

python -m pytest

Documentation#

sphinx-build doc _build

Distribute#

pip install "build[virtualenv]"
python -m build
python -m twine upload dist/*

TBD