.gitignore
.readthedocs.yml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
test-requirements.txt
.github/workflows/publish.yml
.github/workflows/run-python-tests.yml
docs/.readthedocs-requirements.txt
docs/main.md
src/hdx/scraper/__init__.py
src/hdx/scraper/_version.py
src/hdx/scraper/base_scraper.py
src/hdx/scraper/runner.py
src/hdx/scraper/configurable/__init__.py
src/hdx/scraper/configurable/rowparser.py
src/hdx/scraper/configurable/scraper.py
src/hdx/scraper/outputs/__init__.py
src/hdx/scraper/outputs/base.py
src/hdx/scraper/outputs/excelfile.py
src/hdx/scraper/outputs/googlesheets.py
src/hdx/scraper/outputs/json.py
src/hdx/scraper/utilities/__init__.py
src/hdx/scraper/utilities/fallbacks.py
src/hdx/scraper/utilities/readers.py
src/hdx_python_scraper.egg-info/PKG-INFO
src/hdx_python_scraper.egg-info/SOURCES.txt
src/hdx_python_scraper.egg-info/dependency_links.txt
src/hdx_python_scraper.egg-info/requires.txt
src/hdx_python_scraper.egg-info/top_level.txt
src/hdx_python_scraper.egg-info/zip-safe
tests/config/project_configuration.yml
tests/fixtures/API_SP.POP.TOTL_DS2_en_excel_v2_1302508_LIST.xls
tests/fixtures/Access Indicators  - Data for Dashboard.csv
tests/fixtures/COVID-19 Vaccine Doses in HRP Countries - Data HXL.csv
tests/fixtures/Ukraine Key Figures.csv
tests/fixtures/WHO-COVID-19-global-data.csv
tests/fixtures/additional_json.json
tests/fixtures/countries-enrollment-data-uis-feb-22.xlsx
tests/fixtures/covid-19-sex-disaggregated-data.csv
tests/fixtures/covid_impact_education.csv
tests/fixtures/displacement_data.csv
tests/fixtures/fallbacks.json
tests/fixtures/full_pfmb_allocations.csv
tests/fixtures/ourworldindata_vaccinedoses.csv
tests/fixtures/owid-covid-data.xlsx
tests/fixtures/sadd-countries-to-include.csv
tests/fixtures/test_output.xlsx
tests/fixtures/test_scraper_all.json
tests/fixtures/test_scraper_other.json
tests/fixtures/test_scraper_population.json
tests/fixtures/unhcr_myanmar_idps.json
tests/fixtures/unicef_who_wb_global_expanded_databases_severe_wasting.xlsx
tests/hdx/scraper/__init__.py
tests/hdx/scraper/conftest.py
tests/hdx/scraper/education_closures.py
tests/hdx/scraper/education_enrolment.py
tests/hdx/scraper/test_output.py
tests/hdx/scraper/test_readers.py
tests/hdx/scraper/test_scrapers_custom.py
tests/hdx/scraper/test_scrapers_global.py
tests/hdx/scraper/test_scrapers_national.py
tests/hdx/scraper/test_scrapers_subnational.py
tests/hdx/scraper/test_utils.py
tests/hdx/scraper/unhcr_myanmar_idps.py