Mgancita / cookiecutter-pypackage

Cookiecutter to create a Python package. Powered by Poetry, GitHub actions, and MkDocs-Material.
https://mgancita.github.io/cookiecutter-pypackage/
MIT License
10 stars 4 forks source link
cookiecutter-python3 cookiecutter-template github-actions mkdocs-material packaging poetry

Cookiecutter PyPackage

Code Quality Checks Docs Publish Code style: black

Cookiecutter template for a Python package. Powered by Poetry, GitHub actions, and MkDocs-Material.

Features

This template has 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>=1.4.0

Generate a Python package project:

$ cookiecutter https://github.com/mgancita/cookiecutter-pypackage.git

Docs

Further Information about how to use this template could be found in the official documentation