Script
Improved shebang for your …
Sometimes you just want a script, without having to specify a virtualenv or polluting your global python environment. Given PEP-0723 we can build scripts as we would normally, though now add a few comments to it to specify the dependencies.
When we combine that with uv we can easily run the script …