Source: django-ranged-response Section: python Priority: optional Maintainer: FreedomBox packaging team Uploaders: Sunil Mohan Adapa , James Valleroy , Federico Ceratto 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.