Remove this block after following the instructions below to use the template.
This project template is configured to ease collaboration. Linters, formatters, and actions are already configured and ready to use.
To use the project template, run the
init.pyscript to give the project a name and some metadata. The script can then be removed and thepyproject.tomlfile be adjusted as needed.
To install the project, run
pip install .Run the following for basic usage information:
fillname -hTo generate and open the documentation, run
mkdocs serve -oMake sure to install the optional documentation dependencies via
pip install .[doc]Instructions to install and use nox can be found in
DEVELOPMENT.md