hdx-python-scraper 2.5.3__tar.gz → 2.5.4__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.5.3 → hdx_python_scraper-2.5.4}/PKG-INFO +1 -1
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/_version.py +2 -2
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/sector_configuration.yaml +3 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.config/coveragerc +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.config/pre-commit-config.yaml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.config/pytest.ini +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.config/ruff.toml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.github/workflows/publish.yaml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.gitignore +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/CONTRIBUTING.md +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/LICENSE +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/README.md +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/documentation/.readthedocs.yaml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/documentation/main.md +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/documentation/pydoc-markdown.yaml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/pyproject.toml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/requirements.txt +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/base_scraper.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/base.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/excelfile.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/googlesheets.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/json.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/runner.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/aggregator.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/configurable_scraper.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/resource_downloader.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/rowparser.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/timeseries.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/fallbacks.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/reader.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/region_lookup.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/sector.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/sources.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/writer.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/config/project_configuration.yaml +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/access_2pacx-1vrszjzuyvt9i-mkrq2hbxrul2lx2vihkthqm-lae8nyhqty70zqtcufs3pxbhzgat1l2bkoa4-daoap-pub-gid-574237756-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/additional-json.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/altworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/cbpf-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/cbpf2-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/cerf-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/cerf2-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/cerf2_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/cerf_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/covax_2pacx-1vtvzu79pptfaa2syevoqfyrrjy63djwitqu0ffbxiqczoun9k9timwmrvfgg1rbsnlmgyugzseiaye2-pub-gid-992438980-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/covidtests_data-owid-covid-data.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/education_closures_broken.xls +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/education_enrolment_enrollment_data.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ethiopia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ethiopia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ethiopia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/fallbacks.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/gam_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/gam_other_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/global-coordination-groups-beta.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/global-school-closures-covid19.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/idmc-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/idps_download-displacement-data.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/idps_override_population-widget-id-264111-geo-id-693-population-group-54074999.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/idps_somalia_som_unhcr_prmn_displacement_dataset.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ipc_somalia_som_food_insecurity_oct_dec2022_projection.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/kenya-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/kenya-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/kenya_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/key_figures_eth_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/key_figures_ken_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/key_figures_som_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ourworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ourworldindata_other_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/oxford-covid-19-government-response-tracker.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/population.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/population_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/population_other_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/regions_tbl_regcov_2020_ocha.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/resource_downloader_xlsx_ukr_border_crossings_090622.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/sadd-countries-to-include.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/sadd_covid-data-dataset-fullvars-extype-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/sahel-humanitarian-needs-overview_prefix.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/sector_global_coordination_groups_beta_csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/somalia-acute-food-insecurity-country-data.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/somalia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/somalia-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/somalia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/somalia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/timeseries_casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/total-covid-19-tests-performed-by-country.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ukraine-border-crossings.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/ukraine-who-does-what-where-3w.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/unocha-office-locations.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/who_national2_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/who_national3_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/who_national_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/whowhatwhere_afg_3w_data.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/input/whowhatwhere_notags_3w_data.csv +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/test_output.xlsx +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/test_scraper_all.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/test_scraper_other.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/test_scraper_population.json +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/conftest.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/custom/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/custom/affected_targeted_reached.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/custom/education_closures.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/custom/education_enrolment.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/custom/test_custom.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/outputs/test_output.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_aggregation.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_appenddata.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_global.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_multipleurls.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_national.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_regionaltoplevel.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_resource_downloaders.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_subnational.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/test_timeseries.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/scrapers/unhcr_myanmar_idps.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/test_runner.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/utilities/test_readers.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/utilities/test_regionlookup.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/utilities/test_sector.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/utilities/test_sources.py +0 -0
- {hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/utilities/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hdx-python-scraper
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.4
|
|
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>
|
|
@@ -16,6 +16,7 @@ sector_map:
|
|
|
16
16
|
abris nfi: "SHL"
|
|
17
17
|
action contre les mines: "PRO-MIN"
|
|
18
18
|
aee: "SHL"
|
|
19
|
+
agr: "FSC"
|
|
19
20
|
agriculture: "FSC"
|
|
20
21
|
agua saneamiento e higiene: "WSH"
|
|
21
22
|
all: "Intersectoral"
|
|
@@ -35,6 +36,7 @@ sector_map:
|
|
|
35
36
|
coordinacion informacion: "CCM"
|
|
36
37
|
coordination: "CCM"
|
|
37
38
|
coordination et gestion des camps: "CCM"
|
|
39
|
+
css: "CCM"
|
|
38
40
|
eah: "WSH"
|
|
39
41
|
eau: "WSH"
|
|
40
42
|
eau assainissement et hygiene: "WSH"
|
|
@@ -67,6 +69,7 @@ sector_map:
|
|
|
67
69
|
logistica: "LOG"
|
|
68
70
|
logistique: "LOG"
|
|
69
71
|
manejo y gestion de campamentos: "CCM"
|
|
72
|
+
mpc: "Cash"
|
|
70
73
|
ms: "Multi"
|
|
71
74
|
multi secteur: "Multi"
|
|
72
75
|
multisectoriel: "Multi"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/.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.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/base_scraper.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/__init__.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/base.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/excelfile.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/outputs/json.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/scrapers/__init__.py
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
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/reader.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/sector.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/sources.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/src/hdx/scraper/framework/utilities/writer.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/config/project_configuration.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/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
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/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
|
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/test_scraper_other.json
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/fixtures/test_scraper_population.json
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/__init__.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/conftest.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/custom/__init__.py
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
|
{hdx_python_scraper-2.5.3 → hdx_python_scraper-2.5.4}/tests/hdx/scraper/framework/test_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|