Metadata-Version: 1.0
Name: validatish
Version: 0.6.4
Summary: Validatish is a minimal library of validators that can validate in a functional or class instantiated style.
Home-page: http://validat.ish.io
Author: Tim Parkin, Matt Goodall
Author-email: developers@ish.io
License: BSD
Description: Validatish is a simple validation library designed to be a good building block for validation structures. It implements some basic validators in functional form (i.e. simple function calls) or in class form (i.e. instantiate a class and then just call the validate method). Have a look at the project site at `http://validat.ish.io <http://validat.ish.io>`_
        
        Changlog at `http://github.com/ish/validatish/raw/master/CHANGELOG <http://github.com/ish/validatish/raw/master/CHANGELOG>`_
        
Keywords: validation schema forms form library form validate validator check checker
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
