Metadata-Version: 1.0
Name: Formular
Version: 0.2
Summary: Formular is a library for validation of form-like data.
Home-page: http://packages.python.org/Formular
Author: Daniel Neuhäuser
Author-email: dasdasich@gmail.com
License: MIT License
Description: Formular is a library for validation of form-like data such as (X)HTML forms,
        configurations etc.
        
        It's designed to be simple and easy to use while being able to work with
        complex nested datastructures.
        
        If you stumble over any bugs or miss a feature feel free to create a ticket in
        the `issue tracker <http://bitbucket.org/DasIch/formular/issues/>`_.
Keywords: forms
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP
