Skip to content

Python cheatsheet

Run a Python script with uv and dependencies

#!/usr/bin/env -S uv run --script
# /// script
# dependencies = [
#   "httpx",
# ]
# ///