SELLER-ACTIVE-API Python Wrapper
This project provides a Python wrapper for interacting with the rest.selleractive.com 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 python_seller_active
Usage
from seller_active.api import Inventory
# repricer reports API
data = Inventory(seller_id='your_username', api_key='your_password').get_inventory()
print(data)
# or
cli = Inventory(seller_id='your_username', api_key='your_password')
data = cli.get_inventory()
print(data)
License
Release files for python-seller-active 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_seller_active-0.0.5.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_seller_active-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.0 kB
Release files / python_seller_active-0.0.5.tar.gz
| Download URL | python_seller_active-0.0.5.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e3c11cfebe370719183f1ef0670abc8af7601acf172c82e0a979d865daed5f67
|
|
BLAKE2b-256 checksum How to use checksums |
16dd33a321c76d134c91aecebfc55055476fd1525be96cb1f68be06b60500fa7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / python_seller_active-0.0.5-py3-none-any.whl
| Download URL | python_seller_active-0.0.5-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
edfca263135576f7265d71521d272359ed6166c08fca9d8028470ffffdbb3602
|
|
BLAKE2b-256 checksum How to use checksums |
a21bf5a8a68c21e897319fe2206c9db13a4e590d05404b16e3ff9706a0cd4cbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|