.coveragerc
LICENSE
MANIFEST.in
README.md
pytest.ini
requirements.txt
setup.cfg
setup.py
test-requirements.txt
documentation/conf.py
documentation/index.rst
documentation/source/hdx.rst
documentation/source/hdx.scraper.rst
documentation/source/modules.rst
src/hdx/__init__.py
src/hdx/scraper/__init__.py
src/hdx/scraper/exceloutput.py
src/hdx/scraper/googlesheets.py
src/hdx/scraper/jsonoutput.py
src/hdx/scraper/nooutput.py
src/hdx/scraper/readers.py
src/hdx/scraper/rowparser.py
src/hdx/scraper/scrapers.py
src/hdx/scraper/version.txt
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/Access Indicators  - Data for Dashboard.csv
tests/fixtures/COVID-19 Vaccine Doses in HRP Countries - Data HXL.csv
tests/fixtures/WHO-COVID-19-global-data.csv
tests/fixtures/additional_json.json
tests/fixtures/covid-19-sex-disaggregated-data.csv
tests/fixtures/full_pfmb_allocations.csv
tests/fixtures/ourworldindata_vaccinedoses.csv
tests/fixtures/sadd-countries-to-include.csv
tests/fixtures/test_scraper_all.json
tests/fixtures/test_scraper_other.json
tests/fixtures/test_scraper_population.json
tests/hdx/scraper/conftest.py
tests/hdx/scraper/test_output.py
tests/hdx/scraper/test_readers.py
tests/hdx/scraper/test_scraper.py