Skip to main content

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:

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.