Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever-important Pipfile.lock, which is used to produce deterministic builds.
0 / day
0 / day
0 page per visit
Domain Rating
Domain Authority
Citation Level
English, etc
Pipenv automatically creates and manages a virtualenv for your projects, eliminating the need for manual virtualenv setup.
Uses Pipfile for dependency specification and Pipfile.lock for ensuring deterministic builds.
Automatically resolves and installs dependencies, ensuring compatibility and reducing conflicts.
Ensures that each project has its own isolated environment, preventing dependency conflicts between projects.
Provides a graphical representation of your project's dependencies, making it easier to understand and manage them.
Offers shell autocompletion for commands, improving efficiency and user experience.
Scans installed packages for known security vulnerabilities, helping to maintain secure applications.
Allows projects to specify and use different Python versions, facilitating testing and compatibility checks.
Simplifies the process of updating dependencies, ensuring your project stays up-to-date with the latest versions.
Seamlessly integrates with the Python Package Index (PyPI) for easy package installation and management.
MIT License
https://github.com/pypa/pipenv
https://pipenv.pypa.io/en/latest/
Pipenv has a vibrant community of developers and contributors who actively participate in its development and support.
Contributions are welcome. The project encourages bug reports, feature requests, and pull requests through its GitHub repository.
Pipenv is compatible with Python 2.7 and Python 3.4+.
Pipenv is designed to be fast and efficient, with optimizations for dependency resolution and environment management.
Widely adopted by the Python community for its ease of use and comprehensive feature set.
Security headers report is a very important part of user data protection. Learn more about http headers for pipenv.pypa.io