Hacker News new | ask | show | jobs
by mcintyre1994 2795 days ago
I saw poetry mentioned a few days ago. Haven't tried it yet but it tries to fix this: https://github.com/sdispater/poetry
1 comments

Yes, I've uses poetry and it's great. I think it and the pyproject.toml standard will become the solutions to all the problems stated above.
Thanks, I'll give it a try. That's still a mess compared to npm, which is a single tool you can use for app and libs, in constrast with easy_install/setup.py/pip/pipenv/poetry/...
The benefit of Poetry is that it is a single tool for apps and libs, like npm.