mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-28 11:52:16 +00:00
Add aiohttp to Web APIs section
This commit is contained in:
parent
6ed53787c6
commit
59d06811e3
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ _Libraries for building RESTful and GraphQL APIs._
|
|||
- Flask
|
||||
- [apiflask](https://github.com/apiflask/apiflask) - A lightweight Python web API framework based on Flask and Marshmallow.
|
||||
- Framework Agnostic
|
||||
- [aiohttp](https://github.com/aio-libs/aiohttp) - An async HTTP client/server framework for asyncio and Python.
|
||||
- [connexion](https://github.com/spec-first/connexion) - A spec-first framework that automatically handles requests based on your OpenAPI specification.
|
||||
- [falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends.
|
||||
- [fastapi](https://github.com/fastapi/fastapi) - A modern, fast, web framework for building APIs with standard Python type hints.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue