zut.numeric.parse_bool

zut.numeric.parse_bool(value: str | int | bool | None, *, required: Literal[True]) bool
zut.numeric.parse_bool(value: str | int | bool | None, *, required: Literal[False] = False) bool | None