python-zipstream 1.1.3-1.1 source package in Ubuntu

Changelog

python-zipstream (1.1.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #938286

 -- Sandro Tosi <email address hidden>  Fri, 04 Oct 2019 21:44:56 -0400

Upload details

Uploaded by:
Aigars Mahinovs
Uploaded to:
Sid
Original maintainer:
Aigars Mahinovs
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zipstream_1.1.3-1.1.dsc 1.8 KiB 13cf1ce2d55212e71fbb199019789bf57dc0c3c729a5dfe3ce5147754aaecd86
python-zipstream_1.1.3.orig.tar.gz 20.9 KiB 69116ade494c3138f9fa7e877906d4996af5f440e88e9ffebe0948683b38ef23
python-zipstream_1.1.3-1.1.debian.tar.xz 2.3 KiB 680481585863e9b8965c7543f638fa36240d3a31e98fee2d0a9a827d0d4a853e

Available diffs

No changes file available.

Binary packages built by this source

python3-zipstream: 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.