File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11 product
22 asin
3+ parent_asin
34 title
45 url
56 raw_info
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Features
1414
1515* Object oriented interface for simple usage.
1616* Get information about a product through its ASIN or URL.
17- * Get multiple products at once without the 10 products limitation from Amazon.
17+ * Get item variations or search for products on Amazon.
18+ * Get multiple results at once without the 10 items limitation from Amazon.
1819* Configurable throttling to avoid requests exceptions.
1920* Support for all available countries.
2021* Reorganized product information [ structure] ( https://github.com/sergioteula/python-amazon-paapi/blob/master/PRODUCT.md ) for simple use.
@@ -54,6 +55,16 @@ Get the ASIN from a URL:
5455
5556Changelog
5657-------------
58+ Version 3.0.0
59+ - Added search_products and get_variations methods.
60+ - Removed Amazon API requests limit for all methods.
61+ - Created AmazonException for better exception handling.
62+ - Added asynchronous requests compatibility.
63+ - Added parent_ASIN to product instance.
64+ - Cleaned code for more consistent style.
65+ - Updated docstrings for all methods.
66+ - Updated project structure.
67+
5768 Version 2.1.1
5869 - Added get_product for single requests.
5970
@@ -85,3 +96,7 @@ Changelog
8596
8697 Version 0.1.0
8798 -First release.
99+
100+ License
101+ -------------
102+ Copyright © 2020 Sergio Abad. See [ license] ( https://github.com/sergioteula/python-amazon-paapi/blob/master/LICENSE ) for details.
You can’t perform that action at this time.
0 commit comments