xcc

This package implements the Python API to the Xanadu Cloud (XC). Specifically, the Connection class encapsulates the sending of HTTP requests to the Xanadu Cloud while the Device and Job classes provide interfaces for managing devices and jobs, respectively.

Classes

Connection([refresh_token, access_token, ...])

Represents a connection to the Xanadu Cloud.

Device(target, connection)

Represents a device on the Xanadu Cloud.

Job(id_, connection)

Represents a job on the Xanadu Cloud.

Settings([_env_file, _env_file_encoding, ...])

Represents the configuration for connecting to the Xanadu Cloud.

Contents