▲ | keithasaurus 3 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! | ||||||||
▲ | anshumankmr 3 days ago | parent [-] | |||||||
Pydantic already covers type-driven validation and it works well enough. What is the main value add in Koda? Just curious. | ||||||||
|