./archivers/py-zipstream, Zipfile generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q2, Version: 1.1.8, Package name: py38-zipstream-1.1.8, Maintainer: pkgsrc-users

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
or of a very large file that you do not want to store entirely on disk
or on memory.

The archive is generated as an iterator of strings, which, when
joined, form the zip archive.


Master sites:

SHA1: b20b215b0cfca81212b548341fec8391688bdc50
RMD160: b8aa987a62b9ee1dba97f64523f99a2f2232bc27
Filesize: 9.157 KB

Version history: (Expand)