# jazzband/pip-tools

A set of tools to keep your pinned Python dependencies fresh.

Repository: https://github.com/jazzband/pip-tools
Canonical: https://ross.abutalabs.com/products/pip-tools
Homepage: https://pip-tools.rtfd.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, packaging, pip, pip-tools, pip-compile, setuptools, requirements, lockfile, hashes
Last push: 2026-08-22T15:40:18+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 85, longevity 100
- inputs: {"age_days": 5105, "days_push": 11, "days_rel": 22, "gap_med": 63, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8008, forks 672 (observed 2026-08-28T04:10:11.594471+00:00)

## What it is
pip-tools is a set of command line tools (pip-compile and pip-sync) for keeping pinned Python dependencies fresh and deterministic. It compiles requirements files from pyproject.toml, setup.cfg, setup.py, or requirements.in and syncs environments to match.

## Use cases
- generate a fully pinned requirements.txt with hashes from pyproject.toml
- lock Python dependencies for reproducible production builds
- sync a virtualenv to exactly match a requirements file
- upgrade pinned dependencies in a controlled way
- manage transitive dependency resolution for a Python app

## When to choose
- you use pip-based workflows and need deterministic, pinned dependency sets
- you want lockfile-style reproducibility without leaving pip
- your project uses pyproject.toml, setup.cfg, or setup.py for dependencies

## When to avoid
- you already use a modern lockfile tool like uv, Poetry, or PDM
- you need dependency management for non-Python ecosystems

## Facets
- artifact type: cli-tool
- maturity: stable
- function: package-manager, developer-tools, build-tool
- domain: developer-tools
- platform: python, cli, cross-platform
- tags: pip-compile, pip-sync, requirements, lockfile, dependency-pinning, packaging, command-line, python-packaging

## Member repositories
- jazzband/pip-tools (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:11.594471+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-29T17:32:13.559555+00:00, confidence not recorded.
  - readme: https://github.com/jazzband/pip-tools (fetched 2026-08-28T04:10:11.594471+00:00, sha b81f94087c7f)
  - registry_pypi: https://pypi.org/pypi/pip-tools/json (fetched 2026-08-29T08:29:54.916391+00:00, sha 5b3b246aeb83)
- Data as of 2026-08-30T08:39:29.467469+00:00.
