Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Support for resolving 'mpn' fields from digikey. Creates | Trygve Laugstøl | 2018-07-29 | 3 | -160/+199 |
| | | | | 'digikey-part-stub', can be used to download the entire part later on. | ||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+1 |
| | | | | o Renaming "fact" to "ds". | ||||
* | wip. | Trygve Laugstøl | 2018-07-23 | 2 | -8/+62 |
| | | | | o Support for loading CSV files. | ||||
* | wip. | Trygve Laugstøl | 2018-07-22 | 1 | -22/+13 |
| | | | | o Moving to more standard doit task_xxx methods. | ||||
* | wip. | Trygve Laugstøl | 2018-07-19 | 1 | -1/+11 |
| | |||||
* | wip. pcb. | Trygve Laugstøl | 2018-07-17 | 4 | -17/+306 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-17 | 1 | -10/+8 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-16 | 1 | -2/+6 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-16 | 2 | -0/+112 |
| | |||||
* | undo | Trygve Laugstøl | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-14 | 1 | -1/+2 |
| | |||||
* | o Allow __lt__ to work when only one unit is set. | Trygve Laugstøl | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | o Making a setter for EeVal that returns a new EeVal. | Trygve Laugstøl | 2017-12-20 | 1 | -0/+1 |
| | |||||
* | o Fixing an EeVal parsing bug of '0 Ohms'. | Trygve Laugstøl | 2017-12-15 | 2 | -43/+45 |
| | | | | o Moving EeVal tests to it's main test file. | ||||
* | o Adding a 'kicad' format that can be used to compare the output to KiCAD's ↵ | Trygve Laugstøl | 2017-12-15 | 1 | -2/+2 |
| | | | | output. | ||||
* | o Adding a test for kicad-make-pos. | Trygve Laugstøl | 2017-12-15 | 2 | -0/+53 |
| | |||||
* | o Adding a kicad-make-pos tool. | Trygve Laugstøl | 2017-12-15 | 5 | -63/+94 |
| | |||||
* | o Parsing pads and stuff. | Trygve Laugstøl | 2017-12-08 | 2 | -11/+18 |
| | |||||
* | wip | Trygve Laugstøl | 2017-12-07 | 3 | -3/+18 |
| | |||||
* | o A start of a kicad_pcb parser. | Trygve Laugstøl | 2017-12-07 | 6 | -0/+708 |
| | |||||
* | 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 |