Skip to content

Generates a purchase order for digikey find lowest price break and optionally only digireels/tape&reel

Notifications You must be signed in to change notification settings

jemdiggity/digikey-po-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

digikey-po-gen

Generates a purchase order for digikey finding the lowest price break and optionally only digireels/tape&reel

example

/digikey-po-gen.py --bom BOM.csv --partlist Parts.csv --out digikey.csv --url www.digikey.ca --qty 100 --reels --digireel_cost 8.5

BOM contains a list of internal part numbers and quantities. Parts contains a mapping of internal part numbers to manufacturer part numbers. If "--reels" is included, either a digireel or tape&reel will be add to the PO, whichever is less expensive.

Dependency:

  • Python 3
  • Beautiful Soup (pip install beautifulsoup4)

About

Generates a purchase order for digikey find lowest price break and optionally only digireels/tape&reel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages