articles/2024/python-uv-revisited/ #19
Replies: 4 comments 4 replies
-
Thank you for you article, I've been reading all the comparison among uv vs poetry vs pdm, and I too am in the need of migrating lots of projects from poetry to uv. In your experience, is there any automated procedure that could help in task? Or does every project need to be handled specifically? Did you find any helpful insight in your migration? I think it would be helpful to write something down as it may serve other users aswell. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the comparisons, finally switched to |
Beta Was this translation helpful? Give feedback.
-
uv add --group prod --no-sync gunicorn I don't get it why when add a package to a group and it is installed into the evironment (when |
Beta Was this translation helpful? Give feedback.
-
At the end of your previous article you linked to others who talked about the sustainability of the project as a concern. I don't really see that concern addressed in this article, though it seems your primary concerns were otherwise. Do you have any further thoughts on the sustainability aspect? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
articles/2024/python-uv-revisited/
Almost two months ago I compared Poetry with uv, and for me uv had some pretty significant drawbacks that kept me from switching over. The situation has changed quite a bit since then!
https://www.loopwerk.io/articles/2024/python-uv-revisited/
Beta Was this translation helpful? Give feedback.
All reactions