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, <10.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.0a31.tar.gz
(14.6 kB
view details)
Built Distribution
vtexpy-0.0.0a31-py3-none-any.whl
(19.5 kB
view details)
File details
Details for the file vtexpy-0.0.0a31.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a31.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3878909c361e70636eac850f5c91a712f507d0fa43ae681f16b5393c6dd1411 |
|
MD5 | c51fc047035e65aab8c8bbe34d12deae |
|
BLAKE2b-256 | 649193c1b64473fc9d589d7b482590db4a973c7d26cb233c5009ff00e9bd03c7 |
File details
Details for the file vtexpy-0.0.0a31-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a31-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e16f293f93068c8cf106413c891b7bf1365270ed54e31ae58cf232d4d10b245d |
|
MD5 | 15debcc9cbabca2634e82fb1d944d83e |
|
BLAKE2b-256 | 9897e05c738118ff2d6ae9e617c1c59c1ed952311b7849c4257acef823379f64 |