Source: aioredis
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,
 python3-hiredis,
# tests
 python3-pytest,
 python3-pytest-cov,
 python3-async-timeout,
 redis-server,
Standards-Version: 4.1.1
Homepage: http://aioredis.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/modules/aioredis.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/aioredis
X-Python3-Version: >= 3.5

Package: python3-aioredis
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: asyncio (PEP 3156) Redis support
 The library is intended to provide simple and clear interface to Redis based
 on asyncio.
 .
 Features:
  * Connections pool
  * Low-level & high-level API
  * hiredis parser
