{ "info": { "author": "Sebastian Rahlf", "author_email": "basti AT redtoad DOT de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================================================\nPython bindings for Amazon's Product Advertising API\n====================================================\n\nThis module offers a light-weight access to the latest version of the Amazon\nProduct Advertising API without getting in your way. \n\nThe `Amazon Product Advertising API`_ provides programmatic access to Amazon's\nproduct selection and discovery functionality. It has search and look up\ncapabilities, provides information on products and other features such as\nReviews, Similar Products and New and Used listings.\n\n.. _Amazon Product Advertising API:\n https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html\n\nBasic usage\n===========\n\nIn order to use this API you'll obviously need an Amazon Associates Web Service\naccount for which you must with Amazon at http://aws.amazon.com. Each account\ncontains an *AWSAccessKeyId* and a *SecretKey*.\n\nCreate a file ``~/.amazon-product-api`` containing the following data::\n\n [Credentials]\n access_key = \n secret_key = \n associate_tag = \n\nHere is an example how to use the API to search for books of a certain\npublisher::\n\n from amazonproduct import API\n api = API(locale='de')\n\n # get all books from result set and\n # print author and title\n for book in api.item_search('Books', Publisher='Galileo Press'):\n print '%s: \"%s\"' % (book.ItemAttributes.Author,\n book.ItemAttributes.Title)\n\nIn the background the API will iteratively retrieve all available result pages\nfrom Amazon and return each book in turn as a `lxml.objectified`_ element.\n\nIn general, this module offers a number of convenience methods that will deal\nwith the nitty-gritty details like error checking so you won't have to. Please\nrefer to the extensive `documentation`_ for more details.\n\n.. _lxml.objectified: http://codespeak.net/lxml/objectify.html\n.. _documentation: http://packages.python.org/python-amazon-product-api/\n\nInstallation\n============\n\nIn order to install python-amazon-product-api you can use::\n\n pip install python-amazon-product-api\n \nor download the source package from \nhttp://pypi.python.org/pypi/python-amazon-product-api, untar it and run ::\n \n python setup.py install\n\nYou'll also find binaries there to make your life easier if you happen to use\na Windows system. If not, please send me an e-mail and complain loudly!\n\nDevelopment\n===========\n\nThe development version is available `bitbucket.org`_. Feel free to clone the \nrepository and add your own features. ::\n \n hg clone http://bitbucket.org/basti/python-amazon-product-api/\n \nPatches are always welcome! Please make sure that your change does not break \nthe tests!\n\n.. _bitbucket.org: http://bitbucket.org/basti/python-amazon-product-api/\n\nLicense\n=======\n\nThis module is release under the BSD License. You can find the full text of\nthe license in the LICENSE file.\n\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/python-amazon-product-api/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/basti/python-amazon-product-api/downloads/", "keywords": "amazon product advertising api wrapper signed requests", "license": "bsd", "maintainer": null, "maintainer_email": null, "name": "python-amazon-product-api", "package_url": "https://pypi.org/project/python-amazon-product-api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-amazon-product-api/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/basti/python-amazon-product-api/downloads/" }, "release_url": "https://pypi.org/project/python-amazon-product-api/0.2.8/", "requires_dist": null, "requires_python": null, "summary": "A Python wrapper for the Amazon Product Advertising API.", "version": "0.2.8" }, "last_serial": 1393659, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "5df8eb80061914e2942bc373b5d95a58", "sha256": "4c585fada62fdd12b1f9a68a73b32c80fb731609b8bdda7fea05ce5698a3dfe2" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5df8eb80061914e2942bc373b5d95a58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7918, "upload_time": "2009-11-07T19:29:16", "url": "https://files.pythonhosted.org/packages/30/27/ad45e4239f168fedcbe976d933df48aec958e571fc0740b0cfe80d3f8f7b/python-amazon-product-api-0.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "90f11bc11105ccb0f46baa5c582d1618", "sha256": "0c6800cda001b4b9675daaeeeaaa17b735f48668c9a86b7dada96fb18c1b8be6" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.0.win32-py2.5.exe", "has_sig": false, "md5_digest": "90f11bc11105ccb0f46baa5c582d1618", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 72474, "upload_time": "2009-11-07T19:25:27", "url": "https://files.pythonhosted.org/packages/8d/5d/3d184d8d2b43a03f5a3a897dace52c75c277180aaa5aac77423d258da50a/python-amazon-product-api-0.2.0.win32-py2.5.exe" }, { "comment_text": "", "digests": { "md5": "4c8fcf4d3418ae16aedde53a7fa3340d", "sha256": "a5a446772ba08a14b88bd9ad6494664209de173de1085a49df919dcd67ac44d2" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.0.win32-py2.5.msi", "has_sig": false, "md5_digest": "4c8fcf4d3418ae16aedde53a7fa3340d", "packagetype": "bdist_msi", "python_version": "2.5", "requires_python": null, "size": 114688, "upload_time": "2009-11-07T19:25:53", "url": "https://files.pythonhosted.org/packages/fa/be/6c3f2b13914494692f7973131a3aac287116c8572f1b4d526b4963319ec6/python-amazon-product-api-0.2.0.win32-py2.5.msi" }, { "comment_text": "", "digests": { "md5": "cb3ccbec78fd88a2975cc9d016de6ff7", "sha256": "380cec9abea05a98a58a35eb62d6187a960bb08647c20524206e88c1ae3479dc" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.0.win32-py2.6.exe", "has_sig": false, "md5_digest": "cb3ccbec78fd88a2975cc9d016de6ff7", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 207130, "upload_time": "2009-11-07T19:25:42", "url": "https://files.pythonhosted.org/packages/23/e2/1e66f2f3b9d37484dd18fefdbefc7457b480cd7b681f5d51c35791b6601b/python-amazon-product-api-0.2.0.win32-py2.6.exe" }, { "comment_text": "", "digests": { "md5": "2ce38fa044120145486161d60a07dc48", "sha256": "8cab37073ce607cdc98db06995f1e5b20f82cb261fbfb7c30cfd38da78604e90" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.0.win32-py2.6.msi", "has_sig": false, "md5_digest": "2ce38fa044120145486161d60a07dc48", "packagetype": "bdist_msi", "python_version": "2.6", "requires_python": null, "size": 114688, "upload_time": "2009-11-07T19:26:07", "url": "https://files.pythonhosted.org/packages/17/37/91c9a6758c0072948776c83f8834bd154986a2b359e92f515734a2244fed/python-amazon-product-api-0.2.0.win32-py2.6.msi" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b30409effda4f23f60e5734ce79d0aa0", "sha256": "058c46e121afb4aaf68b0f70df458c19d94ec6a5caca7207a7c6a4d17c4ad9f2" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b30409effda4f23f60e5734ce79d0aa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8704, "upload_time": "2009-11-20T18:32:20", "url": "https://files.pythonhosted.org/packages/6a/b9/ad710866baf4a5f99e25174575c15e066620a8f005837097d1ae00ff1706/python-amazon-product-api-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ee365cd9bb88f3bba914b3a799b2a081", "sha256": "c1624a330e58d6f98d202f0b7886efaeb3109c6667926cbfad783d2fc5139544" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ee365cd9bb88f3bba914b3a799b2a081", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11126, "upload_time": "2010-01-31T13:09:15", "url": "https://files.pythonhosted.org/packages/a7/ee/acaaf7bf6855933b6182649eb853bb2b05cfe9499791094e3d8c0b0d1592/python-amazon-product-api-0.2.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "1a14ff337d9006e1af670bdcb4378544", "sha256": "f06070768681021563694a7b8d66ae1c658168b8520dc412187a4d637d9ea468" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.2.win32.exe", "has_sig": false, "md5_digest": "1a14ff337d9006e1af670bdcb4378544", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 76561, "upload_time": "2010-01-31T23:48:33", "url": "https://files.pythonhosted.org/packages/bc/43/5aa67f50a7a73b1aea01a584cecd725d481e9a4cebded3bfd02254cb2a98/python-amazon-product-api-0.2.2.win32.exe" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "16d4b00604916536e0563cfbade2504f", "sha256": "58685f0517592ec289743d3236b1db84758b6deea3c9322a8c04365b19af169a" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.3.tar.gz", "has_sig": false, "md5_digest": "16d4b00604916536e0563cfbade2504f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12058, "upload_time": "2010-03-20T20:14:56", "url": "https://files.pythonhosted.org/packages/c5/cc/d2c1a30398217ea35ea9703580131469823c3bb27191747a2510cb752d44/python-amazon-product-api-0.2.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "16a3c443fd63cb303b1b2955547eb232", "sha256": "952eed68a218712df2e3d691102f4161fe0183ac6a1774f873d05156f269ebaa" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.3.win32-py2.5.exe", "has_sig": false, "md5_digest": "16a3c443fd63cb303b1b2955547eb232", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 77051, "upload_time": "2010-04-19T21:51:23", "url": "https://files.pythonhosted.org/packages/35/bd/f1ac69e39971bf882b6c4071b69ac3d82194b90f49a87cc0494f05f42462/python-amazon-product-api-0.2.3.win32-py2.5.exe" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "cad4d7c20ee4b254671d122764faacdd", "sha256": "c6a8d24c44790c1d83f224e4dd797a461525737c568d5028340c882db7c8147a" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.4.tar.gz", "has_sig": false, "md5_digest": "cad4d7c20ee4b254671d122764faacdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13569, "upload_time": "2010-06-13T15:24:15", "url": "https://files.pythonhosted.org/packages/8b/39/13748cd10992a6b7bc8ecab7a5bceedb2c17cb7f0cc6970e34f05fe0c629/python-amazon-product-api-0.2.4.tar.gz" } ], "0.2.4.1": [ { "comment_text": "Bugfix release", "digests": { "md5": "d6afdb18c1b2d0f340d2999ecb71aaf4", "sha256": "c3e59ce0c3bfba3505ddef5c69a50e336261a61f5b20aefbc67f52693ee34289" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.4.1.tar.gz", "has_sig": false, "md5_digest": "d6afdb18c1b2d0f340d2999ecb71aaf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158557, "upload_time": "2010-06-23T18:19:10", "url": "https://files.pythonhosted.org/packages/ba/82/e4abd45544823a3d123d1a3636df8c5a552d184a6cee1b366d141646bd32/python-amazon-product-api-0.2.4.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "ae2f0dc8aff59b0169167aba7e62b4e9", "sha256": "98140a6aebb389769ca69309abf97fbc3aa27ea699f4ea482294e4cbfcd675d7" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.4.1.win32-py2.5.exe", "has_sig": false, "md5_digest": "ae2f0dc8aff59b0169167aba7e62b4e9", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 95212, "upload_time": "2011-02-01T19:28:28", "url": "https://files.pythonhosted.org/packages/34/b4/19e18c441a761d548cd79b10ab3ba15b8c1a6a5b9d04ad8ebedfac0b737f/python-amazon-product-api-0.2.4.1.win32-py2.5.exe" }, { "comment_text": "", "digests": { "md5": "745893442ea249ee2d5b8571cf1aeb06", "sha256": "dfabb86889181bdae6d261c935fc096f29812a0a6807ec491eaecb1ecabd61fb" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.4.1.win32-py2.6.exe", "has_sig": false, "md5_digest": "745893442ea249ee2d5b8571cf1aeb06", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 229868, "upload_time": "2011-02-01T19:28:47", "url": "https://files.pythonhosted.org/packages/68/9c/1085a18384e69a06841ef9a8b1bb41675cf5b8ae24f9ff2a7ecff0c05f38/python-amazon-product-api-0.2.4.1.win32-py2.6.exe" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "86206766f8741d2f3ff477fec1e106bd", "sha256": "192c5fc17c2a753d7c688e6931e31dfeb2c95312c24481a66d518cddfd7832c0" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.5.tar.gz", "has_sig": false, "md5_digest": "86206766f8741d2f3ff477fec1e106bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1391899, "upload_time": "2011-09-19T01:06:02", "url": "https://files.pythonhosted.org/packages/e2/06/50ead8d4a817670ce264b64bef0e3448a5f12b179ee5953ff2cab0f1a6cb/python-amazon-product-api-0.2.5.tar.gz" } ], "0.2.5a1": [ { "comment_text": "", "digests": { "md5": "f999c94eeff4f35021821a979a2f2b44", "sha256": "818722df45748ac77ca85dc034146f8e1eee61964e1c76f6b70d47934c892c8e" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.5a1.tar.gz", "has_sig": false, "md5_digest": "f999c94eeff4f35021821a979a2f2b44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 446602, "upload_time": "2011-01-29T01:03:42", "url": "https://files.pythonhosted.org/packages/53/57/b6f3452eb490bf9104ee9c057a3b2db774d60adbc448a428a121512cf70d/python-amazon-product-api-0.2.5a1.tar.gz" }, { "comment_text": "", "digests": { "md5": "984c9154fe42f9d26905fa10dd5724d2", "sha256": "4b85230708618607cab234ad218ca942136a336c1f741540369b94f8580d7317" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.5a2.win32-py2.5.exe", "has_sig": false, "md5_digest": "984c9154fe42f9d26905fa10dd5724d2", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 96446, "upload_time": "2011-02-01T19:25:08", "url": "https://files.pythonhosted.org/packages/04/50/b7acb301d2f5199476e8edd8d2902d6b6e9d3a3708f944fc324a3f5b0460/python-amazon-product-api-0.2.5a2.win32-py2.5.exe" }, { "comment_text": "", "digests": { "md5": "2c4cde0d2a097c40640da435ef3e57e0", "sha256": "d78ec7677bfbb492f318fd55122cce0461a16939d4bcd805d3116e827a20aadc" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.5a2.win32-py2.6.exe", "has_sig": false, "md5_digest": "2c4cde0d2a097c40640da435ef3e57e0", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 231102, "upload_time": "2011-02-01T19:25:28", "url": "https://files.pythonhosted.org/packages/d7/42/2d2f0b719cc2e5100a7ba8fe460be751a128f0c95b3815f05cd29b4438c7/python-amazon-product-api-0.2.5a2.win32-py2.6.exe" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "4e1a56c372e4b9783426009819154492", "sha256": "151026f183f050f678d8ed3e5c6a4e8bdcb47d32be536473083e2c8389511d7b" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.6.tar.gz", "has_sig": false, "md5_digest": "4e1a56c372e4b9783426009819154492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 505012, "upload_time": "2013-09-14T20:44:18", "url": "https://files.pythonhosted.org/packages/ce/ef/1c3e231acd253805ae94b98422194b37885b708eba0435dcb9eb8e3672e2/python-amazon-product-api-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "f84fe651421edc0cbd600b629594a466", "sha256": "de2d0f2c48c86b22f84b978373bf25a2025cef4c9e389fead93d9fb8cf6a27bb" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.7.tar.gz", "has_sig": false, "md5_digest": "f84fe651421edc0cbd600b629594a466", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 504754, "upload_time": "2013-10-08T14:44:42", "url": "https://files.pythonhosted.org/packages/fd/cc/aabf671e4444fe597384387d6d0ceaaee16eb944d63af0c882c129a19636/python-amazon-product-api-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "875e27ce3f75133c7cf63d194b7fea6c", "sha256": "bd1671ec5495dbb5bc27820b7880056bbae064b8c992255fbbaaa881b883f899" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.8.tar.gz", "has_sig": false, "md5_digest": "875e27ce3f75133c7cf63d194b7fea6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 642403, "upload_time": "2014-03-30T20:15:07", "url": "https://files.pythonhosted.org/packages/b5/cd/1f3afe631597b15c99507a9f5c4b9b18dff705e225a5d133d31591693855/python-amazon-product-api-0.2.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "a5666ca9e437cd88d77470876de08517", "sha256": "a592ab774769ccb9d4f0bc46227c17fcdc0bfd9dec72bbdba6da2cc5e0779ae9" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.8.win32.exe", "has_sig": false, "md5_digest": "a5666ca9e437cd88d77470876de08517", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 232249, "upload_time": "2015-01-23T17:00:05", "url": "https://files.pythonhosted.org/packages/4c/bc/a3aa8c99334054e1db8bdec5463e460f12745bc88fb46f167bbebbc3f3d7/python-amazon-product-api-0.2.8.win32.exe" }, { "comment_text": "", "digests": { "md5": "307919e1ab7a90d65eff6b98b0df55c9", "sha256": "c17bd5fea6ca57db37a9922e6bbf8cb810f41a44a96ef7e7f567f4d245e87fbd" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.8.win32.msi", "has_sig": false, "md5_digest": "307919e1ab7a90d65eff6b98b0df55c9", "packagetype": "bdist_msi", "python_version": "2.7", "requires_python": null, "size": 245760, "upload_time": "2015-01-23T16:59:42", "url": "https://files.pythonhosted.org/packages/36/a9/684085aacc7ff9a34d7bc9bef8070279747bf0972de7843708879c9b42fd/python-amazon-product-api-0.2.8.win32.msi" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "875e27ce3f75133c7cf63d194b7fea6c", "sha256": "bd1671ec5495dbb5bc27820b7880056bbae064b8c992255fbbaaa881b883f899" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.8.tar.gz", "has_sig": false, "md5_digest": "875e27ce3f75133c7cf63d194b7fea6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 642403, "upload_time": "2014-03-30T20:15:07", "url": "https://files.pythonhosted.org/packages/b5/cd/1f3afe631597b15c99507a9f5c4b9b18dff705e225a5d133d31591693855/python-amazon-product-api-0.2.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "a5666ca9e437cd88d77470876de08517", "sha256": "a592ab774769ccb9d4f0bc46227c17fcdc0bfd9dec72bbdba6da2cc5e0779ae9" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.8.win32.exe", "has_sig": false, "md5_digest": "a5666ca9e437cd88d77470876de08517", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 232249, "upload_time": "2015-01-23T17:00:05", "url": "https://files.pythonhosted.org/packages/4c/bc/a3aa8c99334054e1db8bdec5463e460f12745bc88fb46f167bbebbc3f3d7/python-amazon-product-api-0.2.8.win32.exe" }, { "comment_text": "", "digests": { "md5": "307919e1ab7a90d65eff6b98b0df55c9", "sha256": "c17bd5fea6ca57db37a9922e6bbf8cb810f41a44a96ef7e7f567f4d245e87fbd" }, "downloads": -1, "filename": "python-amazon-product-api-0.2.8.win32.msi", "has_sig": false, "md5_digest": "307919e1ab7a90d65eff6b98b0df55c9", "packagetype": "bdist_msi", "python_version": "2.7", "requires_python": null, "size": 245760, "upload_time": "2015-01-23T16:59:42", "url": "https://files.pythonhosted.org/packages/36/a9/684085aacc7ff9a34d7bc9bef8070279747bf0972de7843708879c9b42fd/python-amazon-product-api-0.2.8.win32.msi" } ] }