Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fields | Trygve Laugstøl | 2017-10-22 | 1 | -4/+4 |
| | | | | | | 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øl | 2017-10-12 | 6 | -1/+209 |
| | |||||
* | o Switching from YAML to INI files for downloaded facts. | Trygve Laugstøl | 2017-09-30 | 1 | -7/+33 |
| | | | | o Improved fact downloader. | ||||
* | o Making EeVal hashable. | Trygve Laugstøl | 2017-09-25 | 1 | -0/+7 |
| | |||||
* | o Better implementation of EeVal's __eq__ and __lt__. | Trygve Laugstøl | 2017-09-25 | 1 | -0/+9 |
| | |||||
* | o Let digikey-download-facts read .sch files directly. | Trygve Laugstøl | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | o Handling smaller numbers that we have units for. | Trygve Laugstøl | 2017-09-22 | 1 | -1/+3 |
| | |||||
* | o Fixing parsing of '0.1' values too. | Trygve Laugstøl | 2017-09-22 | 1 | -0/+4 |
| | |||||
* | o EeVal: implememting unit parsing too. | Trygve Laugstøl | 2017-09-22 | 1 | -0/+11 |
| | |||||
* | o Properly implementing EeVal as a value parser. Still missing units. | Trygve Laugstøl | 2017-09-22 | 1 | -11/+24 |
| | |||||
* | o Reformat. | Trygve Laugstøl | 2017-09-10 | 1 | -21/+17 |
| | |||||
* | setup.py: Adding install_requires. | Trygve Laugstøl | 2017-09-10 | 1 | -10/+10 |
| | | | | | 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 | 1 | -2/+17 |
| | |||||
* | o Imporing some old parsing code into a EeVal type. Not quite done yet. | Trygve Laugstøl | 2017-09-09 | 1 | -0/+14 |
| | |||||
* | o Splitting out read_schematic into its own file. | Trygve Laugstøl | 2017-09-09 | 1 | -0/+8 |
| | |||||
* | wip: Parsing schematics. | Trygve Laugstøl | 2017-09-09 | 7 | -0/+2936 |
| | |||||
* | o Reformat all. | Trygve Laugstøl | 2017-09-07 | 3 | -61/+71 |
| | |||||
* | o Adding tools to download facts about parts from Digi-Key. | Trygve Laugstøl | 2017-09-03 | 1 | -12/+24 |
| | |||||
* | o Going more jupyter. | Trygve Laugstøl | 2017-08-13 | 2 | -0/+57 |
| | |||||
* | o KiCAD BOM parser. | Trygve Laugstøl | 2017-08-08 | 1 | -0/+23 |
| | |||||
* | eng_str(): Adding unit argument. | Trygve Laugstøl | 2017-08-03 | 1 | -4/+24 |
| | |||||
* | o Indenting with two spaces. | Trygve Laugstøl | 2017-08-02 | 2 | -48/+38 |
| | | | | o Reworking test to use pytest's parametrize | ||||
* | o Importing formatting tools. | Trygve Laugstøl | 2017-08-02 | 1 | -0/+48 |