Skip to content

Releases: RJPercival/envparse-stubs

Add type hints for more methods

19 Jul 11:23
3208ef6
Compare
Choose a tag to compare

Adds type hints for Env.set(), Env.json(), Env.read_envfile() and Env.__init__().

Env.__init__() does not allow a schema to be provided, as this would make it impossible to infer the return types of other methods.

Initial release

19 Jul 08:28
d41a7f1
Compare
Choose a tag to compare

A partial set of type hints for the envparse library. This has gone through limited testing on a production codebase.