1
0
Fork
You've already forked matrix-nio-client
0
No description
  • Python 100%
2023年08月29日 20:25:43 +02:00
matrix_nio_client Add client class 2023年08月29日 20:25:43 +02:00
LICENSE Add LICENSE 2023年08月29日 20:07:21 +02:00
README.md Add link to matrix-nio lib 2023年08月29日 20:24:25 +02:00
requirements.txt Add project dependencies to requirements.txt 2023年08月29日 20:23:35 +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