PEP 829: Structured Startup Configuration via .site.toml Files

PEP 829 β Package Startup Configuration Files | peps.python.org
This PEP changes the way packages influence Pythonβs startup process. Previously controlled through legacy .pth files parsed and executed by the site.py file during interpreter startup, such files are used to extend sys.path and execute package initiali...