Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | o Properly implementing EeVal as a value parser. Still missing units. | Trygve Laugstøl | 2017-09-22 | 2 | -10/+17 | |
| | ||||||
* | o Adding ee.kicad.to_pandas(). | Trygve Laugstøl | 2017-09-20 | 3 | -2/+45 | |
| | ||||||
* | o Fixing some inspections from PyCharm. | Trygve Laugstøl | 2017-09-15 | 1 | -8/+13 | |
| | ||||||
* | o Removing debug logging. | Trygve Laugstøl | 2017-09-15 | 1 | -5/+6 | |
| | ||||||
* | o Reformat. | Trygve Laugstøl | 2017-09-15 | 1 | -113/+114 | |
| | ||||||
* | o Make ee.kicad.Component implement @total_ordering. | Trygve Laugstøl | 2017-09-15 | 2 | -7/+44 | |
| | | | | | o Adding ref_type and ref_num that is a split of ref. o Ignore #PWR components when exporting BOM. | |||||
* | o Reformat. | Trygve Laugstøl | 2017-09-12 | 1 | -100/+107 | |
| | ||||||
* | o Implementing kicad-make-bom as a tool. | Trygve Laugstøl | 2017-09-12 | 3 | -5/+60 | |
| | ||||||
* | o List available tools when missing argument. | Trygve Laugstøl | 2017-09-10 | 1 | -0/+5 | |
| | ||||||
* | setup.py: Adding install_requires. | Trygve Laugstøl | 2017-09-10 | 2 | -24/+42 | |
| | | | | | digikey: Updating tests. Making sure the directory exist before writing facts. Stop recursing into new searches when a search returns multiple hits. Let the frontends do that. | |||||
* | to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic. | Trygve Laugstøl | 2017-09-09 | 3 | -1/+62 | |
| | ||||||
* | o Imporing some old parsing code into a EeVal type. Not quite done yet. | Trygve Laugstøl | 2017-09-09 | 2 | -2/+56 | |
| | ||||||
* | o Splitting out read_schematic into its own file. | Trygve Laugstøl | 2017-09-09 | 3 | -236/+248 | |
| | ||||||
* | wip: Parsing schematics. | Trygve Laugstøl | 2017-09-09 | 3 | -4/+240 | |
| | ||||||
* | o Reformat all. | Trygve Laugstøl | 2017-09-07 | 9 | -472/+507 | |
| | ||||||
* | o Adding two kicad tools from my kicad-utils repo. | Trygve Laugstøl | 2017-09-07 | 2 | -0/+503 | |
| | ||||||
* | o Adding a 'ee' binary entry point. | Trygve Laugstøl | 2017-09-07 | 1 | -2/+4 | |
| | ||||||
* | o Better API for the Digikey downloader. | Trygve Laugstøl | 2017-09-06 | 2 | -51/+91 | |
| | ||||||
* | o PEP 8 says python indent is 4 spaces. | Trygve Laugstøl | 2017-09-03 | 1 | -180/+175 | |
| | ||||||
* | o Adding tools to download facts about parts from Digi-Key. | Trygve Laugstøl | 2017-09-03 | 3 | -0/+352 | |
| | ||||||
* | o Going more jupyter. | Trygve Laugstøl | 2017-08-13 | 3 | -5/+188 | |
| | ||||||
* | o KiCAD BOM parser. | Trygve Laugstøl | 2017-08-08 | 3 | -0/+102 | |
| | ||||||
* | eng_str(): Adding unit argument. | Trygve Laugstøl | 2017-08-03 | 1 | -12/+34 | |
| | ||||||
* | o Indenting with two spaces. | Trygve Laugstøl | 2017-08-02 | 1 | -28/+19 | |
| | | | | o Reworking test to use pytest's parametrize | |||||
* | o Importing formatting tools. | Trygve Laugstøl | 2017-08-02 | 4 | -0/+261 | |