Metadata-Version: 2.4
Name: polymarket-news
Version: 0.1.0
Summary: News-to-trade signal pipeline for Polymarket. Scans crypto headlines, matches to active markets, and surfaces mispricings where news hasn't been priced in yet. Standalone module from polymarket-mcp.
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: crypto-news,cryptopanic,market-intelligence,mcp,news,news-signal,polymarket,prediction-market,sentiment,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
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: polymarket-trading-mcp>=0.1.1
Description-Content-Type: text/markdown

# polymarket-news

News-to-trade signal pipeline for Polymarket. Scans crypto headlines and surfaces mispricings.

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

## Install

```bash
pip install polymarket-news
```

## Usage

```python
from polymarket_news import scan_news_for_markets
```

## Source

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