slackbuilds/python/python3-validators
Jeremy Hansen de3c85ee21
python/python3-validators: Version bump to 0.35.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-05-03 09:37:14 +07:00
..
README
python3-validators.SlackBuild python/python3-validators: Version bump to 0.35.0 2025-05-03 09:37:14 +07:00
python3-validators.info python/python3-validators: Version bump to 0.35.0 2025-05-03 09:37:14 +07:00
slack-desc

README

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.