Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digikey-search-parts: Sorting result table by SPN so the output is | Trygve Laugstøl | 2019-08-12 | 1 | -1/+1 |
| | | | | consistent. | ||||
* | split-parts-by-supplier: rename to split-bom-by-supplier. | Trygve Laugstøl | 2019-06-14 | 3 | -1/+13 |
| | | | | digikey-create-bom: Implementing CSV generation for Digi-Key. | ||||
* | digikey: Better search when getting multiple results back. Instead of | Trygve Laugstøl | 2019-05-28 | 1 | -4/+4 |
| | | | | | | doing a new search with the selected digikey part number, do a direct lookup with the product's URL instead. This ensures that we always get a match and don't get confused when multiple part numbers are returned. | ||||
* | EeVal: Supporting omega symbol in addition to ohm symbol (which are | Trygve Laugstøl | 2019-05-27 | 1 | -24/+27 |
| | | | | usually graphically equal). | ||||
* | Adding Soufflé based reasoning on parts. Replacing default configuration | Trygve Laugstøl | 2019-05-27 | 1 | -0/+29 |
| | | | | with applying python function with this new reasoner. | ||||
* | part-find-requirements: wip | Trygve Laugstøl | 2019-05-26 | 1 | -30/+38 |
| | |||||
* | o Updating requirements. Fixing broken test. | Trygve Laugstøl | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | ee.kicad.model: Adding Symbol, exposing in addition existing parsing of ↵ | Trygve Laugstøl | 2019-05-13 | 1 | -0/+4 |
| | | | | value. v4 and v5 compatible. | ||||
* | digikey: | Trygve Laugstøl | 2019-04-14 | 1 | -1/+25 |
| | | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier. | ||||
* | o Removing all doit code. It was a failed experiment. | Trygve Laugstøl | 2019-04-01 | 5 | -498/+0 |
| | |||||
* | ee.xsd: | Trygve Laugstøl | 2019-03-28 | 1 | -0/+82 |
| | | | | | | | | | | | | | o Renaming <part-uri> to <part-reference>. o Adding <supplier> on <part>, removing from <supplier-part-number>. A part can have exactly one part. create-order: o Creating anonymous part objects, with two references, one schematic reference and one part-uri reference to the selected part. o Redoing how the order is calculated with the new ObjDb structure. ee.part.Part: o Absorbing bom_file_utils into Part. Much better wrapper object around the xml goop. | ||||
* | o Adding PriceBreak. Parsing price breaks from DK. | Trygve Laugstøl | 2019-03-15 | 2 | -1/+65 |
| | | | | o Adding Money type with parsing. | ||||
* | Digikey: replacing requests-based code with selenium. | Trygve Laugstøl | 2019-02-24 | 15 | -2255/+1286 |
| | | | | Adding new tools: digikey-import-parts and digikey-refresh-parts. | ||||
* | o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output a | Trygve Laugstøl | 2019-02-09 | 2 | -9/+5 |
| | | | | Makefile-compatible dependencies file. | ||||
* | o Updating digikey product parsing code. Using Selenium/WebDriver to | Trygve Laugstøl | 2019-02-07 | 15 | -16390/+29295 |
| | | | | fetch data. | ||||
* | o Handling digikey pages with a special "exact match" header + list of | Trygve Laugstøl | 2018-08-02 | 13 | -15/+25134 |
| | | | | | | | other categories to continue to search in. The header is just enough data for us. o Better digikey tests, saving local HTML instead of doing online requests. | ||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 1 | -10/+10 |
| | | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests. | ||||
* | o Updating demo project, reorganizing the demo a bit. | Trygve Laugstøl | 2018-08-01 | 1 | -2/+2 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Moving all doit modules to use DoitConfig(). | Trygve Laugstøl | 2018-08-01 | 1 | -3/+4 |
| | |||||
* | 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 |
| |