Poetry
Convert poetry to uv
When I encountered #uv I fell for it right away. I was already using ruff for a while and started looking into rye, which was the intermediate step before it became uv.
Creating a uv repo is easy, just run uv init $project and you are off to the races. Using it for new projects is easy if you are …
Convert Poetry to uv - …
During the python meetup there was room for some 5 minute lightning talks. I stepped up and shared my findings on poetry and uv, and the challenging with migrating from poetry to uv. Because of this challenge I’ve written a tool to help with that migration. Allowing to pass in the current …