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)
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
async with build_async_client() as client:
response: ListReservationsResponse = await list_reservations(client=client)
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.0.tar.gz
(25.8 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.0.tar.gz.
File metadata
- Download URL: qcs-api-client-0.6.0.tar.gz
- Upload date:
- Size: 25.8 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 |
a2410ec929572b922e482b33b2cdbc2dfb10a4b12025a0c6e8deaaaa9d49d63d
|
|
| MD5 |
52a6fd44ae801555c446b2dd5de3b5bf
|
|
| BLAKE2b-256 |
eb82399c7f4e6e8574a33a6d4d343e382aacf4f38176cdef81e25a63f4a0ed09
|
File details
Details for the file qcs_api_client-0.6.0-py3-none-any.whl.
File metadata
- Download URL: qcs_api_client-0.6.0-py3-none-any.whl
- Upload date:
- Size: 74.9 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 |
38189b33cf99ae42cfafe8ab22532985c030c4b0c560d4b57ec01a467d94c318
|
|
| MD5 |
b9884c7f3d8e8069d9983b948ed8c54b
|
|
| BLAKE2b-256 |
876796e4ac35906b318356848d5f2ddc2dd0d192a7ca66c50ad0c0f5a3029c55
|