LICENSE
README.md
pyproject.toml
src/firstrate_data/__init__.py
src/firstrate_data/config.py
src/firstrate_data.egg-info/PKG-INFO
src/firstrate_data.egg-info/SOURCES.txt
src/firstrate_data.egg-info/dependency_links.txt
src/firstrate_data.egg-info/requires.txt
src/firstrate_data.egg-info/top_level.txt
src/firstrate_data/domain/__init__.py
src/firstrate_data/domain/bar_type.py
src/firstrate_data/domain/enums.py
src/firstrate_data/domain/ticker_listing.py
src/firstrate_data/download/__init__.py
src/firstrate_data/download/bundles.py
src/firstrate_data/download/client.py
src/firstrate_data/download/progress.py
src/firstrate_data/download/requests.py
src/firstrate_data/store/__init__.py
src/firstrate_data/store/_parquet_table.py
src/firstrate_data/store/_sql.py
src/firstrate_data/store/store.py
tests/test_bundle_requests.py
tests/test_download_bundle_overlap.py
tests/test_ingest_rule.py
tests/test_read.py
tests/test_refile.py
tests/test_skip_filed.py