LICENSE
README.md
pyproject.toml
src/cotdata/__init__.py
src/cotdata/config.py
src/cotdata/cot.py
src/cotdata/prices.py
src/cotdata/registry.py
src/cotdata/registry.yaml
src/cotdata/store.py
src/cotdata/update.py
src/cotdata.egg-info/PKG-INFO
src/cotdata.egg-info/SOURCES.txt
src/cotdata.egg-info/dependency_links.txt
src/cotdata.egg-info/entry_points.txt
src/cotdata.egg-info/requires.txt
src/cotdata.egg-info/top_level.txt
src/cotdata/providers/__init__.py
src/cotdata/providers/base.py
src/cotdata/providers/cftc.py
src/cotdata/providers/cftc_disagg.py
src/cotdata/providers/cftc_tff.py
src/cotdata/providers/databento.py
src/cotdata/providers/norgate.py
tests/test_adjustment.py
tests/test_cftc_disagg_fidelity.py
tests/test_cftc_reconciliation.py
tests/test_cftc_tff_reconciliation.py
tests/test_registry.py
tests/test_store.py