Metadata-Version: 2.1
Name: WTForms-JSON
Version: 0.3.3
Summary: Adds smart json support for WTForms. Useful for when using WTForms with RESTful APIs.
Home-page: https://github.com/kvesteri/wtforms-json
Author: Konsta Vesterinen
Author-email: konsta@fastmonkeys.com
License: BSD
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: WTForms >=1.0.5
Requires-Dist: six >=1.3.0
Provides-Extra: test
Requires-Dist: pytest >=2.2.3 ; extra == 'test'
Requires-Dist: WTForms-Alchemy >=0.8.6 ; extra == 'test'
Requires-Dist: flake8 >=2.4.0 ; extra == 'test'
Requires-Dist: isort >=3.9.6 ; extra == 'test'


WTForms-JSON
------------

Adds smart json support for WTForms. Useful for when using WTForms with RESTful
APIs.
