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.0a25.tar.gz
(13.7 kB
view details)
Built Distribution
vtexpy-0.0.0a25-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file vtexpy-0.0.0a25.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a25.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.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dce2872fb5bcbbef8f02651024e4fcaf56720f25b9bd30aa84d5784642b40c1a |
|
MD5 | 2730ec87d1fa23c13eb44c53d9a1387d |
|
BLAKE2b-256 | d03bd7d2e6cc00080556e30457bd4c715d95979ad1abd9f32e5e6fa3e3a7b5ab |
File details
Details for the file vtexpy-0.0.0a25-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a25-py3-none-any.whl
- Upload date:
- Size: 18.5 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 | ce8efd92dd794da1a768e2ab5585c90707addf13bb6961d3a999ad3bd3360ab1 |
|
MD5 | bb4f078829d54568c8f2d20a262ec1d0 |
|
BLAKE2b-256 | 490226ba5bae407770971a2d3d2a320c0eb2ddfb99292bb0227338077818634d |