File: control

package info (click to toggle)
django-ranged-response 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: python: 150; makefile: 4
file content (57 lines) | stat: -rw-r--r-- 1,720 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
49
50
51
52
53
54
55
56
57
Source: django-ranged-response
Section: python
Priority: optional
Maintainer: FreedomBox packaging team <freedombox-pkg-team@lists.alioth.debian.org>
Uploaders:
 Sunil Mohan Adapa <sunil@medhas.org>,
 James Valleroy <jvalleroy@mailbox.org>,
 Federico Ceratto <federico@debian.org>
Build-Depends:
 debhelper (>=11~),
 dh-python,
 python-all,
 python-django,
 python-setuptools,
 python3-all,
 python3-django,
 python3-setuptools
Standards-Version: 4.1.3
Homepage: https://pypi.python.org/pypi/django-ranged-response/
Vcs-Browser: https://salsa.debian.org/freedombox-team/django-ranged-response
Vcs-Git: https://salsa.debian.org/freedombox-team/django-ranged-response.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5

Package: python-django-ranged-response
Architecture: all
Depends:
 python-django,
 ${misc:Depends},
 ${python:Depends}
Provides:
 ${python:Provides}
Recommends:
 ${python:Recommends}
Description: Django file response to stream to browsers properly (Python 2)
 Provides RangedFileResponse that is a modified FileResponse that returns
 Content-Range headers with the response, so browsers that request the file,
 can stream the response properly.
 .
 This package installs the library for Python 2.

Package: python3-django-ranged-response
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends}
Provides:
 ${python:Provides}
Recommends:
 ${python:Recommends}
Description: Django file response to stream to browsers properly (Python 3)
 Provides RangedFileResponse that is a modified FileResponse that returns
 Content-Range headers with the response, so browsers that request the file,
 can stream the response properly.
 .
 This package installs the library for Python 3.