chandler37 / cookiecutter-py

Cookiecutter template for a modern Python package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python package starter template

This is such a thing, and of the highest quality.

Making your own cookie (metaphorically)

If you do not have python3 in your PATH, install Homebrew and then run brew install python.

Install the latest Cookiecutter if you haven't:

pip3 install -U cookiecutter

Generate a Python package project:

cookiecutter https://github.com/chandler37/cookiecutter-py.git

About

Cookiecutter template for a modern Python package.

License:Apache License 2.0


Languages

Language:Python 67.4%Language:Makefile 32.6%