Metadata-Version: 2.1
Name: spotlight-sdk
Version: 0.1.26
Summary: Spotlight Python SDK
Home-page: https://spotlight.dev
Author: Spotlight
Author-email: hello@spotlight.dev
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiocache (>=0.12.1)
Requires-Dist: aiohttp (>=3.8.4)
Requires-Dist: asyncstdlib (>=3.10.7)
Requires-Dist: backoff (>=2.2.1)
Requires-Dist: cachetools (>=5.3.0)
Requires-Dist: duckdb (>=0.7.1)
Requires-Dist: pandas (>=2.0.1)
Requires-Dist: pydantic (==1.10.17)
Requires-Dist: pydash (>=7.0.3)
Requires-Dist: requests (>=2.31.0)
Requires-Dist: trycast (>=1.0.0)

# Spotlight: The OTC Commodity Research Platform

## Overview

**[Spotlight](https://spotlight.dev/)** is the world's first OTC commodity research platform. Stay on top of market
trends, discover new product opportunities, and win more sales.

The [Spotlight SDK](https://pypi.org/project/spotlight-sdk/) enables you to programmatically query dataset configurations and data.

## Installation

Set the following environment variables for your username and password for
the [Spotlight platform](https://app.spotlight.dev/).

```text
SPOTLIGHT_USER=<username>
SPOTLIGHT_PWD=<password>
```

## Support

If you need help or have feedback, please email us at [support@spotlight.dev](mailto:support@spotlight.dev).


