About Anaconda Help Download Anaconda

main / packages / cookiecutter 2.6.0

A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template.

Installers

  • linux-64 v2.6.0
  • linux-aarch64 v2.6.0
  • linux-s390x v2.6.0
  • osx-64 v2.6.0
  • osx-arm64 v2.6.0
  • win-64 v2.6.0
  • noarch v1.7.3

conda install

To install this package run one of the following:
conda install main::cookiecutter

Description

Cookiecutter takes a template provided as a directory structure with template-files. Templates can be located in the filesystem, as a ZIP-file or on a VCS-Server (Git/Hg) like GitHub. It reads a settings file and prompts the user interactively whether or not to change the settings. Then it takes both and generates an output directory structure from it. Additionally the template can provide code (Python or shell-script) to be executed before and after generation (pre-gen- and post-gen-hooks).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy