Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Jul 14, 2021
2 parents 956f639 + dce5571 commit f4c694f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)

> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README).
> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README.md) for documentation.
## Features

Expand All @@ -19,7 +19,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
- Get multiple results at once without the 10 items limitation from Amazon.
- Configurable throttling to avoid requests exceptions.
- Type hints to help you coding.
- Support for [all available countries](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/paapi.py#L31).
- Support for [all available countries](https://github.com/sergioteula/python-amazon-paapi/blob/956f639b2ab3eab3f61644ae2ca8ae6500881312/amazon_paapi/models/regions.py#L1).
- Ask for new features through the [issues](https://github.com/sergioteula/python-amazon-paapi/issues) section.
- Join our [Telegram group](https://t.me/PythonAmazonPAAPI) for support or development.

Expand Down
10 changes: 5 additions & 5 deletions amazon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Amazon Product Advertising API 5.0 wrapper for Python
# Amazon Product Advertising API 5.0 wrapper for Python v3.3.4

> :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).**
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.

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

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

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

## Installation

You can install or upgrade the module with:
You can install this module version with:

pip install python-amazon-paapi --upgrade
pip install python-amazon-paapi==3.3.4

If you get `ModuleNotFoundError`, try installing this:

Expand Down

0 comments on commit f4c694f

Please sign in to comment.