Metadata-Version: 1.0
Name: Flask-Inputs
Version: 0.2.0
Summary: Flask request data validation
Home-page: http://pythonhosted.org/Flask-Inputs/
Author: Nathan Cahill
Author-email: nathan@nathancahill.com
License: MIT
Description: Flask-Inputs
        ============
        
        WTForms is awesome for validating POST data. What about other request data?
        
        The **Flask-Inputs** extension adds support for WTForms to validate request data from args to headers to json.
        
        
        Installation
        ------------
        
        To install Flask-Inputs, simply::
        
            $ pip install flask-inputs
        
        
        JSON validation requires `jsonschema <https://pypi.python.org/pypi/jsonschema>`_::
        
            $ pip install jsonschema
        
        
        Documentation
        -------------
        
        Documentation is available at `<http://pythonhosted.org/Flask-Inputs>`_
        
        
        Contribute
        ----------
        
        Fork the repository, make changes and add a test which shows that the bug was fixed or that the feature works as expected with 100% coverage. Send a pull request.
Keywords: flask validation wtforms
Platform: UNKNOWN
