Source: python-zipstream Maintainer: Aigars Mahinovs Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-setuptools, Rules-Requires-Root: no Standards-Version: 4.4.1 Package: python3-zipstream Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Zipfile generator Zipstream.py is a zip archive generator based on Python 3.3's zipfile.py. . It was created to generate a zip file generator for streaming (ie web apps). This is beneficial for when you want to provide a downloadable archive of a large collection of regular files, which would be infeasible to generate the archive prior to downloading.