All Tools
C
Dev ToolsFreeOpen Source
COOKIECUTTER
Project templates that generate a repo from prompts
BSD-3-Clause
ABOUT
New training or serving repos start as a copy of last quarter's project, then miss CI, license, and packaging files. cookiecutter renders a template with prompts so every package gets the same layout, tests, and docs stubs without manual file copying.
INSTALL
pip install cookiecutterINTEGRATION GUIDE
1. Scaffold a new Python training package from a team template
2. Generate a FastAPI model-serving service with CI and Dockerfile included
3. Standardize data-science repo layout across research teams
4. Publish an internal cookiecutter so agents and humans start from the same skeleton
TAGS
templatesscaffoldingpythoncliproject-generator