python-seller-active


Namepython-seller-active JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/yberezkin/python_seller_active
SummaryWrapper around SellerActive.com API
upload_time2023-04-19 07:16:25
maintainer
docs_urlNone
authorYan Berezkin
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SELLER-ACTIVE-API Python Wrapper

[![CodeFactor](https://www.codefactor.io/repository/github/yberezkin/python_seller_active/badge)](https://www.codefactor.io/repository/github/yberezkin/python_seller_active)

This project provides a Python wrapper for interacting with the [rest.selleractive.com](https://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

[![Badge](https://img.shields.io/pypi/v/python_seller_active?style=for-the-badge)](https://pypi.org/project/python-seller-active/)


    pip install python_seller_active


---

### Usage

```python
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

![License](https://img.shields.io/github/license/yberezkin/python_seller_active?style=for-the-badge)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yberezkin/python_seller_active",
    "name": "python-seller-active",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yan Berezkin",
    "author_email": "yan.berezkin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/da/c9a0d2f6c88100d6f2053461257c6c150a5bfe2a76d46419e727300e8c24/python_seller_active-0.0.4.tar.gz",
    "platform": null,
    "description": "# SELLER-ACTIVE-API Python Wrapper\n\n[![CodeFactor](https://www.codefactor.io/repository/github/yberezkin/python_seller_active/badge)](https://www.codefactor.io/repository/github/yberezkin/python_seller_active)\n\nThis project provides a Python wrapper for interacting with the [rest.selleractive.com](https://rest.selleractive.com/) API, allowing developers to easily integrate the API's functionality into their Python applications.\n\n## Getting Started\n\nThese instructions will give you a copy of the project up and running on\nyour local machine for development and testing purposes. See deployment\nfor notes on deploying the project on a live system.\n\n### Installing\n\n[![Badge](https://img.shields.io/pypi/v/python_seller_active?style=for-the-badge)](https://pypi.org/project/python-seller-active/)\n\n\n    pip install python_seller_active\n\n\n---\n\n### Usage\n\n```python\nfrom seller_active.api import Inventory\n\n# repricer reports API\ndata = Inventory(seller_id='your_username', api_key='your_password').get_inventory()\nprint(data)\n# or\ncli = Inventory(seller_id='your_username', api_key='your_password')\ndata = cli.get_inventory()\nprint(data)\n```\n\n## License\n\n![License](https://img.shields.io/github/license/yberezkin/python_seller_active?style=for-the-badge)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Wrapper around SellerActive.com API",
    "version": "0.0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31fd003c438cae315ab8af28d109c2448f90343a0ed815d7040df18d4fdf4a8b",
                "md5": "07c5611cd8fce3c1352348018c228aae",
                "sha256": "0200a8ab4bcc86639db147a0253c4e13cf23003370a5eef994fc5740a07997ad"
            },
            "downloads": -1,
            "filename": "python_seller_active-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07c5611cd8fce3c1352348018c228aae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12898,
            "upload_time": "2023-04-19T07:16:23",
            "upload_time_iso_8601": "2023-04-19T07:16:23.233954Z",
            "url": "https://files.pythonhosted.org/packages/31/fd/003c438cae315ab8af28d109c2448f90343a0ed815d7040df18d4fdf4a8b/python_seller_active-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3adac9a0d2f6c88100d6f2053461257c6c150a5bfe2a76d46419e727300e8c24",
                "md5": "7f05b4fe18671a2726f2b143e01eb922",
                "sha256": "4d29354eb2383bee77bf7631c44753457272471fccb9b5275264a56d532ebf4c"
            },
            "downloads": -1,
            "filename": "python_seller_active-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7f05b4fe18671a2726f2b143e01eb922",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8105,
            "upload_time": "2023-04-19T07:16:25",
            "upload_time_iso_8601": "2023-04-19T07:16:25.501333Z",
            "url": "https://files.pythonhosted.org/packages/3a/da/c9a0d2f6c88100d6f2053461257c6c150a5bfe2a76d46419e727300e8c24/python_seller_active-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-19 07:16:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "yberezkin",
    "github_project": "python_seller_active",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "python-seller-active"
}
        
Elapsed time: 0.06124s