Metadata-Version: 2.1
Name: envparse-stubs
Version: 0.2.2
Summary: Type stubs for the envparse library
Home-page: https://github.com/RJPercival/envparse-stubs
Author: Rob Percival
Author-email: rob.percival87@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# Type stubs for envparse

This package adds type annotations for the [envparse](https://github.com/rconradharris/envparse) library.

## Known Issues

- The `force` and `preprocessor` parameters have been omitted.
- A `default` value of `None` is not allowed for `list()`, `set()`, `tuple()` or `dict()`. 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.

## Author

[Rob Percival](https://www.linkedin.com/in/robpercival/)


