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.0a24.tar.gz
(13.6 kB
view details)
Built Distribution
vtexpy-0.0.0a24-py3-none-any.whl
(18.4 kB
view details)
File details
Details for the file vtexpy-0.0.0a24.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a24.tar.gz
- Upload date:
- Size: 13.6 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 | 8257237dd8233a89d0df4788d6fbeb37a842a1df6c88232e9051cec529ee0de0 |
|
MD5 | c8a29effd86fe8455f00627642624b51 |
|
BLAKE2b-256 | cb4f789723fd5d29027a629f7679ec19dc722bce2c39f9f54c0c1b9788575fb9 |
File details
Details for the file vtexpy-0.0.0a24-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a24-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 | 0c374e73c262b36e0e47cc50acaa9fd92f72bbeaaf6e8eefbd44d370fc4aafc2 |
|
MD5 | f9d93c3bbd2cf98120c5819dacc102bc |
|
BLAKE2b-256 | 6a3fe93b2ac9a8682f75c8307df0ba457633b0840e22f6f406917a1b0987c17e |