aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* o Reformat.Trygve Laugstøl2019-02-211-5/+5
| | | | | | | to_bom: export to_tom_xml too. model: o More type annotations. o Parse ref_type and ref_num when constructed.
* o Adding a kicad-make-pos tool.Trygve Laugstøl2017-12-151-7/+11
|
* wipTrygve Laugstøl2017-12-071-2/+0
|
* o A start of a kicad_pcb parser.Trygve Laugstøl2017-12-071-3/+5
|
* o Only include ref_num fields in the DataFrame if the symbol is annotated.Trygve Laugstøl2017-11-101-1/+2
|
* o Sort and remove missing values from dataframes created from Schematics ↵Trygve Laugstøl2017-11-031-1/+5
| | | | objects too.
* o Replace all NaN values with None values when converting kicad object to a ↵Trygve Laugstøl2017-10-301-2/+5
| | | | DataFrame.
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-221-0/+7
| | | | | | 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-1/+2
|
* o Making 'footprint' a special field so it is always included in the ↵Trygve Laugstøl2017-10-121-1/+1
| | | | to_pandas data frame.
* o Reformat all.Trygve Laugstøl2017-09-301-3/+4
|
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-1/+2
|
* o Better to_pandas for schematics.Trygve Laugstøl2017-09-221-6/+18
|
* o Adding ee.kicad.to_pandas().Trygve Laugstøl2017-09-201-1/+40
|
* to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic.Trygve Laugstøl2017-09-091-0/+2
|
* o Splitting out read_schematic into its own file.Trygve Laugstøl2017-09-091-236/+10
|
* wip: Parsing schematics.Trygve Laugstøl2017-09-091-0/+238
|
* o KiCAD BOM parser.Trygve Laugstøl2017-08-081-0/+0