Skip to content

Given a Digikey Part #, pull select data from Digikey.com.

License

Notifications You must be signed in to change notification settings

thoagland/digikeyPartGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digikeyPartGrabber

Given a Digikey Part #, pull select data from Digikey.com.

Prerequisites

This object relies on requests and beautifulSoup

pip install requests
pip install beautifulSoup4

Usage

import digikeyPartGrabber
part = digikeyPartGrabber.digikeyPart('1276-1087-1-ND')
print(part)

print(f'Value = {part.value}")
print(f"Description = {part.descripion}")

About

Given a Digikey Part #, pull select data from Digikey.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages