python-amazon-ad-api 0.5.7__tar.gz → 0.5.8__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.
Files changed (130) hide show
  1. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/PKG-INFO +2 -2
  2. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/__init__.py +2 -0
  3. python_amazon_ad_api-0.5.8/ad_api/api/sb/benchmarks.py +65 -0
  4. python_amazon_ad_api-0.5.8/ad_api/version.py +1 -0
  5. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/python_amazon_ad_api.egg-info/PKG-INFO +2 -2
  6. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/python_amazon_ad_api.egg-info/SOURCES.txt +1 -0
  7. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/python_amazon_ad_api.egg-info/requires.txt +1 -1
  8. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/setup.cfg +1 -1
  9. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/setup.py +2 -2
  10. python_amazon_ad_api-0.5.7/ad_api/version.py +0 -1
  11. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/LICENSE +0 -0
  12. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/README.md +0 -0
  13. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/__init__.py +0 -0
  14. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/__init__.py +0 -0
  15. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/account.py +0 -0
  16. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/advertising_test_account.py +0 -0
  17. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/attribution.py +0 -0
  18. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/audiences.py +0 -0
  19. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/billing.py +0 -0
  20. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/brand_metrics.py +0 -0
  21. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/creative_assets.py +0 -0
  22. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/dsp/__init__.py +0 -0
  23. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/dsp/access_token_client.py +0 -0
  24. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/dsp/client.py +0 -0
  25. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/dsp/credential_provider.py +0 -0
  26. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/dsp/reports.py +0 -0
  27. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/eligibility.py +0 -0
  28. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/exports.py +0 -0
  29. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/history.py +0 -0
  30. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/insights.py +0 -0
  31. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/invoices.py +0 -0
  32. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/localization.py +0 -0
  33. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/manager_accounts.py +0 -0
  34. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/metadata.py +0 -0
  35. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/portfolios.py +0 -0
  36. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/profiles.py +0 -0
  37. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/recommendations.py +0 -0
  38. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/reports.py +0 -0
  39. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/ad_creatives_v4.py +0 -0
  40. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/ad_groups.py +0 -0
  41. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/ad_groups_v4.py +0 -0
  42. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/ads_v4.py +0 -0
  43. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/bid_recommendations.py +0 -0
  44. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/brands.py +0 -0
  45. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/campaigns.py +0 -0
  46. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/campaigns_v4.py +0 -0
  47. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/forecast.py +0 -0
  48. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/keywords.py +0 -0
  49. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/keywords_recommendations.py +0 -0
  50. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/landing_page_asins.py +0 -0
  51. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/media.py +0 -0
  52. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/moderation.py +0 -0
  53. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/negative_keywords.py +0 -0
  54. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/negative_product_targeting.py +0 -0
  55. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/product_targeting.py +0 -0
  56. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/recommendations.py +0 -0
  57. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/reports.py +0 -0
  58. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/snapshots.py +0 -0
  59. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/stores.py +0 -0
  60. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sb/targeting_recommendations.py +0 -0
  61. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/__init__.py +0 -0
  62. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/ad_groups.py +0 -0
  63. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/bid_recommendations.py +0 -0
  64. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/brand_safety.py +0 -0
  65. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/budget_rules.py +0 -0
  66. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/campaigns.py +0 -0
  67. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/campaigns_budget_usage.py +0 -0
  68. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/creatives.py +0 -0
  69. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/forecast.py +0 -0
  70. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/negative_product_targeting.py +0 -0
  71. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/product_ads.py +0 -0
  72. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/product_targeting.py +0 -0
  73. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/recommendations.py +0 -0
  74. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/reports.py +0 -0
  75. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/snapshots.py +0 -0
  76. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sd/targeting_recommendations.py +0 -0
  77. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/__init__.py +0 -0
  78. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/ad_groups.py +0 -0
  79. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/ad_groups_v3.py +0 -0
  80. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/bid_recommendations.py +0 -0
  81. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/bid_recommendations_v3.py +0 -0
  82. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/budget_initial_recommendation.py +0 -0
  83. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/budget_recommendations.py +0 -0
  84. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/budget_rules.py +0 -0
  85. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/budget_rules_recommendations.py +0 -0
  86. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaign_consolidated_recommendations.py +0 -0
  87. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaign_negative_keywords.py +0 -0
  88. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaign_negative_keywords_v3.py +0 -0
  89. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaign_negative_targets.py +0 -0
  90. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaigns.py +0 -0
  91. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaigns_budget_usage.py +0 -0
  92. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaigns_v3.py +0 -0
  93. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/campaings_optimization.py +0 -0
  94. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/keywords.py +0 -0
  95. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/keywords_v3.py +0 -0
  96. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/negative_keywords.py +0 -0
  97. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/negative_keywords_v3.py +0 -0
  98. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/negative_product_targeting.py +0 -0
  99. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/negative_product_targeting_v3.py +0 -0
  100. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/product_ads.py +0 -0
  101. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/product_ads_v3.py +0 -0
  102. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/product_recommendations.py +0 -0
  103. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/product_targeting.py +0 -0
  104. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/product_targeting_v3.py +0 -0
  105. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/ranked_keywords_recommendations.py +0 -0
  106. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/reports.py +0 -0
  107. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/schedule_based_bid_optimization.py +0 -0
  108. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/snapshots.py +0 -0
  109. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/sp/suggested_keywords.py +0 -0
  110. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/stores.py +0 -0
  111. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/stream.py +0 -0
  112. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/api/validation_configurations.py +0 -0
  113. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/auth/__init__.py +0 -0
  114. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/auth/access_token_client.py +0 -0
  115. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/auth/access_token_response.py +0 -0
  116. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/auth/credentials.py +0 -0
  117. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/auth/exceptions.py +0 -0
  118. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/__init__.py +0 -0
  119. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/api_response.py +0 -0
  120. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/base_client.py +0 -0
  121. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/client.py +0 -0
  122. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/config.py +0 -0
  123. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/credential_provider.py +0 -0
  124. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/exceptions.py +0 -0
  125. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/helpers.py +0 -0
  126. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/marketplaces.py +0 -0
  127. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/ad_api/base/utils.py +0 -0
  128. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/pyproject.toml +0 -0
  129. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/python_amazon_ad_api.egg-info/dependency_links.txt +0 -0
  130. {python_amazon_ad_api-0.5.7 → python_amazon_ad_api-0.5.8}/python_amazon_ad_api.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-amazon-ad-api
3
- Version: 0.5.7
3
+ Version: 0.5.8
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
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: requests<2.33.0,>=2.27.1
16
16
  Requires-Dist: six~=1.16.0
17
- Requires-Dist: cachetools<5.5,>=5.0
17
+ Requires-Dist: cachetools<5.6,>=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
@@ -20,6 +20,7 @@ from .stores import Stores
20
20
  from .media import Media
21
21
  from .reports import Reports
22
22
  from .snapshots import Snapshots
23
+ from .benchmarks import Benchmarks
23
24
 
24
25
  __all__ = [
25
26
  "Brands",
@@ -44,4 +45,5 @@ __all__ = [
44
45
  "Media",
45
46
  "Reports",
46
47
  "Snapshots",
48
+ "Benchmarks"
47
49
  ]
@@ -0,0 +1,65 @@
1
+ from ad_api.base import Client, sp_endpoint, ApiResponse, Utils, fill_query_params
2
+
3
+
4
+ class Benchmarks(Client):
5
+ """
6
+ Use the Amazon Advertising API for Sponsored Brands for campaign, ad group, keyword, negative keyword, drafts, Stores, landing pages, and Brands management operations. For more information about Sponsored Brands, see the Sponsored Brands Support Center. For onboarding information, see the account setup topic.
7
+ """
8
+ @sp_endpoint('/benchmarks/brands/{}/categories/{}', method='POST')
9
+ def list_brand_and_category(self, brandName, categoryId, version: int = 1, **kwargs) -> ApiResponse:
10
+
11
+
12
+ json_version = 'application/vnd.timeseriesdata.v' + str(version) + "+json"
13
+
14
+ headers = {
15
+ "Accept": json_version,
16
+ }
17
+
18
+ return self._request(fill_query_params(kwargs.pop('path'), brandName, categoryId), data=Utils.convert_body(kwargs.pop('body'), False), params=kwargs, headers=headers)
19
+
20
+
21
+ @sp_endpoint('/benchmarks/brands', method='GET')
22
+ def list_brands(self, **kwargs) -> ApiResponse:
23
+ """
24
+ Gets an array of Brand data objects for the Brand associated with the profile ID passed in the header. For more information about Brands, see [Brand Services](https://brandservices.amazon.com/).
25
+
26
+ Keyword Args
27
+ | None
28
+
29
+ Returns:
30
+ ApiResponse payload:
31
+
32
+ | '**brandId**': *string*, {'description': 'The Brand identifier.'}
33
+ | '**brandEntityId**': *string*, {'description': 'The Brand entity identifier.'}
34
+ | '**brandRegistryName**': *string*, {'description': 'The Brand name.'}
35
+
36
+ """
37
+ return self._request(kwargs.pop('path'), params=kwargs)
38
+
39
+
40
+ @sp_endpoint('/benchmarks/brandsAndCategories', method='POST')
41
+ def list_brands_and_categories(self, version: int = 1, **kwargs) -> ApiResponse:
42
+ """
43
+ Creates Sponsored Brands campaigns.
44
+
45
+ Request body (Required)
46
+ Request body
47
+ | **name** (string): [optional] The name of the campaign. This name must be unique to the Amazon Advertising account to which the campaign is associated. Maximum length of the string is 128 characters.
48
+ | **state** (State > string): [optional] Enum: [ enabled, paused, archived ]
49
+ | **portfolio_id** (int) [optional] The identifier of the portfolio to which the campaign is associated.
50
+ | **budget** (float): [optional] The budget amount associated with the campaign.
51
+ | **bid_optimization** (bool) [optional] Set to `true` to allow Amazon to automatically optimize bids for placements below top of search if omitted the server will use the default value of True
52
+ | **bid_multiplier** (float minimum: -99 maximum: 99) [optional] A bid multiplier. Note that this field can only be set when 'bidOptimization' is set to false. Value is a percentage to two decimal places. Example: If set to -40.00 for a $5.00 bid, the resulting bid is $3.00.
53
+ | **end_date** (EndDate > string) [optional] The YYYYMMDD end date of the campaign. Must be greater than the value specified in the startDate field. If this property is not included in the request, the endDate value is not updated. If set to null, endDate is deleted from the draft campaign. [nullable: true] [pattern: ^\\d{8}$]
54
+
55
+ Returns
56
+ ApiResponse
57
+ """
58
+
59
+ json_version = 'application/vnd.reportdata.v' + str(version) + "+json"
60
+
61
+ headers = {
62
+ "Accept": json_version,
63
+ }
64
+
65
+ return self._request(kwargs.pop('path'), data=Utils.convert_body(kwargs.pop('body'), False), params=kwargs, headers=headers)
@@ -0,0 +1 @@
1
+ __version__ = "0.5.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-amazon-ad-api
3
- Version: 0.5.7
3
+ Version: 0.5.8
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
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: requests<2.33.0,>=2.27.1
16
16
  Requires-Dist: six~=1.16.0
17
- Requires-Dist: cachetools<5.5,>=5.0
17
+ Requires-Dist: cachetools<5.6,>=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
@@ -38,6 +38,7 @@ ad_api/api/sb/ad_creatives_v4.py
38
38
  ad_api/api/sb/ad_groups.py
39
39
  ad_api/api/sb/ad_groups_v4.py
40
40
  ad_api/api/sb/ads_v4.py
41
+ ad_api/api/sb/benchmarks.py
41
42
  ad_api/api/sb/bid_recommendations.py
42
43
  ad_api/api/sb/brands.py
43
44
  ad_api/api/sb/campaigns.py
@@ -1,6 +1,6 @@
1
1
  requests<2.33.0,>=2.27.1
2
2
  six~=1.16.0
3
- cachetools<5.5,>=5.0
3
+ cachetools<5.6,>=5.0
4
4
  pycryptodome<3.21,>=3.13
5
5
  pytz<2025.0,>=2021.3
6
6
  confuse<2.1,>=1.7
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = python-amazon-ad-api
3
- version = 0.5.7
3
+ version = 0.5.8
4
4
  author = Daniel Alvaro
5
5
  author_email = denisneuf@hotmail.com
6
6
  description = Python wrapper for the Amazon Advertising API
@@ -2,11 +2,11 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='python-amazon-ad-api',
5
- version='0.5.7',
5
+ version='0.5.8',
6
6
  install_requires=[
7
7
  "requests>=2.27.1,<2.33.0",
8
8
  "six~=1.16.0",
9
- "cachetools>=5.0,<5.5",
9
+ "cachetools>=5.0,<5.6",
10
10
  "pycryptodome>=3.13,<3.21",
11
11
  "pytz>=2021.3,<2025.0",
12
12
  "confuse>=1.7,<2.1",
@@ -1 +0,0 @@
1
- __version__ = "0.5.7"