| Vulnerabilities | |||||
|---|---|---|---|---|---|
| Version | Suggest | Low | Medium | High | Critical |
| 2.7.1 | 0 | 0 | 0 | 0 | 0 |
| 2.7.0 | 0 | 0 | 0 | 0 | 0 |
| 2.6.0 | 0 | 0 | 0 | 0 | 0 |
| 2.5.0 | 0 | 0 | 0 | 0 | 0 |
| 2.4.0 | 0 | 0 | 0 | 0 | 0 |
| 2.3.1 | 0 | 0 | 0 | 0 | 0 |
| 2.3.0 | 0 | 0 | 0 | 0 | 0 |
| 2.2.3 | 0 | 0 | 0 | 0 | 0 |
| 2.2.2 | 0 | 0 | 0 | 0 | 0 |
| 2.2.0 | 0 | 0 | 0 | 0 | 0 |
| 2.1.1 | 0 | 0 | 0 | 0 | 0 |
| 2.1.0 | 0 | 0 | 0 | 0 | 1 |
| 1.7.3 | 0 | 0 | 0 | 0 | 1 |
| 1.7.2 | 0 | 0 | 0 | 0 | 1 |
| 1.7.1 | 0 | 0 | 0 | 0 | 1 |
| 1.7.0 | 0 | 0 | 0 | 0 | 1 |
| 1.6.0 | 0 | 0 | 0 | 0 | 1 |
| 1.5.1 | 0 | 0 | 0 | 0 | 1 |
| 1.5.0 | 0 | 0 | 0 | 0 | 1 |
| 1.4.0 | 0 | 0 | 0 | 0 | 1 |
| 1.3.0 | 0 | 0 | 0 | 0 | 1 |
| 1.2.1 | 0 | 0 | 0 | 0 | 1 |
| 1.2.0 | 0 | 0 | 0 | 0 | 1 |
| 1.1.0 | 0 | 0 | 0 | 0 | 1 |
| 1.0.0 | 0 | 0 | 0 | 0 | 1 |
| 0.9.1 | 0 | 0 | 0 | 0 | 1 |
| 0.9.0 | 0 | 0 | 0 | 0 | 1 |
| 0.8.0 | 0 | 0 | 0 | 0 | 1 |
| 0.7.2 | 0 | 0 | 0 | 0 | 1 |
| 0.7.1 | 0 | 0 | 0 | 0 | 1 |
| 0.7.0 | 0 | 0 | 0 | 0 | 1 |
| 0.6.4 | 0 | 0 | 0 | 0 | 1 |
| 0.6.3 | 0 | 0 | 0 | 0 | 1 |
| 0.6.2 | 0 | 0 | 0 | 0 | 1 |
| 0.6.1 | 0 | 0 | 0 | 0 | 1 |
| 0.6.0 | 0 | 0 | 0 | 0 | 1 |
| 0.5 | 0 | 0 | 0 | 0 | 1 |
| 0.4 | 0 | 0 | 0 | 0 | 1 |
| 0.3 | 0 | 0 | 0 | 0 | 1 |
| 0.2.1 | 0 | 0 | 0 | 0 | 1 |
| 0.2 | 0 | 0 | 0 | 0 | 1 |
| 0.1 | 0 | 0 | 0 | 0 | 1 |
2.7.1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
We were not able to detect a valid license on this component. We recommend not to use this component.
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-pypackageUse 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.