python-amazon-ad-api 0.5.6__tar.gz → 0.5.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/PKG-INFO +4 -4
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/__init__.py +3 -1
- python_amazon_ad_api-0.5.7/ad_api/api/account.py +53 -0
- python_amazon_ad_api-0.5.7/ad_api/version.py +1 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/PKG-INFO +4 -4
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/SOURCES.txt +1 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/requires.txt +2 -2
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/setup.cfg +1 -1
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/setup.py +4 -4
- python-amazon-ad-api-0.5.6/ad_api/version.py +0 -1
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/LICENSE +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/README.md +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/advertising_test_account.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/attribution.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/audiences.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/billing.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/brand_metrics.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/creative_assets.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/access_token_client.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/client.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/credential_provider.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/reports.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/eligibility.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/exports.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/history.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/insights.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/invoices.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/localization.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/manager_accounts.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/metadata.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/portfolios.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/profiles.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/reports.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ad_creatives_v4.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ad_groups.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ad_groups_v4.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ads_v4.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/bid_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/brands.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/campaigns.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/campaigns_v4.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/forecast.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/keywords.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/keywords_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/landing_page_asins.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/media.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/moderation.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/negative_keywords.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/negative_product_targeting.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/product_targeting.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/reports.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/snapshots.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/stores.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/targeting_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/ad_groups.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/bid_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/brand_safety.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/budget_rules.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/campaigns.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/campaigns_budget_usage.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/creatives.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/forecast.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/negative_product_targeting.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/product_ads.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/product_targeting.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/reports.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/snapshots.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/targeting_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/ad_groups.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/ad_groups_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/bid_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/bid_recommendations_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_initial_recommendation.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_rules.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_rules_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_consolidated_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_negative_keywords.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_negative_keywords_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_negative_targets.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns_budget_usage.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaings_optimization.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/keywords.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/keywords_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_keywords.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_keywords_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_product_targeting.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_product_targeting_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_ads.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_ads_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_targeting.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_targeting_v3.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/ranked_keywords_recommendations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/reports.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/schedule_based_bid_optimization.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/snapshots.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/suggested_keywords.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/stores.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/stream.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/validation_configurations.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/access_token_client.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/access_token_response.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/credentials.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/exceptions.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/__init__.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/api_response.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/base_client.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/client.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/config.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/credential_provider.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/exceptions.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/helpers.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/marketplaces.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/utils.py +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/pyproject.toml +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/dependency_links.txt +0 -0
- {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-amazon-ad-api
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
4
4
|
Summary: Python wrapper for the Amazon Advertising API
|
|
5
5
|
Home-page: https://github.com/denisneuf/python-amazon-ad-api
|
|
6
6
|
Author: Daniel Alvaro
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: denisneuf@hotmail.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Project-URL: Bug Tracker, https://github.com/denisneuf/python-amazon-ad-api/issues
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,9 +12,9 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: requests<2.
|
|
15
|
+
Requires-Dist: requests<2.33.0,>=2.27.1
|
|
16
16
|
Requires-Dist: six~=1.16.0
|
|
17
|
-
Requires-Dist: cachetools<5.
|
|
17
|
+
Requires-Dist: cachetools<5.5,>=5.0
|
|
18
18
|
Requires-Dist: pycryptodome<3.21,>=3.13
|
|
19
19
|
Requires-Dist: pytz<2025.0,>=2021.3
|
|
20
20
|
Requires-Dist: confuse<2.1,>=1.7
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from .account import Account
|
|
1
2
|
from .profiles import Profiles
|
|
2
3
|
from .manager_accounts import ManagerAccounts
|
|
3
4
|
from .invoices import Invoices
|
|
@@ -50,5 +51,6 @@ __all__ = [
|
|
|
50
51
|
"Recommendations",
|
|
51
52
|
"Stream",
|
|
52
53
|
"Exports",
|
|
53
|
-
"Stores"
|
|
54
|
+
"Stores",
|
|
55
|
+
"Account"
|
|
54
56
|
]
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
from ad_api.base import Client, sp_endpoint, fill_query_params, ApiResponse, Utils
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class Account(Client):
|
|
5
|
+
@sp_endpoint('/adsAccounts/list', method='POST')
|
|
6
|
+
def list_accounts(self, **kwargs) -> ApiResponse:
|
|
7
|
+
r"""
|
|
8
|
+
list_accounts(body: (dict, str)) -> ApiResponse
|
|
9
|
+
|
|
10
|
+
body: | Optional
|
|
11
|
+
| **max_results** (int) Number of records to include in the paginated response. Defaults to max page size for given API. Minimum 10 and a Maximum of 100 [optional]
|
|
12
|
+
| **next_token** (string) Token value allowing to navigate to the next response page. [optional]
|
|
13
|
+
|
|
14
|
+
Returns: List all advertising accounts for the user associated with the access token.
|
|
15
|
+
"""
|
|
16
|
+
schema_version = 'application/vnd.listaccountsresource.v1+json'
|
|
17
|
+
headers = {'Accept': schema_version, 'Content-Type': schema_version}
|
|
18
|
+
|
|
19
|
+
body = Utils.convert_body(kwargs.pop('body'), wrap=False)
|
|
20
|
+
return self._request(kwargs.pop('path'), data=body, params=kwargs, headers=headers)
|
|
21
|
+
|
|
22
|
+
@sp_endpoint('/adsAccounts/{}', method='GET')
|
|
23
|
+
def get_account(self, advertisingAccountId: str, **kwargs) -> ApiResponse:
|
|
24
|
+
r"""
|
|
25
|
+
get_account(advertisingAccountId: str) -> ApiResponse
|
|
26
|
+
|
|
27
|
+
Request attributes of a given advertising account.
|
|
28
|
+
|
|
29
|
+
path **advertisingAccountId**:string | Required. This is the global advertising account Id from the client.
|
|
30
|
+
"""
|
|
31
|
+
schema_version = 'application/vnd.listaccountsresource.v1+json'
|
|
32
|
+
headers = {'Accept': schema_version, 'Content-Type': schema_version}
|
|
33
|
+
|
|
34
|
+
return self._request(fill_query_params(kwargs.pop('path'), advertisingAccountId), params=kwargs, headers=headers)
|
|
35
|
+
|
|
36
|
+
@sp_endpoint('/adsAccounts', method='POST')
|
|
37
|
+
def create_account(self, **kwargs) -> ApiResponse:
|
|
38
|
+
r"""
|
|
39
|
+
create_account(body: (dict, str)) -> ApiResponse
|
|
40
|
+
|
|
41
|
+
Create a new advertising account tied to a specific Amazon vendor, seller or author, or to a business who does not sell on Amazon.
|
|
42
|
+
|
|
43
|
+
body: | REQUIRED
|
|
44
|
+
| **associations** (list[dict]) Associations you would like to link to this advertising account, could be Amazon Vendor, Seller, or just a regular business
|
|
45
|
+
| **countryCodes** (list[string]) The countries that you want this account to operate in.
|
|
46
|
+
| **accountName** (string) Account names are typically the name of the company or brand being advertised.
|
|
47
|
+
| **termsToken** (string) An obfuscated identifier of the termsToken, which is activated when an advertisers accepts the Amazon Ads Agreement in relation to the ads account being register.
|
|
48
|
+
"""
|
|
49
|
+
schema_version = 'application/vnd.registeradsaccountresource.v1+json'
|
|
50
|
+
headers = {'Accept': schema_version, 'Content-Type': schema_version}
|
|
51
|
+
|
|
52
|
+
body = Utils.convert_body(kwargs.pop('body'), wrap=False)
|
|
53
|
+
return self._request(kwargs.pop('path'), data=body, params=kwargs, headers=headers)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.7"
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/PKG-INFO
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-amazon-ad-api
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
4
4
|
Summary: Python wrapper for the Amazon Advertising API
|
|
5
5
|
Home-page: https://github.com/denisneuf/python-amazon-ad-api
|
|
6
6
|
Author: Daniel Alvaro
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: denisneuf@hotmail.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Project-URL: Bug Tracker, https://github.com/denisneuf/python-amazon-ad-api/issues
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,9 +12,9 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: requests<2.
|
|
15
|
+
Requires-Dist: requests<2.33.0,>=2.27.1
|
|
16
16
|
Requires-Dist: six~=1.16.0
|
|
17
|
-
Requires-Dist: cachetools<5.
|
|
17
|
+
Requires-Dist: cachetools<5.5,>=5.0
|
|
18
18
|
Requires-Dist: pycryptodome<3.21,>=3.13
|
|
19
19
|
Requires-Dist: pytz<2025.0,>=2021.3
|
|
20
20
|
Requires-Dist: confuse<2.1,>=1.7
|
|
@@ -2,11 +2,11 @@ from setuptools import setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='python-amazon-ad-api',
|
|
5
|
-
version='0.5.
|
|
5
|
+
version='0.5.7',
|
|
6
6
|
install_requires=[
|
|
7
|
-
"requests>=2.27.1,<2.
|
|
7
|
+
"requests>=2.27.1,<2.33.0",
|
|
8
8
|
"six~=1.16.0",
|
|
9
|
-
"cachetools>=5.0,<5.
|
|
9
|
+
"cachetools>=5.0,<5.5",
|
|
10
10
|
"pycryptodome>=3.13,<3.21",
|
|
11
11
|
"pytz>=2021.3,<2025.0",
|
|
12
12
|
"confuse>=1.7,<2.1",
|
|
@@ -24,6 +24,6 @@ setup(
|
|
|
24
24
|
url='https://github.com/denisneuf/python-amazon-ad-api',
|
|
25
25
|
license='MIT',
|
|
26
26
|
author='Daniel Alvaro',
|
|
27
|
-
author_email='
|
|
27
|
+
author_email='denisneuf@hotmail.com',
|
|
28
28
|
description='Python wrapper for the Amazon Advertising API',
|
|
29
29
|
)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.5.6"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/advertising_test_account.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/access_token_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/credential_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/bid_recommendations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/keywords_recommendations.py
RENAMED
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/landing_page_asins.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/negative_keywords.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/product_targeting.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/targeting_recommendations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/bid_recommendations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/campaigns_budget_usage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/product_targeting.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/targeting_recommendations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/bid_recommendations.py
RENAMED
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/bid_recommendations_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_recommendations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_negative_targets.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns_budget_usage.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaings_optimization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_keywords.py
RENAMED
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_keywords_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_recommendations.py
RENAMED
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_targeting.py
RENAMED
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_targeting_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/suggested_keywords.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/validation_configurations.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/access_token_client.py
RENAMED
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/access_token_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/credential_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|