logoalt Hacker News

thefreemantoday at 12:51 PM0 repliesview on HN

You can also define required dependencies in a doc block at the top of the file and then just “uv run main” and it will automatically install and cache any dependencies and run. https://docs.astral.sh/uv/guides/scripts/