Metadata-Version: 2.4
Name: qrelium-client
Version: 0.0.1
Summary: Qrelium HTTP client (WIP, name reserved for the qrelium project).
Project-URL: Homepage, https://github.com/qrelium
Project-URL: Source, https://github.com/qrelium/qrelium-client
Author: Qrelium
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: client,http,qrelium
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# qrelium-client

HTTP client for the **Qrelium** project.

> ⚠️ **Work in progress.** This is an early placeholder release that reserves
> the `qrelium-client` name on PyPI. The public API is not yet available.

Imported as `qrelium_client` (underscore, not dash).

## Install

```bash
pip install qrelium-client
```

## Links

- GitHub: https://github.com/qrelium

## License

Apache-2.0
