minus-squarecd_slash_rmrf@programming.devtoPython@programming.dev•Lazy self-installing Python scripts with uvlinkfedilinkarrow-up4·2 days agouv actually does have a reimplementation of pipx, via uv tool or uvx: https://docs.astral.sh/uv/concepts/tools/#tools the concept in the OP is different; it’s an implementation of pep722 https://peps.python.org/pep-0722/ linkfedilink
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/