Python API Client for the whiplash API
Project description
Python API Client for the whiplash API
Free software: ISC license
Documentation: https://whiplash.readthedocs.org.
Features
Add Items
Manage Orders
Manage Ship Notices
Installation
pip install whiplash
Example
Create a new Item:
from whiplash import Whiplash # Not for production whiplash = Whiplash('Hc2BHTn3bcrwyPooyYTP', test=True) product1 = whiplash.item.create( title='Apple iPhone 5', sku='A1429', group_id='iPhone 5', ) print product1.title print product1.id print product1.currency
History
0.1.0 (2015-01-11)
First release on PyPI.
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
whiplash-0.1.0.tar.gz
(12.4 kB
view details)
File details
Details for the file whiplash-0.1.0.tar.gz
.
File metadata
- Download URL: whiplash-0.1.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a16bdc096d08867a57c4d00bdde076dd5cdf0550f82f3334f71731bc48f7b9d |
|
MD5 | e8a1f220223e87626008829b70aec8ab |
|
BLAKE2b-256 | 3d1da1ae4f8a88e9922aa07335d95f460097c1d598275d97a83db56a0c5fe287 |