Pep 723 Example
22 Nov 2025 21:36
Here is an example of PEP 723 from https://github.com/kjaymiller/kjaymiller
# /// script
# dependencies = [
# "jinja2",
# "episode_dl",
# "feedparser",
# ]
# ///
Notice the that these are using "#" and not the triple quotes...
I don't know why but it didn't work if you didn't
Also when you run with uv call the file directly
- ✅
uv run update_readme.py - ❌
uc run python update_readme.py