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.0a9.tar.gz
(10.2 kB
view details)
Built Distribution
vtexpy-0.0.0a9-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file vtexpy-0.0.0a9.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a9.tar.gz
- Upload date:
- Size: 10.2 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 | a03e1173640b675c462f4bb211b93935a1d75825b958229808de5058386dedf8 |
|
MD5 | 3e3557aef805212e5174b5a705949a20 |
|
BLAKE2b-256 | 1135e6e5b50d43296f2425a70085c0faf7c756578f2d2b0d84b7e34f437cad6f |
File details
Details for the file vtexpy-0.0.0a9-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a9-py3-none-any.whl
- Upload date:
- Size: 14.0 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 | 3cea740ab9ac4ec183b9e27f560a5df3fc9400b645e38dca9134400cb3a949d0 |
|
MD5 | 2472a0b4f622fa3fd2a9f92fcf786c02 |
|
BLAKE2b-256 | f2a5ff6c9a684a0aaa040334e4e04f302052f41b1e7acbfe3444f30da2177cf2 |