/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
uv: An extremely fast Python package and project manager, written in Rust
(github.com)
740 points
chirau
| 3 comments |
23 Jun 25 16:27 UTC
|
HN request time: 0.656s
|
source
1.
lucideng
◴[
23 Jun 25 17:53 UTC
]
No.
44358302
[source]
▶
>>44357411 (OP)
#
UV solved any issue I had getting python to run on a machine.
Just `git clone someproject`, `uv run somescript.py`, then mic drop and walk away.
replies(2):
>>44358437
#
>>44363673
#
ID:
GO
2.
oezi
◴[
23 Jun 25 18:09 UTC
]
No.
44358437
[source]
▶
>>44358302 (TP)
#
`uvx` directly from the repo also works nicely
3.
akx
◴[
24 Jun 25 07:24 UTC
]
No.
44363673
[source]
▶
>>44358302 (TP)
#
Why even `git clone`? With a properly packaged project, you can just `uvx --from=git+
https://github.com/akx/bindl.git
bindl`
↑