# wntrblm/nox

Flexible test automation for Python

Repository: https://github.com/wntrblm/nox
Canonical: https://ross.abutalabs.com/products/nox
Homepage: https://nox.thea.codes
Language: Python
License: Apache-2.0
License Family: permissive
Topics: python, testing, automation
Last push: 2026-08-18T03:09:11+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 3843, "days_push": 15, "days_rel": 15, "gap_med": 69.5, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1552, forks 187 (observed 2026-08-28T04:05:02.726581+00:00)

## What it is
Nox is a command-line tool for flexible test automation in Python, using a standard Python file (noxfile.py) for configuration instead of ini-style formats. It automates running tests, linting, and other tasks across multiple Python environments and virtualenvs.

## Use cases
- run pytest across multiple python versions
- automate linting and testing in isolated virtualenvs
- tox alternative with python-based config
- define test sessions in a noxfile
- run ci tasks locally before pushing
- test a package against different dependency versions

## When to choose
- you prefer configuring test automation in plain Python over ini files
- you need to test across multiple Python interpreters or virtualenvs
- you want a modern, actively maintained tox alternative
- your team already writes Python and wants flexible session definitions

## When to avoid
- you only need a single-environment test run that a Makefile or shell script covers
- your project already standardizes on tox with existing tox.ini infrastructure
- you need polyglot (non-Python) task automation

## Facets
- artifact type: cli-tool
- maturity: active
- function: testing, cli, developer-tools, workflow-automation
- domain: testing, developer-tools
- platform: python, cli, cross-platform
- tags: tox-alternative, test-automation, virtual-environments, noxfile, multi-python-testing, command-line, python

## Member repositories
- wntrblm/nox (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:02.726581+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-30T04:30:14.297009+00:00, confidence not recorded.
  - readme: https://github.com/wntrblm/nox (fetched 2026-08-28T04:05:02.726581+00:00, sha 5db7ba04e834)
  - registry_pypi: https://pypi.org/pypi/nox/json (fetched 2026-08-29T11:31:18.819624+00:00, sha b7fe28a7c280)
- Data as of 2026-08-30T08:39:29.467469+00:00.
