File: control

package info (click to toggle)
python-channels-redis 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: python: 2,125; sh: 6; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,103 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-channels-redis
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/django/channels_redis/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-channels-redis
Vcs-Git: https://salsa.debian.org/python-team/packages/python-channels-redis.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-channels-redis
Architecture: all
Depends:
 python3-asgiref (>= 3.9.1~),
 python3-cryptography,
 python3-django-channels (>= 4.2.2~),
 python3-msgpack,
 ${misc:Depends},
 ${python3:Depends},
Description: Redis channel layer backend for Django Channels (Python3 version)
 A Django Channels channel layer that uses Redis as its backing store, and
 supports both a single-server and sharded configurations, as well as group
 support.
 .
 This package contains the Python 3 version of the library.