blob: b2930b5a0a956ae33f0c0522024db25eba5f56f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
|