Metadata-Version: 2.4
Name: polymarket-timer
Version: 0.1.0
Summary: Contract expiry timer for Polymarket markets. BTC 5-min/15-min slug parsing. 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: btc,contract,expiry,mcp,polymarket,prediction-market,timer
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-timer

Contract expiry timer for Polymarket markets. BTC 5-min/15-min slug parsing.

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

## Install

```bash
pip install polymarket-timer
```

## Usage

```python
from polymarket_timer import get_contract_status
```

## Source

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