Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 1 | -1/+0 |
| | | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey. | ||||
* | undo | Trygve Laugstøl | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-14 | 1 | -1/+1 |
| | |||||
* | o Adding a 'kicad' format that can be used to compare the output to KiCAD's ↵ | Trygve Laugstøl | 2017-12-15 | 1 | -8/+57 |
| | | | | output. | ||||
* | o Adding a kicad-make-pos tool. | Trygve Laugstøl | 2017-12-15 | 1 | -0/+56 |
| | |||||
* | o Making digikey_download_facts and kicad_make_bom tools use read_schematics ↵ | Trygve Laugstøl | 2017-10-22 | 2 | -3/+3 |
| | | | | instead of read_schematic. | ||||
* | o Sorting products before downloading to be consistent across runs. | Trygve Laugstøl | 2017-10-02 | 1 | -5/+3 |
| | | | | o Storing the URL for each product. | ||||
* | o Smarter searching in case of multiple hits. Look for the MPN we want and ↵ | Trygve Laugstøl | 2017-10-01 | 1 | -14/+15 |
| | | | | not just all products to find a unique one. | ||||
* | o Preventing ConfigParser from lower casing the keys in the ini file. | Trygve Laugstøl | 2017-09-30 | 1 | -2/+2 |
| | | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels. | ||||
* | o Reformat all. | Trygve Laugstøl | 2017-09-30 | 2 | -15/+36 |
| | |||||
* | o Switching from YAML to INI files for downloaded facts. | Trygve Laugstøl | 2017-09-30 | 1 | -18/+48 |
| | | | | o Improved fact downloader. | ||||
* | o Let digikey-download-facts read .sch files directly. | Trygve Laugstøl | 2017-09-24 | 2 | -19/+25 |
| | |||||
* | o Implementing kicad-make-bom as a tool. | Trygve Laugstøl | 2017-09-12 | 3 | -5/+60 |
| | |||||
* | setup.py: Adding install_requires. | Trygve Laugstøl | 2017-09-10 | 1 | -6/+24 |
| | | | | | 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. | ||||
* | o Reformat all. | Trygve Laugstøl | 2017-09-07 | 2 | -10/+15 |
| | |||||
* | o Adding two kicad tools from my kicad-utils repo. | Trygve Laugstøl | 2017-09-07 | 2 | -0/+503 |
| | |||||
* | o Better API for the Digikey downloader. | Trygve Laugstøl | 2017-09-06 | 1 | -27/+34 |
| | |||||
* | o Adding tools to download facts about parts from Digi-Key. | Trygve Laugstøl | 2017-09-03 | 1 | -0/+59 |
| | |||||
* | o Importing formatting tools. | Trygve Laugstøl | 2017-08-02 | 2 | -0/+31 |