Skip to main content

QCI Client

Getting started

Installation

qci-client currently supports Python 3.9-13, inclusive, as specified in the PEP-621-compliant pyproject.toml file.

Install qci-client from the public PyPI server into your Python virtual environment using--

pip install qci-client

Instantiating a Client for Optimization

With Environment Variables

To access the API, set these environment variables--

  • QCI_API_URL - URL for Qatalyst API, Example: "https://api.qci-prod.com"
  • QCI_TOKEN - refresh token string for securely accessing Qatalyst API

then instantiate a QciClient as follows--

# An alias for `from qci_client.optimization.client import Client as QciClient`.
from qci_client import QciClient

client = QciClient()

Without Environment Variables

Access the API without first defining environment variables by instantiating a QciClient as follows--

# A alias for `from qci_client.optimization.client import Client as QciClient`.
from qci_client import QciClient

client = QciClient(url="https://api.qci-prod.com", api_token="<secret-token>")

Download files

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

Source Distribution

qci_client-5.0.2.tar.gz (33.6 kB view details)

Uploaded Source

Built Distribution

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

qci_client-5.0.2-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

Details for the file qci_client-5.0.2.tar.gz.

File metadata

  • Download URL: qci_client-5.0.2.tar.gz
  • Upload date:
  • Size: 33.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.10.17

File hashes

Hashes for qci_client-5.0.2.tar.gz
Algorithm Hash digest
SHA256 72f6cceded73a55b9cffcdb87951f8277bfcef0e0c38eb07cc41c7558deaa4bd
MD5 e764ed21ba6e985ec5303e72f6c70a74
BLAKE2b-256 a1b9a2911feaa4aa74cffd158e7f05f505881453451c0ad3a126dd6a4e9391c6

See more details on using hashes here.

File details

Details for the file qci_client-5.0.2-py3-none-any.whl.

File metadata

  • Download URL: qci_client-5.0.2-py3-none-any.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.10.17

File hashes

Hashes for qci_client-5.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 81b10dd07330f6e2bfeaa55950c828dcd6e45079072c8f34a181dc0fc56559cd
MD5 8f34f7d4f4978581f503a82b20d17e1d
BLAKE2b-256 38981c6a1b61666a08e062c1cbc1b03e8960ff3951ce129d0a6ea6052bb46c4f

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 Sentry Error logging StatusPage Status page