Metadata-Version: 2.4
Name: prediq
Version: 0.1.0
Summary: Cross-exchange prediction market analytics engine
Project-URL: Homepage, https://github.com/sushaan-k/prediq
Project-URL: Repository, https://github.com/sushaan-k/prediq
Project-URL: Issues, https://github.com/sushaan-k/prediq/issues
Project-URL: Documentation, https://github.com/sushaan-k/prediq#readme
Author-email: Sushaan Kandukoori <sushaan@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: analytics,arbitrage,kalshi,polymarket,prediction-markets,quantitative-finance
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: apscheduler<4.0,>=3.10
Requires-Dist: duckdb<2.0,>=0.10
Requires-Dist: fastapi<1.0,>=0.110
Requires-Dist: httpx<1.0,>=0.27
Requires-Dist: pyarrow>=15.0
Requires-Dist: pydantic<3.0,>=2.5
Requires-Dist: rich>=13.0
Requires-Dist: structlog>=24.0
Requires-Dist: typer<1.0,>=0.9
Requires-Dist: uvicorn>=0.27
Requires-Dist: websockets<14.0,>=12.0
Provides-Extra: dev
Requires-Dist: httpx>=0.27; extra == 'dev'
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.3; extra == 'dev'
Provides-Extra: matching
Requires-Dist: sentence-transformers>=2.5; extra == 'matching'
Requires-Dist: torch>=2.0; extra == 'matching'
Description-Content-Type: text/markdown

# prediq

Cross-exchange prediction market analytics engine for real-time pricing efficiency, liquidity analysis, and arbitrage detection.

See [documentation](https://github.com/sushaan-k/arbiter) for full details.
