We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac847e commit 9c44fbdCopy full SHA for 9c44fbd
1 file changed
README.md
@@ -21,22 +21,23 @@ Installation
21
22
You can install or upgrade the module with:
23
24
- pip install python-amazon-paapi5 --upgrade
25
-
26
-Changelog
27
--------------
28
29
-Release 0.1.1
30
31
- - Added currency support for prices.
+ pip install python-amazon-paapi5 --upgrade
32
33
Usage
34
-----
35
36
- from amazon.paapi import AmazonAPI
37
- amazon = AmazonAPI(KEY, SECRET, TAG, COUNTRY)
38
- product = amazon.get_product(asin)
+ from amazon.paapi import AmazonAPI
+ amazon = AmazonAPI(KEY, SECRET, TAG, COUNTRY)
+ product = amazon.get_product(asin)
+
+Changelog
+-------------
+ Version 0.1.1
+ - Added currency support for prices.
39
+ Version 0.1.0
40
+ -First release.
41
42
License
43
-------
0 commit comments