[ trixie ]
[ sid ]
[ 原始碼: mautrix-python ]
套件:python3-mautrix(0.20.4-2)
python3-mautrix 的相關連結
Debian 的資源:
下載原始碼套件 mautrix-python:
- [mautrix-python_0.20.4-2.dsc]
- [mautrix-python_0.20.4.orig.tar.gz]
- [mautrix-python_0.20.4-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [docs.mau.fi]
相似套件:
Matrix client framework for Python using asyncio
Mautrix allows connecting to servers using the Matrix communication framework via an intuitive Python interface. It contains the following components:
* Basic HTTP request sender * Client API endpoints as functions * Medium-level application service framework * Medium-level end-to-end encryption framework * High-level bridging utility framework * High-level client framework * Utilities
It can be used to write Matrix bots, Matrix clients or Matrix bridges.
其他與 python3-mautrix 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-yarl
- yet another URL library for Python