Skip to content

Eagle CAD produces library in XML format. To load them for details if there are too many present, its a headache. Python is used to parse xml and get the details out of these libraries

Notifications You must be signed in to change notification settings

onepointsixoneeightzero/EagleLibraryInfo-repo

Repository files navigation

EaglePyM LibraryInfo Extractor

# Getting all information from Eagle Library .lbr File

Extract all essential information from Eagle Cad Libraries.

Symbol Details

  • Symbol Names
  • Symbols Pin Names
  • Symbol Pins Length
  • Symbol Pin Directions
  • Symbol Pins Function
  • Symbol Pins x and y coordinates
  • Symbol Attribute's layers and size

Footprint Details

  • Footprint Names
  • Footprints PAD/SMD Names
  • Footprint PAD/SMD x and y coordinates
  • Footprint PAD drill size
  • Footprint PAD diameter
  • Footprint PAD shape
  • Footprint SMD layer
  • Footprint SMD size
  • Attribute's layers and size

Device Details

  • pending

Library Description

  • pending

API

INPUT FUCTIONS AND THEIR CAHARACTERISTICS

Pending.

  • Saving in excel still pending
  • Getting structured output still pending.

About

Eagle CAD produces library in XML format. To load them for details if there are too many present, its a headache. Python is used to parse xml and get the details out of these libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages