etsy-python 1.1.3__tar.gz → 1.1.6__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 (75) hide show
  1. {etsy_python-1.1.3/etsy_python.egg-info → etsy_python-1.1.6}/PKG-INFO +19 -3
  2. {etsy_python-1.1.3 → etsy_python-1.1.6}/README.md +1 -1
  3. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/_version.py +1 -1
  4. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/Listing.py +1 -0
  5. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Listing.py +10 -0
  6. {etsy_python-1.1.3 → etsy_python-1.1.6/etsy_python.egg-info}/PKG-INFO +19 -3
  7. {etsy_python-1.1.3 → etsy_python-1.1.6}/setup.py +5 -0
  8. {etsy_python-1.1.3 → etsy_python-1.1.6}/LICENSE +0 -0
  9. {etsy_python-1.1.3 → etsy_python-1.1.6}/MANIFEST.in +0 -0
  10. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/__init__.py +0 -0
  11. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/__init__.py +0 -0
  12. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/auth/OAuth.py +0 -0
  13. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/auth/__init__.py +0 -0
  14. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/common/Env.py +0 -0
  15. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/common/Request.py +0 -0
  16. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/common/Utils.py +0 -0
  17. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/common/__init__.py +0 -0
  18. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/HolidayPreferences.py +0 -0
  19. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/Language.py +0 -0
  20. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/ListingInventory.py +0 -0
  21. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/ProcessingProfile.py +0 -0
  22. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/ShippingProfile.py +0 -0
  23. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/ShopReceipt.py +0 -0
  24. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/enums/__init__.py +0 -0
  25. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/exceptions/BaseAPIException.py +0 -0
  26. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/exceptions/RequestException.py +0 -0
  27. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/exceptions/__init__.py +0 -0
  28. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/FileRequest.py +0 -0
  29. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/HolidayPreferences.py +0 -0
  30. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Listing.py +0 -0
  31. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Miscellaneous.py +0 -0
  32. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/ProcessingProfile.py +0 -0
  33. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Product.py +0 -0
  34. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Receipt.py +0 -0
  35. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Request.py +0 -0
  36. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/ShippingProfile.py +0 -0
  37. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Shop.py +0 -0
  38. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/ShopReturnPolicy.py +0 -0
  39. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/Utils.py +0 -0
  40. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/models/__init__.py +0 -0
  41. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/HolidayPreferences.py +0 -0
  42. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingFile.py +0 -0
  43. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingImage.py +0 -0
  44. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingInventory.py +0 -0
  45. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingOffering.py +0 -0
  46. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingProduct.py +0 -0
  47. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingTranslation.py +0 -0
  48. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingVariationImages.py +0 -0
  49. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ListingVideo.py +0 -0
  50. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Miscellaneous.py +0 -0
  51. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Payment.py +0 -0
  52. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/PaymentLedgerEntry.py +0 -0
  53. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ProcessingProfile.py +0 -0
  54. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Receipt.py +0 -0
  55. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ReceiptTransactions.py +0 -0
  56. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Response.py +0 -0
  57. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Review.py +0 -0
  58. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Session.py +0 -0
  59. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ShippingProfile.py +0 -0
  60. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Shop.py +0 -0
  61. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ShopProductionPartner.py +0 -0
  62. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ShopReturnPolicy.py +0 -0
  63. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/ShopSection.py +0 -0
  64. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/Taxonomy.py +0 -0
  65. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/User.py +0 -0
  66. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/UserAddress.py +0 -0
  67. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/__init__.py +0 -0
  68. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/enums/RateLimit.py +0 -0
  69. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/enums/Request.py +0 -0
  70. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python/v3/resources/enums/__init__.py +0 -0
  71. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python.egg-info/SOURCES.txt +0 -0
  72. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python.egg-info/dependency_links.txt +0 -0
  73. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python.egg-info/requires.txt +0 -0
  74. {etsy_python-1.1.3 → etsy_python-1.1.6}/etsy_python.egg-info/top_level.txt +0 -0
  75. {etsy_python-1.1.3 → etsy_python-1.1.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: etsy-python
3
- Version: 1.1.3
3
+ Version: 1.1.6
4
4
  Summary: Etsy API Client Library for Python
5
5
  Author: Amit Ray
6
6
  Author-email: mail@amitray.dev
@@ -10,13 +10,29 @@ Project-URL: Issues, https://github.com/amitray007/etsy-python-sdk/issues
10
10
  Keywords: python,etsy,api
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
13
17
  Classifier: Operating System :: Unix
14
18
  Classifier: Operating System :: MacOS :: MacOS X
15
19
  Classifier: Operating System :: Microsoft :: Windows
20
+ Requires-Python: >=3.10
16
21
  Description-Content-Type: text/markdown
17
22
  License-File: LICENSE
18
23
  Requires-Dist: requests
19
24
  Requires-Dist: requests-oauthlib
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: keywords
31
+ Dynamic: license-file
32
+ Dynamic: project-url
33
+ Dynamic: requires-dist
34
+ Dynamic: requires-python
35
+ Dynamic: summary
20
36
 
21
37
 
22
38
  <p align="center">
@@ -111,7 +127,7 @@ A comprehensive Python client library for the Etsy API v3, providing a modern, t
111
127
 
112
128
  ## Requirements
113
129
 
114
- - Python 3.8 or higher
130
+ - Python 3.10 or higher
115
131
  - An Etsy App API Key (get one at [Etsy Developers](https://www.etsy.com/developers))
116
132
 
117
133
  ## Installation
@@ -90,7 +90,7 @@ A comprehensive Python client library for the Etsy API v3, providing a modern, t
90
90
 
91
91
  ## Requirements
92
92
 
93
- - Python 3.8 or higher
93
+ - Python 3.10 or higher
94
94
  - An Etsy App API Key (get one at [Etsy Developers](https://www.etsy.com/developers))
95
95
 
96
96
  ## Installation
@@ -1,3 +1,3 @@
1
1
  """Version information for etsy-python package."""
2
2
 
3
- __version__ = "1.1.3"
3
+ __version__ = "1.1.6"
@@ -93,6 +93,7 @@ class Includes(Enum):
93
93
  INVENTORY = "Inventory"
94
94
  VIDEOS = "Videos"
95
95
  PERSONALIZATION = "Personalization"
96
+ BUYER_PRICE = "BuyerPrice"
96
97
 
97
98
 
98
99
  class InventoryIncludes(Enum):
@@ -90,7 +90,10 @@ class ListingResource:
90
90
  max_price: Optional[float] = None,
91
91
  taxonomy_id: Optional[int] = None,
92
92
  shop_location: Optional[str] = None,
93
+ is_safe: Optional[bool] = None,
93
94
  legacy: Optional[bool] = None,
95
+ buyer_country: Optional[str] = None,
96
+ currency: Optional[str] = None,
94
97
  ) -> Union[Response, RequestException]:
95
98
  endpoint = "/listings/active"
96
99
  query_params: Dict[str, Any] = {
@@ -103,7 +106,10 @@ class ListingResource:
103
106
  "max_price": max_price,
104
107
  "taxonomy_id": taxonomy_id,
105
108
  "shop_location": shop_location,
109
+ "is_safe": is_safe,
106
110
  "legacy": legacy,
111
+ "buyer_country": buyer_country,
112
+ "currency": currency,
107
113
  }
108
114
  return self.session.make_request(endpoint, query_params=query_params)
109
115
 
@@ -133,6 +139,8 @@ class ListingResource:
133
139
  listing_ids: List[int],
134
140
  includes: Optional[List[Includes]] = None,
135
141
  legacy: Optional[bool] = None,
142
+ buyer_country: Optional[str] = None,
143
+ currency: Optional[str] = None,
136
144
  ) -> Union[Response, RequestException]:
137
145
  endpoint = "/listings/batch"
138
146
  query_params: Dict[str, Any] = {
@@ -141,6 +149,8 @@ class ListingResource:
141
149
  if includes is not None
142
150
  else None,
143
151
  "legacy": legacy,
152
+ "buyer_country": buyer_country,
153
+ "currency": currency,
144
154
  }
145
155
  return self.session.make_request(endpoint, query_params=query_params)
146
156
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: etsy-python
3
- Version: 1.1.3
3
+ Version: 1.1.6
4
4
  Summary: Etsy API Client Library for Python
5
5
  Author: Amit Ray
6
6
  Author-email: mail@amitray.dev
@@ -10,13 +10,29 @@ Project-URL: Issues, https://github.com/amitray007/etsy-python-sdk/issues
10
10
  Keywords: python,etsy,api
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
13
17
  Classifier: Operating System :: Unix
14
18
  Classifier: Operating System :: MacOS :: MacOS X
15
19
  Classifier: Operating System :: Microsoft :: Windows
20
+ Requires-Python: >=3.10
16
21
  Description-Content-Type: text/markdown
17
22
  License-File: LICENSE
18
23
  Requires-Dist: requests
19
24
  Requires-Dist: requests-oauthlib
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: keywords
31
+ Dynamic: license-file
32
+ Dynamic: project-url
33
+ Dynamic: requires-dist
34
+ Dynamic: requires-python
35
+ Dynamic: summary
20
36
 
21
37
 
22
38
  <p align="center">
@@ -111,7 +127,7 @@ A comprehensive Python client library for the Etsy API v3, providing a modern, t
111
127
 
112
128
  ## Requirements
113
129
 
114
- - Python 3.8 or higher
130
+ - Python 3.10 or higher
115
131
  - An Etsy App API Key (get one at [Etsy Developers](https://www.etsy.com/developers))
116
132
 
117
133
  ## Installation
@@ -31,11 +31,16 @@ setup(
31
31
  long_description_content_type="text/markdown",
32
32
  long_description=long_description,
33
33
  packages=find_packages(exclude=["tests", "tests.*"]),
34
+ python_requires=">=3.10",
34
35
  install_requires=["requests", "requests-oauthlib"],
35
36
  keywords=["python", "etsy", "api"],
36
37
  classifiers=[
37
38
  "Intended Audience :: Developers",
38
39
  "Programming Language :: Python :: 3",
40
+ "Programming Language :: Python :: 3.10",
41
+ "Programming Language :: Python :: 3.11",
42
+ "Programming Language :: Python :: 3.12",
43
+ "Programming Language :: Python :: 3.13",
39
44
  "Operating System :: Unix",
40
45
  "Operating System :: MacOS :: MacOS X",
41
46
  "Operating System :: Microsoft :: Windows",
File without changes
File without changes
File without changes