Skip to main content

Read/write EAGLE 6 CAD files

Project description

PyEAGLE - Read / Write Cadsoft EAGLE Files

Scott Torborg

PyEAGLE is an interchange API to read and write Cadsoft EAGLE XML (v6 and later) schematic, library, and PCB layout files.

Documentation is hosted at Read The Docs.

Installation

Install with pip:

$ pip install pyeagle

License

PyEAGLE is licensed under an MIT license. Please see the LICENSE file for more information.

Example Usage

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyeagle-0.1.1.tar.gz (285.8 kB view hashes)

Uploaded Source

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