Metadata-Version: 2.4
Name: flask_request_validator
Version: 4.5.0
Summary: Flask Request Validator
Author-email: Danila Ganchar <danila.ganchar@gmail.com>
Maintainer-email: Danila Ganchar <danila.ganchar@gmail.com>
Project-URL: Homepage, https://github.com/d-ganchar/flask_request_validator
Project-URL: Changelog, https://github.com/d-ganchar/flask_request_validator/releases
Project-URL: Issues, https://github.com/d-ganchar/flask_request_validator/issues
Project-URL: CI, https://github.com/d-ganchar/flask_request_validator/actions
Project-URL: Documentation, https://github.com/d-ganchar/flask_request_validator/wiki
Project-URL: Source, https://github.com/d-ganchar/flask_request_validator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask<4,>=2
Dynamic: license-file

## Flask request validator

#### Key features
- Easy and beautiful
- Type conversion
- Extensible
- GET, FORM, nested JSON, headers and files validation
- Post validation hooks
- Custom error messages
- Supports [Flask-RESTful](https://flask-restful.readthedocs.io/en/latest/)

#### How to install:

```
$ pip install flask_request_validator
```

<p style="text-align:center">
    <a href="https://github.com/d-ganchar/flask_request_validator/wiki">How to use</a>
</p>
