A template project for Python 3.11 CLI projects which includes:
# install dependencies
poetry install
# run tests
poetry run pytest
- clone the repository for your specific project
git clone <url> <your project name>
- rename the toplevel namespace and package directories
- update pyproject.toml to reflect project naming as appropriate
- update logging.yaml to utilize the project's namespace/packaging as appropriate