aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey
Commit message (Collapse)AuthorAgeFilesLines
...
* o Ignore power flags too, they're not real components.Trygve Laugstøl2018-07-311-12/+33
| | | | o Fixing digikey product lookup.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-301-16/+75
| | | | | | '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.
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-292-2/+89
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* o Formatting, fixing warnings.Trygve Laugstøl2018-07-291-18/+20
|
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-221-1/+4
| | | | | | always are in the data frame. kicad.to_pandas(): support Schematics objects too. read_schematics(): Support hierarchical labels.
* o Adding DigikeyRepository.to_pandas().Trygve Laugstøl2017-10-041-0/+17
|
* o Sorting products before downloading to be consistent across runs.Trygve Laugstøl2017-10-021-4/+19
| | | | o Storing the URL for each product.
* o Making sure attribute type's ids are int.Trygve Laugstøl2017-10-021-5/+10
| | | | o Making find_by_mpn return the first item found.
* o Better text extraction, fixing bug where 'Packaging' was not included.Trygve Laugstøl2017-10-011-2/+3
|
* o Preventing ConfigParser from lower casing the keys in the ini file.Trygve Laugstøl2017-09-301-4/+9
| | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels.
* o Reformat all.Trygve Laugstøl2017-09-301-3/+5
|
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-301-17/+63
| | | | o Improved fact downloader.
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-0/+22
|
* setup.py: Adding install_requires.Trygve Laugstøl2017-09-101-18/+18
| | | | | 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 Better API for the Digikey downloader.Trygve Laugstøl2017-09-061-24/+57
|
* o PEP 8 says python indent is 4 spaces.Trygve Laugstøl2017-09-031-180/+175
|
* o Adding tools to download facts about parts from Digi-Key.Trygve Laugstøl2017-09-031-0/+240