This package adds type annotations for the envparse library.
- The
force
andpreprocessor
parameters have been omitted. - A
default
value ofNone
is not allowed forlist()
,set()
,tuple()
ordict()
. Instead, use an empty list/set/tuple/dict as the default. - A schema cannot be provided to
Env.__init__()
, as this would make it impossible to infer the return types of other methods. - No type hints for
Env.__call__()
yet.