1
1
Fork
You've already forked matrix-nio-client
1
No description
  • Python 100%
Fabian Becker eee8dd9bc2 meta: enable dynamic versioning
Run
```
poetry dynamic-versioning enable
```
"
2025年12月28日 19:26:03 +01:00
matrix_nio_client Add function to get a logged in matrix client 2023年10月07日 21:26:25 +02:00
LICENSE Add LICENSE 2023年08月29日 20:07:21 +02:00
pyproject.toml meta: enable dynamic versioning 2025年12月28日 19:26:03 +01:00
README.md Add link to matrix-nio lib 2023年08月29日 20:24:25 +02:00
setup.py Add setup.py 2023年08月29日 20:22:43 +02:00

Matrix Nio Client

A client for the matrix chat protocol that supports end-to-end-encryption.

For details take a look at https://matrix-nio.readthedocs.io/en/latest/index.html.

Installation

git clone https://codeberg.org/fabbecker/matrix-nio-client.git
pip install -r matrix-nio-client/requirements.txt
pip install matrix-nio-client