.. _cookiecutters: Pyramid cookiecutters ===================== A :term:`cookiecutter` is a command-line utility that creates projects from `cookiecutters `__ (project templates). The Pyramid cookiecutter replaced the deprecated Pyramid scaffolds, and should be used going forward. `pyramid-cookiecutter-starter `_ .. versionadded:: 1.8 Added cookiecutter support. .. deprecated:: 1.8 Scaffolds may be removed in a future version of Pyramid. .. versionchanged:: 1.10 Merged features from ``pyramid-cookiecutter-alchemy`` and ``pyramid-cookiecutter-zodb`` into the single cookiecutter to rule them all, ``pyramid-cookiecutter-starter``. .. deprecated:: 1.10 ``pyramid-cookiecutter-alchemy`` and ``pyramid-cookiecutter-zodb`` are no longer supported. Use ``pyramid-cookiecutter-starter`` going forward. .. seealso:: See also `Cookiecutter Installation `_ and `Cookiecutter Features `_. Development of cookiecutters is documented under `Learn the Basics of Cookiecutter by Creating a Cookiecutter `_. .. seealso:: See also :term:`scaffold`.