connexion
API generator
A framework that allows developers to write API specifications first and then generate Python code based on those specifications
Connexion is a modern Python web framework that makes spec-first and api-first development easy.
5k stars
83 watching
766 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
api-firstapi-restflask-extensionsmicroservicesopenapipythonswaggerweb
Related projects:
Repository | Description | Stars |
---|---|---|
fastapi/fastapi | A modern Python framework for building high-performance RESTful APIs | 78,676 |
ergo/pyramid_apispec | Generates OpenAPI specification files for Pyramid applications. | 23 |
oai/openapi-specification | Defines a standard interface description for HTTP APIs | 29,169 |
hossain-khan/medium-api-specification | An OpenAPI specification describing the Medium API and its client SDKs for various programming languages. | 18 |
redocly/redoc | Generates beautiful API documentation from OpenAPI definitions | 23,749 |
swagger-api/swagger-codegen | Automatically generates API client libraries, server stubs, and documentation from an OpenAPI definition. | 17,114 |
encode/uvicorn | Provides an ASGI web server implementation for Python | 8,695 |
pylons/pyramid | A Python web framework designed to simplify and streamline the development of real-world web applications. | 3,984 |
ricosuter/nswag | Tools and middleware to generate and serve API documentation and client code for .NET and other languages | 6,842 |
hugapi/hug | A Python framework for building simple and efficient APIs | 6,864 |
authorizon/fastapi_websocket_pubsub | An API framework allowing real-time communication between clients and servers over WebSockets. | 13 |
andrewwalsh/openapi-devtools | Generates OpenAPI specifications in real-time from network requests | 3,970 |
zauberzeug/nicegui | A Python-based framework for building browser-based GUI applications with minimal code | 10,361 |
encode/starlette | A lightweight ASGI framework/toolkit for building async web services in Python | 10,361 |
flasgger/flasgger | Tool to generate and validate API documentation and schema validation for Flask applications | 3,633 |