QCS API Client
A client library for accessing the Rigetti QCS API.
Usage
Synchronous Usage
from qcs_api_client.client import build_sync_client
from qcs_api_client.models import ListReservationsResponse
from qcs_api_client.operations.sync import list_reservations
with build_sync_client() as client:
response: ListReservationsResponse = list_reservations(client=client).parsed
Asynchronous Usage
from qcs_api_client.client import build_async_client
from qcs_api_client.models import ListReservationsResponse
from qcs_api_client.operations.asyncio import list_reservations
# Within an event loop:
async with build_async_client() as client:
response: ListReservationsResponse = await list_reservations(client=client).parsed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qcs-api-client-0.6.2.tar.gz
(30.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qcs-api-client-0.6.2.tar.gz.
File metadata
- Download URL: qcs-api-client-0.6.2.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.4 CPython/3.7.9 Linux/4.15.0-1051-aws
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0faebbf4cdc3f808b81c3989f226a771dd1c1ba9eb7f551a12f1fb8ab8b2b7a5
|
|
| MD5 |
e3bf927ebfe26d3a838782fc7795907c
|
|
| BLAKE2b-256 |
37c054874d111c1951ced78691526e0fa69a51de897d3939a491b7387c576a1c
|
File details
Details for the file qcs_api_client-0.6.2-py3-none-any.whl.
File metadata
- Download URL: qcs_api_client-0.6.2-py3-none-any.whl
- Upload date:
- Size: 79.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.4 CPython/3.7.9 Linux/4.15.0-1051-aws
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb72cb45b8c37917309886c50109e903a062eda9fe690fd626de3f787d40e8de
|
|
| MD5 |
fed8f377f7be1d436f4506c6e193bdb0
|
|
| BLAKE2b-256 |
621063bca3b95190364ba7e49b823f24661b3a8320fcc0c00edd66e991394ecc
|