TL;DR: uv is an extremely fast Python package manager, written in Rust.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    1 month ago

    Yes. For the project I work on pip install takes about 60 seconds and replacing it with uv reduces that to about 7 seconds. That’s a very significant improvement. Much less annoying interactively and in CI we do this multiple times so it saves a significant chunk of time.