Backend
Standards and guidelines for backend development, covering Python best practices, API design, and service architecture.
General
| Standard | Description |
| General / Core | Base standards for all Python projects: tooling, code quality, testing, security, Git flow |
By Project Type
| Standard | Description | Template |
| Web Services | APIs, microservices, web applications (FastAPI, Docker, Cloud Run) | template-python-web-service |
| Packages | Libraries, CLIs, distributable packages (Typer, Hatch, nox) | template-python-package |
| Data Jobs | ETL, batch processing, scheduled tasks (Polars, Cloud Run Jobs) | template-python-data-job |
| Documentation Sites | Documentation sites (MkDocs, mkdocs-material) | template-mkdocs |