Metadata-Version: 2.1
Name: planqk-commons
Version: 1.0.3
Summary: Set of common utilities and classes to boost development of quantum computing applications using the PlanQK Platform.
Home-page: https://gitlab.com/planqk-foss/planqk-commons
Author: Kipu Quantum GmbH
Author-email: info@kipu-quantum.com
License: apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru

# planqk-commons

Set of common utilities and classes to boost development of quantum computing applications using the PlanQK Platform.

## Development

### Setup

```bash
conda env create -f environment.yml
conda activate planqk-commons
```

### Run tests

```bash
pytest
```

## License

Apache-2.0 | Copyright 2024 Kipu Quantum GmbH
