pypa/pipfile
None observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3575
- days_rel: n/a
- days_push: 877
- n_releases_24m: 0
Adoption not part of the score
3232 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The design specification for the Pipfile and Pipfile.lock formats, a TOML-based proposed replacement for pip's requirements.txt, together with a Python parser implementation for the spec. Pipenv is the reference consumer of this format and library.
Use cases
- parse Pipfile and Pipfile.lock files in Python
- replace requirements.txt with a single TOML dependency file
- manage dev and default dependency groups in one place
- reproduce locked environments with pinned recursive dependency versions
- build tooling that reads or writes the Pipfile format
- declare Python dependencies with TOML syntax and version constraints
When to choose
- you need to programmatically read or manipulate Pipfile/Pipfile.lock files
- you are building tools that must interoperate with Pipenv's dependency format
- you want grouped, ordered, TOML-based dependency declarations instead of multiple requirements files
When to avoid
- you simply need pip to install packages from requirements.txt
- you want a full dependency resolver and virtualenv manager rather than a format parser - use Pipenv
- you need a finalized, frozen specification - the format is explicitly still under active design
Facets
library · maturity experimental
parser package-manager developer-tools python pipfile pipenv pip dependency-management toml lockfile requirements-txt python-packaging specification
2 sources
- readme: https://github.com/pypa/pipfile · fetched 2026-08-28 · 99ca2fa09f71
- registry_pypi: https://pypi.org/pypi/pipfile/json · fetched 2026-08-29 · 0ff716e7cba7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pypa/pipfile | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem