Metadata-Version: 2.4
Name: luna-quantum
Version: 1.0.6
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Dist: httpx>=0.28.1,<0.29
Requires-Dist: numpy>=1
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic[email]>=2.11.3,<3
Requires-Dist: python-dateutil>=2.9.0,<3
Requires-Dist: rich>=14.0.0
License-File: LICENSE
License-File: NOTICE
Summary: Python SDK for Aqarios' Luna Platform
Keywords: aqarios,luna,quantum computing,quantum optimization,optimization,sdk
Author-email: Aqarios <pypi@aqarios.com>
License-Expression: Apache-2.0
Requires-Python: >=3.11.0, <3.14
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://aqarios.com/
Project-URL: Documentation, https://docs.aqarios.com/

# 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/).

