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.8.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.8.0.tar.gz.
File metadata
- Download URL: qcs-api-client-0.8.0.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.7 CPython/3.7.10 Linux/4.15.0-1051-aws
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68118137337b7ba1688d070bd276c40081938e145759b500699fcc2b941a0fb0
|
|
| MD5 |
3954cd3fe91cb730f5774b683971b820
|
|
| BLAKE2b-256 |
11b219e1756a87b3c0bb19d2cfa2980439f2271e107d54e629018dde4ff85175
|
File details
Details for the file qcs_api_client-0.8.0-py3-none-any.whl.
File metadata
- Download URL: qcs_api_client-0.8.0-py3-none-any.whl
- Upload date:
- Size: 97.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.7 CPython/3.7.10 Linux/4.15.0-1051-aws
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93d741211fdde5b14246a0a07ac00bd13876a37ce62c8ca6fa6b544a9dc41b4a
|
|
| MD5 |
81dd18155b5ce8e225ecba5d2e79272c
|
|
| BLAKE2b-256 |
4038d4b681bd5ee179a2aa20a8e98f8e91aa972d764c5c7d1793b132b74f4086
|