ports/devel/py-validators/pkg/DESCR

5 lines
238 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.