[ 源代码: python-zipstream ]
软件包:python3-zipstream(1.1.3-1)
python3-zipstream 的相关链接
Debian 的资源:
下载源码包 python-zipstream:
- [python-zipstream_1.1.3-1.dsc]
- [python-zipstream_1.1.3.orig.tar.gz]
- [python-zipstream_1.1.3-1.debian.tar.xz]
维护者:
相似软件包:
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.
Python3 version.