.coveragerc
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
codecov.yml
pyproject.toml
rbadata/__init__.py
rbadata/alerts.py
rbadata/async_core.py
rbadata/benchmarks.py
rbadata/browse.py
rbadata/cache.py
rbadata/calculator.py
rbadata/cash_rate.py
rbadata/chart_pack.py
rbadata/config.py
rbadata/core.py
rbadata/csv_parser.py
rbadata/data.py
rbadata/download.py
rbadata/exceptions.py
rbadata/fetcher.py
rbadata/forecasts.py
rbadata/glossary.py
rbadata/snapshots.py
rbadata/standardize.py
rbadata/tidy.py
rbadata/utils.py
rbadata/web_scraper.py
rbadata.egg-info/PKG-INFO
rbadata.egg-info/SOURCES.txt
rbadata.egg-info/dependency_links.txt
rbadata.egg-info/requires.txt
rbadata.egg-info/top_level.txt
rbadata/data/series_list.json
rbadata/data/series_metadata.json
rbadata/data/table_list.json
rbadata/examples/01_basic_usage.py
rbadata/examples/02_data_browsing.py
rbadata/examples/03_forecasts.py
rbadata/examples/04_inflation_calculator.py
rbadata/examples/05_chart_pack.py
rbadata/examples/06_snapshots.py
rbadata/examples/07_alerts.py
rbadata/examples/08_glossary.py
rbadata/examples/09_advanced_usage.py
rbadata/examples/10_data_analysis.py
rbadata/examples/README.md
scripts/generate_coverage_badge.py
tests/__init__.py
tests/test_alerts.py
tests/test_async_core.py
tests/test_browse.py
tests/test_cache.py
tests/test_calculator.py
tests/test_cash_rate.py
tests/test_chart_pack.py
tests/test_core.py
tests/test_csv_parser.py
tests/test_data.py
tests/test_download.py
tests/test_exceptions.py
tests/test_fetcher.py
tests/test_forecasts.py
tests/test_glossary.py
tests/test_snapshots.py
tests/test_standardize.py
tests/test_tidy.py
tests/test_utils.py
tests/test_web_scraper.py