v0.1.0
Initial release. Ships with:
envbool(var)— reads an env var and returns aboolto_bool(value)— coerces an arbitrary string tobool- Strict mode via
strict=True— raisesInvalidBoolValueErroron unrecognized values - Customizable value sets via
extend_truthy/extend_falsy/truthy/falsy - CLI with exit-code semantics (
0truthy,1falsy) and--printflag for subshell use - TOML config support (
envbool.tomlor[tool.envbool]inpyproject.toml)