Email or username:

Password:

Forgot your password?
Nikita

I know I was sceptical of #uv before, but this is a very important thing about it that might make it the next big thing. At this point, I am not that thrilled about `ruff`, as, in the end, it’s just a speed-up over pure Python. uv, on the other hand, makes this very big wish of “I want to run one command, and it just works”.

mastodon.social/@hynek/1130945

2 comments
Nikita

Yes, I know that #PDM and #Hatch did similar things, but the beauty of uv is that it doesn’t need anything to work. uv is the first and the last thing you have to manually install; heck, it even runs in busybox! It gets rid of the weakest link when it comes to managing Python (namely Python)

Nikita

Now, what I really really hope for is that uv’s hype pull more people’s attention to the stuff that is not yet standardized (dev dependencies, lockfiles, dependency groups). The Python packaging ecosystem is very close to being good, it just needs more input

Go Up