opnsense-ports/devel/py-openapi-core/pkg-descr
2022-09-07 22:33:21 +02:00

10 lines
404 B
Text

Openapi-core is a Python library that adds client-side and server-side support
for the OpenAPI Specification v3.
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