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
|
Source: trollius-redis
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
Build-Depends:
debhelper (>=9),
dh-python,
python-all,
python-setuptools,
python-trollius,
python-six,
python3-all,
python3-setuptools,
python3-trollius,
python3-six,
Standards-Version: 3.9.8
Homepage: https://github.com/benjolitz/trollius-redis/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/trollius-redis.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/trollius-redis.git
Testsuite: autopkgtest-pkg-python
Package: python-trollius-redis
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Redis client for Python Trollius (Python 2)
Completely asynchronous, non-blocking client for a Redis server. It
depends on trollius (asyncio compatible for PEP 3156). It supports
Python 2 and 3 Trollius-using developers.
.
Features
.
* Works for the trollius asyncio-compatible (PEP3156) event loop
* No dependencies except trollius
* Connection pooling
* Automatic conversion from unicode (Python) to bytes (inside Redis.)
* Bytes and str protocols.
* Completely tested
* Blocking calls and transactions supported
* Streaming of some multi bulk replies
* Pubsub support
.
This package installs the library for Python 2.
Package: python3-trollius-redis
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Redis client for Python Trollius (Python 3)
Completely asynchronous, non-blocking client for a Redis server. It
depends on trollius (asyncio compatible for PEP 3156). It supports
Python 2 and 3 Trollius-using developers.
.
Features
.
* Works for the trollius asyncio-compatible (PEP3156) event loop
* No dependencies except trollius
* Connection pooling
* Automatic conversion from unicode (Python) to bytes (inside Redis.)
* Bytes and str protocols.
* Completely tested
* Blocking calls and transactions supported
* Streaming of some multi bulk replies
* Pubsub support
.
This package installs the library for Python 3.
|