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.dev1084479551.tar.gz (31.9 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.dev1084479551-py3-none-any.whl (87.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qcs-api-client-0.6.2.dev1084479551.tar.gz
  • Upload date:
  • Size: 31.9 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.dev1084479551.tar.gz
Algorithm Hash digest
SHA256 7846cfe2cf5ca366719d68f0e984aa63b364359c2d4baee31d2651ec0be247cc
MD5 559c2d2c06fe130b017d81e12512d508
BLAKE2b-256 c119910a454733adf3eceab74fa5add9b0f02a450eb9e81eb01df5b9a26f1b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qcs_api_client-0.6.2.dev1084479551-py3-none-any.whl
Algorithm Hash digest
SHA256 75ef7f3123e9da8dfed0161f4efdd164c9c88002c3338e3ea2cc381c6a501369
MD5 f4f509acc51c71a0ef1edcb057ab1388
BLAKE2b-256 adcc1ebddb7ab4a8545fb6efd534373a6149f0d7925ac838a8259964e7f7cd23

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