Unofficial Python SDK for VTEX API
Project description
VTEXPY
Unofficial Python SDK for VTEX API
This is an unofficial Python SDK designed to facilitate integration with the VTEX API.
Features
- Easy to use Python interface for calling endpoints on the VTEX API.
Getting Started
Requirements
- Python >= 3.9, <3.13
- httpx >= 0.26, <1.0
- tenacity >= 8.3, <9.0
Installation
pip install vtexpy
Usage
from vtex import VTEX
vtex_client = VTEX(account_name="<ACCOUNT_NAME>", app_key="APP_KEY", app_token="<APP_TOKEN>")
carrier_list_response = vtex_client.logistics.list_carriers(page=1, page_size=100)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vtexpy-0.0.0a15.tar.gz
(11.5 kB
view details)
Built Distribution
vtexpy-0.0.0a15-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file vtexpy-0.0.0a15.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a15.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99ea8c881ef43b3153d6fe8afee973ff7c518d8797d56628244052f9ee2f1b06 |
|
MD5 | 5202f34c5038a1da7d2af3438ea49cae |
|
BLAKE2b-256 | 036a55e6c6a414e7086a9458e882d87968ae7df0338cb4956b899205abc4582c |
File details
Details for the file vtexpy-0.0.0a15-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a15-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f928096feb9c48348b04b82e9f24ce60b2756e02e3237c96c65e5da03c6f04a9 |
|
MD5 | 2f7a1fc47df926237ae6fedf556391d2 |
|
BLAKE2b-256 | d88dc6bf6b1e81bcc3e34c4059a1df3fabf2e41cd378ca226e1d46b37d790e05 |