Metadata-Version: 2.3
Name: qciconnect
Version: 0.7.1
Summary: An API client to work with the DLR QCI Connect quantum computing platform.
Author: DLR-SC, David da Costa, Thomas Keitzl, Johannes Renkl, Thomas Stehle
Author-email: DLR-SC <qc-software@dlr.de>, David da Costa <david.da.costa@dlr.de>, Thomas Keitzl <thomas.keitzl@dlr.de>, Johannes Renkl <johannes.renkl@dlr.de>, Thomas Stehle <thomas.stehle@dlr.de>
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

# 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`
- Run `jupyter notebook` and navigate to _./docs/examples/example_remote.ipynb_
