Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 504 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 504 Bytes

Catacroker's cookiecutter for Python

Cookiecutter template for a Python package based on Catacroker's style

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/Catacrockers/cookiecutter-python.git

Then:

  • Create a repo and put it there.