API reference
Modules
stream-unzip exposes a single Python module: stream_unzip.
Functions
The stream_unzip module exposes two functions:
Encryption types
The stream_unzip.stream_unzip and stream_unzip.async_stream_unzip functions take an allowed_encryption_mechanisms argument, which is a container of zero or more of the following constants:
stream_unzip.NO_ENCRYPTIONstream_unzip.ZIP_CRYPTOstream_unzip.AE_1stream_unzip.AE_2stream_unzip.AES_128stream_unzip.AES_192stream_unzip.AES_256
Exceptions
Exceptions raised by the source iterable are passed through the stream_unzip.stream_unzip and stream_unzip.async_stream_unzip functions unchanged. All explicitly-thrown exceptions derive from stream_unzip.UnzipError.
Visit the Exception hierarchy for details on all the exception types and how they relate to each other.