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.0a19.tar.gz
(11.8 kB
view details)
Built Distribution
vtexpy-0.0.0a19-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file vtexpy-0.0.0a19.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a19.tar.gz
- Upload date:
- Size: 11.8 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 | a99c72268b374649944cab9fcc551a85ce1a7afee1b02dea46c234cb4f7a390c |
|
MD5 | 6686e81d0cf45f2635d9e5a21a65e9b4 |
|
BLAKE2b-256 | 57570fcb82d5875d23d44a3a6ea4482420d14cb5522d643317cedf1f3190c8fe |
File details
Details for the file vtexpy-0.0.0a19-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a19-py3-none-any.whl
- Upload date:
- Size: 15.9 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 | bf5fd3d45ab45f5f41cd8ae50445569adc3c3d2bc5ffe4b16db281186c61a973 |
|
MD5 | 498025b26486190508c9b66e317ee19c |
|
BLAKE2b-256 | 87c38b140ba50ca13840a43824fc69d1ebc951fd75c8a84617ef47d768d99ef1 |