Scripts and utilities for maintainers of this package.
env_setup.py
- setting up a new virtual environment. Uses poetry so if you like using the virtual environment poetry uses, you should be fine.self_check.py
- validates the repo is in good shape. Uses pre-commit but you should useself_check.py
instead in case other things are added and as a standard entrypoint common to many repos.
build_docs.py
- build the documentation. Opendocs/index.html
to read the local docs.build_and_push_docs.py
- build the documentation then push to github pages for this repo.