diff options
| author | Tonus <tonus1@free.fr> | 2025-08-11 10:32:23 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-11 10:54:16 +0700 |
| commit | c213d8661063a00aada54b1d800eeccdbc7cc158 (patch) | |
| tree | fd2ab7e8394c16e9ef837d0ad5656d12fec88301 /python/python3-matrix-nio/README | |
| parent | b1bd2ebea4796d53c751e3354d796100783ceb54 (diff) | |
python/python3-matrix-nio: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-matrix-nio/README')
| -rw-r--r-- | python/python3-matrix-nio/README | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
