vtexpy 0.0.0b17__py3-none-any.whl → 0.0.0b18__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.1
2
2
  Name: vtexpy
3
- Version: 0.0.0b17
3
+ Version: 0.0.0b18
4
4
  Summary: Unofficial VTEX API's Python SDK
5
5
  Home-page: https://github.com/lvieirajr/vtex-python
6
6
  License: Apache
@@ -42,7 +42,8 @@ VTEXPY is an unofficial Python SDK designed to facilitate integration with the V
42
42
 
43
43
  Even though it is still tagged as beta, vtexpy has been in use by a _SaaS_ company in a
44
44
  production environment for over a year, making millions of requests a day to the VTEX
45
- API.
45
+ API. The only reason why it is tagged as beta is that it is still under heavy
46
+ development and breaking changes are expected on the external API.
46
47
 
47
48
  ### Features
48
49
 
@@ -24,8 +24,7 @@ vtex/_types.py,sha256=xrqHzmrc0IhE5fc1aGf0StCm3BQbVFyk3LG4Hd7Wd2Q,631
24
24
  vtex/_utils.py,sha256=jeaC1dU_bTtz8w5Qep2hV-wqqbA-cxDhXf_7GJcv_S8,3379
25
25
  vtex/_vtex.py,sha256=Vt-ERteT70vpXHpe2Q4VlkR5qpz_AS_Ni2OsS0hgDZs,2003
26
26
  vtex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- vtexpy-0.0.0b17.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
28
- vtexpy-0.0.0b17.dist-info/METADATA,sha256=peba2lg36WiKgz0k9_v5A3R4_4xYjVwN34fsMa_C7iQ,3262
29
- vtexpy-0.0.0b17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
- vtexpy-0.0.0b17.dist-info/entry_points.txt,sha256=9UWXc3qqZIKLEbFaQjiOEd8GyesacU7uc3O7xdvPp7U,56
31
- vtexpy-0.0.0b17.dist-info/RECORD,,
27
+ vtexpy-0.0.0b18.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
28
+ vtexpy-0.0.0b18.dist-info/METADATA,sha256=H1-0Bz8xhREP6inyQ-TqiFurwVEcnX1PesKUJcYbn4Y,3402
29
+ vtexpy-0.0.0b18.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
+ vtexpy-0.0.0b18.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- install-hooks=pre-commitinstall:main
3
-