top | item 42855704

(no title)

thecodemonkey | 1 year ago

What is uv?

discuss

order

benreesman|1 year ago

It’s a package manager for Python (among other things) that is simultaneously correct and performant. It’s getting a lot of attention these days.

I highly recommend it over all conceivable alternatives.

IgorPartola|1 year ago

How likely is this to be another npm/yarn situation? I have used a number of Python tools that in the long run turned out to be less portable and less usable than plain Pip and virtualenv. I do use pyenv for a personal setup but not for any production use.