/cookiecutter_pyapp

Cookiecutter template for Python Standard Project as Package

Primary LanguagePythonMIT LicenseMIT

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

```pip install -U cookiecutter```

Generate a Python package project::

```cookiecutter https://github.com/mac-developer/cookiecutter_pyapp.git```

Thanks

This cookiecutter is based on Alejandro Castaño González teachins and works.