LICENSE
MANIFEST.in
README.md
pyproject.toml
fx_bharat/__init__.py
fx_bharat/py.typed
fx_bharat.egg-info/PKG-INFO
fx_bharat.egg-info/SOURCES.txt
fx_bharat.egg-info/dependency_links.txt
fx_bharat.egg-info/requires.txt
fx_bharat.egg-info/top_level.txt
fx_bharat/db/__init__.py
fx_bharat/db/base_backend.py
fx_bharat/db/forex.db
fx_bharat/db/mongo_backend.py
fx_bharat/db/mysql_backend.py
fx_bharat/db/postgres_backend.py
fx_bharat/db/relational_backend.py
fx_bharat/db/sqlite_backend.py
fx_bharat/db/sqlite_manager.py
fx_bharat/ingestion/__init__.py
fx_bharat/ingestion/lme.py
fx_bharat/ingestion/models.py
fx_bharat/ingestion/rbi_csv.py
fx_bharat/ingestion/rbi_selenium.py
fx_bharat/ingestion/rbi_workbook.py
fx_bharat/ingestion/sbi_pdf.py
fx_bharat/ingestion/strategy.py
fx_bharat/scripts/__init__.py
fx_bharat/scripts/populate_rbi_forex.py
fx_bharat/scripts/populate_sbi_forex.py
fx_bharat/seeds/__init__.py
fx_bharat/seeds/populate_lme.py
fx_bharat/seeds/populate_rbi_forex.py
fx_bharat/seeds/populate_sbi_forex.py
fx_bharat/utils/__init__.py
fx_bharat/utils/date_range.py
fx_bharat/utils/logger.py
fx_bharat/utils/rbi.py
tests/test_base_backend.py
tests/test_date_range.py
tests/test_date_range_extra.py
tests/test_fx_bharat.py
tests/test_fx_bharat_init_extra.py
tests/test_history_filters.py
tests/test_ingestion_strategy.py
tests/test_lme_extra.py
tests/test_lme_ingestion.py
tests/test_mongo_backend.py
tests/test_mongo_backend_extra.py
tests/test_populate_lme.py
tests/test_populate_sbi_forex_paths.py
tests/test_populate_sbi_forex_script.py
tests/test_rbi_csv.py
tests/test_rbi_csv_workbook_extra.py
tests/test_rbi_seed_extra.py
tests/test_rbi_selenium.py
tests/test_rbi_workbook.py
tests/test_relational_backend.py
tests/test_relational_backend_extra.py
tests/test_relational_backend_schema_patch.py
tests/test_sbi_pdf.py
tests/test_sbi_pdf_extra.py
tests/test_sbi_seed_extra.py
tests/test_sbi_seed_workflow.py
tests/test_seed_rbi_no_reference_rate.py
tests/test_seed_wrappers.py
tests/test_seeds.py
tests/test_seeds_init_extra.py
tests/test_sqlite_backend.py
tests/test_sqlite_manager.py
tests/test_sqlite_manager_extra.py
tests/test_sqlite_manager_fallback.py
tests/test_sqlite_manager_schema_patch.py