0

Possible Duplicate:
Amazon API library for Python?

I was wondering if there are any python wrappers out there for the amazon product api with good documentation?

Thanks

Community
  • 1
  • 1
iman453
  • 8,635
  • 15
  • 51
  • 67
  • I assume you're asking for something [other than the one you already tried](http://stackoverflow.com/questions/5587560/python-wrapper-amazon-product-api). – Greg Hewgill Apr 11 '11 at 01:01
  • :) I'm actually having a hard time getting even the quick start tutorial going: http://packages.python.org/python-amazon-product-api/operations.html I get a "AttributeError: no such child: {http://webservices.amazon.com/AWSECommerceService/2010-12-01}AverageRating" error, and so was wondering if there is any wrapper with documentation for dummies :) – iman453 Apr 11 '11 at 01:35

2 Answers2

1

Relatively lightweight and still under development is python-amazon-product-api.
As far as know this API is fully functional. Its documentation for example the operations page is also rather light, but adequate given the intuitive interface.

mjv
  • 70,353
  • 14
  • 110
  • 155
-1

I like bottlenose (in PyPi and on github).

N. Taggart
  • 49
  • 4