hdx-python-scraper 2.3.9__tar.gz → 2.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/PKG-INFO +1 -1
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/requirements.txt +1 -1
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/_version.py +2 -2
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/reader.py +8 -5
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.config/coveragerc +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.config/pre-commit-config.yaml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.config/pytest.ini +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.config/ruff.toml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.github/workflows/publish.yaml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.gitignore +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/CONTRIBUTING.md +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/LICENSE +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/README.md +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/documentation/.readthedocs.yaml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/documentation/main.md +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/documentation/pydoc-markdown.yaml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/pyproject.toml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/__init__.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/base_scraper.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/__init__.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/aggregator.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/resource_downloader.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/rowparser.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/scraper.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/timeseries.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/outputs/base.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/outputs/excelfile.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/outputs/googlesheets.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/outputs/json.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/runner.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/fallbacks.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/region_lookup.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/sources.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/writer.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/config/project_configuration.yaml +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/access_2pacx-1vrszjzuyvt9i-mkrq2hbxrul2lx2vihkthqm-lae8nyhqty70zqtcufs3pxbhzgat1l2bkoa4-daoap-pub-gid-574237756-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/additional-json.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/altworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/cbpf-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/cbpf2-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/cerf-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/cerf2-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/cerf2_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/cerf_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/covax_2pacx-1vtvzu79pptfaa2syevoqfyrrjy63djwitqu0ffbxiqczoun9k9timwmrvfgg1rbsnlmgyugzseiaye2-pub-gid-992438980-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/covidtests_data-owid-covid-data.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/education_closures_broken.xls +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/education_enrolment_enrollment_data.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ethiopia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ethiopia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ethiopia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/fallbacks.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/gam_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/gam_other_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/global-school-closures-covid19.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/idmc-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/idps_download-displacement-data.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/idps_override_population-widget-id-264111-geo-id-693-population-group-54074999.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/idps_somalia_som_unhcr_prmn_displacement_dataset.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ipc_somalia_som_food_insecurity_oct_dec2022_projection.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/kenya-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/kenya-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/kenya_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/key_figures_eth_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/key_figures_ken_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/key_figures_som_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ourworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ourworldindata_other_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/oxford-covid-19-government-response-tracker.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/population.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/population_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/population_other_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/regions_tbl_regcov_2020_ocha.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/resource_downloader_xlsx_ukr_border_crossings_090622.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/sadd-countries-to-include.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/sadd_covid-data-dataset-fullvars-extype-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/sahel-humanitarian-needs-overview_prefix.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/somalia-acute-food-insecurity-country-data.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/somalia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/somalia-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/somalia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/somalia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/timeseries_casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/total-covid-19-tests-performed-by-country.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ukraine-border-crossings.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/ukraine-who-does-what-where-3w.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/unocha-office-locations.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/who_national2_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/who_national3_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/who_national_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/whowhatwhere_afg_3w_data.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/whowhatwhere_notags_3w_data.csv +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/test_output.xlsx +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/test_scraper_all.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/test_scraper_other.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/test_scraper_population.json +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/__init__.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/affected_targeted_reached.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/conftest.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/education_closures.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/education_enrolment.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_output.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_readers.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_regionlookup.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_runner.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_aggregation.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_appenddata.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_custom.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_global.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_multipleurls.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_national.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_regionaltoplevel.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_resource_downloaders.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_subnational.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_timeseries.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_sources.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_utils.py +0 -0
- {hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/unhcr_myanmar_idps.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: hdx-python-scraper
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4.0
|
|
4
4
|
Summary: HDX Python scraper utilities to assemble data from multiple sources
|
|
5
5
|
Project-URL: Homepage, https://github.com/OCHA-DAP/hdx-python-scraper
|
|
6
6
|
Author-email: Michael Rans <rans@email.com>
|
|
@@ -206,15 +206,18 @@ class Read(Retrieve):
|
|
|
206
206
|
if headers is None:
|
|
207
207
|
headers = 1
|
|
208
208
|
datasetinfo["headers"] = 1
|
|
209
|
-
kwargs["headers"] = headers
|
|
210
|
-
if isinstance(headers, list):
|
|
211
|
-
kwargs["fill_merged_cells"] = True
|
|
212
209
|
format = datasetinfo["format"]
|
|
213
210
|
kwargs["format"] = format
|
|
214
|
-
if
|
|
215
|
-
|
|
211
|
+
if format in ("xls", "xlsx"):
|
|
212
|
+
if not sheet:
|
|
213
|
+
sheet = 1
|
|
214
|
+
if isinstance(headers, list):
|
|
215
|
+
kwargs["fill_merged_cells"] = True
|
|
216
|
+
elif "fill_merged_cells" not in kwargs:
|
|
217
|
+
kwargs["fill_merged_cells"] = False
|
|
216
218
|
if sheet:
|
|
217
219
|
kwargs["sheet"] = sheet
|
|
220
|
+
kwargs["headers"] = headers
|
|
218
221
|
compression = datasetinfo.get("compression")
|
|
219
222
|
if compression:
|
|
220
223
|
kwargs["compression"] = compression
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/.github/workflows/run-python-tests.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/__init__.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/aggregator.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/rowparser.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/scraper.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/configurable/timeseries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/outputs/googlesheets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/fallbacks.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/src/hdx/scraper/utilities/region_lookup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/config/project_configuration.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/additional-json.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/test_scraper_other.json
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/fixtures/test_scraper_population.json
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/affected_targeted_reached.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/education_closures.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/education_enrolment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_regionlookup.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_aggregation.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_appenddata.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_custom.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_global.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_national.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_subnational.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/test_scrapers_timeseries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.3.9 → hdx_python_scraper-2.4.0}/tests/hdx/scraper/unhcr_myanmar_idps.py
RENAMED
|
File without changes
|