--- id: ansys-edb-core version: "0.3.3" license: unclear license_treatment: permissive maintenance: active --- # ansys-edb-core — A python wrapper for Ansys Edb service License: permissive · Maintenance: active · Downloads: 124.0K/mo ## 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 above — 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 pip install ansys-edb-core uv add ansys-edb-core 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_current - Install friction: low - Maintenance: active - Downloads: 124.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags ansys edb python client, electronics database api, aedt design file manipulation, edb server communication, ansys circuit design automation, edb file read write, ansys electronics python wrapper, ansys-ecosystem, circuit-design, grpc-client [View on SkillFed](https://skillfed.io/packages/ansys-edb-core) · [View on PyPI](https://pypi.org/project/ansys-edb-core/)