Cookiecutter

Latest version: v2.6.0

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 67 of 67

0.5

Not secure
* Friendlier, more simplified command line usage:

bash
Create project from the cookiecutter-pypackage/ template
$ cookiecutter cookiecutter-pypackage/
Create project from the cookiecutter-pypackage.git repo template
$ cookiecutter https://github.com/audreyfeldroy/cookiecutter-pypackage.git


* Can now use Cookiecutter from Python as a package:

python
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('https://github.com/audreyfeldroy/cookiecutter-pypackage.git')


* Internal refactor to remove any code that changes the working
directory.

0.4

Not secure
* Only takes in one argument now: the input directory. The output directory is generated by rendering the name of the input directory.
* Output directory cannot be the same as input directory.

0.3

Not secure
* Takes in command line args for the input and output directories.

0.2.1

Not secure
* Minor cleanup.

0.2

Not secure
Bumped to "Development Status :: 3 - Alpha".

* Works with any type of text file.
* Directory names and filenames can be templated.

0.1.0

* First release on PyPI.


Change Log
All enhancements and patches to Cookiecutter Django will be documented in this file.

<!-- GENERATOR_PLACEHOLDER -->

Page 67 of 67

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.