Source: django-downloadview Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Michael Fladischer , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-setuptools-scm, Standards-Version: 4.6.0.1 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.