Hacker News new | ask | show | jobs
by smitty1e 2214 days ago
Inviting the question: why don't the core devs have a serious bakeoff and bring that functionality into the core distro?
2 comments

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.