Metadata-Version: 2.2
Name: union-runtime
Version: 0.1.10
Summary: Union runtime library
License: Source code in this repository is licensed under the Business Source
        License 1.1 (BSL) and the Apache License 2.0 (APL). A copy of each
        license can be found in the licenses directory. Source code in a
        given file is licensed under the BSL and the copyright belongs to
        Union Systems, Inc. unless otherwise noted at the beginning of the
        file.
        
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: licenses/APL.txt
License-File: licenses/BSL.txt
License-File: LICENSE
Requires-Dist: obstore==0.3.0
Provides-Extra: serverless
Requires-Dist: grpcio<1.68.0; extra == "serverless"
Requires-Dist: googleapis-common-protos>=1.57; extra == "serverless"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"

# Union Runtime Library

Union runtime library for [Union.ai](https://www.union.ai/).

## Installation

Install `union-runtime`:

```bash
pip install union-runtime
```
