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

  • The Doctor
    link
    fedilink
    English
    18 months ago

    Just out of curiosity, how often do you have to run pip install?

    • @[email protected]
      link
      fedilink
      48 months ago

      I dunno maybe once a week or so? We don’t actually have a system that detects if your pip install is out of sync with pyproject.toml yet so I run it occasionally just to make sure.

      And it runs in CI around a dozen times for each PR. Yeah not ideal but there are goodish reasons which I can explain if you want.

      • The Doctor
        link
        fedilink
        English
        38 months ago

        No, that makes perfect sense. Thank you for explaining.

        I like hearing about other people’s environments, because it gives perspective.