articles/2024/migrate-poetry-to-uv/ #20
Replies: 6 comments 5 replies
-
Hello, Thanks for your post. My only concern with UV is that in the resultant pyproject.toml file you haven't specified the backend build system. So will uv be capable of build and install the current project? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Yeah this is confusing, as you get a bunch of different answers. You might not need one if you're not distributing your project, e.g you're making a library. If you are distributing as a library (i.e someone installs it via dependency-groups are really nice. Poetry is really great when you have just a single project and you're not distributing it, it is really good at that. uv seems to be filling in the gaps where Poetry is falling behind, especially as all the good ideas from Poetry and other tools are now being standardised as PEPs. |
Beta Was this translation helpful? Give feedback.
-
Because I know many people are using other package managers, adding the import feature will make it easier for users to migrate to PDM with much less burden. I'm glad this helps in your situation, even though it's not its intended use, haha. This is the benefit of following standards, we use the same format(looking at Poetry) |
Beta Was this translation helpful? Give feedback.
-
looks at |
Beta Was this translation helpful? Give feedback.
-
simple and straightforward, thanks! |
Beta Was this translation helpful? Give feedback.
-
Found this today |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
articles/2024/migrate-poetry-to-uv/
So, like me you’ve decided to switch from Poetry to uv, and now you’re wondering how to actually migrate your pyproject.toml file? You’ve come to the right place!
https://www.loopwerk.io/articles/2024/migrate-poetry-to-uv/
Beta Was this translation helpful? Give feedback.
All reactions