aiolancium.client module

class aiolancium.client.LanciumClient(api_url: str, auth: aiolancium.auth.Authenticator, timeout: int = 60)[source]

Bases: object

async download_file_helper(path: str, destination: str, job_id: Optional[int] = None)[source]
async upload_file_helper(path, source, force=True, chunk_size=32000000)[source]
async upload_image_helper(path, source, name, source_type='singularity_image', chunk_size=32000000)[source]