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/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/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_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_date_range.py
tests/test_fx_bharat.py
tests/test_mongo_backend.py
tests/test_populate_sbi_forex_paths.py
tests/test_rbi_csv.py
tests/test_rbi_workbook.py
tests/test_relational_backend.py
tests/test_sbi_pdf.py
tests/test_sbi_seed_workflow.py
tests/test_seed_wrappers.py
tests/test_seeds.py
tests/test_sqlite_manager.py
tests/test_sqlite_manager_fallback.py