Metadata-Version: 1.0
Name: tipfy.ext.wtforms
Version: 0.6
Summary: WTForms extension for tipfy
Home-page: http://www.tipfy.org/
Author: Rodrigo Moraes
Author-email: rodrigo.moraes@gmail.com
License: BSD
Description: 
        tipfy.ext.wtforms
        =================
        
        This tipfy extension is a wrapper to `WTForms <http://wtforms.simplecodes.com/>`_
        that provides better integration with tipfy's request object. For example,
        input files are read from the form object, which is not supported by WTForms
        because it is framework dependent.
        
        The extension also provides builtin ReCaptcha support and will provide
        CSRF protection in the future.
        
        Documentation is available at
        `http://www.tipfy.org/wiki/extensions/wtforms/ <http://www.tipfy.org/wiki/extensions/wtforms/>`_.
        
        Links
        -----
        * `Tipfy <http://www.tipfy.org/>`_
        * `API Documentation <http://www.tipfy.org/docs/>`_
        * `Wiki <http://www.tipfy.org/wiki/>`_
        * `Discussion Group <http://groups.google.com/group/tipfy>`_
        * `Issue Tracker <http://code.google.com/p/tipfy/issues/list>`_
        * `Source Code Repository <http://code.google.com/p/tipfy/>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
