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.0a4.tar.gz
(9.0 kB
view details)
Built Distribution
vtexpy-0.0.0a4-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file vtexpy-0.0.0a4.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0a4.tar.gz
- Upload date:
- Size: 9.0 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 | 039dc4575e8d05032906b4119fe2bd9d4c37f797982ef1e4fb44c825480f3331 |
|
MD5 | e8f3a34502bb54b6576f377e02685517 |
|
BLAKE2b-256 | 2d1c876b42d507c7ad144f95845e2ba5ecf7b2ea329e21a5c6871b0f0109b780 |
File details
Details for the file vtexpy-0.0.0a4-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0a4-py3-none-any.whl
- Upload date:
- Size: 12.4 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 | ddfa499448f53d921ef3c3db6da86c8518c970b9e4661b52da43d888d2a2a59e |
|
MD5 | 28d80ab4b7e350208275544156a53bd8 |
|
BLAKE2b-256 | 3b48da2753a972fbde3688d06d9107a22db3ed7fb1be7b0429306e1ddb6715ac |