keithasaurus / koda-validate

Typesafe, Composable Validation
MIT License
112 stars 0 forks source link

Inferred Validators #10

Closed keithasaurus closed 1 year ago

keithasaurus commented 1 year ago

The general structure of validators is established enough to start using python type hints as a building blocks for validators. The main aim is to allow a familiar, simple syntax to produce type-only validators. First iteration should just be able to handle dataclasses, and be aimed at handling common serializable types.

Should be easy to allow customization to users either through:

keithasaurus commented 1 year ago

This is done.