# cjolowicz/cookiecutter-hypermodern-python

Hypermodern Python Cookiecutter

Repository: https://github.com/cjolowicz/cookiecutter-hypermodern-python
Canonical: https://ross.abutalabs.com/products/cookiecutter-hypermodern-python
Homepage: http://cookiecutter-hypermodern-python.readthedocs.io/
Language: Python
License: MIT
License Family: permissive
Last push: 2024-05-18T08:38:45+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2399, "days_push": 837, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1924, forks 235 (observed 2026-08-28T04:05:55.444828+00:00)

## What it is
A Cookiecutter template that scaffolds a modern Python package with best-practice tooling: Poetry, Nox, pre-commit, Flake8, GitHub Actions CI, and Sphinx documentation. It is based on the Hypermodern Python article series and automates PyPI publishing.

## Use cases
- scaffold a new python package with modern tooling
- set up poetry and nox for a python project
- bootstrap a python library with ci and docs
- python project template with pre-commit and flake8
- start an open source python package ready for pypi

## When to choose
- starting a new Python package and wanting batteries-included tooling
- you want Poetry, Nox, pre-commit, and GitHub Actions wired up from day one
- you want Sphinx docs and automated PyPI publishing configured out of the box

## When to avoid
- you use pip/setuptools or uv instead of Poetry
- you need a template for applications or services rather than installable packages
- you want a minimal scaffold without opinionated tooling

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: build-tool, ci-cd, linter, formatter, testing, documentation, package-manager
- domain: developer-tools, tutorials
- platform: python, cli, cross-platform
- tags: cookiecutter-template, project-scaffolding, poetry, nox, pre-commit, sphinx, github-actions, pypi-publishing, calver, boilerplate, python, automation

## Member repositories
- cjolowicz/cookiecutter-hypermodern-python (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.444828+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:32:13.231904+00:00, confidence not recorded.
  - readme: https://github.com/cjolowicz/cookiecutter-hypermodern-python (fetched 2026-08-28T04:05:55.444828+00:00, sha 063ec36ff54a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
