Pycookiecutter

https://img.shields.io/pypi/v/pycookiecutter.svg https://img.shields.io/travis/mqlab-dev/pycookiecutter.svg Documentation Status Updates

Overview

Starting template for creating a Python package. It’s built using the Cookiecutter and the audreyr/cookiecutter-pypackage packages.

Features

  • Travis CI configuration
  • Tox configuration (Python3.5/3.6/3.7)
  • Sphinx configuration
  • Easy PyPI registration/distribution
  • Badges and more options.

Install & Run

To generate a template, run this command in your terminal:

$ cookiecutter https://github.com/mqlab-dev/pycookiecutter

Or:

$ pip install pycookiecutter
$ cookiecutter pycookiecutter