GitHub - tony/cookiecutter-pypackage-pythonic: Pythonic cookiecutter template for a Python package. See https://github.com/audreyr/cookiecutter. (original) (raw)

cookiecutter-pypackage-pythonic

Forked from cookiecutter template for a Python package. Forked fromaudreyr/cookiecutter-pypackage.

It is inspired by Flask and werkzeug's project style patterns. It is used on the tmuxp, cihai-python and vcspull projects.

Additions and changes

Testing

Python 2.7+3.3

Packaging

Docs

Example data

Usage

Install cookiecutter:

$ sudo pip install cookiecutter

Generate a Python package project:

$ cookiecutter https://github.com/tony/cookiecutter-pypackage-pythonic.git

Then:

Not Exactly What You Want?

Don't worry, you have options:

Similar Cookiecutter Templates

Fork This / Create Your Own

If you have differences in your preferred setup, I encourage you to fork this to create your own version. Or create your own; it doesn't strictly have to be a fork.

Or Submit a Pull Request

I also accept pull requests on this, if they're small, atomic, and if they make my own packaging experience better.

See also