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.0a20.tar.gz
(12.7 kB
view details)
Built Distribution
vtexpy-0.0.0a20-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file vtexpy-0.0.0a20.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a20.tar.gz
- Upload date:
- Size: 12.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 | eb1d1701810779cfd0cd9f8e062104bb9ed0d6890b3b7087162107c7559ea03f |
|
MD5 | f3b8c64878d846d6c15b1e90a35ab64d |
|
BLAKE2b-256 | c5ae7c3b94db0077fd5317c289d09b4bfe2fe1d0a601dda57e2a455549d9114a |
File details
Details for the file vtexpy-0.0.0a20-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a20-py3-none-any.whl
- Upload date:
- Size: 16.7 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 | 4ff20b4745c5f337cf4c9b248b7dd629461662165eb79484bae109c0a54233a3 |
|
MD5 | 5ee7c93c2695f1f6838e2267da6b309f |
|
BLAKE2b-256 | 9d80668fe6f950e41db65350cdb9d71cb1bb00cc2d144f1ed77e0bd2c458d457 |