Async backend for elasticsearch-py
conda install conda-forge::elasticsearch-async
conda install conda-forge/label/cf201901::elasticsearch-async
conda install conda-forge/label/cf202003::elasticsearch-async
conda install conda-forge/label/gcc7::elasticsearch-async
This is an adapter for elasticsearch-py providing a transport layer based on Python’s asyncio module. All API calls now return a future wrapping the response.