Metadata-Version: 2.4
Name: orangeqs-zest
Version: 26.16.0
Summary: Common tools for Orange Quantum Systems packages, like telemetry and license management.
Author-email: Orange Quantum Systems <info@orangeqs.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://code.orangeqs.com/opensource/zest
Project-URL: Issues, https://code.orangeqs.com/opensource/zest/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opentelemetry-api==1.40.0
Requires-Dist: opentelemetry-sdk==1.40.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.40.0
Requires-Dist: distro; platform_system == "Linux"
Provides-Extra: dev
Requires-Dist: orangeqs-zest[test]; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff==0.14.2; extra == "dev"
Requires-Dist: pyright; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Provides-Extra: types
Dynamic: license-file

# OrangeQS Zest

[![Apache 2.0 License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://gitlab.com/orangeqs/juice/-/blob/main/LICENSE)

OrangeQS Zest is a Python package that provides common tools for telemetry, licensing and other future business logic.
It is used as a dependency of OrangeQS Python packages.

## License

This project is licensed under the Apache 2.0 License.
