Parallel to the Node.js template, we need a Python scaffold. Target use case: Python FastAPI microservices (most common Python pattern in our client portfolio).
Generates:
app/ with FastAPI skeleton (health endpoint, router structure)
Dockerfile (multi-stage, slim base)
pyproject.toml + requirements.txt
.github/workflows/ci.yml (ruff lint, pytest, build, push)
catalog-info.yaml
docs/ with MkDocs
helm/ with Helm chart
Template inputs: same as Node.js template for consistency
Assigning to myself.
Parallel to the Node.js template, we need a Python scaffold. Target use case: Python FastAPI microservices (most common Python pattern in our client portfolio).
Generates:
app/with FastAPI skeleton (health endpoint, router structure)Dockerfile(multi-stage, slim base)pyproject.toml+requirements.txt.github/workflows/ci.yml(ruff lint, pytest, build, push)catalog-info.yamldocs/with MkDocshelm/with Helm chartTemplate inputs: same as Node.js template for consistency
Assigning to myself.