madelyneriksen / cookiecutter-simple-pypackage

A simple, pip installable Python template. Support for Pytest, Pycodestyle, and Pylint included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Python Package

A small, pip installable cookiecutter, with support for Pytest and Travis CI. Pylint and Pycodestyle plugins are included.

This template is a match for what I need from a lot of projects. Not exactly what you need? Check out the list of other python package templates over at the cookiecutter repository!

Requirements

You'll need cookiecutter installed and avaliable in your path. The simplest way is to install it with pip:

$ pip install cookiecutter

Usage

Use this template to create a python package:

$ cookiecutter gh:madelyneriksen/cookiecutter-simple-pypackage

License

This project is licensed under an MIT License

Special Thanks

Special thanks goes out to the following teams, devs and projects:

About

A simple, pip installable Python template. Support for Pytest, Pycodestyle, and Pylint included.

License:MIT License


Languages

Language:Python 100.0%