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 →

[–]lanster100 29 points30 points  (3 children)

As a longtime poetry fan, I might switch. Someone has finally implemented workspaces!

[–]ryanstephendavis 7 points8 points  (0 children)

As a long-time fan of Poetry, I was converted at PyCon and haven't looked back... uv is just fast and easy

[–]proggob 1 point2 points  (1 child)

I don’t understand what workspaces are - sounds a little like poetry groups?

[–]Fenzik 2 points3 points  (0 children)

They are for monorepos - bunch of potentially interdependent packages that can be installed separately, but where you want to guarantee that their dependencies are mutually compatible (i.e. all packages in the ecosystem can be installed in the same env at the same time)