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.7.0.tar.gz
(33.6 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.7.0.tar.gz.
File metadata
- Download URL: qcs-api-client-0.7.0.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.5 CPython/3.7.10 Linux/4.15.0-1051-aws
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6f9031a1360b74a3590982f9ac5a071556115a0fb8a5dc2dbf83d70de21868a
|
|
| MD5 |
c54221801746547044ad233469b62163
|
|
| BLAKE2b-256 |
2c1fd44ec14019bf583452e1b03030d3bdcf38da68740caeb04057eef74bbda9
|
File details
Details for the file qcs_api_client-0.7.0-py3-none-any.whl.
File metadata
- Download URL: qcs_api_client-0.7.0-py3-none-any.whl
- Upload date:
- Size: 97.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.5 CPython/3.7.10 Linux/4.15.0-1051-aws
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d845413edd1b7ccd5da6b5d326e4357574ded838958f6382013bbdb280b9006
|
|
| MD5 |
e768b6ebe48847efbde79e0a10a9d910
|
|
| BLAKE2b-256 |
04ab1511305433a1c1a7c142ccd4198647543c312b801eef26aafe145bffefe0
|