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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: python-matrix-nio
Section: python
Priority: optional
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3,
python3-aiofiles <!nocheck>,
python3-aiohttp <!nocheck>,
python3-aiohttp-socks <!nocheck>,
python3-aioresponses <!nocheck>,
python3-atomicwrites <!nocheck>,
python3-cachetools <!nocheck>,
python3-fake-factory (>= 0.9.3) <!nocheck>,
python3-h11 <!nocheck>,
python3-h2 <!nocheck>,
python3-hpack <!nocheck>,
python3-hyperframe <!nocheck>,
python3-hypothesis <!nocheck>,
python3-jsonschema <!nocheck>,
python3-sphinx-mdinclude <!nodoc>,
python3-olm (>= 3.1.0) <!nocheck>,
python3-peewee <!nocheck>,
python3-pycryptodome <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-aiohttp <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-autodoc-typehints <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-unpaddedbase64 <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/poljar/matrix-nio
Vcs-Git: https://salsa.debian.org/matrix-team/python-matrix-nio.git
Vcs-Browser: https://salsa.debian.org/matrix-team/python-matrix-nio
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: Python no-IO library for the matrix chat protocol
Nio is a multilayered Matrix client library.
The underlying base layer doesn't do any IO on its own.
On top of the base layer,
a no-IO HTTP client implementation exists,
as well as a full fledged batteries included asyncio layer
using aiohttp.
.
Matrix is an open standard and lightweight protocol
for real-time communication.
Package: python3-matrix-nio
Architecture: all
Depends:
python3-atomicwrites,
python3-cachetools,
python3-olm,
python3-peewee,
${misc:Depends},
${python3:Depends},
Suggests:
python3-matrix-nio-doc,
Description: ${source:Synopsis} - Python3 library
${source:Extended-Description}
.
This package provides matrix-nio module
for Python 3.
Package: python3-matrix-nio-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: ${source:Synopsis} - documentation
${source:Extended-Description}
.
This package provides documentation for the matrix-nio module.
|