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
|
Source: django-downloadview
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-sequence-python3,
python3-all,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.7.0
Homepage: https://github.com/benoitbryon/django-downloadview
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-downloadview
Vcs-Git: https://salsa.debian.org/python-team/packages/django-downloadview.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
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.
|