Skip to content

Commit 26d7979

Browse files
committed
Removed paapi5 SDK and added as requirement
1 parent 7a268de commit 26d7979

97 files changed

Lines changed: 16 additions & 18094 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

amazon/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# -*- coding: utf-8 -*-
1+
"""Amazon Product Advertising API 5.0 wrapper for Python"""
22

3-
"""Amazon Product Advertising API v5 wrapper for Python"""
4-
5-
__version__ = '0.1.0'
3+
__version__ = '1.0.0'
64
__author__ = 'Sergio Abad'

amazon/paapi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
3-
"""Amazon Product Advertising API v5 wrapper for Python"""
1+
"""Amazon Product Advertising API 5.0 wrapper for Python"""
42

53
from paapi5_python_sdk.api.default_api import DefaultApi
64
from paapi5_python_sdk.condition import Condition

paapi5_python_sdk/__init__.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

paapi5_python_sdk/api/__init__.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)