Open
Description
Description
A way to have an asynchronous friendly (non-blocking) Python APIs.
Basic example
Can be used with other async enabled web server/framework like Sanic or FastAPI.
Other
How Elasticsearch built their python client is described here. They are using libraries like aiohttp, and unasync.