An open API service indexing awesome lists of open source software.

https://github.com/ansys/ansys-api-edb

Auto-generated gRPC Python interface files for the Ansys Edb Service
https://github.com/ansys/ansys-api-edb

Last synced: about 1 month ago
JSON representation

Auto-generated gRPC Python interface files for the Ansys Edb Service

Awesome Lists containing this project

README

        

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