mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
4 lines
226 B
Plaintext
4 lines
226 B
Plaintext
Python has all kinds of data validation tools, but every one of them seems to
|
|
require defining a schema / form. This is a simple validation library where
|
|
validating a simple value does not require defining a form or a schema.
|