Skip to content

Commit e23d562

Browse files
committed
Updated readme with badges, changelog, upgrade installation and license
1 parent ec02fc9 commit e23d562

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Amazon Product Advertising API V5 wrapper for Python
22
=======================================================
33
A simple Python wrapper for the Amazon Product Advertising API version 5.
44

5+
![PyPI](https://img.shields.io/pypi/v/python-amazon-paapi5?color=%231182C2&label=PyPI)
6+
[![License](https://img.shields.io/badge/License-GPL--3.0-%23e83633)](https://github.com/sergioteula/python-amazon-paapi5/blob/master/LICENSE)
7+
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi5/issues)
8+
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)
9+
10+
511
Features
612
--------
713

@@ -12,7 +18,16 @@ Features
1218
Installation
1319
-------------
1420

15-
pip install python-amazon-paapi5
21+
You can install or upgrade the module with:
22+
23+
pip install python-amazon-paapi5 --upgrade
24+
25+
Changelog
26+
-------------
27+
28+
Release 0.1.1
29+
30+
- Added currency support for prices.
1631

1732
Usage
1833
-----
@@ -25,4 +40,4 @@ Usage
2540
License
2641
-------
2742

28-
Copyright © 2019 Sergio Abad
43+
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

Comments
 (0)