Skip to main content

Wrapper around Repricer.com API (aka Xsellco)

Project description

XSELLCO-API Python Wrapper

CodeFactor pytest codecov

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

Badge

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

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.7.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

xsellco_api-0.0.7-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page