pybigbuy


Namepybigbuy JSON
Version 3.21.2 PyPI version JSON
download
home_pageNone
SummaryBigBuy API client in Python
upload_time2025-01-03 13:42:39
maintainerNone
docs_urlNone
authorBixoto
requires_python<4.0,>=3.9
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

Starting with 3.17.0 PyBigBuy implements all API endpoints.
We release new versions of the API client each time there are new or modified endpoints.

## Install

Requirements:
* From PyBigBuy 3.21.0: Python 3.9+
* Up to 3.20.1: Python 3.8+

### Pip

    python -m pip install pybigbuy

### Poetry

    poetry add pybigbuy

## Usage

```python3
from bigbuy import BigBuy


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

## License

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pybigbuy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bixoto",
    "author_email": "tech@bixoto.com",
    "download_url": "https://files.pythonhosted.org/packages/66/f6/709c88856f3dd6d9391602bd8e1574591ed31e5c60893b090abb5c4c22e8/pybigbuy-3.21.2.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\nStarting with 3.17.0 PyBigBuy implements all API endpoints.\nWe release new versions of the API client each time there are new or modified endpoints.\n\n## Install\n\nRequirements:\n* From PyBigBuy 3.21.0: Python 3.9+\n* Up to 3.20.1: Python 3.8+\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-2024 [Bixoto](https://bixoto.com/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BigBuy API client in Python",
    "version": "3.21.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e53dc31b6de8eb2ff9ceeff781237e19070db916fb269545d746e22ab4d2252f",
                "md5": "4188f9d0e39daa6a30fa20c55a9c1f44",
                "sha256": "bd5f70d634b432cb4da7059d430373927e215a8a2d1a0144d83c6c33a3f4db4c"
            },
            "downloads": -1,
            "filename": "pybigbuy-3.21.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4188f9d0e39daa6a30fa20c55a9c1f44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 14339,
            "upload_time": "2025-01-03T13:42:36",
            "upload_time_iso_8601": "2025-01-03T13:42:36.930501Z",
            "url": "https://files.pythonhosted.org/packages/e5/3d/c31b6de8eb2ff9ceeff781237e19070db916fb269545d746e22ab4d2252f/pybigbuy-3.21.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66f6709c88856f3dd6d9391602bd8e1574591ed31e5c60893b090abb5c4c22e8",
                "md5": "e022aba6d9ec2754a9a2cfebe8841644",
                "sha256": "8071558c6e213b8a38d86ccef9db344c636cba47208d17ce112aa4f6e41b1098"
            },
            "downloads": -1,
            "filename": "pybigbuy-3.21.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e022aba6d9ec2754a9a2cfebe8841644",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 12895,
            "upload_time": "2025-01-03T13:42:39",
            "upload_time_iso_8601": "2025-01-03T13:42:39.201000Z",
            "url": "https://files.pythonhosted.org/packages/66/f6/709c88856f3dd6d9391602bd8e1574591ed31e5c60893b090abb5c4c22e8/pybigbuy-3.21.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-03 13:42:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pybigbuy"
}
        
Elapsed time: 0.54261s