←back to thread

Fun with uv and PEP 723

(www.cottongeeks.com)
619 points deepakjois | 1 comments | | HN request time: 0.23s | source
Show context
AstroJetson ◴[] No.44371204[source]
> uv is an extremely fast Python package and project manager, written in Rust.

Is there a version of uv written in Python? It's weird (to me) to have an entire ecosystem for a language and a highly recommended tool to make your system work is written in another language.

replies(5): >>44371260 #>>44371265 #>>44371276 #>>44371564 #>>44375227 #
1. dralley ◴[] No.44371265[source]
pip?

A tool written in Python is never going to be as fast as one written in Rust. There are plenty of Python alternatives and you're free to use them.