Metadata-Version: 2.1
Name: validate
Version: 5.0.8
Summary: Config file reading, writing, and validation.
Home-page: http://www.voidspace.org.uk/python/validate.html
Download-URL: http://www.voidspace.org.uk/downloads/validate.py
Author: Michael Foord
Author-email: fuzzyman@voidspace.org.uk
Keywords: validation,schema,conversion,checking,configobj,config,configuration
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

`validate.py <http://www.voidspace.org.uk/python/validate.html>`_ is a
module for validating values against a specification. It can be used
with `ConfigObj <http://www.voidspace.org.uk/python/configobj.html>`_, 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.
