Skip to content

mlagace/upcdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

upcdb

upcdb is a Python library that allows you to use the http://www.upcdatabase.org API to get UPC details

HowTo

from upcdb import UPCDB

upcdb = UPCDB('API KEY')

upc = upcdb.get('UPC')

print upc.name

print upc.description

print upc.valid

print upc.price

print upc.description

print upc.ratingsup

print upc.ratingsdown

print upc.reason

print upc.todict()

About

upcdb is a Python library that allows you to use the http://www.upcdatabase.org API to get UPC details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages