pybigbuy


Namepybigbuy JSON
Version 3.20.0 PyPI version JSON
download
home_pageNone
SummaryBigBuy API client in Python
upload_time2024-07-08 13:38:19
maintainerNone
docs_urlNone
authorBixoto
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyBigBuy

**PyBigBuy** is a Python client for BigBuy’s REST API.

Note: PyBigBuy is not affiliated to nor endorsed by BigBuy.

## Coverage

As of 3.17.0 PyBigBuy implements all API endpoints.
We release new versions of the API client each time we notice new or modified endpoints.

## Install

### Pip

    python -m pip install pybigbuy

### Poetry

    poetry add pybigbuy

## Usage

```python3
from bigbuy import BigBuy


client = BigBuy("your-API-token")
```

## License

Copyright 2020-2023 [Bixoto](https://bixoto.com/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pybigbuy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bixoto",
    "author_email": "tech@bixoto.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/19/e9ff71941cad0739621ce8d64e5afe963896413017be57cc399dc4a582fc/pybigbuy-3.20.0.tar.gz",
    "platform": null,
    "description": "# PyBigBuy\n\n**PyBigBuy** is a Python client for BigBuy\u2019s REST API.\n\nNote: PyBigBuy is not affiliated to nor endorsed by BigBuy.\n\n## Coverage\n\nAs of 3.17.0 PyBigBuy implements all API endpoints.\nWe release new versions of the API client each time we notice new or modified endpoints.\n\n## Install\n\n### Pip\n\n    python -m pip install pybigbuy\n\n### Poetry\n\n    poetry add pybigbuy\n\n## Usage\n\n```python3\nfrom bigbuy import BigBuy\n\n\nclient = BigBuy(\"your-API-token\")\n```\n\n## License\n\nCopyright 2020-2023 [Bixoto](https://bixoto.com/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BigBuy API client in Python",
    "version": "3.20.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcb9594cfe528d5f35b7418cda772f4a1f627294331b5da8eae389c53271bb4c",
                "md5": "4b8e49cc5b09376f31b00e072b9abbd8",
                "sha256": "6a6487c7345c2d44946553aae096f82402c2f1cae844d29ea34dd9571c0b6f67"
            },
            "downloads": -1,
            "filename": "pybigbuy-3.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b8e49cc5b09376f31b00e072b9abbd8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 13251,
            "upload_time": "2024-07-08T13:38:18",
            "upload_time_iso_8601": "2024-07-08T13:38:18.275136Z",
            "url": "https://files.pythonhosted.org/packages/bc/b9/594cfe528d5f35b7418cda772f4a1f627294331b5da8eae389c53271bb4c/pybigbuy-3.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd19e9ff71941cad0739621ce8d64e5afe963896413017be57cc399dc4a582fc",
                "md5": "20cf66f274fc16037512d00688b47a1b",
                "sha256": "c8e69dcf4d625d66d5580df5425205605bfa39bedfd9c6cbc5841100e59930dc"
            },
            "downloads": -1,
            "filename": "pybigbuy-3.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "20cf66f274fc16037512d00688b47a1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 12057,
            "upload_time": "2024-07-08T13:38:19",
            "upload_time_iso_8601": "2024-07-08T13:38:19.411852Z",
            "url": "https://files.pythonhosted.org/packages/bd/19/e9ff71941cad0739621ce8d64e5afe963896413017be57cc399dc4a582fc/pybigbuy-3.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 13:38:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pybigbuy"
}
        
Elapsed time: 1.05361s