1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Document: openapi-core
Title: Python openapi-core documentation
Author: Artur Maciag <maciag.artur@gmail.com>
Abstract: Documentation for OpenAPI core module
This Python library adds client-side and server-side support for the
OpenAPI v3.0 and v3.1 specification. It offers:
* validation and unmarshalling of request and response data (including
webhooks)
* integration with popular libraries (Requests and Werkzeug) and
frameworks (Django, Falcon, Flask, Starlette)
* customization with media type deserializers and format unmarshallers
* security data providers (API keys, Cookie, Basic and Bearer HTTP
authentications)
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python3-openapi-core/html/index.html
Files: /usr/share/doc/python3-openapi-core/html/*
|