mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
7 lines
344 B
Text
7 lines
344 B
Text
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.
|