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 ListReservationsResponseModel
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.1.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.1.tar.gz.
File metadata
- Download URL: qcs-api-client-0.6.1.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 |
88dacb09fdb0ca70512587e54e2a22a0e782db95264b13e7dbad4daed529ec28
|
|
| MD5 |
3e148a28a32eb2ad8256de31b5351859
|
|
| BLAKE2b-256 |
379360c24befcaf2f72ac4100cd405b423d8d18b8881f6374514095a5ed36907
|
File details
Details for the file qcs_api_client-0.6.1-py3-none-any.whl.
File metadata
- Download URL: qcs_api_client-0.6.1-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 |
533b9e124d8c9ecf29c4cdce391ff3694d643f70f31b5d2cbf9b43c32b694162
|
|
| MD5 |
22b8258ee7012575ff878ab70ff4028a
|
|
| BLAKE2b-256 |
b9a3126d4d05b6bb91e86d8fc535d24d9a025033696bc15a4c917b1c25a48233
|