best-of-python-dev icon indicating copy to clipboard operation
best-of-python-dev copied to clipboard

Add project: uv

Open antusystem opened this issue 1 year ago • 2 comments

  • Project Name: uv
  • Github URL: https://github.com/astral-sh/uv
  • Category: Dependency & Package Managers
  • License: MIT License or Apache-2.0 license
  • Package Managers: pypi:uv

Additional context: An extremely fast Python package and project manager, written in Rust. (from their readme file)

antusystem avatar Aug 22 '24 14:08 antusystem

uv definitely needs to be on this list! From the same people that did Ruff.

17jmumford avatar Sep 04 '24 01:09 17jmumford

I would also add it in the build tools, as uv has it's own build package. The uv_build backend is even the default build backend when managing a project with uv from version 0.8.0 https://github.com/astral-sh/uv/releases/tag/0.8.0.

huwilerb avatar Sep 04 '25 08:09 huwilerb