File: control

package info (click to toggle)
python-redis 4.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,172 kB
  • sloc: python: 38,266; sh: 337; makefile: 128
file content (34 lines) | stat: -rw-r--r-- 1,097 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
Source: python-redis
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Chris Lamb <lamby@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-redis.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-redis
Homepage: https://github.com/andymccurdy/redis-py
Rules-Requires-Root: no

Package: python3-redis
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-hiredis,
Description: Persistent key-value database with network interface (Python 3 library)
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package contains Python bindings to Redis.
 .
 This is the Python 3 version of the package.