skip to navigation
skip to content

validate 1.0.0

A module for validating values (usually strings) against a specification, and transforming them or doing type conversion.

validate.py is a module for validating values against a specification. It can be used with ConfigObj, or as a standalone module.

It is extensible, and as well as doing type conversion from strings, you can easily implement your own functions for transforming values in any way you please.

Log in to rate this package.