blob: 3a816b9a4e7c42e6830b16507f745393da907346 (
plain) (
blame)
1
2
3
4
5
6
7
|
Connexion is a modern Python web framework that makes spec-first and api-first
development easy. You describe your API in an OpenAPI (or Swagger) specification
with as much detail as you want and Connexion will guarantee that it works as
you specified.
It works either standalone, or in combination with any ASGI or WSGI-compatible
framework.
|