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.5.2.tar.gz
(24.2 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.5.2.tar.gz.
File metadata
- Download URL: qcs-api-client-0.5.2.tar.gz
- Upload date:
- Size: 24.2 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 |
79d62de1726a154e481ca6f574d9583bb982b4f0444dd094bd5621a1748c7b87
|
|
| MD5 |
4c53bd9836276053b2752edb3adc19d5
|
|
| BLAKE2b-256 |
3f3973bbb87f896fd74f7af283326a9c29fd69d47f4f2a1047ac0220b5cb9a50
|
File details
Details for the file qcs_api_client-0.5.2-py3-none-any.whl.
File metadata
- Download URL: qcs_api_client-0.5.2-py3-none-any.whl
- Upload date:
- Size: 67.6 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 |
7d9be014040b5fb6c944665867bfc23b34f9c286b2c2ea8f3c7235526cbdbfee
|
|
| MD5 |
c74948b62dc2b09671ad989b0690e4dc
|
|
| BLAKE2b-256 |
6e56986f935c40cbd03b5ca4a706498bdd37597dd3ec95b7b5d3c1bdde24c4f6
|