File: control

package info (click to toggle)
django-websocket-redis 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 212 kB
  • ctags: 160
  • sloc: python: 885; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,955 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
Source: django-websocket-redis
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: https://github.com/jrief/django-websocket-redis
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-websocket-redis.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-websocket-redis.git

Package: python-django-websocket-redis
Architecture: all
Depends: python-django,
         ${misc:Depends},
         ${python:Depends}
Recommends: uwsgi-plugin-python
Description: Websockets for Django applications using Redis (Python2 version)
 This module implements websockets on top of Django without requiring any
 additional framework. For messaging it uses the Redis datastore. In a
 production environment, it is intended to work under uWSGI and behind NGiNX or
 Apache. In a development environment, it can be used with the Django built-in
 webserver.
 .
 This package contains the Python 2 version of the library.

Package: python3-django-websocket-redis
Architecture: all
Depends: python3-django,
         ${misc:Depends},
         ${python3:Depends}
Recommends: uwsgi-plugin-python3
Description: Websockets for Django applications using Redis (Python3 version)
 This module implements websockets on top of Django without requiring any
 additional framework. For messaging it uses the Redis datastore. In a
 production environment, it is intended to work under uWSGI and behind NGiNX or
 Apache. In a development environment, it can be used with the Django built-in
 webserver.
 .
 This package contains the Python 3 version of the library.