You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Python wrapper for the last version of the Amazon Product Advertising API.
3
+
A simple Python wrapper for the last version of the Amazon Product Advertising API. This module allows to get product information from Amazon using the official API in an easier way.
- Added support for getting multiple product information.
56
+
- Added compatibiliy with Amazon URL search.
57
+
- New function for getting the ASIN for a given URL.
58
+
- Removed Amazon SDK and added as a requirement.
59
+
- Updated docstrings.
60
+
- Updated README with changelog, more examples and badges.
61
+
36
62
Version 0.1.1
37
63
- Added currency support for prices.
38
64
39
65
Version 0.1.0
40
66
-First release.
41
-
42
-
License
43
-
-------
44
-
45
-
This software is licensed under the GNU General Public License v3.0 that you can check [here](https://github.com/sergioteula/python-amazon-paapi5/blob/master/LICENSE).
0 commit comments