Wrapper around Repricer.com API (aka XSellco)
Project description
XSELLCO-API Python Wrapper
This project provides a Python wrapper for interacting with the repricer.com (aka xsellco) API, allowing developers to easily integrate the API's functionality into their Python applications.
Getting Started
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.
Installing
pip install xsellco_api
Usage
from xsellco_api.api import Repricers
# repricer reports API
repricer_data = Repricers(user_name='your_username', password='your_password').get_report()
print(repricer_data) # list of dictionaries
# or
cli = Repricers(user_name='your_username', password='your_password')
repricer_data = cli.get_report()
print(repricer_data)
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xsellco_api-0.0.5.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for xsellco_api-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2278edb13cc7ff99ced7ddf9ced4d142312cdda7d7d55f0dd775035610f11cd |
|
MD5 | bbb4267da334798514dffdeeea29f645 |
|
BLAKE2b-256 | 08f3495f26a6bf37a0f9b6e16f0ac9ace14caa502c2bd4c474f303467771ee40 |