Metadata-Version: 2.4
Name: qciconnect-client
Version: 1.1.0
Summary: An API client to work with the DLR QCI Connect quantum computing platform.
Keywords: quantum computing,API client,QCI Connect
Author: DLR-SC, David da Costa, Thomas Keitzl, Elisabeth Lobe, Johannes Renkl, Gary Schmiedinghoff, Thomas Stehle, Lukas Windgätter
Author-email: DLR-SC <qc-software@dlr.de>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Requires-Dist: qciconnect-common
Requires-Dist: httpx>=0.28.1,<0.29
Requires-Dist: pydantic>=2.10.6,<3
Requires-Dist: tabulate>=0.9.0,<0.10
Requires-Dist: numpy>=2.0.0,<3
Requires-Dist: typeguard>=4.4.4
Requires-Python: >=3.12
Description-Content-Type: text/markdown

[![Documentation](https://img.shields.io/badge/API%20Client%20Docs-0020C2)](https://api-client-d69c16.pages.gitlab.dlr.de/)

# QCI Connect API Client

This is a python package to interact with the [QCI Connect](https://connect.qci.dlr.de/) platform of the [German Aerospace Center (DLR)](https://www.dlr.de/). 
It also allows local testing, deployment, and interaction with the platform's compiler stack. 

## Quick Start

The following steps provide a quick start on how to programmatically interact with the QCI Connect platform:

- Run `pip install qciconnect-client`
- Run `jupyter notebook` and navigate to _./docs/examples/example_remote.ipynb_
