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
- Host: GitHub
- URL: https://github.com/ansys/ansys-api-edb
- Owner: ansys
- License: mit
- Created: 2023-11-09T09:04:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:12:03.000Z (about 1 month ago)
- Last Synced: 2025-04-13T01:42:29.330Z (about 1 month ago)
- Language: Python
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.