Resolve authorized Python extension sources into entry files.
Opt into experimental, unstable dcode behavior.
Off by default; parsed by is_env_truthy (see there for the accepted truthy
values). Marks experimental runs in UI/trace metadata. Behavior behind this
flag may change or be removed without notice.
Return whether env var name is set to a recognizably truthy value.
Unlike bool(os.environ.get(name)), this does not treat "0" or
"false" as enabled. Use this for on/off flags where the user would
reasonably expect VAR=0 to mean "disabled".
Return the user-wide loose-file extension directory.
Return the extension directory beneath project_root.
Resolve all authorized sources in deterministic load order.
A discovered plugin ready to feed dcode adapters.
Authorized sources and non-fatal resolution errors.