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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 1 point 2 years ago (2 children)

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

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 4 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment