Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-zipstream-ng | Distribution: openSUSE:Factory:zSystems |
Version: 1.7.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Apr 29 08:43:48 2024 |
Group: Unspecified | Build host: reproducible |
Size: 176793 | Source RPM: python-zipstream-ng-1.7.1-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/pR0Ps/zipstream-ng | |
Summary: Modern and easy to use streamable zip file generator |
A modern and easy to use streamable zip file generator. It can package and stream many files and folders into a zip on the fly without needing temporary files or excessive memory. It can also calculate the final size of the zip file before streaming it. Features: * Generates zip data on the fly as it's requested. * Can calculate the total size of the resulting zip file before generation even begins. * Low memory usage: Since the zip is generated as it's requested, very little has to be kept in memory (peak usage of less than 20MB is typical, even for TBs of files). * Flexible API: Typical use cases are simple, complicated ones are possible. * Supports zipping data from files, bytes, strings, and any other iterable objects. * Keeps track of the date of the most recently modified file added to the zip file. * Threadsafe: Won't mangle data if multiple threads concurrently add data to the same stream. * Includes a clone of Python's http.server module with zip support added. Try python -m zipstream.server. * Automatically uses Zip64 extensions, but only if they are required. * No external dependencies.
LGPL-3.0
* Mon Apr 29 2024 Joshua Smith <smolsheep@opensuse.org> - Improved specfile to python standards: * Correct license to SPDX * Fix invalid python globs * Remove shebangs that throw rpmlint errors - Enabled tests * Wed Nov 08 2023 Tuukka Pasanen <tuukka.pasanen@ilmi.fi> - Initial version 1.7.1
/etc/alternatives/zipserver /usr/bin/zipserver /usr/bin/zipserver-3.12 /usr/lib/python3.12/site-packages/zipstream /usr/lib/python3.12/site-packages/zipstream/__init__.py /usr/lib/python3.12/site-packages/zipstream/__pycache__ /usr/lib/python3.12/site-packages/zipstream/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/zipstream/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/zipstream/__pycache__/ng.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/zipstream/__pycache__/ng.cpython-312.pyc /usr/lib/python3.12/site-packages/zipstream/__pycache__/server.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/zipstream/__pycache__/server.cpython-312.pyc /usr/lib/python3.12/site-packages/zipstream/ng.py /usr/lib/python3.12/site-packages/zipstream/server.py /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info/entry_points.txt /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info/requires.txt /usr/lib/python3.12/site-packages/zipstream_ng-1.7.1-py3.12.egg-info/top_level.txt /usr/share/doc/packages/python312-zipstream-ng /usr/share/doc/packages/python312-zipstream-ng/README.md /usr/share/licenses/python312-zipstream-ng /usr/share/licenses/python312-zipstream-ng/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 17 02:36:37 2024