.. _l-classes: Classes ======= .. contents:: :local: :depth: 1 Summary +++++++ +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | class | class parent | truncated documentation | +===============================================================================+==============+=================================================================================================================================================+ | :class:`ASSHClient ` | | A simple class to access to remote machine through SSH. It requires modules `paramiko `_, ... | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`AzureClient ` | | A simple class to access and communicate with `Azure `_. It requires modules: | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`AzureDrive ` | | defines a common API for a remote storage | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`AzureException ` | | exception raised by :class:`AzureClient` | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`AzureTransferAPI ` | | defines an API to transfer files over a remote location | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`CloudTransfer ` | | defines a common API for a remote storage | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`MagicAzure ` | | Defines magic commands to access `blob storage `_ ... | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`MagicRemoteSSH ` | | Defines commands to access a remote machine (bridge) through SSH, for the time being, all the command do not accept ... | +-------------------------------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------------------------------------------------------------+