Unofficial Python SDK for VTEX API
Reason this release was yanked:
A forgotten ipdb import was left in the code before publishing this version so calling list_orders will try to stop at the breakpoint.
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.0a22.tar.gz
(13.7 kB
view details)
Built Distribution
vtexpy-0.0.0a22-py3-none-any.whl
(18.4 kB
view details)
File details
Details for the file vtexpy-0.0.0a22.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a22.tar.gz
- Upload date:
- Size: 13.7 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 | 040b6321c430029601ab9c977a6f3936be4bf24a82343d813c37712280054d85 |
|
MD5 | aac1b5ab805c63e209d9499cf10dacdd |
|
BLAKE2b-256 | 966518f1294d7fec461c966ca848b39ba5dc04079ab6026e7143d842e67fa2ec |
File details
Details for the file vtexpy-0.0.0a22-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a22-py3-none-any.whl
- Upload date:
- Size: 18.4 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 | 4ffb5f6008175df06bfee0ebf59a6bd7f4900e5adcb6673a435bf5dac3367ae2 |
|
MD5 | d20f9fbaf1fa7470ee7cda7c2278ab7e |
|
BLAKE2b-256 | f83335572648db35a9cf59a0968ad2de97abad1d055a0e60f420b9e00b3ba44f |