.. _f-azuredrive: module ``remote.azure_drive`` ============================= .. inheritance-diagram:: pyenbc.remote.azure_drive Short summary +++++++++++++ module ``pyenbc.remote.azure_drive`` Common API to upload, download data from Azure Classes +++++++ +------------------------------------------------------------+-------------------------------------------+ | class | truncated documentation | +============================================================+===========================================+ | :class:`AzureDrive ` | defines a common API for a remote storage | +------------------------------------------------------------+-------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +============================================================================+=========================+ | :py:meth:`__init__ ` | constructor | +----------------------------------------------------------------------------+-------------------------+ | :meth:`close ` | close the connection | +----------------------------------------------------------------------------+-------------------------+ | :meth:`connect ` | connect | +----------------------------------------------------------------------------+-------------------------+ | :meth:`download_data ` | download binary data | +----------------------------------------------------------------------------+-------------------------+ | :meth:`upload_data ` | upload binary data | +----------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyenbc.remote.azure_drive :members: :special-members: __init__ :show-inheritance: