33
Lazy self-installing Python scripts with uv
(treyhunner.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
This looks like a reimplementation of pipx.
uv actually does have a reimplementation of pipx, via
uv tool
oruvx
: https://docs.astral.sh/uv/concepts/tools/#toolsthe concept in the OP is different; it's an implementation of pep722 https://peps.python.org/pep-0722/