./archivers/py-zipstream, Zipfile generator

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


Branch: CURRENT, Version: 1.1.8nb1, Package name: py310-zipstream-1.1.8nb1, 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.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 9.157 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2021-05-30 23:48:19 by Pierre Pronchery | Files touched by this commit (3) | Package updated
Log message:
py-zipstream: update to version 1.1.8

Changes made after forking v1.1.4:

v1.1.5 (2019-03-18)

 * Support Zip64 when compressing iterables and strings \ 
(https://github.com/allanlei/python-zipstream/pull/25)

v1.1.6 (2019-06-06)

 * Add partial flushing of ZipStreams \ 
(https://github.com/arjan-s/python-zipstream/pull/1)

v1.1.7 (2019-10-22)

 * Stream data in the order it was received \ 
(https://github.com/arjan-s/python-zipstream/pull/4)

v1.1.8 (2020-09-14)

 * New datetime parameter in write_iter \ 
(https://github.com/arjan-s/python-zipstream/pull/8)
   2019-11-03 02:06:10 by Mark Davies | Files touched by this commit (4)
Log message:
py-zipstream: Add version 1.1.4

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.