Metadata-Version: 1.1
Name: WTForms-ParsleyJS
Version: 0.1.3
Summary: Generate client side, parsley.js validation attributes automatically from WTForms server side validators.
Home-page: https://github.com/johannes-gehrs/wtforms-parsleyjs
Author: Johannes Gehrs
Author-email: jgehrs@gmail.com
License: MIT
Description: 
        This is a small library which you can hook into your WTForms form classes in order to
        enable client side validation.
        
        WTForms allows you to validate your forms on the server side. Ideally, we could reuse
        these validators on the client side with JavaScript without writing any extra code. This
        will allow for more direct user feedback in our forms.
        
        This library uses ParsleyJS for this task. ParsleyJS is a popular client side
        JavaScript validation library. It is configured using specific HTML markup in the forms.
        
        This library will generate these attributes from your WTForms validators.
        
        For more information consult the README.md in the Github repository at
        https://github.com/johannes-gehrs/wtforms-parsleyjs
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
