logoalt Hacker News

slauyesterday at 11:44 AM1 replyview on HN

uv and its flexibility is an a absolute marvel. Where pip took 10 minutes, uv can handle it in 20-30s.


Replies

ljmyesterday at 2:44 PM

It’s an absolute godsend. I thought poetry was a nice improvement but it had its flaws as well (constant merge conflicts in the lock file in particular).

Uv works more or less the same as I’m used to with other tooling in Ruby, JS, Rust, etc.