Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.75 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.75 KB

Flask request validator

PyPI version Python versions Build Status PyPI downloads Coverage Status Code size

Package provide possibility to validate of Flask request.

Key features

  • Easy and beautiful
  • Type conversion
  • Extensible
  • Header, GET, FORM and nested JSON validation
  • Post validation hooks
  • Custom error messages
  • Supports Flask-RESTful
  • Python 2.7 / 3.5 supported up to v3.0

How to install:

$ pip install flask_request_validator

How to use | say thanks ❤