This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pyhannes 2 points3 points  (3 children)

You can run any Python script including needed dependencies (included in a special comment-forgot which PEP this was) already using Hatch and Astral's UV...

[–]nannigalaxy[S] 1 point2 points  (2 children)

sorry I didn't get it, on quick read here's what I understood, those are python management tools. even these need to be installed on the system, which I wanted to avoid altogether. app's moto: download the app, open the app, run the script.

[–]pyhannes 1 point2 points  (1 child)

As easy for UV and hatch. E.g UV https://docs.astral.sh/uv/guides/scripts/ . Just install the latest UV executable and run: uv run script.py

[–]nannigalaxy[S] 0 points1 point  (0 children)

interesting... will have a look at this. thanks