cookiecutter-hypermodern-python

Status Python Version CalVer License
Read the documentation Tests Codecov
pre-commit enabled Black codestyle Contributor Covenant Ruff

logo

Cookiecutter template for a Python package based on the Hypermodern Python article series.

✨📚✨ Read the full documentation

This fork is largely the same as the upstream but with some small differences:

  • Linting is done with ruff rather than flake8.
  • Poetry dependencies are organised using the new recommended group pattern.

Usage

cookiecutter gh:dbatten5/cookiecutter-hypermodern-python

Features

The template supports Python 3.7, 3.8, 3.9, and 3.10.