LICENSE
README.md
pyproject.toml
src/xrtm/data/__init__.py
src/xrtm/data/version.py
src/xrtm/data/cli/__init__.py
src/xrtm/data/core/__init__.py
src/xrtm/data/core/interfaces.py
src/xrtm/data/core/schemas/__init__.py
src/xrtm/data/core/schemas/forecast.py
src/xrtm/data/core/schemas/prior.py
src/xrtm/data/core/schemas/trade.py
src/xrtm/data/corpora/__init__.py
src/xrtm/data/corpora/real_binary.py
src/xrtm/data/kit/__init__.py
src/xrtm/data/kit/processors/__init__.py
src/xrtm/data/providers/__init__.py
src/xrtm/data/providers/local/__init__.py
src/xrtm/data/providers/local/csv.py
src/xrtm/data/providers/online/__init__.py
src/xrtm/data/providers/online/polymarket.py
src/xrtm/data/providers/subgraph/__init__.py
src/xrtm/data/providers/subgraph/polymarket.py
src/xrtm_data.egg-info/PKG-INFO
src/xrtm_data.egg-info/SOURCES.txt
src/xrtm_data.egg-info/dependency_links.txt
src/xrtm_data.egg-info/entry_points.txt
src/xrtm_data.egg-info/requires.txt
src/xrtm_data.egg-info/top_level.txt
tests/test_beta_fitter.py
tests/test_cli_loading.py
tests/test_local_datasource.py
tests/test_polymarket_source.py
tests/test_polymarket_subgraph.py
tests/test_prior_schemas.py
tests/test_real_binary_corpus.py
tests/test_schemas.py