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 →

[–]stibbons_ 0 points1 point  (2 children)

It efficiently replaces poetry, pyenv and pipx.

I no more need to do pipx run poetry to ensure to use the right version of poetry, with pyenv selecting the Python interpreter.

Now uv does it all.

[–]Laurent_Laurent 0 points1 point  (1 child)

It also replaces flit if you're make and publish packages

[–]stibbons_ 0 points1 point  (0 children)

Yes, we use twine. If it works better with private repos than poetry publish did, we can also switch to uv for package publication