File: control

package info (click to toggle)
mautrix-python 0.20.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,812 kB
  • sloc: python: 19,103; makefile: 16
file content (48 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: mautrix-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-aiohttp,
               python3-aiosqlite,
               python3-all,
               python3-asyncpg,
               python3-attr,
               python3-magic,
               python3-olm,
               python3-pycryptodome,
               python3-pytest,
               python3-pytest-asyncio,
               python3-recommonmark,
               python3-ruamel.yaml,
               python3-setuptools,
               python3-sqlalchemy,
               python3-unpaddedbase64,
               python3-yarl
Standards-Version: 4.7.2
Homepage: https://docs.mau.fi/python/latest/
Vcs-Git: https://salsa.debian.org/python-team/packages/mautrix-python.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mautrix-python
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-mautrix
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: 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.