We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
7233578
Max supported Python version now 3.13.
ruff
uv
29b9d35
Now supports dataclasses, *args and **kwags (with optional validation of arguments received to *args and **kwargs).
parse_cls
a7b11ec
typing.Any
800394e
In Python use type hints to validate, parse and coerce inputs to public functions.
Initial release.