Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-pipenv - Python Development Workflow for Humans
- Description:
Pipenv is a Python virtualenv management tool that supports a
multitude of systems and nicely bridges the gaps between pip, python
(using system python, pyenv or asdf) and virtualenv. Linux, macOS, and
Windows are all first-class citizens in pipenv.
Pipenv 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 a project Pipfile.lock,
which is used to produce deterministic builds.
Packages