Y
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
aeyes
2214 days ago
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.
link
mixmastamyk
2214 days ago
pip, PyPI access, venv, and wheel have all been included for a while.
link
smitty1e
2213 days ago
I meant poetry/pipenv.
link
mixmastamyk
2213 days ago
Perhaps poetry after it matures.
link
I don't even see what problems they solve, it seems like you end up with more problems using them.