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.0a18.tar.gz
(11.6 kB
view details)
Built Distribution
vtexpy-0.0.0a18-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file vtexpy-0.0.0a18.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a18.tar.gz
- Upload date:
- Size: 11.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 | 4484081690a7f3fb0366865122f795388762ff2bbf8a53dcf5e8abf37123641e |
|
MD5 | 3fd9ab99c8d82c274ab58ab5925be4d7 |
|
BLAKE2b-256 | bf516d0cd24130ce14c417b525e8f45ea534781f5b0ac2b73ad5038fb5556a41 |
File details
Details for the file vtexpy-0.0.0a18-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a18-py3-none-any.whl
- Upload date:
- Size: 15.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 | 669c3a1f1b6d7c65d8cfab22a9aa7e4c4bb2757875dbeab00a73e669381acb52 |
|
MD5 | a547a31b8af134afc6f27fa81225247b |
|
BLAKE2b-256 | f8d328537ccb61b758785fb1719efd83df2014e832d6debe6bfc613ab7ca5d1c |