Metadata-Version: 2.4
Name: ansys-api-edb
Version: 0.3.dev6
Summary: Autogenerated Python gRPC interface package for ansys-api-edb, built on 20:55:06 on 16 March 2026
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.10
Description-Content-Type: text/markdown
License-File: LICENCE
License-File: LICENSE
Requires-Dist: grpcio>=1.44
Requires-Dist: protobuf<5,>=3.19.3
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

### 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.
