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
> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README).
11
+
> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README.md) for documentation.
12
12
13
13
## Features
14
14
@@ -19,7 +19,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
19
19
- Get multiple results at once without the 10 items limitation from Amazon.
20
20
- Configurable throttling to avoid requests exceptions.
21
21
- Type hints to help you coding.
22
-
- Support for [all available countries](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/paapi.py#L31).
22
+
- Support for [all available countries](https://github.com/sergioteula/python-amazon-paapi/blob/956f639b2ab3eab3f61644ae2ca8ae6500881312/amazon_paapi/models/regions.py#L1).
23
23
- Ask for new features through the [issues](https://github.com/sergioteula/python-amazon-paapi/issues) section.
24
24
- Join our [Telegram group](https://t.me/PythonAmazonPAAPI) for support or development.
Copy file name to clipboardExpand all lines: amazon/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Amazon Product Advertising API 5.0 wrapper for Python
1
+
# Amazon Product Advertising API 5.0 wrapper for Python v3.3.4
2
+
3
+
> :warning:**This version is deprecated and it will be removed in the future. Please use [version 4.0.0 or higher](https://github.com/sergioteula/python-amazon-paapi).**
2
4
3
5
A simple Python wrapper for the [last version of the Amazon Product Advertising API](https://webservices.amazon.com/paapi5/documentation/quick-start/using-sdk.html). This module allows to get product information from Amazon using the official API in an easier way.
4
6
@@ -8,8 +10,6 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
0 commit comments