nekomamoushi / cookiecutter-python-package

Cookiecutter template for a Python package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookiecutter Python Package

Cookiecutter Template for a Python Package

Features

  • Environment: Setup with pipenv
  • Tests: Setup with pytest
  • Versioning: Setup with bumpversion
  • Command Line: Setup with click
  • License: Choose betwen licenses
  • MIT
  • Apache
  • No License

Quickstart

Install the latest Cookiecutter::

pip install -U cookiecutter

Generate a Python package project::

cookiecutter https://github.com/nekomamoushi/cookiecutter-python-package

About

Cookiecutter template for a Python package

License:MIT License


Languages

Language:Python 66.6%Language:Makefile 33.4%