From c213d8661063a00aada54b1d800eeccdbc7cc158 Mon Sep 17 00:00:00 2001 From: Tonus Date: Mon, 11 Aug 2025 10:32:23 +0700 Subject: python/python3-matrix-nio: Added (Python module). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-matrix-nio/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-matrix-nio/README (limited to 'python/python3-matrix-nio/README') diff --git a/python/python3-matrix-nio/README b/python/python3-matrix-nio/README new file mode 100644 index 0000000000..fea782e233 --- /dev/null +++ b/python/python3-matrix-nio/README @@ -0,0 +1,9 @@ +nio is a multilayered Matrix client library. + +The underlying base layer doesn't do any network IO on its own, but +on top of that is a full-fledged batteries-included asyncio layer +using aiohttp. File IO is only done if you enable end-to-end +encryption (E2EE). + +The full API documentation for nio can be found at +https://matrix-nio.readthedocs.io -- cgit v1.2.3