Aylr / cookiecutter-python-package-minimal

A minimal python package cookiecutter template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookiecutter Python Package Minimal

This is a lean python package that includes:

  • a README.md
  • a setup.py
  • a Makefile for handy building, linting, installation
  • a test directory

Usage

  1. Install cookiecutter
  2. Run cookiecutter xxxxx

About

A minimal python package cookiecutter template.

License:MIT License


Languages

Language:Makefile 79.6%Language:Python 20.4%