Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.6.2.dev1074480209.tar.gz (30.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qcs_api_client-0.6.2.dev1074480209-py3-none-any.whl (79.3 kB view details)

Uploaded Python 3

File details

Details for the file qcs-api-client-0.6.2.dev1074480209.tar.gz.

File metadata

  • Download URL: qcs-api-client-0.6.2.dev1074480209.tar.gz
  • Upload date:
  • Size: 30.1 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

Hashes for qcs-api-client-0.6.2.dev1074480209.tar.gz
Algorithm Hash digest
SHA256 7530c5b387d3265c786a668a073c5368bb5bcb8b813a8f0c810095d930af2961
MD5 38bb6836058c3c9410133bc589babaf8
BLAKE2b-256 8fc13c914f80925290104b06ee06adb70eebe5af2a9ec100cd4efec442890913

See more details on using hashes here.

File details

Details for the file qcs_api_client-0.6.2.dev1074480209-py3-none-any.whl.

File metadata

File hashes

Hashes for qcs_api_client-0.6.2.dev1074480209-py3-none-any.whl
Algorithm Hash digest
SHA256 a396587d1ea0ed562077c12327fa8d41c190aa176e693f70aa806ee69694f69b
MD5 a399e6cd650fadcadeba6ef80a8072df
BLAKE2b-256 879518b1cee12202a2d4b3dd5fa67b71ddcc8ddc285872fa39c665e191261685

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page