python3-matrix-nio

python no-IO library for the matrix chat protocol - Python3 library
  https://github.com/poljar/matrix-nio
  0
  no reviews



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.