Skip to main content

Python library with core abstractions for software development in the qBraid ecosystem.

Project description

qbraid-core

Documentation codecov PyPI version Python verions GitHub

Python library providing core abstractions for software development within the qBraid ecosystem, and a low-level interface to a growing array of qBraid cloud services. The qbraid-core package forms the foundational base for the qBraid CLI, the qBraid SDK, and qBraid Lab.

You can find the latest, most up to date, documentation here, including a list of services that are supported.

See also: qbraid-core-js

Getting Started

You can install qbraid-core from PyPI with:

python -m pip install qbraid-core

Local configuration

After installing qbraid-core, you must configure your account credentials:

  1. Create a qBraid account or log in to your existing account by visiting account.qbraid.com
  2. Navigate to Account > API Keys in the left-sidebar, and then click "Create API Key". See API Key docs.
  3. Save your API key from step 2 in local configuration file. On Linux and macOS, this file is located at ~/.qbraid/qbraidrc, where ~ corresponds to your home ($HOME) directory. On Windows, the equivalent default location is %USERPROFILE%\.qbraid\qbraidrc.
[default]
api-key = YOUR_KEY
url = https://api-v2.qbraid.com/api/v1

Or generate your ~/.qbraid/qbraidrc file via the qbraid-core Python interface:

>>> from qbraid_core import QbraidSessionV1
>>> session = QbraidSessionV1(api_key='API_KEY')
>>> session.save_config()
>>> session.get_available_services()
['agents', 'compute', 'environments', 'projects', 'runtime', 'skills', 'storage']

Other credential configuration methods are available using the qBraid-CLI.

Verify setup

After configuring your qBraid credentials, verify your setup by running the following from a Python interpreter:

>>> import qbraid_core
>>> quantum_runtime_client = qbraid_core.client('runtime')
>>> devices = quantum_runtime_client.list_devices()
>>> for device in devices:
...     print(device.qrn, device.status)

Community

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qbraid_core-0.3.0a1.tar.gz (369.6 kB view details)

Uploaded Source

Built Distribution

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

qbraid_core-0.3.0a1-py3-none-any.whl (248.1 kB view details)

Uploaded Python 3

File details

Details for the file qbraid_core-0.3.0a1.tar.gz.

File metadata

  • Download URL: qbraid_core-0.3.0a1.tar.gz
  • Upload date:
  • Size: 369.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qbraid_core-0.3.0a1.tar.gz
Algorithm Hash digest
SHA256 e82a7808b7eb44e6585c0a84457d987a43e73415bf7482505533f3929079c76a
MD5 b345761a612bed2be8c5d0d5583073c7
BLAKE2b-256 298bdd3d3b94d03fc540fcb4c08bd64950dfe2b0fe7f2b05f74d18f7172857f6

See more details on using hashes here.

File details

Details for the file qbraid_core-0.3.0a1-py3-none-any.whl.

File metadata

  • Download URL: qbraid_core-0.3.0a1-py3-none-any.whl
  • Upload date:
  • Size: 248.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qbraid_core-0.3.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 27677ee126de46555b5b14869e7a87a5a94db3f112d34e3498704a785d2519ee
MD5 0c64015350ef8835cfb4de4357c65f1d
BLAKE2b-256 b0b7bf755865aca944ccf485851ee162915eb230945e760a6de84eee9ea18494

See more details on using hashes here.

Supported by

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