https://github.com/bixoto/pybigbuy
Python client for the BigBuy REST API
https://github.com/bixoto/pybigbuy
python-api-client python3
Last synced: 2 months ago
JSON representation
Python client for the BigBuy REST API
- Host: GitHub
- URL: https://github.com/bixoto/pybigbuy
- Owner: Bixoto
- License: mit
- Created: 2022-08-17T13:00:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T11:06:57.000Z (2 months ago)
- Last Synced: 2025-04-14T23:14:50.150Z (2 months ago)
- Topics: python-api-client, python3
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 BigBuyclient = BigBuy("your-API-token")
```## License
Copyright 2020-2025 [Bixoto](https://bixoto.com/).