Source: django-ranged-response Section: python Maintainer: FreedomBox packaging team Uploaders: Sunil Mohan Adapa , James Valleroy , Federico Ceratto Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-django, python3-setuptools Standards-Version: 4.7.4 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 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.