Metadata-Version: 2.0
Name: pyramid-wtforms
Version: 2.4.0
Summary: pyramid_wtforms provides bindings for the Pyramid web framework to the WTForms library.
Home-page: https://bitbucket.org/evannook/pyramid_wtforms
Author: Evan Nook
Author-email: evannook@pylabs.org
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pyramid (>=1.5)
Requires-Dist: wtforms (<3,>=2.1)

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.


