You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyFarnell - access Farnell information using Farnell REST API
Install
pip install pyFarnell
Use example
#!/usr/bin/python
from pprint import pprint
import pyFarnell
# the following is a Farnell API key
f = pyFarnell.Farnell('asdfghjklusditmeshdoctis')
pprint(f.get_part_number('2507703'))