Skip to content

Commit f4c694f

Browse files
committed
Merge branch 'develop'
2 parents 956f639 + dce5571 commit f4c694f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
88
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
99
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)
1010

11-
> 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.
1212
1313
## Features
1414

@@ -19,7 +19,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
1919
- Get multiple results at once without the 10 items limitation from Amazon.
2020
- Configurable throttling to avoid requests exceptions.
2121
- 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).
2323
- Ask for new features through the [issues](https://github.com/sergioteula/python-amazon-paapi/issues) section.
2424
- Join our [Telegram group](https://t.me/PythonAmazonPAAPI) for support or development.
2525

amazon/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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).**
24
35
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.
46

@@ -8,8 +10,6 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
810
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
911
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)
1012

11-
> :warning: **This version is deprecated and it will be removed in the future. Please use [this](https://github.com/sergioteula/python-amazon-paapi).**
12-
1313
## Features
1414

1515
- Object oriented interface for simple usage.
@@ -26,9 +26,9 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
2626

2727
## Installation
2828

29-
You can install or upgrade the module with:
29+
You can install this module version with:
3030

31-
pip install python-amazon-paapi --upgrade
31+
pip install python-amazon-paapi==3.3.4
3232

3333
If you get `ModuleNotFoundError`, try installing this:
3434

0 commit comments

Comments
 (0)