Metadata-Version: 2.4
Name: angelq-client
Version: 0.0.1
Summary: Python client for AngelQ APIs
Author-email: Andreas Stratakis <andrew.stratakis@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/angelquantum/angelq-client
Project-URL: Issues, https://github.com/angelquantum/angelq-client/issues
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# AngelQ Client

A python client for AngelQ APIs.

> Note: This is an initial release created to establish the `angelq-client` project on PyPI.
> Functionality will be expanded in future releases.

## Install

```bash
pip install angelq-client

