vtexpy 0.0.0b17__tar.gz → 0.0.0b18__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.
Potentially problematic release.
This version of vtexpy might be problematic. Click here for more details.
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/PKG-INFO +3 -2
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/README.md +2 -1
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/pyproject.toml +1 -4
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/LICENSE +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/__init__.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/__init__.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/base.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/catalog.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/checkout.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/custom.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/license_manager.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/logistics.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/master_data.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/orders.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/payments_gateway.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/promotions_and_taxes.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/types/__init__.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/types/catalog.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/types/generic.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_api/types/license_manager.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_config.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_constants.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_dto.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_exceptions.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_logging.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_sentinels.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_types.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_utils.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/_vtex.py +0 -0
- {vtexpy-0.0.0b17 → vtexpy-0.0.0b18}/vtex/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vtexpy
|
|
3
|
-
Version: 0.0.
|
|
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
|
|
|
@@ -7,7 +7,8 @@ VTEXPY is an unofficial Python SDK designed to facilitate integration with the V
|
|
|
7
7
|
|
|
8
8
|
Even though it is still tagged as beta, vtexpy has been in use by a _SaaS_ company in a
|
|
9
9
|
production environment for over a year, making millions of requests a day to the VTEX
|
|
10
|
-
API.
|
|
10
|
+
API. The only reason why it is tagged as beta is that it is still under heavy
|
|
11
|
+
development and breaking changes are expected on the external API.
|
|
11
12
|
|
|
12
13
|
### Features
|
|
13
14
|
|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "vtexpy"
|
|
7
7
|
description = "Unofficial VTEX API's Python SDK"
|
|
8
|
-
version = "0.0.
|
|
8
|
+
version = "0.0.0b18"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache"
|
|
11
11
|
authors = [
|
|
@@ -61,9 +61,6 @@ types-decorator = {version = "*"}
|
|
|
61
61
|
types-python-dateutil = {version = "*"}
|
|
62
62
|
types-six = {version = "*"}
|
|
63
63
|
|
|
64
|
-
[tool.poetry.scripts]
|
|
65
|
-
install-hooks = "pre-commit install:main"
|
|
66
|
-
|
|
67
64
|
|
|
68
65
|
# ======
|
|
69
66
|
# PyTest
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|