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.0a10.tar.gz
(10.4 kB
view details)
Built Distribution
vtexpy-0.0.0a10-py3-none-any.whl
(14.3 kB
view details)
File details
Details for the file vtexpy-0.0.0a10.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a10.tar.gz
- Upload date:
- Size: 10.4 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 | 81e7c6454e257f2adda2552b82398335e5465b0d4166bf0e0c7f2da238fdbb95 |
|
MD5 | 5774d8110c5ae07937d40009e8521d12 |
|
BLAKE2b-256 | 94a42c2a71e44937b02d3348dfc7a2546a6f2471e67498ed68d6777e6a3270ad |
File details
Details for the file vtexpy-0.0.0a10-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a10-py3-none-any.whl
- Upload date:
- Size: 14.3 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 | d061261f7c34160526de210d950726ca1a0de45a842645286d91d642b68b9807 |
|
MD5 | 30424ba19badcf69546140b885d0e230 |
|
BLAKE2b-256 | 8f6ee65f99622a1c4d499656c3c735e5d58da66810aa8a941353d944cf819a7a |