waynerv / cookiecutter-pypackage

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://waynerv.github.io/cookiecutter-pypackage/
BSD 3-Clause "New" or "Revised" License
114 stars 70 forks source link

Cookiecutter PyPackage

Cookiecutter template for a Python package, built with popular develop tools and conform to best practice.

CI Status License

Features

This tool will create Python project with the following features:

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/waynerv/cookiecutter-pypackage.git

Then follow Tutorial to finish other configurations.

Credits

This repo is forked from zillionare/python-project-wizard, which originally forked from audreyfeldroy/cookiecutter-pypackage