Poetry: Python dependency management and packaging made easy
1–6 of 6 posts
Re: Poetry: Python dependency management and packaging made easy
#2From the documentation, the move to a single file for build & dependency specification is great. conda requires a rather Byzantine set of files with specific names at specific relative locations, which is troublesome.
Re: Poetry: Python dependency management and packaging made easy
#3Re: Poetry: Python dependency management and packaging made easy
#4Re: Poetry: Python dependency management and packaging made easy
#5When the overhead for miniconda distributed is ~50mb, the python packages I use are ~500-750mb. I don't understand why this is such a point of contention in this community.
Re: Poetry: Python dependency management and packaging made easy
#6Is there something that this handles that pip/requirements doesn't? Python has always been a breeze for this situation.
It's also a packaging tool, which means you can build and publish packages with (on PyPI for instance).
And finally, it always creates a virtualenv for each project so that you always work isolated from the global Python installation.