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
|
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,
redis-server,
Standards-Version: 3.9.8
Homepage: http://aioredis.readthedocs.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/aioredis.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/aioredis.git
X-Python3-Version: >= 3.3
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
|