Skip to content

hecko/pyFarnell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Access Farnell REST API using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages