octopart-ruby 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,81 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "octopart-ruby"
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Parker Boundy"]
12
+ s.date = "2012-12-20"
13
+ s.description = "Ruby wrapper for the Octopart API"
14
+ s.email = "parkerboundy@gmail.com"
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ "Gemfile",
22
+ "Gemfile.lock",
23
+ "LICENSE.txt",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "examples/example.rb",
28
+ "lib/octopart-ruby.rb",
29
+ "lib/octopart/client.rb",
30
+ "octopart-ruby.gemspec",
31
+ "test/fixtures/attribute.json",
32
+ "test/fixtures/attribute_multi.json",
33
+ "test/fixtures/bom.json",
34
+ "test/fixtures/category.json",
35
+ "test/fixtures/category_multi.json",
36
+ "test/fixtures/category_search.json",
37
+ "test/fixtures/part.json",
38
+ "test/fixtures/part_match.json",
39
+ "test/fixtures/part_multi.json",
40
+ "test/fixtures/part_search.json",
41
+ "test/fixtures/part_suggest.json",
42
+ "test/helper.rb",
43
+ "test/test_octopart_ruby.rb"
44
+ ]
45
+ s.homepage = "http://github.com/parkerboundy/octopart-ruby"
46
+ s.licenses = ["MIT"]
47
+ s.require_paths = ["lib"]
48
+ s.rubygems_version = "1.8.15"
49
+ s.summary = "Ruby wrapper for the Octopart API"
50
+
51
+ if s.respond_to? :specification_version then
52
+ s.specification_version = 3
53
+
54
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
55
+ s.add_runtime_dependency(%q<httparty>, ["= 0.9.0"])
56
+ s.add_runtime_dependency(%q<fakeweb>, ["= 1.3.0"])
57
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
58
+ s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
59
+ s.add_development_dependency(%q<bundler>, ["~> 1.0"])
60
+ s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
61
+ s.add_development_dependency(%q<simplecov>, [">= 0"])
62
+ else
63
+ s.add_dependency(%q<httparty>, ["= 0.9.0"])
64
+ s.add_dependency(%q<fakeweb>, ["= 1.3.0"])
65
+ s.add_dependency(%q<shoulda>, [">= 0"])
66
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
67
+ s.add_dependency(%q<bundler>, ["~> 1.0"])
68
+ s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
69
+ s.add_dependency(%q<simplecov>, [">= 0"])
70
+ end
71
+ else
72
+ s.add_dependency(%q<httparty>, ["= 0.9.0"])
73
+ s.add_dependency(%q<fakeweb>, ["= 1.3.0"])
74
+ s.add_dependency(%q<shoulda>, [">= 0"])
75
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
76
+ s.add_dependency(%q<bundler>, ["~> 1.0"])
77
+ s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
78
+ s.add_dependency(%q<simplecov>, [">= 0"])
79
+ end
80
+ end
81
+
@@ -0,0 +1,13 @@
1
+ {
2
+ "__class__": "PartAttribute",
3
+ "displayname": "Capacitance",
4
+ "fieldname": "capacitance",
5
+ "metadata": {
6
+ "datatype": "float",
7
+ "unit": {
8
+ "name": "F",
9
+ "symbol": "F"
10
+ }
11
+ },
12
+ "type": "number"
13
+ }
@@ -0,0 +1,28 @@
1
+ [
2
+ {
3
+ "__class__": "PartAttribute",
4
+ "displayname": "Capacitance",
5
+ "fieldname": "capacitance",
6
+ "metadata": {
7
+ "datatype": "float",
8
+ "unit": {
9
+ "name": "F",
10
+ "symbol": "F"
11
+ }
12
+ },
13
+ "type": "number"
14
+ },
15
+ {
16
+ "__class__": "PartAttribute",
17
+ "displayname": "Resistance",
18
+ "fieldname": "resistance",
19
+ "metadata": {
20
+ "datatype": "float",
21
+ "unit": {
22
+ "name": "ohms",
23
+ "symbol": "\u03a9"
24
+ }
25
+ },
26
+ "type": "number"
27
+ }
28
+ ]
@@ -0,0 +1,1493 @@
1
+ {
2
+ "request": {
3
+ "lines": [
4
+ {
5
+ "limit": 3,
6
+ "manufacturer": "Texas Instruments",
7
+ "mpn": "SN74LS240N",
8
+ "mpn_or_sku": null,
9
+ "q": "",
10
+ "reference": null,
11
+ "sku": null,
12
+ "start": 0,
13
+ "supplier": null
14
+ }
15
+ ]
16
+ },
17
+ "results": [
18
+ {
19
+ "hits": 1,
20
+ "items": [
21
+ {
22
+ "__class__": "Part",
23
+ "avg_avail": 823,
24
+ "avg_price": [
25
+ 0.7014333333333332,
26
+ "USD"
27
+ ],
28
+ "category_ids": [
29
+ 4273,
30
+ 4274,
31
+ 4282,
32
+ 4215
33
+ ],
34
+ "datasheets": [
35
+ {
36
+ "score": 2,
37
+ "source_group": 1,
38
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-149038.pdf"
39
+ },
40
+ {
41
+ "score": 2,
42
+ "source_group": 1,
43
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-10255185.pdf"
44
+ },
45
+ {
46
+ "score": 1,
47
+ "source_group": 1,
48
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-3839.pdf"
49
+ },
50
+ {
51
+ "score": 1,
52
+ "source_group": 2,
53
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-20552.pdf"
54
+ },
55
+ {
56
+ "score": 1,
57
+ "source_group": 2,
58
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-111635.pdf"
59
+ },
60
+ {
61
+ "score": 1,
62
+ "source_group": 1,
63
+ "url": "http://datasheet.octopart.com/SN74LS240N.-Texas-Instruments-datasheet-5314413.pdf"
64
+ },
65
+ {
66
+ "score": 1,
67
+ "source_group": 1,
68
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-5314413.pdf"
69
+ },
70
+ {
71
+ "score": 1,
72
+ "source_group": 1,
73
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-8359989.pdf"
74
+ },
75
+ {
76
+ "score": 1,
77
+ "source_group": 1,
78
+ "url": "http://datasheet.octopart.com/SN74LS240N-Texas-Instruments-datasheet-8724022.pdf"
79
+ }
80
+ ],
81
+ "descriptions": [
82
+ {
83
+ "credit_domain": "ti.com",
84
+ "credit_url": "http://octopart-clicks.com/click/hltrack?hlid=1313193",
85
+ "text": "Octal buffers and line drivers 20-PDIP 0 to 70"
86
+ },
87
+ {
88
+ "credit_domain": "farnell.com",
89
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=20335607",
90
+ "text": "LOGIC, BUFF/DVR TRI-ST OCTAL, 20DIP; No. of Pins:20; Operating Temperature Range:0\u00b0C to +70\u00b0C; Case Style:PDIP; Logic IC Base Number:74240; Logic IC Family:LS; Logic IC Function:Octal Buffer / Line Driver with 3-State Outputs; Max Supply Voltage:5.25V; Min Supply Voltage:4.75V; Termination Type:Through Hole"
91
+ },
92
+ {
93
+ "credit_domain": "newark.com",
94
+ "credit_url": "http://octopart.com/click/vptrack?vpid=3004189",
95
+ "text": "74LS, 74LS240, DIP20, 5.25V; Logic IC Function:Octal Inverting Buffer/Line Driver (3-State); Logic IC Family:LS; Logic IC Base Number:74240; Max Input Current:0.1mA; Voltage, Supply Min:4.75V; Voltage, Supply Max:5.25V; Case ;RoHS Compliant: Yes"
96
+ },
97
+ {
98
+ "credit_domain": "verical.com",
99
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=17765035",
100
+ "text": "Buffer/Line Driver 8-CH Inverting 3-ST Bipolar 20-Pin PDIP Tube"
101
+ },
102
+ {
103
+ "credit_domain": "onlinecomponents.com",
104
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=8950685",
105
+ "text": "Buffer/Line Driver 8-CH Inverting 3-ST Bipolar 20-Pin PDIP Tube"
106
+ },
107
+ {
108
+ "credit_domain": "jameco.com",
109
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=2272444",
110
+ "text": "IC,SN74LS240N,DIP-20, OCTAL BUFFER/LINE DRIVER"
111
+ },
112
+ {
113
+ "credit_domain": "digikey.com",
114
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=1357654",
115
+ "text": "IC INVERTER DUAL 4-INPUT 20DIP"
116
+ },
117
+ {
118
+ "credit_domain": "smtcorp.com",
119
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=12441686",
120
+ "text": "DC:REFURB,4-BIT,DRIVER"
121
+ },
122
+ {
123
+ "credit_domain": "questcomp.com",
124
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=11323773",
125
+ "text": "Alt PN: SN74LS240NE4"
126
+ },
127
+ {
128
+ "credit_domain": "peribanu.com",
129
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=46123939",
130
+ "text": "BOX 1172"
131
+ }
132
+ ],
133
+ "detail_url": "http://octopart.com/sn74ls240n-texas+instruments-423153",
134
+ "hyperlinks": {
135
+ "manufacturer": "http://octopart-clicks.com/click/hltrack?hlid=1313193"
136
+ },
137
+ "images": [
138
+ {
139
+ "credit_domain": "jameco.com",
140
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=2272444",
141
+ "url": "http://sigma.octopart.com/5246277/image/Texas-Instruments-SN74LS240N.jpeg",
142
+ "url_30px": "http://sigma.octopart.com/5246278/image/Texas-Instruments-SN74LS240N.jpeg",
143
+ "url_35px": "http://sigma.octopart.com/5246279/image/Texas-Instruments-SN74LS240N.jpeg",
144
+ "url_55px": "http://sigma.octopart.com/5246280/image/Texas-Instruments-SN74LS240N.jpeg",
145
+ "url_90px": "http://sigma.octopart.com/5246281/image/Texas-Instruments-SN74LS240N.jpeg"
146
+ },
147
+ {
148
+ "credit_domain": "newark.com",
149
+ "credit_url": "http://octopart.com/click/vptrack?vpid=3004189",
150
+ "url": "http://sigma.octopart.com/472232/image/Texas-Instruments-SN74LS240N.gif",
151
+ "url_30px": "http://sigma.octopart.com/825469/image/Texas-Instruments-SN74LS240N.gif",
152
+ "url_35px": "http://sigma.octopart.com/825470/image/Texas-Instruments-SN74LS240N.gif",
153
+ "url_55px": "http://sigma.octopart.com/825471/image/Texas-Instruments-SN74LS240N.gif",
154
+ "url_90px": "http://sigma.octopart.com/825472/image/Texas-Instruments-SN74LS240N.gif"
155
+ },
156
+ {
157
+ "credit_domain": "onlinecomponents.com",
158
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=8950685",
159
+ "url": "http://sigma.octopart.com/12663791/image/Texas-Instruments-SN74LS240N.jpg",
160
+ "url_30px": "http://sigma.octopart.com/12663793/image/Texas-Instruments-SN74LS240N.jpg",
161
+ "url_35px": "http://sigma.octopart.com/12663795/image/Texas-Instruments-SN74LS240N.jpg",
162
+ "url_55px": "http://sigma.octopart.com/12663798/image/Texas-Instruments-SN74LS240N.jpg",
163
+ "url_90px": "http://sigma.octopart.com/12663799/image/Texas-Instruments-SN74LS240N.jpg"
164
+ },
165
+ {
166
+ "credit_domain": "farnell.com",
167
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=20335607",
168
+ "url": "http://sigma.octopart.com/172151/image/Texas-Instruments-SN74LS240N..jpg",
169
+ "url_30px": "http://sigma.octopart.com/823645/image/Texas-Instruments-SN74LS240N..jpg",
170
+ "url_35px": "http://sigma.octopart.com/823646/image/Texas-Instruments-SN74LS240N..jpg",
171
+ "url_55px": "http://sigma.octopart.com/823647/image/Texas-Instruments-SN74LS240N..jpg",
172
+ "url_90px": "http://sigma.octopart.com/823648/image/Texas-Instruments-SN74LS240N..jpg"
173
+ },
174
+ {
175
+ "credit_domain": "digikey.com",
176
+ "credit_url": "http://octopart-clicks.com/click/vptrack?vpid=1357654",
177
+ "url": "http://sigma.octopart.com/8894496/image/Texas-Instruments-SN74LS240N.jpg",
178
+ "url_30px": "http://sigma.octopart.com/8894497/image/Texas-Instruments-SN74LS240N.jpg",
179
+ "url_35px": "http://sigma.octopart.com/8894498/image/Texas-Instruments-SN74LS240N.jpg",
180
+ "url_55px": "http://sigma.octopart.com/8894499/image/Texas-Instruments-SN74LS240N.jpg",
181
+ "url_90px": "http://sigma.octopart.com/8894500/image/Texas-Instruments-SN74LS240N.jpg"
182
+ },
183
+ {
184
+ "credit_domain": null,
185
+ "credit_url": null,
186
+ "url": "http://sigma.octopart.com/10685287/image/Texas-Instruments-SN74LS240N.jpg",
187
+ "url_30px": "http://sigma.octopart.com/10685288/image/Texas-Instruments-SN74LS240N.jpg",
188
+ "url_35px": "http://sigma.octopart.com/10685289/image/Texas-Instruments-SN74LS240N.jpg",
189
+ "url_55px": "http://sigma.octopart.com/10685290/image/Texas-Instruments-SN74LS240N.jpg",
190
+ "url_90px": "http://sigma.octopart.com/10685291/image/Texas-Instruments-SN74LS240N.jpg"
191
+ },
192
+ {
193
+ "credit_domain": null,
194
+ "credit_url": null,
195
+ "url": "http://sigma.octopart.com/472232/image/Texas-Instruments-SN74LS240N.gif",
196
+ "url_30px": "http://sigma.octopart.com/825469/image/Texas-Instruments-SN74LS240N.gif",
197
+ "url_35px": "http://sigma.octopart.com/825470/image/Texas-Instruments-SN74LS240N.gif",
198
+ "url_55px": "http://sigma.octopart.com/825471/image/Texas-Instruments-SN74LS240N.gif",
199
+ "url_90px": "http://sigma.octopart.com/825472/image/Texas-Instruments-SN74LS240N.gif"
200
+ },
201
+ {
202
+ "credit_domain": null,
203
+ "credit_url": null,
204
+ "url": "http://sigma.octopart.com/307002/image/Texas-Instruments-SN74LS240N.jpg",
205
+ "url_30px": "http://sigma.octopart.com/865831/image/Texas-Instruments-SN74LS240N.jpg",
206
+ "url_35px": "http://sigma.octopart.com/865832/image/Texas-Instruments-SN74LS240N.jpg",
207
+ "url_55px": "http://sigma.octopart.com/865833/image/Texas-Instruments-SN74LS240N.jpg",
208
+ "url_90px": "http://sigma.octopart.com/865834/image/Texas-Instruments-SN74LS240N.jpg"
209
+ }
210
+ ],
211
+ "manufacturer": {
212
+ "__class__": "Brand",
213
+ "displayname": "Texas Instruments",
214
+ "homepage_url": "http://ti.com",
215
+ "id": 370,
216
+ "is_verified": true
217
+ },
218
+ "market_status": "GOOD: Small Volume Availability (1k+ pieces)",
219
+ "mpn": "SN74LS240N",
220
+ "num_authsuppliers": 9,
221
+ "num_suppliers": 33,
222
+ "offers": [
223
+ {
224
+ "avail": 247,
225
+ "buynow_url": "http://octopart.com/click/vptrack?vpid=3004189",
226
+ "clickthrough_url": "http://octopart.com/click/vptrack?vpid=3004189",
227
+ "datecode": null,
228
+ "factory_lead_days": null,
229
+ "factory_pack_quantity": null,
230
+ "is_authorized": true,
231
+ "is_brokered": false,
232
+ "moq": null,
233
+ "on_order_eta": null,
234
+ "on_order_quantity": null,
235
+ "order_multiple": null,
236
+ "packaging": null,
237
+ "prices": [
238
+ [
239
+ 1,
240
+ 0.819,
241
+ "USD"
242
+ ],
243
+ [
244
+ 25,
245
+ 0.703,
246
+ "USD"
247
+ ],
248
+ [
249
+ 100,
250
+ 0.613,
251
+ "USD"
252
+ ],
253
+ [
254
+ 250,
255
+ 0.542,
256
+ "USD"
257
+ ],
258
+ [
259
+ 500,
260
+ 0.419,
261
+ "USD"
262
+ ]
263
+ ],
264
+ "sendrfq_url": null,
265
+ "sku": "60K6871",
266
+ "supplier": {
267
+ "__class__": "Brand",
268
+ "displayname": "Newark",
269
+ "homepage_url": "http://www.newark.com",
270
+ "hq_country": "US",
271
+ "id": 2402
272
+ },
273
+ "uid": 300418902846,
274
+ "update_ts": "2012-12-19T13:18:34Z"
275
+ },
276
+ {
277
+ "avail": 4430,
278
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=37818175",
279
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=37818175",
280
+ "datecode": null,
281
+ "factory_lead_days": null,
282
+ "factory_pack_quantity": null,
283
+ "is_authorized": true,
284
+ "is_brokered": false,
285
+ "moq": null,
286
+ "on_order_eta": null,
287
+ "on_order_quantity": null,
288
+ "order_multiple": null,
289
+ "packaging": null,
290
+ "prices": [
291
+ [
292
+ 1,
293
+ 0.78,
294
+ "USD"
295
+ ]
296
+ ],
297
+ "sendrfq_url": null,
298
+ "sku": "595-SN74LS240N",
299
+ "supplier": {
300
+ "__class__": "Brand",
301
+ "displayname": "Mouser",
302
+ "homepage_url": "http://www.mouser.com",
303
+ "hq_country": "US",
304
+ "id": 2401,
305
+ "is_verified": false
306
+ },
307
+ "uid": 3781817513281,
308
+ "update_ts": "2012-12-19T07:21:47Z"
309
+ },
310
+ {
311
+ "avail": 3220,
312
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=15164599",
313
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=15164599",
314
+ "datecode": null,
315
+ "factory_lead_days": null,
316
+ "factory_pack_quantity": null,
317
+ "is_authorized": true,
318
+ "is_brokered": false,
319
+ "moq": null,
320
+ "on_order_eta": null,
321
+ "on_order_quantity": null,
322
+ "order_multiple": null,
323
+ "packaging": null,
324
+ "prices": [
325
+ [
326
+ 1,
327
+ 0.4361,
328
+ "USD"
329
+ ]
330
+ ],
331
+ "sendrfq_url": null,
332
+ "sku": "SN74LS240N",
333
+ "supplier": {
334
+ "__class__": "Brand",
335
+ "displayname": "Arrow",
336
+ "homepage_url": "http://www.arrownac.com/",
337
+ "hq_country": "US",
338
+ "id": 1106,
339
+ "is_verified": false
340
+ },
341
+ "uid": 1516459943995,
342
+ "update_ts": "2012-12-19T21:13:08Z"
343
+ },
344
+ {
345
+ "avail": 1845,
346
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=1357654",
347
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=1357654",
348
+ "datecode": null,
349
+ "factory_lead_days": 58,
350
+ "factory_pack_quantity": null,
351
+ "is_authorized": true,
352
+ "is_brokered": false,
353
+ "moq": 1,
354
+ "on_order_eta": null,
355
+ "on_order_quantity": null,
356
+ "order_multiple": null,
357
+ "packaging": "TUBE",
358
+ "prices": [
359
+ [
360
+ 1,
361
+ 0.88,
362
+ "USD"
363
+ ],
364
+ [
365
+ 10,
366
+ 0.781,
367
+ "USD"
368
+ ],
369
+ [
370
+ 100,
371
+ 0.6174,
372
+ "USD"
373
+ ],
374
+ [
375
+ 250,
376
+ 0.5418,
377
+ "USD"
378
+ ],
379
+ [
380
+ 500,
381
+ 0.4788,
382
+ "USD"
383
+ ],
384
+ [
385
+ 1000,
386
+ 0.378,
387
+ "USD"
388
+ ],
389
+ [
390
+ 2500,
391
+ 0.3528,
392
+ "USD"
393
+ ],
394
+ [
395
+ 5000,
396
+ 0.33516,
397
+ "USD"
398
+ ],
399
+ [
400
+ 10000,
401
+ 0.32256,
402
+ "USD"
403
+ ]
404
+ ],
405
+ "sendrfq_url": null,
406
+ "sku": "296-1651-5-ND",
407
+ "supplier": {
408
+ "__class__": "Brand",
409
+ "displayname": "Digi-Key",
410
+ "homepage_url": "http://www.digikey.com",
411
+ "hq_country": "US",
412
+ "id": 459,
413
+ "is_verified": false
414
+ },
415
+ "uid": 135765452708,
416
+ "update_ts": "2012-12-19T15:06:51Z"
417
+ },
418
+ {
419
+ "avail": 788,
420
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=61564430",
421
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=61564430",
422
+ "datecode": null,
423
+ "factory_lead_days": null,
424
+ "factory_pack_quantity": null,
425
+ "is_authorized": true,
426
+ "is_brokered": false,
427
+ "moq": null,
428
+ "on_order_eta": null,
429
+ "on_order_quantity": null,
430
+ "order_multiple": null,
431
+ "packaging": null,
432
+ "prices": [
433
+ [
434
+ 200,
435
+ 0.4385,
436
+ "USD"
437
+ ]
438
+ ],
439
+ "sendrfq_url": null,
440
+ "sku": "+SN74LS240N",
441
+ "supplier": {
442
+ "__class__": "Brand",
443
+ "displayname": "Avnet Express Europe",
444
+ "homepage_url": "http://avnetexpress.avnet.com/store/em/EMController?storeId=500201&action=home&region=EMEA&catalogId=500201&langId=-1",
445
+ "hq_country": "EU",
446
+ "id": 5347
447
+ },
448
+ "uid": 6156443017456,
449
+ "update_ts": "2012-12-19T12:29:38Z"
450
+ },
451
+ {
452
+ "avail": 573,
453
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=20335607",
454
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=20335607",
455
+ "datecode": null,
456
+ "factory_lead_days": null,
457
+ "factory_pack_quantity": null,
458
+ "is_authorized": true,
459
+ "is_brokered": false,
460
+ "moq": null,
461
+ "on_order_eta": null,
462
+ "on_order_quantity": null,
463
+ "order_multiple": null,
464
+ "packaging": null,
465
+ "prices": [],
466
+ "sendrfq_url": null,
467
+ "sku": "1739686",
468
+ "supplier": {
469
+ "__class__": "Brand",
470
+ "displayname": "Farnell",
471
+ "homepage_url": "http://www.farnell.com/",
472
+ "hq_country": "GB",
473
+ "id": 819,
474
+ "is_verified": false
475
+ },
476
+ "uid": 2033560753588,
477
+ "update_ts": "2012-12-19T06:14:34Z"
478
+ },
479
+ {
480
+ "avail": 640,
481
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=17765035",
482
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=17765035",
483
+ "datecode": null,
484
+ "factory_lead_days": null,
485
+ "factory_pack_quantity": null,
486
+ "is_authorized": false,
487
+ "is_brokered": false,
488
+ "moq": null,
489
+ "on_order_eta": null,
490
+ "on_order_quantity": null,
491
+ "order_multiple": null,
492
+ "packaging": null,
493
+ "prices": [
494
+ [
495
+ 640,
496
+ 0.3929,
497
+ "USD"
498
+ ]
499
+ ],
500
+ "sendrfq_url": null,
501
+ "sku": "SN74LS240N",
502
+ "supplier": {
503
+ "__class__": "Brand",
504
+ "displayname": "Verical",
505
+ "homepage_url": "http://www.verical.com",
506
+ "hq_country": "US",
507
+ "id": 2617
508
+ },
509
+ "uid": 1776503540711,
510
+ "update_ts": "2012-12-19T17:19:48Z"
511
+ },
512
+ {
513
+ "avail": 111,
514
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=45141749",
515
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=45141749",
516
+ "datecode": null,
517
+ "factory_lead_days": null,
518
+ "factory_pack_quantity": null,
519
+ "is_authorized": false,
520
+ "is_brokered": false,
521
+ "moq": null,
522
+ "on_order_eta": null,
523
+ "on_order_quantity": null,
524
+ "order_multiple": null,
525
+ "packaging": null,
526
+ "prices": [
527
+ [
528
+ 1,
529
+ 0.2,
530
+ "USD"
531
+ ]
532
+ ],
533
+ "sendrfq_url": null,
534
+ "sku": "SN74LS240N",
535
+ "supplier": {
536
+ "__class__": "Brand",
537
+ "displayname": "Freelance Electronics",
538
+ "homepage_url": "http://rcfreelance.com/",
539
+ "hq_country": "US",
540
+ "id": 3917
541
+ },
542
+ "uid": 4514174931127,
543
+ "update_ts": "2012-12-19T16:40:43Z"
544
+ },
545
+ {
546
+ "avail": 400,
547
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=2272444",
548
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=2272444",
549
+ "datecode": null,
550
+ "factory_lead_days": null,
551
+ "factory_pack_quantity": null,
552
+ "is_authorized": false,
553
+ "is_brokered": false,
554
+ "moq": null,
555
+ "on_order_eta": null,
556
+ "on_order_quantity": null,
557
+ "order_multiple": null,
558
+ "packaging": null,
559
+ "prices": [
560
+ [
561
+ 1,
562
+ 0.79,
563
+ "USD"
564
+ ],
565
+ [
566
+ 10,
567
+ 0.65,
568
+ "USD"
569
+ ],
570
+ [
571
+ 100,
572
+ 0.55,
573
+ "USD"
574
+ ]
575
+ ],
576
+ "sendrfq_url": null,
577
+ "sku": "308291",
578
+ "supplier": {
579
+ "__class__": "Brand",
580
+ "displayname": "Jameco",
581
+ "homepage_url": "http://www.jameco.com",
582
+ "hq_country": "US",
583
+ "id": 2410,
584
+ "is_verified": false
585
+ },
586
+ "uid": 227244412248,
587
+ "update_ts": "2012-12-19T19:19:16Z"
588
+ },
589
+ {
590
+ "avail": 18,
591
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=8950685",
592
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=8950685",
593
+ "datecode": null,
594
+ "factory_lead_days": null,
595
+ "factory_pack_quantity": null,
596
+ "is_authorized": false,
597
+ "is_brokered": false,
598
+ "moq": 1,
599
+ "on_order_eta": null,
600
+ "on_order_quantity": null,
601
+ "order_multiple": null,
602
+ "packaging": "Each",
603
+ "prices": [
604
+ [
605
+ 1,
606
+ 1.32,
607
+ "USD"
608
+ ],
609
+ [
610
+ 25,
611
+ 1.03,
612
+ "USD"
613
+ ],
614
+ [
615
+ 50,
616
+ 0.93,
617
+ "USD"
618
+ ]
619
+ ],
620
+ "sendrfq_url": null,
621
+ "sku": "SN74LS240N",
622
+ "supplier": {
623
+ "__class__": "Brand",
624
+ "displayname": "Onlinecomponents.com",
625
+ "homepage_url": "http://www.onlinecomponents.com",
626
+ "hq_country": "US",
627
+ "id": 2429
628
+ },
629
+ "uid": 895068557673,
630
+ "update_ts": "2012-12-03T13:08:25Z"
631
+ },
632
+ {
633
+ "avail": 43,
634
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=44658828",
635
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=44658828",
636
+ "datecode": null,
637
+ "factory_lead_days": null,
638
+ "factory_pack_quantity": null,
639
+ "is_authorized": false,
640
+ "is_brokered": false,
641
+ "moq": null,
642
+ "on_order_eta": null,
643
+ "on_order_quantity": null,
644
+ "order_multiple": null,
645
+ "packaging": null,
646
+ "prices": [],
647
+ "sendrfq_url": null,
648
+ "sku": "SN74LS240N",
649
+ "supplier": {
650
+ "__class__": "Brand",
651
+ "displayname": "Bristol Electronics",
652
+ "homepage_url": "http://bristolelectronics.com",
653
+ "hq_country": "US",
654
+ "id": 3139
655
+ },
656
+ "uid": 4465882838731,
657
+ "update_ts": "2012-12-19T22:55:31Z"
658
+ },
659
+ {
660
+ "avail": 2,
661
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=54811093",
662
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=54811093",
663
+ "datecode": "8719",
664
+ "factory_lead_days": null,
665
+ "factory_pack_quantity": null,
666
+ "is_authorized": false,
667
+ "is_brokered": false,
668
+ "moq": null,
669
+ "on_order_eta": null,
670
+ "on_order_quantity": null,
671
+ "order_multiple": null,
672
+ "packaging": null,
673
+ "prices": [],
674
+ "sendrfq_url": null,
675
+ "sku": "23127379",
676
+ "supplier": {
677
+ "__class__": "Brand",
678
+ "displayname": "PriceLynx",
679
+ "homepage_url": "http://www.pricelynx.com",
680
+ "hq_country": "US",
681
+ "id": 5061
682
+ },
683
+ "uid": 5481109355605,
684
+ "update_ts": "2012-12-20T01:07:20Z"
685
+ },
686
+ {
687
+ "avail": 603,
688
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=11323773",
689
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=11323773",
690
+ "datecode": null,
691
+ "factory_lead_days": null,
692
+ "factory_pack_quantity": null,
693
+ "is_authorized": false,
694
+ "is_brokered": false,
695
+ "moq": null,
696
+ "on_order_eta": null,
697
+ "on_order_quantity": null,
698
+ "order_multiple": null,
699
+ "packaging": null,
700
+ "prices": [],
701
+ "sendrfq_url": null,
702
+ "sku": "SN74LS240N",
703
+ "supplier": {
704
+ "__class__": "Brand",
705
+ "displayname": "Quest",
706
+ "homepage_url": "http://www.questcomp.com",
707
+ "hq_country": "US",
708
+ "id": 2412
709
+ },
710
+ "uid": 1132377326359,
711
+ "update_ts": "2012-12-19T22:01:49Z"
712
+ },
713
+ {
714
+ "avail": 49,
715
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=47687032",
716
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=47687032",
717
+ "datecode": null,
718
+ "factory_lead_days": 5,
719
+ "factory_pack_quantity": null,
720
+ "is_authorized": false,
721
+ "is_brokered": false,
722
+ "moq": 5,
723
+ "on_order_eta": null,
724
+ "on_order_quantity": null,
725
+ "order_multiple": null,
726
+ "packaging": "Bulk",
727
+ "prices": [
728
+ [
729
+ 5,
730
+ 1.55,
731
+ "USD"
732
+ ],
733
+ [
734
+ 25,
735
+ 1.03,
736
+ "USD"
737
+ ],
738
+ [
739
+ 50,
740
+ 0.83,
741
+ "USD"
742
+ ],
743
+ [
744
+ 100,
745
+ 0.74,
746
+ "USD"
747
+ ],
748
+ [
749
+ 500,
750
+ 0.65,
751
+ "USD"
752
+ ],
753
+ [
754
+ 1000,
755
+ 0.63,
756
+ "USD"
757
+ ]
758
+ ],
759
+ "sendrfq_url": null,
760
+ "sku": "TI01-0001083",
761
+ "supplier": {
762
+ "__class__": "Brand",
763
+ "displayname": "Chip One Stop",
764
+ "homepage_url": "http://chip1stop.com/",
765
+ "hq_country": "JP",
766
+ "id": 4089,
767
+ "is_verified": false
768
+ },
769
+ "uid": 4768703208725,
770
+ "update_ts": "2012-12-19T09:32:36Z"
771
+ },
772
+ {
773
+ "avail": 1932,
774
+ "buynow_url": "http://octopart-clicks.com/click/vptrack?vpid=48637089",
775
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=48637089",
776
+ "datecode": null,
777
+ "factory_lead_days": null,
778
+ "factory_pack_quantity": null,
779
+ "is_authorized": false,
780
+ "is_brokered": false,
781
+ "moq": null,
782
+ "on_order_eta": null,
783
+ "on_order_quantity": null,
784
+ "order_multiple": null,
785
+ "packaging": null,
786
+ "prices": [],
787
+ "sendrfq_url": null,
788
+ "sku": "308297",
789
+ "supplier": {
790
+ "__class__": "Brand",
791
+ "displayname": "RS Components",
792
+ "homepage_url": "http://www.rs-components.com",
793
+ "hq_country": "GB",
794
+ "id": 3261,
795
+ "is_verified": false
796
+ },
797
+ "uid": 4863708924337,
798
+ "update_ts": "2012-12-18T09:01:05Z"
799
+ },
800
+ {
801
+ "avail": 96,
802
+ "buynow_url": null,
803
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=21499956",
804
+ "datecode": null,
805
+ "factory_lead_days": null,
806
+ "factory_pack_quantity": null,
807
+ "is_authorized": false,
808
+ "is_brokered": false,
809
+ "moq": null,
810
+ "on_order_eta": null,
811
+ "on_order_quantity": null,
812
+ "order_multiple": null,
813
+ "packaging": null,
814
+ "prices": [],
815
+ "sendrfq_url": null,
816
+ "sku": "SN74LS240N",
817
+ "supplier": {
818
+ "__class__": "Brand",
819
+ "displayname": "EDX",
820
+ "homepage_url": "http://www.edxelectronics.com/",
821
+ "hq_country": "US",
822
+ "id": 2422
823
+ },
824
+ "uid": 2149995662400,
825
+ "update_ts": "2012-12-19T14:42:57Z"
826
+ },
827
+ {
828
+ "avail": -4,
829
+ "buynow_url": null,
830
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=17337279",
831
+ "datecode": null,
832
+ "factory_lead_days": null,
833
+ "factory_pack_quantity": null,
834
+ "is_authorized": false,
835
+ "is_brokered": true,
836
+ "moq": null,
837
+ "on_order_eta": null,
838
+ "on_order_quantity": null,
839
+ "order_multiple": null,
840
+ "packaging": null,
841
+ "prices": [],
842
+ "sendrfq_url": "http://octopart.com/rfq/generate?ppid=423153&vpid=17337279",
843
+ "sku": "SN74LS240N",
844
+ "supplier": {
845
+ "__class__": "Brand",
846
+ "displayname": "Summit Electronics",
847
+ "homepage_url": "http://www.summitelectronics.com/",
848
+ "hq_country": "US",
849
+ "id": 2442
850
+ },
851
+ "uid": 1733727959204,
852
+ "update_ts": "2012-12-05T04:52:32Z"
853
+ },
854
+ {
855
+ "avail": -4,
856
+ "buynow_url": null,
857
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=45342591",
858
+ "datecode": null,
859
+ "factory_lead_days": null,
860
+ "factory_pack_quantity": null,
861
+ "is_authorized": false,
862
+ "is_brokered": true,
863
+ "moq": null,
864
+ "on_order_eta": null,
865
+ "on_order_quantity": null,
866
+ "order_multiple": null,
867
+ "packaging": null,
868
+ "prices": [],
869
+ "sendrfq_url": "http://octopart.com/rfq/generate?ppid=423153&vpid=45342591",
870
+ "sku": "SN74LS240N",
871
+ "supplier": {
872
+ "__class__": "Brand",
873
+ "displayname": "Icon Semiconductors",
874
+ "homepage_url": "http://www.iconsemiconductors.com",
875
+ "hq_country": "US",
876
+ "id": 3269
877
+ },
878
+ "uid": 4534259153495,
879
+ "update_ts": "2012-10-29T16:31:02Z"
880
+ },
881
+ {
882
+ "avail": 22,
883
+ "buynow_url": null,
884
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=22525987",
885
+ "datecode": null,
886
+ "factory_lead_days": null,
887
+ "factory_pack_quantity": null,
888
+ "is_authorized": false,
889
+ "is_brokered": false,
890
+ "moq": null,
891
+ "on_order_eta": null,
892
+ "on_order_quantity": null,
893
+ "order_multiple": null,
894
+ "packaging": null,
895
+ "prices": [],
896
+ "sendrfq_url": null,
897
+ "sku": "SN74LS240N",
898
+ "supplier": {
899
+ "__class__": "Brand",
900
+ "displayname": "AED Electronics",
901
+ "homepage_url": "http://www.aedelectronics.com",
902
+ "hq_country": "US",
903
+ "id": 3351
904
+ },
905
+ "uid": 2252598717514,
906
+ "update_ts": "2012-12-19T16:13:25Z"
907
+ },
908
+ {
909
+ "avail": -4,
910
+ "buynow_url": null,
911
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=44900693",
912
+ "datecode": null,
913
+ "factory_lead_days": null,
914
+ "factory_pack_quantity": null,
915
+ "is_authorized": false,
916
+ "is_brokered": true,
917
+ "moq": null,
918
+ "on_order_eta": null,
919
+ "on_order_quantity": null,
920
+ "order_multiple": null,
921
+ "packaging": null,
922
+ "prices": [],
923
+ "sendrfq_url": null,
924
+ "sku": "SN74LS240N",
925
+ "supplier": {
926
+ "__class__": "Brand",
927
+ "displayname": "Touchstone Systems",
928
+ "homepage_url": "http://www.touchstone-sys.com/",
929
+ "hq_country": "US",
930
+ "id": 3490
931
+ },
932
+ "uid": 4490069318404,
933
+ "update_ts": "2012-12-18T16:22:03Z"
934
+ },
935
+ {
936
+ "avail": 750,
937
+ "buynow_url": null,
938
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=49096797",
939
+ "datecode": null,
940
+ "factory_lead_days": null,
941
+ "factory_pack_quantity": null,
942
+ "is_authorized": false,
943
+ "is_brokered": false,
944
+ "moq": null,
945
+ "on_order_eta": null,
946
+ "on_order_quantity": null,
947
+ "order_multiple": null,
948
+ "packaging": null,
949
+ "prices": [],
950
+ "sendrfq_url": null,
951
+ "sku": "SN74LS240N",
952
+ "supplier": {
953
+ "__class__": "Brand",
954
+ "displayname": "Select Technology",
955
+ "homepage_url": "http://select-technology.net/",
956
+ "hq_country": "US",
957
+ "id": 3568
958
+ },
959
+ "uid": 4909679711057,
960
+ "update_ts": "2012-05-08T16:29:35Z"
961
+ },
962
+ {
963
+ "avail": -4,
964
+ "buynow_url": null,
965
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=42664590",
966
+ "datecode": null,
967
+ "factory_lead_days": null,
968
+ "factory_pack_quantity": null,
969
+ "is_authorized": false,
970
+ "is_brokered": true,
971
+ "moq": null,
972
+ "on_order_eta": null,
973
+ "on_order_quantity": null,
974
+ "order_multiple": null,
975
+ "packaging": null,
976
+ "prices": [],
977
+ "sendrfq_url": null,
978
+ "sku": "SN74LS240N",
979
+ "supplier": {
980
+ "__class__": "Brand",
981
+ "displayname": "ComponentsMAX",
982
+ "homepage_url": "http://componentsmax.com/",
983
+ "hq_country": "US",
984
+ "id": 3860
985
+ },
986
+ "uid": 4266459003925,
987
+ "update_ts": "2012-10-02T06:23:36Z"
988
+ },
989
+ {
990
+ "avail": -4,
991
+ "buynow_url": null,
992
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=46123939",
993
+ "datecode": null,
994
+ "factory_lead_days": null,
995
+ "factory_pack_quantity": null,
996
+ "is_authorized": false,
997
+ "is_brokered": true,
998
+ "moq": null,
999
+ "on_order_eta": null,
1000
+ "on_order_quantity": null,
1001
+ "order_multiple": null,
1002
+ "packaging": null,
1003
+ "prices": [],
1004
+ "sendrfq_url": null,
1005
+ "sku": "SN74LS240N",
1006
+ "supplier": {
1007
+ "__class__": "Brand",
1008
+ "displayname": "Peribanu",
1009
+ "homepage_url": "http://peribanu.com",
1010
+ "hq_country": "IL",
1011
+ "id": 3958
1012
+ },
1013
+ "uid": 4612393925584,
1014
+ "update_ts": "2012-02-23T18:01:37Z"
1015
+ },
1016
+ {
1017
+ "avail": 42,
1018
+ "buynow_url": null,
1019
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=46413588",
1020
+ "datecode": null,
1021
+ "factory_lead_days": null,
1022
+ "factory_pack_quantity": null,
1023
+ "is_authorized": false,
1024
+ "is_brokered": false,
1025
+ "moq": null,
1026
+ "on_order_eta": null,
1027
+ "on_order_quantity": null,
1028
+ "order_multiple": null,
1029
+ "packaging": null,
1030
+ "prices": [],
1031
+ "sendrfq_url": "http://octopart.com/rfq/generate?ppid=423153&vpid=46413588",
1032
+ "sku": "SN74LS240N",
1033
+ "supplier": {
1034
+ "__class__": "Brand",
1035
+ "displayname": "4 Star Electronics",
1036
+ "homepage_url": "http://www.4starelectronics.com",
1037
+ "hq_country": "US",
1038
+ "id": 4025
1039
+ },
1040
+ "uid": 4641358828397,
1041
+ "update_ts": "2012-12-19T12:02:16Z"
1042
+ },
1043
+ {
1044
+ "avail": -4,
1045
+ "buynow_url": null,
1046
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=53770281",
1047
+ "datecode": null,
1048
+ "factory_lead_days": null,
1049
+ "factory_pack_quantity": null,
1050
+ "is_authorized": false,
1051
+ "is_brokered": true,
1052
+ "moq": null,
1053
+ "on_order_eta": null,
1054
+ "on_order_quantity": null,
1055
+ "order_multiple": null,
1056
+ "packaging": null,
1057
+ "prices": [],
1058
+ "sendrfq_url": null,
1059
+ "sku": "SN74LS240N",
1060
+ "supplier": {
1061
+ "__class__": "Brand",
1062
+ "displayname": "EE All Parts",
1063
+ "homepage_url": "http://eeallparts.com",
1064
+ "hq_country": "US",
1065
+ "id": 4869
1066
+ },
1067
+ "uid": 5377028139160,
1068
+ "update_ts": "2012-11-06T00:40:53Z"
1069
+ },
1070
+ {
1071
+ "avail": -4,
1072
+ "buynow_url": null,
1073
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=55440281",
1074
+ "datecode": null,
1075
+ "factory_lead_days": null,
1076
+ "factory_pack_quantity": null,
1077
+ "is_authorized": false,
1078
+ "is_brokered": true,
1079
+ "moq": null,
1080
+ "on_order_eta": null,
1081
+ "on_order_quantity": null,
1082
+ "order_multiple": null,
1083
+ "packaging": null,
1084
+ "prices": [],
1085
+ "sendrfq_url": null,
1086
+ "sku": "SN74LS240N",
1087
+ "supplier": {
1088
+ "__class__": "Brand",
1089
+ "displayname": "Nexxon Circuits",
1090
+ "homepage_url": "http://www.nexxoncircuits.com",
1091
+ "hq_country": "US",
1092
+ "id": 5191
1093
+ },
1094
+ "uid": 5544028142384,
1095
+ "update_ts": "2012-09-26T20:53:00Z"
1096
+ },
1097
+ {
1098
+ "avail": -4,
1099
+ "buynow_url": null,
1100
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=6765726",
1101
+ "datecode": null,
1102
+ "factory_lead_days": null,
1103
+ "factory_pack_quantity": null,
1104
+ "is_authorized": false,
1105
+ "is_brokered": true,
1106
+ "moq": null,
1107
+ "on_order_eta": null,
1108
+ "on_order_quantity": null,
1109
+ "order_multiple": null,
1110
+ "packaging": null,
1111
+ "prices": [],
1112
+ "sendrfq_url": null,
1113
+ "sku": "SN74LS240N",
1114
+ "supplier": {
1115
+ "__class__": "Brand",
1116
+ "displayname": "Sierra IC",
1117
+ "homepage_url": "http://www.sierraic.com",
1118
+ "hq_country": "US",
1119
+ "id": 2425
1120
+ },
1121
+ "uid": 676572608640,
1122
+ "update_ts": "2012-12-14T21:40:57Z"
1123
+ },
1124
+ {
1125
+ "avail": 15,
1126
+ "buynow_url": null,
1127
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=16178152",
1128
+ "datecode": null,
1129
+ "factory_lead_days": null,
1130
+ "factory_pack_quantity": null,
1131
+ "is_authorized": false,
1132
+ "is_brokered": false,
1133
+ "moq": null,
1134
+ "on_order_eta": null,
1135
+ "on_order_quantity": null,
1136
+ "order_multiple": null,
1137
+ "packaging": null,
1138
+ "prices": [
1139
+ [
1140
+ 1,
1141
+ 1.32,
1142
+ "USD"
1143
+ ],
1144
+ [
1145
+ 25,
1146
+ 1.03,
1147
+ "USD"
1148
+ ],
1149
+ [
1150
+ 50,
1151
+ 0.93,
1152
+ "USD"
1153
+ ]
1154
+ ],
1155
+ "sendrfq_url": null,
1156
+ "sku": "SN74LS240N",
1157
+ "supplier": {
1158
+ "__class__": "Brand",
1159
+ "displayname": "Master Distributors",
1160
+ "homepage_url": "http://masterdistributors.com/",
1161
+ "hq_country": "US",
1162
+ "id": 2591,
1163
+ "is_verified": false
1164
+ },
1165
+ "uid": 1617815202692,
1166
+ "update_ts": "2012-12-19T09:37:02Z"
1167
+ },
1168
+ {
1169
+ "avail": -4,
1170
+ "buynow_url": null,
1171
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=36687084",
1172
+ "datecode": null,
1173
+ "factory_lead_days": null,
1174
+ "factory_pack_quantity": null,
1175
+ "is_authorized": false,
1176
+ "is_brokered": true,
1177
+ "moq": null,
1178
+ "on_order_eta": null,
1179
+ "on_order_quantity": null,
1180
+ "order_multiple": null,
1181
+ "packaging": null,
1182
+ "prices": [],
1183
+ "sendrfq_url": null,
1184
+ "sku": "SN74LS240N",
1185
+ "supplier": {
1186
+ "__class__": "Brand",
1187
+ "displayname": "Net Semi",
1188
+ "homepage_url": "http://netsemi.com/",
1189
+ "hq_country": "US",
1190
+ "id": 3590
1191
+ },
1192
+ "uid": 3668708402705,
1193
+ "update_ts": "2012-12-04T00:41:19Z"
1194
+ },
1195
+ {
1196
+ "avail": 17,
1197
+ "buynow_url": null,
1198
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=10284417",
1199
+ "datecode": null,
1200
+ "factory_lead_days": null,
1201
+ "factory_pack_quantity": null,
1202
+ "is_authorized": false,
1203
+ "is_brokered": false,
1204
+ "moq": null,
1205
+ "on_order_eta": null,
1206
+ "on_order_quantity": null,
1207
+ "order_multiple": null,
1208
+ "packaging": null,
1209
+ "prices": [],
1210
+ "sendrfq_url": "http://octopart.com/rfq/generate?ppid=423153&vpid=10284417",
1211
+ "sku": "SN74LS240N",
1212
+ "supplier": {
1213
+ "__class__": "Brand",
1214
+ "displayname": "Electronic Expediters",
1215
+ "homepage_url": "http://www.expediters.com/",
1216
+ "hq_country": "US",
1217
+ "id": 2436
1218
+ },
1219
+ "uid": 1028441707471,
1220
+ "update_ts": "2012-12-19T15:21:12Z"
1221
+ },
1222
+ {
1223
+ "avail": 936,
1224
+ "buynow_url": null,
1225
+ "clickthrough_url": "http://octopart-clicks.com/click/vptrack?vpid=12441686",
1226
+ "datecode": null,
1227
+ "factory_lead_days": null,
1228
+ "factory_pack_quantity": null,
1229
+ "is_authorized": false,
1230
+ "is_brokered": false,
1231
+ "moq": null,
1232
+ "on_order_eta": null,
1233
+ "on_order_quantity": null,
1234
+ "order_multiple": null,
1235
+ "packaging": null,
1236
+ "prices": [],
1237
+ "sendrfq_url": "http://octopart.com/rfq/generate?ppid=423153&vpid=12441686",
1238
+ "sku": "SN74LS240N",
1239
+ "supplier": {
1240
+ "__class__": "Brand",
1241
+ "displayname": "SMT Corp",
1242
+ "homepage_url": "http://smtcorp.com",
1243
+ "hq_country": "US",
1244
+ "id": 2461,
1245
+ "is_verified": false
1246
+ },
1247
+ "uid": 1244168662394,
1248
+ "update_ts": "2012-12-19T03:41:23Z"
1249
+ }
1250
+ ],
1251
+ "refer_id": null,
1252
+ "short_description": "Buffer/Line Driver 8-CH Inverting 3-ST Bipolar 20-Pin PDIP Tube",
1253
+ "specs": [
1254
+ {
1255
+ "attribute": {
1256
+ "__class__": "PartAttribute",
1257
+ "displayname": "Propagation Delay Max (tpd)",
1258
+ "fieldname": "propagation_delay_max",
1259
+ "metadata": {
1260
+ "datatype": "float",
1261
+ "unit": {
1262
+ "name": "s",
1263
+ "symbol": "s"
1264
+ }
1265
+ },
1266
+ "type": "number"
1267
+ },
1268
+ "values": [
1269
+ {
1270
+ "uncertainty_minus": null,
1271
+ "uncertainty_plus": null,
1272
+ "value": 1.8e-08
1273
+ }
1274
+ ]
1275
+ },
1276
+ {
1277
+ "attribute": {
1278
+ "__class__": "PartAttribute",
1279
+ "displayname": "Number of Outputs",
1280
+ "fieldname": "number_of_outputs",
1281
+ "metadata": {
1282
+ "datatype": "integer",
1283
+ "unit": null
1284
+ },
1285
+ "type": "number"
1286
+ },
1287
+ "values": [
1288
+ 8
1289
+ ]
1290
+ },
1291
+ {
1292
+ "attribute": {
1293
+ "__class__": "PartAttribute",
1294
+ "displayname": "Number of Pins",
1295
+ "fieldname": "number_of_pins",
1296
+ "metadata": {
1297
+ "datatype": "integer",
1298
+ "unit": null
1299
+ },
1300
+ "type": "number"
1301
+ },
1302
+ "values": [
1303
+ 16
1304
+ ]
1305
+ },
1306
+ {
1307
+ "attribute": {
1308
+ "__class__": "PartAttribute",
1309
+ "displayname": "Supply Voltage (DC)",
1310
+ "fieldname": "supply_voltage_dc",
1311
+ "metadata": {
1312
+ "datatype": "float",
1313
+ "unit": {
1314
+ "name": "V",
1315
+ "symbol": "V"
1316
+ }
1317
+ },
1318
+ "type": "number"
1319
+ },
1320
+ "values": [
1321
+ {
1322
+ "max_uncertainty_minus": null,
1323
+ "max_uncertainty_plus": null,
1324
+ "max_value": 5.25,
1325
+ "min_uncertainty_minus": null,
1326
+ "min_uncertainty_plus": null,
1327
+ "min_value": 4.75
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "attribute": {
1333
+ "__class__": "PartAttribute",
1334
+ "displayname": "Lead-Free Status",
1335
+ "fieldname": "lead_free_status",
1336
+ "metadata": null,
1337
+ "type": "text"
1338
+ },
1339
+ "values": [
1340
+ "Lead Free"
1341
+ ]
1342
+ },
1343
+ {
1344
+ "attribute": {
1345
+ "__class__": "PartAttribute",
1346
+ "displayname": "Quiescent Current",
1347
+ "fieldname": "quiescent_current",
1348
+ "metadata": {
1349
+ "datatype": "float",
1350
+ "unit": {
1351
+ "name": "A",
1352
+ "symbol": "A"
1353
+ }
1354
+ },
1355
+ "type": "number"
1356
+ },
1357
+ "values": [
1358
+ {
1359
+ "uncertainty_minus": null,
1360
+ "uncertainty_plus": null,
1361
+ "value": 0.026
1362
+ }
1363
+ ]
1364
+ },
1365
+ {
1366
+ "attribute": {
1367
+ "__class__": "PartAttribute",
1368
+ "displayname": "Packaging",
1369
+ "fieldname": "packaging",
1370
+ "metadata": null,
1371
+ "type": "text"
1372
+ },
1373
+ "values": [
1374
+ "Tube"
1375
+ ]
1376
+ },
1377
+ {
1378
+ "attribute": {
1379
+ "__class__": "PartAttribute",
1380
+ "displayname": "Case / Package / Footprint",
1381
+ "fieldname": "case_package",
1382
+ "metadata": null,
1383
+ "type": "text"
1384
+ },
1385
+ "values": [
1386
+ "DIP-20"
1387
+ ]
1388
+ },
1389
+ {
1390
+ "attribute": {
1391
+ "__class__": "PartAttribute",
1392
+ "displayname": "Voltage Nodes",
1393
+ "fieldname": "voltage_nodes",
1394
+ "metadata": {
1395
+ "datatype": "float",
1396
+ "unit": {
1397
+ "name": "V",
1398
+ "symbol": "V"
1399
+ }
1400
+ },
1401
+ "type": "number"
1402
+ },
1403
+ "values": [
1404
+ {
1405
+ "uncertainty_minus": null,
1406
+ "uncertainty_plus": null,
1407
+ "value": 5.0
1408
+ }
1409
+ ]
1410
+ },
1411
+ {
1412
+ "attribute": {
1413
+ "__class__": "PartAttribute",
1414
+ "displayname": "Number of Circuits",
1415
+ "fieldname": "number_of_circuits",
1416
+ "metadata": {
1417
+ "datatype": "integer",
1418
+ "unit": null
1419
+ },
1420
+ "type": "number"
1421
+ },
1422
+ "values": [
1423
+ 8
1424
+ ]
1425
+ },
1426
+ {
1427
+ "attribute": {
1428
+ "__class__": "PartAttribute",
1429
+ "displayname": "Lifecycle Status",
1430
+ "fieldname": "lifecycle_status",
1431
+ "metadata": null,
1432
+ "type": "text"
1433
+ },
1434
+ "values": [
1435
+ "Active"
1436
+ ]
1437
+ },
1438
+ {
1439
+ "attribute": {
1440
+ "__class__": "PartAttribute",
1441
+ "displayname": "Mounting Type",
1442
+ "fieldname": "mounting_type",
1443
+ "metadata": null,
1444
+ "type": "text"
1445
+ },
1446
+ "values": [
1447
+ "Through Hole"
1448
+ ]
1449
+ },
1450
+ {
1451
+ "attribute": {
1452
+ "__class__": "PartAttribute",
1453
+ "displayname": "Output Current Drive",
1454
+ "fieldname": "output_current_drive",
1455
+ "metadata": {
1456
+ "datatype": "float",
1457
+ "unit": {
1458
+ "name": "A",
1459
+ "symbol": "A"
1460
+ }
1461
+ },
1462
+ "type": "number"
1463
+ },
1464
+ "values": [
1465
+ {
1466
+ "uncertainty_minus": null,
1467
+ "uncertainty_plus": null,
1468
+ "value": -0.000625
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "attribute": {
1474
+ "__class__": "PartAttribute",
1475
+ "displayname": "RoHS",
1476
+ "fieldname": "rohs",
1477
+ "metadata": null,
1478
+ "type": "text"
1479
+ },
1480
+ "values": [
1481
+ "Compliant"
1482
+ ]
1483
+ }
1484
+ ],
1485
+ "uid": 42315325996
1486
+ }
1487
+ ],
1488
+ "reference": null,
1489
+ "status": null
1490
+ }
1491
+ ],
1492
+ "time": 0.09238004684448242
1493
+ }