Skip to content

Releases: maread99/valimp

v 0.3 ✅

19 Feb 10:34
Compare
Choose a tag to compare

What's Changed

Now supports dataclasses, *args and **kwags (with optional validation of arguments received to *args and **kwargs).

New Features

  • Support for type-annotated *args and **kwargs packing arguments. (#9) @maread99
  • New parse_cls decorator provides type-annotated validation, coercion and parsing of dataclasses (#9) @maread99

v 0.2 ✅

24 Nov 21:13
Compare
Choose a tag to compare

What's Changed

New Features

v0.1 ✅

24 Aug 16:54
Compare
Choose a tag to compare

New Library!

In Python use type hints to validate, parse and coerce inputs to public functions.

Initial release.