File: control

package info (click to toggle)
python-hiredis 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 146
  • sloc: ansic: 389; python: 251; makefile: 5
file content (48 lines) | stat: -rw-r--r-- 2,032 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: python-hiredis
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
 python-all-dev, python3-all-dev,
 python-setuptools, python3-setuptools,
 libhiredis-dev,
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-hiredis/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-hiredis/trunk/
Homepage: http://github.com/redis/hiredis-py

Package: python-hiredis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Recommends: python-redis
Suggests: redis-server, python-gevent
Description: redis protocol reader for Python 2.X using hiredis
 python-hiredis provides a Python extension that wraps the protocol parsing
 code in Hiredis. It is targeted at speeding up parsing multi bulk replies from
 redis-server.
 .
 Hiredis is a minimalistic C client library for the Redis database, a
 persistent key-value database with support for atomically manipulating and
 querying data structures such as lists and sets.
 .
 python-hiredis is not a stand-alone redis client library and requires other
 code to perform low-level I/O with redis.

Package: python3-hiredis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Recommends: python3-redis
Suggests: redis-server
Description: redis protocol reader for Python using hiredis
 This package provides a Python extension that wraps the protocol parsing
 code in Hiredis. It is targeted at speeding up parsing multi bulk replies from
 redis-server.
 .
 Hiredis is a minimalistic C client library for the Redis database, a
 persistent key-value database with support for atomically manipulating and
 querying data structures such as lists and sets.
 .
 Note that it is not a stand-alone redis client library and requires other
 code to perform low-level I/O with redis.