Metadata-Version: 2.4
Name: quelware-core
Version: 0.6.0
Project-URL: Repository, https://github.com/quel-inc/quelware-client
Project-URL: Documentation, https://quel-inc.github.io/quelware-client/
Project-URL: Changelog, https://github.com/quel-inc/quelware-client/blob/main/quelware-core/CHANGELOG.md
Author-email: quelware Authors <opensource@quel-inc.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: betterproto2<0.10,>=0.9.1
Requires-Dist: dacite>=1.8.1
Requires-Dist: googleapis-common-protos>=1.66.0
Requires-Dist: grpclib>=0.4.8
Requires-Dist: numpy>=1.26.0
Requires-Dist: typing-extensions>=4.1.0
Description-Content-Type: text/markdown

# quelware-core

[![PyPI](https://img.shields.io/pypi/v/quelware-core)](https://pypi.org/project/quelware-core/)
[![License](https://img.shields.io/pypi/l/quelware-core)](https://github.com/quel-inc/quelware-client/blob/main/quelware-core/python/LICENSE)

**Note**: This package is an internal dependency for [quelware-client](https://pypi.org/project/quelware-client/).
General users do not need to install or interact with this package directly.

The core data models and Protocol Buffer definitions for QuEL systems, integrated control systems for quantum computing developed by [QuEL, inc.](https://quel-inc.com/)

It provides the essential domain entities, gRPC stubs, and serialization utilities required for the internal communication, and is automatically installed when you install `quelware-client`.

## Documentation

See the [core documentation](https://quel-inc.github.io/quelware-client/core/). The full site is at <https://quel-inc.github.io/quelware-client/>.

## Source

Developed in the [quelware-client monorepo](https://github.com/quel-inc/quelware-client) under `quelware-core/`.

## License

This project is licensed under the Apache License 2.0.
