Metadata-Version: 1.1
Name: validate
Version: 5.1.0.dev0
Summary: Config file reading, writing, and validation.
Home-page: http://www.voidspace.org.uk/python/validate.html
Author: Michael Foord
Author-email: fuzzyman@voidspace.org.uk
License: UNKNOWN
Download-URL: http://www.voidspace.org.uk/downloads/validate.py
Description: `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.
Keywords: validation,schema,conversion,checking,configobj,config,configuration
Platform: UNKNOWN
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
