Metadata-Version: 2.1
Name: yotpy
Version: 0.0.4
Summary: Yotpy: An easy-to-use Python wrapper for the Yotpo web API.
Home-page: https://github.com/wlk-dev/yotpy
License: MIT
Keywords: yotpo, api, wrapper, python, data, transformation, client, integration, review, ecommerce
Author: William Koelling
Author-email: william.koelling@gmail.com
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp
Requires-Dist: requests

# Yotpy

An easy-to-use Python wrapper for the Yotpo API. Developed to fill the gap of existing packages that didn't meet specific needs.

## Installation

Install `yotpy` using pip:

```bash
pip install yotpy
```
