The longest running tool in our toolchain is pytest, followed somewhat closely by poetry. I work on a project with several teams, so I end up needing to reinstall deps pretty frequently.
It's not something I'm actively looking for, but I wouldn't say no to some improvements. But I need the additional features of poetry, so I probably won't bother until it gets a bit more sophisticated.
True, but poetry still has a long startup time (probably reading the lock file?) before it gets to the network parts. Also, a lot of the time spent in our projects is compiling/installing dependencies, not downloading them, and at least the install part could probably be sped up (I'm guessing async Rust is faster than whatever Poetry is doing).
But yeah, I'm not expecting huge wins here, but if it saves me a minute or so when rebuilding my docker images (currently takes >5 min in the poetry part alone), that's worth taking the time to switch.
I'm a lot more excited about projects like Ruff though, but any part of the Python tooling ecosystem is interesting.
Damn. Poetry alone takes 5 minutes in Docker rebuilds? That's good to know.
@programming.dev
Welcome to the Python community on the programming.dev Lemmy instance!
November 2023
October 2023
July 2023
August 2023
September 2023
go to feed...
@programming.dev
Welcome to the Python community on the programming.dev Lemmy instance!
November 2023
October 2023
July 2023
August 2023
September 2023
go to feed...
This actually sounds really promising!
Edit: here is a blog post from the creator of rye talking about rye and UV: https://lucumr.pocoo.org/...
save