Metadata-Version: 1.1
Name: pyramid-wtf
Version: 2.0.0
Summary: pyramid_wtf provides bindings for the Pyramid web framework to the WTForms library.
Home-page: https://bitbucket.org/evannook/pyramid_wtf
Author: Evan Nook
Author-email: evannook@pylabs.net
License: BSD
Description: The API of this extension is inspired by `Flask-WTF <https://flask-wtf.readthedocs.org/en/latest/>`_ .
        
        Features
        ========
        
        * Consistent APIs, users do not need to be confued with different name spaces.
        * Provide single file / multi files field validation and handling which meet
          request model of pyramid.
        * Support csrf support using builtin pyramid.session facility.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
