Metadata-Version: 2.5
Name: ansys-api-result-explorer
Version: 0.1.1
Summary: Result Explorer gRPC Interface Package.
Author: Synopsys, Inc. and ANSYS, Inc.
Maintainer: Synopsys, Inc. and ANSYS, Inc.
Requires-Python: >=3.10,<4
Description-Content-Type: text/markdown
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
License-File: LICENSE
Requires-Dist: grpcio
Requires-Dist: protobuf<7
Project-URL: Documentation, https://github.com/ansys/ansys-api-result-explorer#readme
Project-URL: Homepage, https://github.com/ansys/ansys-api-result-explorer
Project-URL: Issues, https://github.com/ansys/ansys-api-result-explorer/issues
Project-URL: Releases, https://github.com/ansys/ansys-api-result-explorer/releases
Project-URL: Source, https://github.com/ansys/ansys-api-result-explorer
Import-Name: ansys.api.result_explorer
Import-Namespace: ansys
Import-Namespace: ansys.api

# ansys-api-result-explorer gRPC Interface Package

This Python package contains the auto-generated gRPC Python interface files for Result Explorer.

## Installation

Provided that these wheels have been published to public PyPI, they can be installed with:

```bash
pip install ansys-api-result-explorer
```

Otherwise, they can be installed from sources with:

```bash
pip install "ansys-api-result-explorer @ git+https://github.com/ansys/ansys-api-result-explorer.git"
```

## Build

Create a virtual environment

```
uv venv
.venv\Scripts\activate
```

Install build requirements

```
uv sync --group build
```

Run the build script to run the proto compiler

```
python scripts/proto_compile.py
```

