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.
Files changed (129) hide show
  1. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/PKG-INFO +4 -4
  2. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/__init__.py +3 -1
  3. python_amazon_ad_api-0.5.7/ad_api/api/account.py +53 -0
  4. python_amazon_ad_api-0.5.7/ad_api/version.py +1 -0
  5. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/PKG-INFO +4 -4
  6. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/SOURCES.txt +1 -0
  7. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/python_amazon_ad_api.egg-info/requires.txt +2 -2
  8. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/setup.cfg +1 -1
  9. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/setup.py +4 -4
  10. python-amazon-ad-api-0.5.6/ad_api/version.py +0 -1
  11. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/LICENSE +0 -0
  12. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/README.md +0 -0
  13. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/__init__.py +0 -0
  14. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/advertising_test_account.py +0 -0
  15. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/attribution.py +0 -0
  16. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/audiences.py +0 -0
  17. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/billing.py +0 -0
  18. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/brand_metrics.py +0 -0
  19. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/creative_assets.py +0 -0
  20. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/__init__.py +0 -0
  21. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/access_token_client.py +0 -0
  22. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/client.py +0 -0
  23. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/credential_provider.py +0 -0
  24. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/dsp/reports.py +0 -0
  25. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/eligibility.py +0 -0
  26. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/exports.py +0 -0
  27. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/history.py +0 -0
  28. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/insights.py +0 -0
  29. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/invoices.py +0 -0
  30. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/localization.py +0 -0
  31. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/manager_accounts.py +0 -0
  32. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/metadata.py +0 -0
  33. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/portfolios.py +0 -0
  34. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/profiles.py +0 -0
  35. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/recommendations.py +0 -0
  36. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/reports.py +0 -0
  37. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/__init__.py +0 -0
  38. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ad_creatives_v4.py +0 -0
  39. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ad_groups.py +0 -0
  40. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ad_groups_v4.py +0 -0
  41. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/ads_v4.py +0 -0
  42. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/bid_recommendations.py +0 -0
  43. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/brands.py +0 -0
  44. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/campaigns.py +0 -0
  45. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/campaigns_v4.py +0 -0
  46. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/forecast.py +0 -0
  47. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/keywords.py +0 -0
  48. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/keywords_recommendations.py +0 -0
  49. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/landing_page_asins.py +0 -0
  50. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/media.py +0 -0
  51. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/moderation.py +0 -0
  52. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/negative_keywords.py +0 -0
  53. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/negative_product_targeting.py +0 -0
  54. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/product_targeting.py +0 -0
  55. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/recommendations.py +0 -0
  56. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/reports.py +0 -0
  57. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/snapshots.py +0 -0
  58. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/stores.py +0 -0
  59. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sb/targeting_recommendations.py +0 -0
  60. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/__init__.py +0 -0
  61. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/ad_groups.py +0 -0
  62. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/bid_recommendations.py +0 -0
  63. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/brand_safety.py +0 -0
  64. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/budget_rules.py +0 -0
  65. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/campaigns.py +0 -0
  66. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/campaigns_budget_usage.py +0 -0
  67. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/creatives.py +0 -0
  68. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/forecast.py +0 -0
  69. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/negative_product_targeting.py +0 -0
  70. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/product_ads.py +0 -0
  71. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/product_targeting.py +0 -0
  72. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/recommendations.py +0 -0
  73. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/reports.py +0 -0
  74. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/snapshots.py +0 -0
  75. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sd/targeting_recommendations.py +0 -0
  76. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/__init__.py +0 -0
  77. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/ad_groups.py +0 -0
  78. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/ad_groups_v3.py +0 -0
  79. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/bid_recommendations.py +0 -0
  80. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/bid_recommendations_v3.py +0 -0
  81. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_initial_recommendation.py +0 -0
  82. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_recommendations.py +0 -0
  83. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_rules.py +0 -0
  84. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/budget_rules_recommendations.py +0 -0
  85. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_consolidated_recommendations.py +0 -0
  86. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_negative_keywords.py +0 -0
  87. {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
  88. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaign_negative_targets.py +0 -0
  89. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns.py +0 -0
  90. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns_budget_usage.py +0 -0
  91. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaigns_v3.py +0 -0
  92. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/campaings_optimization.py +0 -0
  93. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/keywords.py +0 -0
  94. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/keywords_v3.py +0 -0
  95. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_keywords.py +0 -0
  96. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_keywords_v3.py +0 -0
  97. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/negative_product_targeting.py +0 -0
  98. {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
  99. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_ads.py +0 -0
  100. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_ads_v3.py +0 -0
  101. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_recommendations.py +0 -0
  102. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_targeting.py +0 -0
  103. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/product_targeting_v3.py +0 -0
  104. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/ranked_keywords_recommendations.py +0 -0
  105. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/reports.py +0 -0
  106. {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
  107. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/snapshots.py +0 -0
  108. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/sp/suggested_keywords.py +0 -0
  109. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/stores.py +0 -0
  110. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/stream.py +0 -0
  111. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/api/validation_configurations.py +0 -0
  112. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/__init__.py +0 -0
  113. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/access_token_client.py +0 -0
  114. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/access_token_response.py +0 -0
  115. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/credentials.py +0 -0
  116. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/auth/exceptions.py +0 -0
  117. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/__init__.py +0 -0
  118. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/api_response.py +0 -0
  119. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/base_client.py +0 -0
  120. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/client.py +0 -0
  121. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/config.py +0 -0
  122. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/credential_provider.py +0 -0
  123. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/exceptions.py +0 -0
  124. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/helpers.py +0 -0
  125. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/marketplaces.py +0 -0
  126. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/ad_api/base/utils.py +0 -0
  127. {python-amazon-ad-api-0.5.6 → python_amazon_ad_api-0.5.7}/pyproject.toml +0 -0
  128. {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
  129. {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.6
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: info@leadtech.es
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.32.0,>=2.27.1
15
+ Requires-Dist: requests<2.33.0,>=2.27.1
16
16
  Requires-Dist: six~=1.16.0
17
- Requires-Dist: cachetools<5.4,>=5.0
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"
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-amazon-ad-api
3
- Version: 0.5.6
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: info@leadtech.es
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.32.0,>=2.27.1
15
+ Requires-Dist: requests<2.33.0,>=2.27.1
16
16
  Requires-Dist: six~=1.16.0
17
- Requires-Dist: cachetools<5.4,>=5.0
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
@@ -6,6 +6,7 @@ setup.py
6
6
  ad_api/__init__.py
7
7
  ad_api/version.py
8
8
  ad_api/api/__init__.py
9
+ ad_api/api/account.py
9
10
  ad_api/api/advertising_test_account.py
10
11
  ad_api/api/attribution.py
11
12
  ad_api/api/audiences.py
@@ -1,6 +1,6 @@
1
- requests<2.32.0,>=2.27.1
1
+ requests<2.33.0,>=2.27.1
2
2
  six~=1.16.0
3
- cachetools<5.4,>=5.0
3
+ cachetools<5.5,>=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.6
3
+ version = 0.5.7
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.6',
5
+ version='0.5.7',
6
6
  install_requires=[
7
- "requests>=2.27.1,<2.32.0",
7
+ "requests>=2.27.1,<2.33.0",
8
8
  "six~=1.16.0",
9
- "cachetools>=5.0,<5.4",
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='info@leadtech.es',
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"