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.0a32.tar.gz
(14.6 kB
view details)
Built Distribution
vtexpy-0.0.0a32-py3-none-any.whl
(19.6 kB
view details)
File details
Details for the file vtexpy-0.0.0a32.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a32.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 | 46539e32ebd5b3943325c9382ca354d9893059e7b040efdfe664e371234cefa1 |
|
MD5 | 013682e94288f0d17a91922ae6e3a8ce |
|
BLAKE2b-256 | a9efd5611c1d3486b87e6f06c9c5f9a802027e3405dd06799772c61dc768e210 |
File details
Details for the file vtexpy-0.0.0a32-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a32-py3-none-any.whl
- Upload date:
- Size: 19.6 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 | 170f2b2a9eb7a6528aab24a87f2ce9786cd8b006d74160c81148d15e063365be |
|
MD5 | f15b50b18b1173af10ec16a574f301cc |
|
BLAKE2b-256 | 7a797942f295f44c4629102d7ae367cadc58a69423ae54f7b30b338614b235a8 |