This package browser is in early development. Mind the rough edges.

python-zipstream-new 1.1.8

Zipfile generator that takes input files as well as streams

zipstream.py is a zip archive generator based on zipfile.py. It was created to generate a zip file generator for streaming. 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.

Installation

Install python-zipstream-new 1.1.8 as follows:

guix install python-zipstream-new@1.1.8

Or install the latest version:

guix install python-zipstream-new

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.