aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey
Commit message (Expand)AuthorAgeFilesLines
* digikey: Better webdriver creation.Trygve Laugstøl2019-10-261-6/+5
* digikey search: Updating expressions for exact part patch.Trygve Laugstøl2019-10-252-8/+8
* part: Adding category concept.Trygve Laugstøl2019-10-162-35/+45
* digikey bom: Adding MPN in addition to SPN.Trygve Laugstøl2019-10-151-1/+2
* digikey: Handling updated web site.Trygve Laugstøl2019-10-151-7/+20
* ee.part.bom: Creating a proper Bom class to keep BomLines.Trygve Laugstøl2019-08-231-7/+12
* digikey-search-parts: assert that the part we got was actually the oneTrygve Laugstøl2019-08-191-0/+8
* digikey:Trygve Laugstøl2019-08-191-0/+13
* digikey-search-parts: Sorting summary statistics so the output isTrygve Laugstøl2019-08-191-1/+1
* digikey-search-parts: Adding summary in download report.Trygve Laugstøl2019-08-151-3/+31
* datasheet: wipTrygve Laugstøl2019-08-152-6/+14
* digikey-search-parts: Sorting result table by SPN so the output isTrygve Laugstøl2019-08-122-5/+5
* digikey: Better discovery of form for searching.Trygve Laugstøl2019-08-012-20/+74
* bom-to-csv: Starting on a generic tool to generate CSV files from BOMs.Trygve Laugstøl2019-06-141-57/+9
* split-parts-by-supplier: rename to split-bom-by-supplier.Trygve Laugstøl2019-06-141-0/+72
* kicad.dl: Classifying net-ties and test points as such.Trygve Laugstøl2019-05-291-0/+3
* adding missing method.Trygve Laugstøl2019-05-281-0/+7
* digikey: Better search when getting multiple results back. Instead ofTrygve Laugstøl2019-05-282-20/+42
* digikey-search-parts: even better structure.Trygve Laugstøl2019-05-241-65/+113
* ninja/init: Let init specify defaults, ninja just drops arguments if notTrygve Laugstøl2019-05-211-1/+4
* o Creating a map_footprints function for digikey's footprints similar toTrygve Laugstøl2019-05-211-0/+9
* o Replacing digikey-normalize-facts with part-apply-function. MovingTrygve Laugstøl2019-05-201-31/+35
* digikey-search-parts: better structure, making room for searching byTrygve Laugstøl2019-05-141-24/+45
* digikey-search-parts: Logging output to file.Trygve Laugstøl2019-05-141-10/+18
* ee.xsd:Trygve Laugstøl2019-05-141-16/+22
* drawio-to-parts: new tool.Trygve Laugstøl2019-05-111-1/+1
* digikey:Trygve Laugstøl2019-04-142-15/+58
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-011-165/+0
* Project:Trygve Laugstøl2019-03-291-0/+1
* DigikeyParser: Picked last and thus wrong description. Be more specificTrygve Laugstøl2019-03-291-2/+1
* digikey-normalize-facts: Don't drop parts without any facts, they'reTrygve Laugstøl2019-03-281-3/+0
* ee.xsd:Trygve Laugstøl2019-03-281-28/+32
* xsd:Trygve Laugstøl2019-03-232-1/+53
* Refactoring:Trygve Laugstøl2019-03-152-14/+17
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-152-10/+6
* o Merging XSD files into one.Trygve Laugstøl2019-03-152-23/+23
* o Better searching for current currency.Trygve Laugstøl2019-03-151-1/+6
* o Adding PriceBreak. Parsing price breaks from DK.Trygve Laugstøl2019-03-152-7/+60
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-081-14/+5
* o Create a new part when storing result, use Digikey's PN as id.Trygve Laugstøl2019-02-281-34/+42
* o Better code structure for normalization.Trygve Laugstøl2019-02-281-46/+54
* o Always sorting index.xml for better git diffs.Trygve Laugstøl2019-02-271-0/+150
* o Removing digikey specific DistributionInfo element. Can be generic.Trygve Laugstøl2019-02-261-12/+8
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-262-114/+11
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-243-24/+252
* o Updating digikey product parsing code. Using Selenium/WebDriver toTrygve Laugstøl2019-02-071-1/+1
* o Using the old name for the digikey cache directory.Trygve Laugstøl2018-08-041-1/+1
* o Handling digikey pages with a special "exact match" header + list ofTrygve Laugstøl2018-08-021-16/+30
* o Better logging when skipping digikey component resolving.Trygve Laugstøl2018-08-021-1/+1
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-021-3/+1