Metadata-Version: 2.4
Name: oscore
Version: 1.0.0
Summary: EU dropshipping product scoring: margin, EU delivery time and risk in one O-Score (0-100)
Project-URL: Homepage, https://insightoperator.org
Project-URL: API, https://api.insightoperator.org
Keywords: dropshipping,ecommerce,product-research,supplier,eu
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28

# oscore

Score any dropshipping product for the EU market in one call: net margin,
EU delivery time, warehouse availability and risk flags → one O-Score (0-100)
with a clear verdict.

```python
from oscore import OScore

client = OScore(api_key="YOUR_RAPIDAPI_KEY")   # free tier: 25 scores/month
r = client.score("Transparent storage box", cost_price=29.90,
                 eu_delivery_days=6, eu_warehouse=True)
print(r["o_score"], r["verdict"], r["suggested_price"])
# 87 STERKE KANDIDAAT 54.95
```

Get a free API key: https://api.insightoperator.org
