ansys-edb-core
A python wrapper for Ansys Edb service
What it is and what it does
PyEDB-Core is a Python wrapper around the Ansys Electronics Database (EDB) service, providing a client API to interact with an EDB server running locally or remotely. It allows you to programmatically create, edit, read, and write EDB files—the native format for storing electronic design information in Ansys Electronic Desktop (AEDT). The package communicates via gRPC and Protocol Buffers, relying on ansys-api-edb for service definitions and ansys-tools-common for shared utilities.
The package is intended for engineers and researchers who need to automate design workflows, batch-process circuit designs, or integrate AEDT design files into larger Python-based simulation pipelines. It is in Beta status and actively maintained, supporting Python 3.10 through 3.13. Note that using this package requires a legally licensed copy of AEDT; PyEDB-Core makes no commercial claim over Ansys itself.
Use it for:
- Automate creation and modification of electronic designs by scripting EDB file operations instead of using the AEDT GUI.
- Batch-process multiple circuit designs or parametric studies by reading EDB files, modifying parameters, and writing updated designs.
- Integrate AEDT design data into a larger Python simulation or analysis pipeline for multi-tool workflows.
- Programmatically extract design information from EDB files for reporting, validation, or cross-tool data exchange.
- Build custom design templates or generators that produce EDB files for downstream simulation in AEDT.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
PyEDB-Core is a Python client for the Electronics Database (EDB) that communicates with an EDB server to create, edit, read, and write EDB files for Ansys Electronic Desktop (AEDT) designs.
Yes, if you have a licensed copy of AEDT and need to automate or integrate EDB design workflows into Python. The package is actively maintained, has low install friction, carries a permissive MIT license, and supports current Python versions. No known vulnerabilities. Install only if you have an EDB server available (typically via AEDT) and a clear automation use case.
Install
ansys-edb-core on PyPI
pip
pip install ansys-edb-coreuv
uv add ansys-edb-corepoetry
poetry add ansys-edb-coreInstalling ansys-edb-core
Before you install
Low install friction with a pure-Python wheel and four runtime dependencies (ansys-api-edb, protobuf, grpcio, ansys-tools-common). Active maintenance with a recent release 51 days ago and ongoing repository activity.
License in practice
MIT license (permissive) means you can use, modify, and distribute this package freely with minimal restrictions, though you must retain the license notice.
Quickstart
pip install ansys-edb-core
from ansys_edb_core import client
# Connect to local or remote EDB server and interact with design files
Requires Python 3.10 or later; a running EDB server (local or remote) is needed for actual operations.
Verify before relying
- Whether the EDB server must be separately installed or if it ships with AEDT
- Supported versions of Ansys Electronic Desktop (AEDT) that this client works with
- Whether gRPC communication requires specific network configuration or firewall rules
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — ansys-api-edb, protobuf, grpcio, ansys-tools-common |
| Maintenance | actively maintained — 51 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 123,962/month — #11,890 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ansys_edb_core-0.3.3-py3-none-any.whl
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
pyaedtPyAEDT provides a Python API to script and…
permissive · top 15,000 on PyPI
pyedbPyEDB is a high-level Python API for reading,…
permissive · top 15,000 on PyPI
ansys-api-edbProvides auto-generated gRPC Python interface…
permissive · top 15,000 on PyPI
ansys-dpf-coreProvides a Python interface to Ansys Data…
permissive · top 15,000 on PyPI
ansys-tools-commonProvides shared utilities and tools for the…
permissive · top 15,000 on PyPI
ansys-fluent-corePyFluent provides Python bindings to launch and…
permissive · top 15,000 on PyPI
ansys-api-platform-instancemanagementProvides auto-generated gRPC Python interface…
permissive · top 15,000 on PyPI
ansys-tools-visualization-interfaceProvides a Python API that abstracts…
permissive · top 15,000 on PyPI
ansys-platform-instancemanagementPyPIM provides a Python client to communicate…
permissive · top 15,000 on PyPI
edalizeEdalize abstracts the interface to EDA tools…
permissive · top 15,000 on PyPI