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.0a27.tar.gz
(13.8 kB
view details)
Built Distribution
vtexpy-0.0.0a27-py3-none-any.whl
(18.6 kB
view details)
File details
Details for the file vtexpy-0.0.0a27.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a27.tar.gz
- Upload date:
- Size: 13.8 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 | cab9fd5b4e80a30e19be552986308b5e47be79be31e229077ba29be58e9d6c69 |
|
MD5 | 348834fbb08dc03f27f190b480e52906 |
|
BLAKE2b-256 | 871de1a99a197bd722ea80d7646e2b3570ec422da8f73d3302ac96aaeade88b1 |
File details
Details for the file vtexpy-0.0.0a27-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a27-py3-none-any.whl
- Upload date:
- Size: 18.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 | add91cab9a9efaf7c287836c96acc6b78bd1b93246e79d6571250b1f7031b693 |
|
MD5 | 212fda01626598ab86d8bc13cacd9977 |
|
BLAKE2b-256 | e1ac948f011dd19a8857246f9b02a3c82ac2370d0a61bc0ba1e88048e7c3d327 |