Skip to main content

Read/write EAGLE 6 CAD files

Project description

PyEAGLE - Read / Write EAGLE 6 Files

Scott Torborg

PyEAGLE is an interchange API to read and write EAGLE 6 schematic, library, and PCB layout files.

Installation

Install with pip:

$ pip install pyeagle

Example Usage

schematic = pyeagle.open('hello.sch')

lib = pyeagle.open('SparkFun-Sensors.lbr')
for device in lib:
    print device

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page