ports/www/py-openapi-core/pkg/DESCR

12 lines
412 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Openapi-core is a Python library that adds client-side and server-side
support for the OpenAPI v3.0 and OpenAPI v3.1 specification.
Key features:
Validation of requests and responses
Schema casting and unmarshalling
Media type and parameters deserialization
Security providers (API keys, Cookie, Basic and Bearer HTTP authentications)
Custom deserializers and formats
Integration with libraries and frameworks