https://github.com/yoavaviram/python-amazon-simple-product-api
states that it is compatile with GAE. But How could I install it to gae?
GAE allow limited libraries via app.yaml like below
libraries:
– name: jinja2
version: latest
So how could I install it? It also requires bottlenose as far as I know pip install does not work right?
For most python libraries, you simply copy it into your GAE project. This one looks like it’ll work if you just copy the amazon folder into your project.