
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
cookiecutter
Advanced tools
A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
Create projects swiftly from cookiecutters (project templates) with this command-line utility. Ideal for generating Python package projects and more.
Install Cookiecutter as a CLI tool with uv:
uv tool install cookiecutter
The most common way to use Cookiecutter is as a command line utility with a GitHub-hosted Cookiecutter template such as https://github.com/audreyfeldroy/cookiecutter-pypackage
Use a GitHub-hosted Cookiecutter template
# You'll be prompted to enter values.
# Then it'll create your Python package in the current working directory,
# based on those values.
# For the sake of brevity, repos on GitHub can just use the 'gh' prefix
$ uvx cookiecutter gh:audreyfeldroy/cookiecutter-pypackage
Use a local template
$ uvx cookiecutter cookiecutter-pypackage/
Use it from Python
If you plan to use Cookiecutter programmatically, please run uv add cookiecutter to add it to your project. Then you can import and use it like this:
from cookiecutter.main import cookiecutter
# Create project from the cookiecutter-pypackage/ template
cookiecutter('cookiecutter-pypackage/')
# Create project from the cookiecutter-pypackage.git repo template
cookiecutter('gh:audreyfeldroy/cookiecutter-pypackage')
If Cookiecutter saves you time, star it on GitHub so other developers can find it too.
cookiecutter.json prompts.cookiecutter.json declares every variable and its default. Users answer prompts; the template does the rest.Discover a variety of ready-to-use templates on GitHub.
Join the community, contribute, or seek assistance.
We value your feedback. Share your criticisms or complaints constructively to help us improve.
Adhere to the PyPA Code of Conduct during all interactions in the project's ecosystem.
Created and led by Audrey M. Roy Greenfeld, supported by a dedicated team of maintainers and contributors.
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.