summaryrefslogtreecommitdiffstats
path: root/python/python3-validators/README
blob: 536501ab6d86a4566ebeb52a2fdb05b9839b0d82 (plain)
1
2
3
4
5
6
python3-validators (Python Data Validation for Humans)

Python has all kinds of data validation tools, but every one of them
seems to require defining a schema or form. I wanted to create a
simple validation library where validating a simple value does not
require defining a form or a schema.