Metadata-Version: 2.1
Name: stream-zip
Version: 0.0.0
Summary: Python function to construct a ZIP archive with stream processing - without having to store the entire ZIP in memory or disk
Home-page: https://github.com/uktrade/stream-zip
Author: Department for International Trade
Author-email: sre@digital.trade.gov.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Archiving :: Compression
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
License-File: LICENSE

# stream-zip
Python function to construct a ZIP archive with stream processing - without having to store the entire ZIP in memory or disk


