toasty.pipeline.azure_io Module

Azure Blob Storage I/O backend for the pipeline framework.

This module requires that the azure.storage.blob Python module be available. If it is not, this module will still be importable, but it won’t work. Check the ENABLED boolean variable or call assert_enabled() to raise an exception offering guidance if the needed support is missing.

Functions

assert_enabled()

Classes

AzureBlobPipelineIo(connection_string, ...)

I/O for pipeline processing that uses Microsoft Azure Blob Storage.