PEP 829 – Structured Startup Configuration via .site.toml Files (opens in new tab)
This PEP proposes a TOML-based configuration file format to replace the .pth file mechanism used by site.py during interpreter startup. The new format, using files named <package>.site.toml, provides structured configuration for extending sys.path and ...
Read the original article