A module for validating values (usually strings) againsta specification, and transforming them or doing type conversion.
Project description
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.