Comment by keithasaurus
Comment by keithasaurus 4 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!
Pydantic already covers type-driven validation and it works well enough. What is the main value add in Koda? Just curious.