replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 89 forks source link

Add support for rye/ uv #244

Closed AYA-123 closed 1 week ago

AYA-123 commented 6 months ago

Astral.sh makes an incredibly fast python package installer / resolver, that would be potentially very beneficial: https://github.com/astral-sh/uv , with

10-100x faster than pip and pip-tools (pip-compile and pip-sync).

Potentially following on from this, ruff as a formatter would also be potentially beneficial - https://github.com/astral-sh/ruff - being orders of magnitude times faster than existing linters ;/ formatters like flake8 / black