Metadata-Version: 2.4
Name: gitcad-ecad
Version: 0.8.0
Summary: gitcad electrical: schematic and ERC, board and DRC, connectivity, fabrication outputs
Project-URL: Homepage, https://gitcad.xyz
Project-URL: Repository, https://github.com/gitcad-xyz/gitcad
Project-URL: Issues, https://github.com/gitcad-xyz/gitcad/issues
Author-email: Dan Willis <danielcwillis@gmail.com>
License-Expression: Apache-2.0
Keywords: drc,ecad,eda,erc,gerber,ipc-2581,pcb,schematic
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.10
Requires-Dist: gitcad-core==0.8.0
Description-Content-Type: text/markdown

# gitcad-ecad

Electrical package of gitcad.

Provides:

- Schematic capture at netlist and sheet level, with ERC and typed
  electrical-envelope checks.
- A multi-layer board model: tracks, zones, vias (including blind/buried), net
  classes, keepouts, DRC, and connectivity.
- Schematic/board parity and back-annotation.
- Fabrication outputs: Gerber, Excellon drill, pick-and-place, IPC-2581, BOM.
- Importers for common schematic and board files.

Pure Python, no third-party runtime dependencies.

Install the full system with `pip install gitcad`.

License: Apache-2.0. Source: https://github.com/gitcad-xyz/gitcad
