Hacker News new | ask | show | jobs
by ewidar 2215 days ago
Hasn't it?

pypi is really the de-facto package index, Pipenv/Poetry/Conda are all venv handlers (using the standard venv tools) + dependency graph, and using pip which is standard as well.

I would call this a small set of solutions (3), and they are all sane (any will do, just pick one).

1 comments

Inviting the question: why don't the core devs have a serious bakeoff and bring that functionality into the core distro?
poetry and pipenv are really just layers of abstraction of what is part of the Python core (pip, pypi, venv, wheels).

I don't even see what problems they solve, it seems like you end up with more problems using them.

pip, PyPI access, venv, and wheel have all been included for a while.
I meant poetry/pipenv.
Perhaps poetry after it matures.