Skip to content

Build the Python stack you actually need

Python Template generates production-ready Python and AI projects from compatible layers. Start from one of 12 editable recipes or compose the workload, framework, providers, data roles, interface, operations, and deploy target yourself.

uvx copier copy --trust gh:leynier/python-template my-project
cd my-project
uv run pytest

Small projects stay small

The Python Library, Typer CLI, and FastAPI API presets do not pull in an AI framework. They receive the same tested packaging, CI, security, documentation, and update path as larger stacks.

AI and ML are layers, not a separate template

Choose an MCP server, agent, RAG app, inference service, training project, or hybrid workspace. Model and embedding providers remain independent. SQL, document, vector, graph, and cache roles each select their own engine. The result is one coherent project rather than snippets from unrelated starters.

Start here