Python cheatsheet
Run a Python script with uv and dependencies
#!/usr/bin/env -S uv run --script
# /// script
# dependencies = [
# "httpx",
# ]
# ///
Run a Python script with uv and dependencies
#!/usr/bin/env -S uv run --script
# /// script
# dependencies = [
# "httpx",
# ]
# ///