Metadata-Version: 2.4
Name: mostlyrightmd-markets
Version: 1.2.0
Summary: Prediction-market data for Python — Kalshi NHIGH/NLOW weather-contract resolvers, Polymarket discovery + settlement, and Kalshi + Polymarket trade history. For quants, backtesting, and ML training pipelines. Imports as `mostlyright.markets`.
Project-URL: Homepage, https://mostlyright.md
Project-URL: Documentation, https://mostlyright.md/docs/sdk/
Project-URL: Repository, https://github.com/mostlyrightmd/mostlyright-sdk
Project-URL: Issues, https://github.com/mostlyrightmd/mostlyright-sdk/issues
Project-URL: Changelog, https://github.com/mostlyrightmd/mostlyright-sdk/blob/main/CHANGELOG.md
Author-email: Robert Tarabcak <tarabcakr@gmail.com>
License-Expression: MIT
Keywords: backtesting,binary-options,event-trading,kalshi,kalshi-nhigh,kalshi-nlow,market-data,ml-training-data,polymarket,prediction-markets,quant-research,settlement,trades,weather-contracts
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: jsonschema>=4.21
Requires-Dist: mostlyrightmd<2.0,>=1.0.0
Provides-Extra: parquet
Requires-Dist: pandas<4.0,>=2.2; extra == 'parquet'
Requires-Dist: pyarrow<24.0,>=17.0; extra == 'parquet'
Provides-Extra: polars
Requires-Dist: narwhals<2.0,>=1.20; extra == 'polars'
Requires-Dist: pandas<4.0,>=2.2; extra == 'polars'
Requires-Dist: polars<2.0,>=1.0; extra == 'polars'
Requires-Dist: pyarrow<24.0,>=17.0; extra == 'polars'
Provides-Extra: polymarket
Requires-Dist: mostlyrightmd-weather<2.0,>=1.0.0; extra == 'polymarket'
Requires-Dist: pandas<4.0,>=2.2; extra == 'polymarket'
Provides-Extra: trades
Requires-Dist: filelock<4,>=3.20; extra == 'trades'
Requires-Dist: pandas<4.0,>=2.2; extra == 'trades'
Requires-Dist: pyarrow<24.0,>=17.0; extra == 'trades'
Description-Content-Type: text/markdown

# mostlyrightmd-markets

Prediction-market data for the `mostlyright` Python SDK — Kalshi NHIGH/NLOW weather-contract resolvers, Polymarket discovery + settlement, and Kalshi + Polymarket trade history — for quants, backtesting, and ML training pipelines.

## Install

```bash
pip install mostlyrightmd-markets       # brings mostlyrightmd transitively
```

## Docs

See <https://mostlyright.md/docs/sdk/> for quickstart and the full API reference.
