Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 955 Bytes

index.rst

File metadata and controls

34 lines (23 loc) · 955 Bytes

bravado_core documentation

bravado_core is a Python library that implements the Swagger 2.0 Specification.

Client and servers alike can use bravado_core to implement these features:

  • Swagger Schema ingestion and validation
  • Validation and marshalling of requests and responses
  • Validation and marshalling of user-defined Swagger formats
  • Modelling Swagger #/definitions as Python classes or dicts

For example:

  • bravado uses bravado-core to implement a fully functional Swagger client.
  • pyramid_swagger uses bravado-core to seamlessly add Swagger support to Pyramid webapps.

Contents:

config models formats changelog

Indices and tables

  • genindex
  • modindex
  • search