Welcome to pyramid_swagger’s documentation!

This project offers convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.

You must supply a working Pyramid application, and a Swagger schema describing your application’s interface. In return, pyramid_swagger will provide:

  • Request and response validation
  • Swagger spec validation
  • Automatically serving the swagger schema to interested clients (e.g. Swagger UI)

pyramid_swagger works for both the 1.2 and 2.0 Swagger specifications, although users are strongly encouraged to use 2.0 going forward.

Contents: