nest-asyncio · PyPI
https://pypi.org/project/nest-asyncio01.12.2021 · Patch asyncio to allow nested event loops. Usage import nest_asyncio nest_asyncio. apply (). Optionally the specific loop that needs patching can be given as argument to apply, otherwise the current event loop is used.An event loop can be patched whether it is already running or not.