Metadata-Version: 2.4
Name: cookiecutter
Version: 1.6.1
Summary: A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
Home-page: https://github.com/metwork-framework/cookiecutter
Author: Audrey Roy, Fabien MARTY
License: BSD
Keywords: cookiecutter,Python,projects,project templates,Jinja2,skeleton,scaffolding,project directory,setup.py,package,packaging
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: binaryornot>=0.2.0
Requires-Dist: jinja2>=2.7
Requires-Dist: click>=5.0
Requires-Dist: MarkupSafe<3; python_version < "3.9"
Requires-Dist: poyo>=0.1.0
Requires-Dist: jinja2-time>=0.1.0
Requires-Dist: requests>=2.18.0
Requires-Dist: six>=1.10
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# cookiecutter

[![GitHub CI](https://github.com/metwork-framework/cookiecutter/workflows/CI/badge.svg?branch=metwork)](https://github.com/metwork-framework/cookiecutter/actions?query=workflow%3ACI+branch%3Ametwork)

This repository is a fork from release 1.6.0 of [cookiecutter.cookiecutter](https://github.com/cookiecutter/cookiecutter)

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

* Documentation: https://cookiecutter.readthedocs.io
* GitHub: https://github.com/audreyr/cookiecutter
* PyPI: https://pypi.python.org/pypi/cookiecutter
* Free and open source software: BSD license

See original README [here](https://github.com/cookiecutter/cookiecutter/blob/1.6.0/README.rst)
