Metadata-Version: 2.4
Name: polymarket-price-feed
Version: 0.1.1
Summary: Multi-source real-time crypto price feed (Binance + CoinGecko). Part of the polymarket-trading-mcp toolkit.
Project-URL: Homepage, https://github.com/whitmorelabs/polymarket-mcp
Project-URL: Repository, https://github.com/whitmorelabs/polymarket-mcp
Author-email: Whitmore Labs <whitmorelabsai@gmail.com>
License: MIT
Keywords: binance,coingecko,crypto,mcp,polymarket,price-feed,trading
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.10
Requires-Dist: polymarket-trading-mcp>=0.1.1
Description-Content-Type: text/markdown

# polymarket-price-feed

Multi-source real-time crypto price feed using Binance and CoinGecko in parallel.

Standalone re-export from [polymarket-trading-mcp](https://github.com/whitmorelabs/polymarket-mcp).

## Install

```bash
pip install polymarket-price-feed
```

## Usage

```python
from polymarket_price_feed import get_crypto_price
```

## Source

Part of [Whitmore Labs polymarket-mcp](https://github.com/whitmorelabs/polymarket-mcp).
