This package adds type annotations for the envparse library.
- The
forceandpreprocessorparameters have been omitted. - A
defaultvalue ofNoneis 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.