skillfed

ansys-edb-core

A python wrapper for Ansys Edb service

ansys-edb-core v0.3.3 124.0K downloads/30d#11,890 on PyPI7
Permissive license Active released

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-core

uv

uv add ansys-edb-core

poetry

poetry add ansys-edb-core

Installing 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

Development Status :: 4 - BetaIntended Audience :: Science/ResearchLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Scientific/Engineering :: Information Analysis

Tags

ansys edb python clientelectronics database apiaedt design file manipulationedb server communicationansys circuit design automationedb file read writeansys electronics python wrapper
ansys-ecosystemcircuit-designgrpc-client

More Information Analysis packages

regex

A drop-in replacement for Python's standard…

permissive · top 100 on PyPI

pyarrow

pyarrow provides Python bindings to Apache…

permissive · top 100 on PyPI

networkx

NetworkX provides data structures and…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

contourpy

ContourPy calculates contours of 2D…

permissive · top 1,000 on PyPI

snowflake-snowpark-python

Snowpark Python provides APIs to query and…

permissive · top 1,000 on PyPI

pyaedt

PyAEDT provides a Python API to script and…

permissive · top 15,000 on PyPI

pyedb

PyEDB is a high-level Python API for reading,…

permissive · top 15,000 on PyPI

ansys-api-edb

Provides auto-generated gRPC Python interface…

permissive · top 15,000 on PyPI

ansys-dpf-core

Provides a Python interface to Ansys Data…

permissive · top 15,000 on PyPI

ansys-tools-common

Provides shared utilities and tools for the…

permissive · top 15,000 on PyPI

ansys-fluent-core

PyFluent provides Python bindings to launch and…

permissive · top 15,000 on PyPI

ansys-api-platform-instancemanagement

Provides auto-generated gRPC Python interface…

permissive · top 15,000 on PyPI

ansys-tools-visualization-interface

Provides a Python API that abstracts…

permissive · top 15,000 on PyPI

ansys-platform-instancemanagement

PyPIM provides a Python client to communicate…

permissive · top 15,000 on PyPI

edalize

Edalize abstracts the interface to EDA tools…

permissive · top 15,000 on PyPI