Tornado OpenAPI 3 request and response validation library.
Find a file
2020-11-19 19:37:58 -05:00
tests Get mimetype from header 2020-11-19 19:37:58 -05:00
tornado_openapi3 Get mimetype from header 2020-11-19 19:37:58 -05:00
.flake8 Initial commit 2020-09-16 23:04:11 -04:00
.gitignore Update .gitignore 2020-09-25 10:17:09 -04:00
LICENSE Add license and readme 2020-09-18 00:23:55 -04:00
pyproject.toml Rename module 2020-09-25 10:55:54 -04:00
README.rst Add license and readme 2020-09-18 00:23:55 -04:00
tox.ini Add tox config and broaden tornado support 2020-09-25 10:15:06 -04:00

===================
 Tornado OpenAPI 3
===================

Tornado OpenAPI 3 request and response validation library.

Provides integration between the `Tornado`_ web framework and `Openapi-core`_
library for validating request and response objects against an `OpenAPI 3`_
specification.


.. _Tornado: https://www.tornadoweb.org/
.. _Openapi-core: https://github.com/p1c2u/openapi-core
.. _OpenAPI 3: https://swagger.io/specification/