Metadata-Version: 1.1
Name: Flask-Jerify
Version: 0.0.5
Summary: Validate JSON requests against schemas
Home-page: http://github.com/alx-k/flask-jerify
Author: Alexandre Kaskasoli
Author-email: alexkaskasoli@hotmail.om
License: BSD
Description: 
        Flask-Jerify
        ------------
        
        "JSON Verify". Provides a decorator to verify request data is valid JSON.
        Optionally validates the JSON against a JSON Schema.
        
Keywords: flask,json,schema,validator,jsonschema
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: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
