Home:ALL Converter>What is the use case of pipenv?

What is the use case of pipenv?

Ask Time:2018-05-01T07:01:29         Author:maln0ir

Json Formatter

I'm reading about this new shiny tool called pipenv and can't understand what is the use case of this tool.

  1. To create a package I still need to maintain setup.py and requirements.txt.
  2. To create development environments I most likely still need tox and virtualenv.
  3. To create packages or wheels I still need to use pip, because pipenv devs don't care about this feature

So what's the point of yet another tool and config files with different syntax? What problem does pipenv solve?

Author:maln0ir,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/50109299/what-is-the-use-case-of-pipenv
yy