7 projects
mostlyright-data
Mostly Right hosted CLI for reviewed datasets
mostlyrightmd
The full mostlyright SDK in one install — meta-distribution that pulls the core + every domain (weather, markets, economy, finance). `pip install mostlyrightmd` then `import mostlyright as mr`. Power users can install a single domain wheel instead.
mostlyrightmd-markets
Prediction-market data for Python — Kalshi NHIGH/NLOW weather-contract resolvers, Polymarket discovery + settlement, and Kalshi + Polymarket trade history. For quant research and ML training pipelines. Imports as `mostlyright.markets`.
mostlyrightmd-weather
Weather data for Python — live METAR (AWC), ASOS archive (IEM), historical observations (GHCNh), and NWS climate text products (CLI). For quants, ML training pipelines, and weather-bot agents. Direct fetches from the public APIs (source addresses resolve through the keyed manifest catalog) with optional hosted satellite delivery. Imports as `mostlyright.weather`.
mostlyrightmd-economy
Economic-indicator data for Python — CPI, PPI, nonfarm payrolls, unemployment, GDP, jobless claims, Fed decisions — from FRED/ALFRED, BLS, BEA, DOL, Federal Reserve. First-print vintage discipline for prediction-market settlement. Imports as `mostlyright.economy`.
mostlyrightmd-finance
Finance data for Python — earnings-call transcript capture, streaming transcription, fact ledgers, and prediction-market earnings-mention resolution (Kalshi KXEARNINGSMENTION / Polymarket 'will <co> say <word>'). Local-first on-device capture + STT with a legal audio firewall (audio is transient, never served). Imports as `mostlyright.finance`.
mostlyrightmd-core
Python SDK core for quants, ML engineers, and AI agents — schema-versioned types, temporal safety, validation, alignment, and snapshot primitives. Domain adapters ship separately; `pip install mostlyrightmd` pulls the full SDK. Imports as `mostlyright`.