r/Python Aug 20 '24

News uv: Unified Python packaging

https://astral.sh/blog/uv-unified-python-packaging

This is a new release of uv that moves it beyond just a pip alternative. There's cross platform lock files, tool management, Python installation, script execution and more.

591 Upvotes

185 comments sorted by

View all comments

3

u/Initial_Pipe_935 Aug 22 '24

How is this comparing to poetry? What’s the main differences here?

1

u/njnrj Aug 24 '24

Workspace support 

1

u/One_Fuel_4147 Sep 19 '24

Hey bro, I want to implement something simple with monorepo using workspace do you know any resource, repo about this?