File: control

package info (click to toggle)
aiozmq 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 688 kB
  • sloc: python: 7,225; makefile: 162
file content (28 lines) | stat: -rw-r--r-- 941 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
Source: aiozmq
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
 python3-all,
 python3-setuptools,
# tests:
 python3-zmq (>= 13.1),
 python3-msgpack (>= 0.4.0),
Standards-Version: 4.5.1
Homepage: https://aiozmq.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/aiozmq.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/aiozmq

Package: python3-aiozmq
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-msgpack
Description: ZeroMQ integration with asyncio
 ZeroMQ integration with asyncio (PEP 3156)
 .
 Features:
  * Implements create_zmq_connection() coroutine for making 0MQ connections.
  * Provides ZmqTransport and ZmqProtocol
  * Provides RPC Request-Reply, Push-Pull and Publish-Subscribe patterns for
    remote calls.