# /// script
# requires-python = ">=3.11"
# dependencies = [
# "requests<3",
# "rich",
# ]
# ///
import requests
from rich.pretty import pprint
resp = requests.get("https://peps.python.org/api/peps.json")
data = resp.json()
pprint([(k, v["title"]) for k, v in data.items()][:10]) [lints.clippy]
dbg_macro = "deny"
unwrap_used = "deny"
expect_used = "deny" >- Immediately restore access to all maintainers removed during this incident. […]
Markdown bullet points in a place with no markdown support.
Markdown quote markers in a place with no markdown support. >>> from __future__ import braces
File "<python-input-2>", line 1
from __future__ import braces
^^^^^^
SyntaxError: not a chance