Ross ROSS = Recommend OSS · open-source software intelligence for agents

pytest-dev/pluggy

A minimalist production ready plugin system observed · 2026-08-28

github.com/pytest-dev/pluggy · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4145
  • days_rel: n/a
  • days_push: 8
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1683 stars · 155 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

pluggy is a minimalist, production-ready plugin system for Python, providing hook specification and implementation mechanisms. It is the core framework powering pytest, tox, and devpi.

Use cases

  • add a plugin architecture to my python application
  • let users extend my tool with custom hooks
  • define hook specifications and implementations in python
  • build an extensible framework like pytest
  • call multiple plugin implementations of the same hook
  • manage plugin registration and hook calls

When to choose

  • you need a battle-tested plugin/hook system for a Python project
  • you want lightweight hookspec/hookimpl semantics without heavy dependencies
  • you're building tooling in the pytest/tox ecosystem

When to avoid

  • you need plugin discovery across process or language boundaries
  • you want a full event bus or async-first plugin framework
  • your project is not in Python

Facets

library · maturity stable

plugin-system developer-tools developer-tools testing python cross-platform hooks hookspec hookimpl extensibility pytest-ecosystem automation

1 source

Member repositories

RepositoryRoleHealth v2
pytest-dev/pluggymain77

For agents

markdown · JSON · MCP: product_card(name="pytest-dev/pluggy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem