top | item 45755720

(no title)

TeeMassive | 4 months ago

This is a PEP and not specific to uv: https://peps.python.org/pep-0723/

discuss

order

dragonwriter|4 months ago

You need a runner for scripts that follow the PEP (actually the packaging standard established initially by the PEP, hence the note about it's historical status.)

The two main runners I am aware of are uv and pipx. (Any compliant runner can be referenced in the shebang to make a script standalone where shebangs are supported.)

NewJazz|4 months ago

The shebang line references uv.

lxgr|4 months ago

Is it time for a Debian `alternatives`-style system for PIP 723 compliant Python wrappers yet?

I could totally see `#!/usr/bin/python723` become a thing :)