This is a python wrapper around the Amazon Product Advertising API. It offers a light-weight access to the latest version of the Amazon Product Advertising API without getting in your way. Example from amazonproduct import API api = API(locale='de') for product in api.item_search('Books', Publisher='Galileo Press'): print product All its content can be accessed using the lxml.objectify API. Status

