Metadata-Version: 2.1
Name: ansys-api-edb
Version: 1.0.2
Summary: Autogenerated Python gRPC interface package for ansys-api-edb, built on 15:42:19 on 10 April 2024
Home-page: https://github.com/ansys/ansys-api-edb
Author: ANSYS, Inc.
Author-email: pyansys.core@ansys.com
Maintainer: ANSYS, Inc.
Maintainer-email: pyansys.core@ansys.com
License: MIT
Project-URL: Documentation, https://github.com/ansys/ansys-api-edb/#readme
Project-URL: Source, https://github.com/ansys/ansys-api-edb/
Project-URL: Tracker, https://github.com/ansys/ansys-api-edb/issues/
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: grpcio>=1.44
Requires-Dist: protobuf<4,>=3.19.3

### ansys-api-edb gRPC Interface Package

This repository provides the auto-generated gRPC Python interface files for
the Ansys Edb Service.


#### Installation

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

```
pip install ansys-api-edb
```

#### Build

To build the gRPC packages, run:

```
pip install build
python -m build
```

This will create both the source distribution containing just the protofiles
along with the wheel containing the protofiles and build Python interface
files.
