Registry / serialization / ansys-api-edb

ansys-api-edb

JSON →
library0.3.0pypypiunverified

Autogenerated Python gRPC interface package for Ansys Electronics Database (EDB). Provides protobuf and gRPC stubs used by pyedb-core. Version 0.3.0, released April 2026, with active development including dev releases (0.4.dev0).

pip install ansys-api-edb
INSTALL
IMPORT
SIG · ANSYS-API-EDB
A
ansys-api-edb
serializationpythonv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EdbGrpcStub
from ansys.api.edb.v1.edb_messages_pb2_grpc import EdbGrpcStub
from ansys.api.edb.v1.edb_messages_pb2_grpc import EdbGrpcStub

Connect to a running EDB gRPC server and fetch version.

import grpc from ansys.api.edb.v1.edb_messages_pb2_grpc import EdbGrpcStub from ansys.api.edb.v1.edb_messages_pb2 import Empty channel = grpc.insecure_channel('localhost:50051') stub = EdbGrpcStub(channel) response = stub.GetVersion(Empty()) print(response)
Debug
Known issues
gotchaThis library provides only gRPC stubs and protobuf messages. It does NOT provide high-level Python EDB APIs; use pyedb-core or pyaedt for that.
fix
Install pyedb-core (or pyaedt) for a user-friendly API.
affects: all
breakingThe package is autogenerated; import paths changed between major versions. Always check the exact .proto files for message and service names.
fix
Refer to ansys/api/edb/v1/ for current structure, not older import paths like ansys.api.edb.v0.
affects: >=0.3.0
deprecatedOlder v0.2.x releases used different proto packages; avoid mixing versions of ansys-api-edb and pyedb-core.
fix
Upgrade to >=0.3.0 and ensure pyedb-core is compatible.
affects: <=0.2.2
Upgrade
Version history
0.3.0latest on PyPI · released Apr 8, 2026
Audit
Dependencies
grpciorequiredRequired for gRPC communication
protobufrequiredRequired for protobuf message handling; note upper bound <7
Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
ansys-api-edb — pip install ansys-api-edb · libregistry