These are development notes for myself
Documentation is generated with the following command:
pdoc promo -d google -o docs
A live version can be seen with
pdoc promo -d google
pdoc will read from promo, as installed on the computer, so you may need to run pip install .
if you want to generate documentation from a locally edited version of promo.
Tests are run with
pytest --cov=promo tests/
Releases are built and deployed with:
python setup.py bdist_wheel sdist
twine upload dist/*
Don't forget to tag the release.