pypa/pipenv
Python Development Workflow for Humans. 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
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
- readme: https://github.com/pypa/pipenv · fetched 2026-08-28 · 4115fbbbd40c
- homepage: https://pipenv.pypa.io · fetched 2026-08-29 · c8205e663858
- site_page: https://pipenv.pypa.io/en/latest/installation.html · fetched 2026-08-29 · edd7c1679108
- site_page: https://pipenv.pypa.io/en/latest/troubleshooting.html · fetched 2026-08-29 · a80731f5389f
- site_page: https://pipenv.pypa.io/en/latest/indexes.html · fetched 2026-08-29 · 61d2ef8e2eab
- site_page: https://pipenv.pypa.io/en/latest/pylock.html · fetched 2026-08-29 · b674b2824cda
- site_page: https://pipenv.pypa.io/en/latest/quick_start.html · fetched 2026-08-29 · 69ecb31b583a
- site_page: https://pipenv.pypa.io/en/latest/faq.html · fetched 2026-08-29 · 4421a06ff189
- site_page: https://pipenv.pypa.io/en/latest/commands.html · fetched 2026-08-29 · e2b08453bf27
- site_page: https://pipenv.pypa.io/en/latest/security.html · fetched 2026-08-29 · c8d0b54abd15
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pypa/pipenv | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem