python-amazon-sp-api 1.9.14__py3-none-any.whl → 1.9.16__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: python-amazon-sp-api
3
- Version: 1.9.14
3
+ Version: 1.9.16
4
4
  Summary: Python wrapper for the Amazon Selling-Partner API
5
5
  Home-page: https://github.com/saleweaver/python-amazon-sp-api
6
6
  Author: Michael
@@ -45,9 +45,12 @@ Please vote on the features you would like to see in the next version of the lib
45
45
 
46
46
  - Pydantic Requests and Responses
47
47
  - Full Async Support
48
- - Better Versioning
48
+ - Better Versioning / Separation of API Versions into different clients
49
49
  - What else?
50
50
 
51
+ Note: Version 2 will be backwards compatible up to v0.0.1, while incorporating new features as voted by the community.
52
+
53
+
51
54
  [Vote Now](https://docs.google.com/forms/d/e/1FAIpQLSeEIC1m29ue8z6OoIrkXGTT1dEn3rtbIm5HjUPTTtzud2IntQ/viewform?usp=dialog)
52
55
 
53
56
 
@@ -1,6 +1,6 @@
1
- python_amazon_sp_api-1.9.14.data/scripts/make_endpoint,sha256=MqbRD0V9rsbkEEKsPOZbSinYVTArtDAMCIqPJIYL4gI,8551
1
+ python_amazon_sp_api-1.9.16.data/scripts/make_endpoint,sha256=MqbRD0V9rsbkEEKsPOZbSinYVTArtDAMCIqPJIYL4gI,8551
2
2
  sp_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- sp_api/__version__.py,sha256=nktm2wjfGNpjEoS0UioNjV1qCnTB1WUOKPPHK85ItmQ,23
3
+ sp_api/__version__.py,sha256=DfIir7tcGKlj7E-e1AzRdnhGP8h8H8Ow3ZIn7Bxe4yQ,23
4
4
  sp_api/api/__init__.py,sha256=WxpMNNNiQl97dz7TEz-9-qTGZraqlqYUBCaM1JbfLk0,4269
5
5
  sp_api/api/amazon_warehousing_and_distribu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py,sha256=bMBIxIj0eu6Gi6WY3XLdHHYDzNCwz0-9X59Jo9DoqfE,5863
@@ -137,8 +137,8 @@ tests/client/test_auth.py,sha256=fI4Lo5Z6O0GfqIldPlCe1OAoZRfAvMRjomo-mGfQxfs,199
137
137
  tests/client/test_base.py,sha256=SaXsycFpNYWy8zEYGVzb0aYUZuhJ4qz1_8oAvy6XAvg,4905
138
138
  tests/client/test_credential_provider.py,sha256=qSBVgDEaR7_C2CmJOY7KAmxNMOfVeE4qG0hfXH3Gk2o,1476
139
139
  tests/client/test_helpers.py,sha256=RzpnytJGSEIFDRqcMm2QpdIqZubDfNNQRNVgvZPX3K0,3731
140
- python_amazon_sp_api-1.9.14.dist-info/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
141
- python_amazon_sp_api-1.9.14.dist-info/METADATA,sha256=iyEkSxq7_LofcXEc8QVUknVXnkuz6szRDDPJVWkbgYY,6199
142
- python_amazon_sp_api-1.9.14.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
143
- python_amazon_sp_api-1.9.14.dist-info/top_level.txt,sha256=oZPLMXOmLpAhwQ2La20WfRtlOYlnjub0v419-qPfwkw,13
144
- python_amazon_sp_api-1.9.14.dist-info/RECORD,,
140
+ python_amazon_sp_api-1.9.16.dist-info/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
141
+ python_amazon_sp_api-1.9.16.dist-info/METADATA,sha256=p-v1Ye6zKytsQDKPG6i-jAv3PFuGMdEIBDd8l0KaGy8,6372
142
+ python_amazon_sp_api-1.9.16.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
143
+ python_amazon_sp_api-1.9.16.dist-info/top_level.txt,sha256=oZPLMXOmLpAhwQ2La20WfRtlOYlnjub0v419-qPfwkw,13
144
+ python_amazon_sp_api-1.9.16.dist-info/RECORD,,
sp_api/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.9.14'
1
+ __version__ = '1.9.16'