This is a basic template with minimal features.
- poetry for package management
- pre-commit hooks:
- pytest + pytest-cov + pytest-mock
- sphinx + sphinx-autoapi for automatic API documentation
- github actions:
- Run pre-commit checks on PRs
- Run pytest on commits and PRs
Install cruft or cookiecutter
cruft create <url>
or
cookiecutter <url>