Metadata-Version: 2.1
Name: mqss-client
Version: 0.2.0
Summary: A client for MQP and HPCQC
Author-Email: mqss <mqss@munich-quantum-valley.de>
License: Apache-2.0
Requires-Python: >=3.8
Requires-Dist: requests>=2.31.0
Requires-Dist: python-decouple>=3.8
Requires-Dist: pika>=1.3.2
Description-Content-Type: text/markdown

## Installation

```bash
pip install mqss-client
```

## Usage

```python
from mqss_client import MQSSClient

URL = "<mqp-api-url>"
TOKEN = "<your-mqp-token>"

# create a client instance
client = MQSSClient(token=TOKEN, url=URL)
```

## Changelog

See the [CHANGELOG](CHANGELOG.md) for details on changes in each version.
