Skip to content

lopenchi/flask-inputs

This branch is 3 commits behind nathancahill/flask-inputs:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 14, 2016
Jan 23, 2017
Jan 23, 2017
Aug 19, 2015
Aug 26, 2015
Aug 25, 2015
Aug 26, 2015
Aug 26, 2015
Oct 20, 2015
Jan 23, 2017
Jan 23, 2017
Jun 8, 2017

Repository files navigation

Flask-Inputs

Build Status Coverage Status

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:

$ 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.

About

Incoming request data validation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Makefile 1.1%