
Nio is a multilayered Matrix client library. The underlying base layer doesn't do any IO on its own. On top of the base layer, a no-IO HTTP client implementation exists, as well as a full fledged batteries included asyncio layer using aiohttp.
Matrix is an open standard and lightweight protocol for real-time communication.
This package provides matrix-nio module for Python 3.