Source: aiozmq
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
 python3-all, 
 python3-setuptools,
# tests:
 python3-zmq (>= 13.1),
 python3-msgpack (>= 0.4.0),
Standards-Version: 3.9.6
Homepage: http://aiozmq.readthedocs.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/aiozmq/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/aiozmq/trunk/
X-Python3-Version: >= 3.3

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.
