| Commit message (Expand) | Author | Age | Files | Lines |
* | adding missing method. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+7 |
* | digikey: Better search when getting multiple results back. Instead of | Trygve Laugstøl | 2019-05-28 | 2 | -20/+42 |
* | digikey-search-parts: even better structure. | Trygve Laugstøl | 2019-05-24 | 1 | -65/+113 |
* | ninja/init: Let init specify defaults, ninja just drops arguments if not | Trygve Laugstøl | 2019-05-21 | 1 | -1/+4 |
* | o Creating a map_footprints function for digikey's footprints similar to | Trygve Laugstøl | 2019-05-21 | 1 | -0/+9 |
* | o Replacing digikey-normalize-facts with part-apply-function. Moving | Trygve Laugstøl | 2019-05-20 | 1 | -31/+35 |
* | digikey-search-parts: better structure, making room for searching by | Trygve Laugstøl | 2019-05-14 | 1 | -24/+45 |
* | digikey-search-parts: Logging output to file. | Trygve Laugstøl | 2019-05-14 | 1 | -10/+18 |
* | ee.xsd: | Trygve Laugstøl | 2019-05-14 | 1 | -16/+22 |
* | drawio-to-parts: new tool. | Trygve Laugstøl | 2019-05-11 | 1 | -1/+1 |
* | digikey: | Trygve Laugstøl | 2019-04-14 | 2 | -15/+58 |
* | o Removing all doit code. It was a failed experiment. | Trygve Laugstøl | 2019-04-01 | 1 | -165/+0 |
* | Project: | Trygve Laugstøl | 2019-03-29 | 1 | -0/+1 |
* | DigikeyParser: Picked last and thus wrong description. Be more specific | Trygve Laugstøl | 2019-03-29 | 1 | -2/+1 |
* | digikey-normalize-facts: Don't drop parts without any facts, they're | Trygve Laugstøl | 2019-03-28 | 1 | -3/+0 |
* | ee.xsd: | Trygve Laugstøl | 2019-03-28 | 1 | -28/+32 |
* | xsd: | Trygve Laugstøl | 2019-03-23 | 2 | -1/+53 |
* | Refactoring: | Trygve Laugstøl | 2019-03-15 | 2 | -14/+17 |
* | o Switching PartDb to serialize into many xml files into a single | Trygve Laugstøl | 2019-03-15 | 2 | -10/+6 |
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 2 | -23/+23 |
* | o Better searching for current currency. | Trygve Laugstøl | 2019-03-15 | 1 | -1/+6 |
* | o Adding PriceBreak. Parsing price breaks from DK. | Trygve Laugstøl | 2019-03-15 | 2 | -7/+60 |
* | Digikey: extracting http caching into its own class. | Trygve Laugstøl | 2019-03-08 | 1 | -14/+5 |
* | o Create a new part when storing result, use Digikey's PN as id. | Trygve Laugstøl | 2019-02-28 | 1 | -34/+42 |
* | o Better code structure for normalization. | Trygve Laugstøl | 2019-02-28 | 1 | -46/+54 |
* | o Always sorting index.xml for better git diffs. | Trygve Laugstøl | 2019-02-27 | 1 | -0/+150 |
* | o Removing digikey specific DistributionInfo element. Can be generic. | Trygve Laugstøl | 2019-02-26 | 1 | -12/+8 |
* | o Creating a PartDb that manages a file system directory with one xml | Trygve Laugstøl | 2019-02-26 | 2 | -114/+11 |
* | Digikey: replacing requests-based code with selenium. | Trygve Laugstøl | 2019-02-24 | 3 | -24/+252 |
* | o Updating digikey product parsing code. Using Selenium/WebDriver to | Trygve Laugstøl | 2019-02-07 | 1 | -1/+1 |
* | o Using the old name for the digikey cache directory. | Trygve Laugstøl | 2018-08-04 | 1 | -1/+1 |
* | o Handling digikey pages with a special "exact match" header + list of | Trygve Laugstøl | 2018-08-02 | 1 | -16/+30 |
* | o Better logging when skipping digikey component resolving. | Trygve Laugstøl | 2018-08-02 | 1 | -1/+1 |
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 1 | -3/+1 |
* | o Ignore power flags too, they're not real components. | Trygve Laugstøl | 2018-07-31 | 1 | -12/+33 |
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 1 | -16/+75 |
* | o Support for resolving 'mpn' fields from digikey. Creates | Trygve Laugstøl | 2018-07-29 | 2 | -2/+89 |
* | o Formatting, fixing warnings. | Trygve Laugstøl | 2018-07-29 | 1 | -18/+20 |
* | digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fields | Trygve Laugstøl | 2017-10-22 | 1 | -1/+4 |
* | o Adding DigikeyRepository.to_pandas(). | Trygve Laugstøl | 2017-10-04 | 1 | -0/+17 |
* | o Sorting products before downloading to be consistent across runs. | Trygve Laugstøl | 2017-10-02 | 1 | -4/+19 |
* | o Making sure attribute type's ids are int. | Trygve Laugstøl | 2017-10-02 | 1 | -5/+10 |
* | o Better text extraction, fixing bug where 'Packaging' was not included. | Trygve Laugstøl | 2017-10-01 | 1 | -2/+3 |
* | o Preventing ConfigParser from lower casing the keys in the ini file. | Trygve Laugstøl | 2017-09-30 | 1 | -4/+9 |
* | o Reformat all. | Trygve Laugstøl | 2017-09-30 | 1 | -3/+5 |
* | o Switching from YAML to INI files for downloaded facts. | Trygve Laugstøl | 2017-09-30 | 1 | -17/+63 |
* | o Let digikey-download-facts read .sch files directly. | Trygve Laugstøl | 2017-09-24 | 1 | -0/+22 |
* | setup.py: Adding install_requires. | Trygve Laugstøl | 2017-09-10 | 1 | -18/+18 |
* | o Better API for the Digikey downloader. | Trygve Laugstøl | 2017-09-06 | 1 | -24/+57 |
* | o PEP 8 says python indent is 4 spaces. | Trygve Laugstøl | 2017-09-03 | 1 | -180/+175 |