Wrapper around SellerActive.com API
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_seller_active-0.0.5.tar.gz.
File metadata
- Download URL: python_seller_active-0.0.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3c11cfebe370719183f1ef0670abc8af7601acf172c82e0a979d865daed5f67
|
|
| MD5 |
347a6a080f0bbc9e370d12ad718baadf
|
|
| BLAKE2b-256 |
16dd33a321c76d134c91aecebfc55055476fd1525be96cb1f68be06b60500fa7
|
File details
Details for the file python_seller_active-0.0.5-py3-none-any.whl.
File metadata
- Download URL: python_seller_active-0.0.5-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edfca263135576f7265d71521d272359ed6166c08fca9d8028470ffffdbb3602
|
|
| MD5 |
ac00fe41f3618a89c48a97a6fb7ded47
|
|
| BLAKE2b-256 |
a21bf5a8a68c21e897319fe2206c9db13a4e590d05404b16e3ff9706a0cd4cbf
|