File: control

package info (click to toggle)
django-downloadview 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 316 kB
  • ctags: 230
  • sloc: python: 1,140; makefile: 4
file content (57 lines) | stat: -rw-r--r-- 2,215 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-downloadview
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-django,
               python-mock,
               python-nose,
               python-setuptools,
               python3-all,
               python3-django,
               python3-mock,
               python3-nose,
               python3-setuptools
Standards-Version: 3.9.7
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://github.com/benoitbryon/django-downloadview
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-downloadview.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-downloadview.git

Package: python-django-downloadview
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: efficient static file serving with Django
 django-downloadview makes it easy to serve files with Django:
 .
  * manage files with Django (permissions, filters, generation, ...);
  * files are stored somewhere or generated somehow (local filesystem,
    remote storage, memory...);
  * django-downloadview helps to stream the files with very little
    code;
  * django-downloadview helps to improve performances with reverse
    proxies, via mechanisms such as Nginx’s X-Accel or Apache’s
    X-Sendfile.

Package: python3-django-downloadview
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: efficient static file serving with Django (Python3 version)
 django-downloadview makes it easy to serve files with Django:
 .
  * manage files with Django (permissions, filters, generation, ...);
  * files are stored somewhere or generated somehow (local filesystem,
    remote storage, memory...);
  * django-downloadview helps to stream the files with very little
    code;
  * django-downloadview helps to improve performances with reverse
    proxies, via mechanisms such as Nginx’s X-Accel or Apache’s
    X-Sendfile.
 .
 This package contains the Python 3 version of the library.