pyFarnell

Connect to Farnell REST API from Python. This is absolutely NOT OFFICIAL package!!


License
Other
Install
pip install pyFarnell==0.1.0.dev7

Documentation

pyFarnell - access Farnell information using Farnell REST API

Documentation Status

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'))

Full documentation

http://pyfarnell.readthedocs.io