Pipenv is a package manager that brings all the best of the packaging world together to the Python world. It's got everything you could need: bundler, composer, npm, cargo, yarn and more all in one convenient package so you can easily set up a working environment.

Pipenv creates and manages a virtualenv automatically, and can add or remove packages from your Pipfile as you install/uninstall packages. It also produces the Pipfile.lock, which is essential for deterministic builds.

Pipenv provides convenient solutions to a number of problems. It allows you to use pip and virtualenv together; use the upcoming Pipfile and Pipfile.lock instead of a problematic requirements.txt; automatically exposes security vulnerabilities; and streamlines your development workflow by loading .env file.

Features

  • Allows for truly deterministic builds, while specifying only what you want
  • Generates and checks file hashes for locked dependencies
  • Installs required Pythons automatically (if pyenv is available)
  • Finds your project home automatically
  • If Pipfile doesn't exist, will generate one automatically
  • Automatically creates a virtualenv in a standard location
  • Automatically adds/removes packages to a Pipfile when they are un/installed
  • If .env files exist, will automatically load them

Project Samples

Project Activity

See All Activity >

Categories

Package Managers

License

MIT License

Follow Pipenv

Pipenv Web Site

You Might Also Like
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Pipenv!

Additional Project Details

Operating Systems

Linux, Mac, Windows

Programming Language

Python

Related Categories

Python Package Managers

Registered

2020-12-13