File: control

package info (click to toggle)
django-redis-sessions 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: python: 318; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 862 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
Source: django-redis-sessions
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.3
Homepage: https://github.com/martinrusev/django-redis-sessions
Vcs-Git: https://salsa.debian.org/python-team/modules/django-redis-sessions.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-redis-sessions

Package: python3-django-redis-sessions
Architecture: all
Depends:
 python3-redis,
 ${misc:Depends},
 ${python3:Depends},
 python3-django
Description: Redis database backend for your Django sessions (Python 3)
 Session backend for Django that stores sessions in a Redis database
 .
 This is the Python 3 version of the package.