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.0a14.tar.gz
(11.5 kB
view details)
Built Distribution
vtexpy-0.0.0a14-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file vtexpy-0.0.0a14.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a14.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 | 61e4de524bd35c8f0ba95530833f824b2d5229255eb1dbd7e123a7d8b4b73883 |
|
MD5 | 0ed0413ea561e38d39efdd90511ca5d0 |
|
BLAKE2b-256 | 02052feadc44578435db0a7c73948955e45ffd512c43124a7b9e235647f73f69 |
File details
Details for the file vtexpy-0.0.0a14-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a14-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 | 253a62c69799af81e7a40e3526302783b64b3f0087659c98e967f1537f7d9171 |
|
MD5 | 7c454906d61f65fba876b9d04a43b509 |
|
BLAKE2b-256 | 80e9127ba8b50d34ca528ba544dd800aefa1e60fbe4a91891aa9c3424426779b |