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

pypa/pipenv

Python Development Workflow for Humans. observed · 2026-08-28

github.com/pypa/pipenv · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • Longevity 100
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: 5.5
  • age_days: 3513
  • days_rel: 13
  • days_push: 9
  • n_releases_24m: 33

Full methodology

Adoption not part of the score

25036 stars · 1877 forks observed · 2026-08-28

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

Pipenv is a Python virtualenv and dependency management tool from the PyPA that unifies pip, virtualenv, and Pipfile into a single command-line workflow. It automatically creates per-project virtual environments, maintains a Pipfile and a hashed Pipfile.lock for deterministic builds, and includes vulnerability scanning and dependency graph inspection.

Use cases

  • manage python virtual environments per project
  • generate a lockfile for deterministic python builds
  • install and uninstall packages while keeping a Pipfile in sync
  • scan python dependencies for known security vulnerabilities
  • separate dev and production dependencies in a python project
  • view the dependency graph of a python project
  • load .env files automatically when running project commands

When to choose

  • you develop Python applications and want pip and virtualenv managed together
  • you need reproducible builds with hash-verified lock files
  • you want built-in dependency vulnerability scanning
  • you prefer a simple, PyPA-recommended tool over Poetry's packaging features

When to avoid

  • you are building and publishing Python libraries that need packaging and publishing features
  • your team already standardizes on Poetry, uv, or conda workflows
  • you only need to install packages ad hoc without environment management

Facets

cli-tool · maturity stable

package-manager cli developer-tools dependency-audit security developer-tools python cli windows cross-platform virtualenv pipfile lockfile dependency-management pyenv pep-751 reproducible-builds command-line python automation linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
pypa/pipenvmain99

For agents

markdown · JSON · MCP: product_card(name="pypa/pipenv")

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