This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inline script metadata docs: https://packaging.python.org/en/latest/specifications/inline-script-metadata/ | |
This awk line is useful because pip and uv can't read the TOML in the .py header directly, but they can read a separate TOML file without issue. | |
user@host:/tmp$ head -n 13 main.py | |
# /// script | |
# authors = [ |
OlderNewer