Module zut.env

Load .env files and read environment handling type conversions and default values.

Functions

get_env(-> ~zut.env.T  -> ~zut.env.T)

get_env_bool(-> bool  -> bool)

get_env_dict(-> dict[str, str]  -> dict[str, ...)

get_env_int(-> int  -> int)

get_env_list(-> list[str]  -> list[str])

get_env_password(...)

get_env_path(-> ~pathlib.Path  -> ~pathlib.Path)

load_dotenv([paths, override, missing_ok])

Load environment file(s).