Metadata-Version: 2.4
Name: polymarket-arb-detector
Version: 0.1.1
Summary: Arbitrage gap detector for Polymarket. Finds YES+NO mispricings. 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: arbitrage,defi,mcp,polymarket,prediction-market,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-arb-detector

Arbitrage gap detector for Polymarket. Scans markets where YES+NO prices don't sum to 1.00.

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

## Install

```bash
pip install polymarket-arb-detector
```

## Usage

```python
from polymarket_arb_detector import find_arbitrage_gaps
```

## Source

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