Metadata-Version: 2.4
Name: luna-quantum
Version: 1.2.1
Summary: Python SDK for Aqarios' Luna Platform
Author-email: Aqarios <pypi@aqarios.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://aqarios.com/
Project-URL: Documentation, https://docs.aqarios.com/
Keywords: aqarios,luna,quantum computing,quantum optimization,optimization,sdk
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.15,>=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: THIRD_PARTY_LICENCES/THIRD_PARTY_LICENSES.md
Requires-Dist: httpx<0.29,>=0.28.1
Requires-Dist: luna-model[dimod,qiskit,scip]
Requires-Dist: numpy>=1
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic[email]<3,>=2.11.3
Requires-Dist: python-dateutil<3,>=2.9.0
Requires-Dist: rich>=14.0.0
Dynamic: license-file

# Luna Quantum SDK
Luna is a platform developed by [Aqarios](https://aqarios.com/) designed to facilitate access to and utilization of quantum computing for both industry and academia. The SDK serves as a Python wrapper for interfacing with the API, offering a more intuitive means of engaging with the platform. This library grants access to the LunaSolve and LunaQ services.

# Installation
The package is released on PyPI and can be installed via pip:
```
pip install --upgrade luna-quantum
```

# Getting Started
For more details and tutorials on how to use the Luna SDK, refer to the documentation located here: [Aqarios Luna](https://docs.aqarios.com/).

# Adding Licenses

the license file can be auto generated using uv run pip-licenses.
