What does Poetry provide that the 'official' PyPA tooling doesn't? I'm referring to the somewhat unfortunately named 'wheel' and 'build'? Also, `pyproject.toml` itself is an innovation from outside of Poetry afaik.
And for what use-cases does Poetry not work, if any?
Comments
What does Poetry provide that the 'official' PyPA tooling doesn't? I'm referring to the somewhat unfortunately named 'wheel' and 'build'? Also, `pyproject.toml` itself is an innovation from outside of Poetry afaik.
And for what use-cases does Poetry not work, if any?
... i mentioned it in my post.
but, it is fair to say, if you've never experienced a versioning issue then you wouldn't find poetry amazing.
How is it different from pip freeze -l > requirements.txt?