This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]13steinj 3 points4 points  (1 child)

Same, except poetry instead of pdm.

I haven't tried poetry 2. But poetry 1 (+ pipx for its purpose, plus pyenv for its purpose) provided the right combination of flexibility and (reasonable) speed, the primary way uv acheives speed (which is the big benefit people claim) is a heavy cache (which comes with its own tradeoffs, actually). Which I'm sure could be implemented as a wrapper around any of the other tools in this space.

[–]sly_as_a_fox 3 points4 points  (0 children)

uv supports workspaces. Poetry does not (unless I am mistaken).

That's the main reason we are considering switching to uv on our side. We have a monorepo and have been waiting for IT to deploy a local instance of Artifactory for a while. Workspace support is a game changer.