Metadata-Version: 2.4
Name: pyramid_wtforms
Version: 3.1.0
Summary: pyramid_wtforms provides bindings for the Pyramid web framework to the WTForms library.
Project-URL: Homepage, https://github.com/pylabs/pyramid_wtforms
Project-URL: Issues, https://github.com/pylabs/pyramid_wtforms/issues
Author-email: PyLabs <contact@pylabs.org>
License-Expression: MIT
License-File: LICENSE
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: markupsafe<4.0.0,>=3.0.0
Requires-Dist: pyramid<3.0.0,>=2.0.0
Requires-Dist: wtforms<4.0.0,>=3.0.0
Description-Content-Type: text/markdown

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 confused with different name spaces.
* Provide single file / multi files field validation and handling which meet
  request model of Pyramid web framework.
* Support csrf support using builtin pyramid.session facility.
