Skip to main content

API reference

Modules

stream-zip exposes a single Python module: stream_zip.

Functions

The stream_zip module exposes two functions:

Methods

Each tuple of the iterable passed to stream_unzip.stream_zip and stream_unzip.async_stream_zip functions must specify a “method” as their 4th component, which must be one of the following values:

Exceptions

Exceptions raised by the source iterables are passed through the stream_zip.stream_zip and stream_zip.async_stream_zip functions to client code unchanged. All explicitly-thrown exceptions derive from stream_zip.ZipError.

Visit the Exception hierarchy for details on all the exception types and how they relate to each other.