|
|
|
|
|
by keithasaurus
261 days ago
|
|
Updating my validation library for python, koda-validate (https://github.com/keithasaurus/koda-validate). Focusing on ergonomics improvements. Just released an improvement to the __repr__ for Invalid types. Potentially working on expanding the ability to generate validators from arbitrary typehints, ie `get_typehint_validator(list[str | int])`. It has good coverage, but I suspect I'm blind to some obvious holes. Would love feedback! |
|