Read/write EAGLE 6 CAD files
Project description
PyEAGLE - Read / Write EAGLE 6 Files
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