aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/read_schematic.py
Commit message (Collapse)AuthorAgeFilesLines
* o Ignoring AR component fields (for now).Trygve Laugstøl2017-12-071-2/+5
|
* o Removing debug logging.Trygve Laugstøl2017-10-241-1/+0
|
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-221-14/+13
| | | | | | always are in the data frame. kicad.to_pandas(): support Schematics objects too. read_schematics(): Support hierarchical labels.
* o Support for reading hierarchical schematics.Trygve Laugstøl2017-10-121-5/+30
|
* o Fixing some inspections from PyCharm.Trygve Laugstøl2017-09-151-8/+13
|
* o Removing debug logging.Trygve Laugstøl2017-09-151-5/+6
|
* o Reformat.Trygve Laugstøl2017-09-151-113/+114
|
* o Splitting out read_schematic into its own file.Trygve Laugstøl2017-09-091-0/+129