Cloud Utilities
GCP
Upload models to the google cloud bucket (developers only).
- construe.cloud.gcp.upload(name, path, client=None, bucket='construe')[source]
Upload data from source path to a bucket with destination name.
Manifest
Manifest handlers for downloading cloud resources and checking signatures.
Signature
Computes the signature of downloaded files for hash verification.
Downloader
Handle HTTP download requests from content URLs
- construe.cloud.download.download_zip(url, out, signature, replace=False, extract=True, progress=True)[source]
Download a zipped file at the given URL saving it to the out directory. Once downloaded, verify the signature to make sure the download hasn’t been tampered with or corrupted. If the file already exists it will be overwritten only if replace=True. If extract=True then the file will be unzipped.