pipenv==2026.6.2
# Python Development Workflow for Humans.
$ pip install pipenv
downloads/wk
6,067,428
license
MIT License (MIT)
version
2026.6.2
python
>=3.10
What is pipenv?
Pipenv is a tool that combines package management and virtual environment handling for Python projects into a single workflow. It simplifies dependency management by automatically creating isolated Python environments and tracking both direct and transitive dependencies in a lock file, eliminating the need to manually manage separate requirements.txt and virtualenv setup. Developers use it to ensure consistent, reproducible project setups across different machines and team members.