owl·check
One call at startup validates every required env var. The process either starts with a complete config - or doesn't start at all.
Single-invariant environment validation for Python apps. owlcheck.load(Settings) on startup either returns a frozen, immutable config or aborts the process with a named report of which variables are missing or invalid. Built on pydantic-settings.
$pip install owlcheck