Metadata-Version: 2.1
Name: qci-client
Version: 1.4.5
Summary: Client Package for using Qatalyst Optimization Suite
Author: Quantum Computing Inc.
Author-email: support@quantumcomputinginc.com
License: Apache 2.0
Project-URL: documentation, https://qatalyst.quantumcomputinginc.com
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.11,>=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# QCI Client

## Getting started

### Environment Variables

These environment variables must be set in order to use access the API--

- QCI_TOKEN - token for Qatalyst API
<!-- markdown-link-check-disable-next-line -->
- QCI_API_URL - Example: "https://api.qci-next.com"

### Installation

`qci-client` currently supports Python 3.8-11, as specified in the PEP-621-compliant
pyproject.toml.


Install `qci-client` from the [public PyPI server](https://pypi.org/)
into your Python virtual environment using--

```bash
pip install qci-client
```


