hdx-python-scraper 2.7.2__tar.gz → 2.7.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.7.2 → hdx_python_scraper-2.7.4}/PKG-INFO +7 -7
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/README.md +2 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/pyproject.toml +5 -6
- hdx_python_scraper-2.7.4/src/hdx/scraper/framework/_version.py +24 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/org_type_configuration.yaml +4 -4
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/sector_configuration.yaml +4 -4
- hdx_python_scraper-2.7.4/tests/fixtures/input/global-coordination-groups-beta.json +1 -0
- hdx_python_scraper-2.7.4/tests/fixtures/input/organization-types-beta.json +1 -0
- hdx_python_scraper-2.7.2/tests/fixtures/input/sector_global_coordination_groups_beta_csv.csv → hdx_python_scraper-2.7.4/tests/fixtures/input/sector_global_coordination_groups_beta_csv_no_hxl.csv +0 -1
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/uv.lock +161 -167
- hdx_python_scraper-2.7.2/src/hdx/scraper/framework/_version.py +0 -34
- hdx_python_scraper-2.7.2/tests/fixtures/input/global-coordination-groups-beta.json +0 -1
- hdx_python_scraper-2.7.2/tests/fixtures/input/organization-types-beta.json +0 -1
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/.github/workflows/publish.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/.gitignore +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/.pre-commit-config.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/LICENSE +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/documentation/.readthedocs.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/documentation/index.md +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/documentation/mkdocs.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/base_scraper.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/base.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/excelfile.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/googlesheets.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/json.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/runner.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/aggregator.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/configurable_scraper.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/resource_downloader.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/rowparser.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/timeseries.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/fallbacks.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/hapi_admins.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/lookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/org_type.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/reader.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/region_lookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/sector.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/sources.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/writer.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/config/project_configuration.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/access_2pacx-1vrszjzuyvt9i-mkrq2hbxrul2lx2vihkthqm-lae8nyhqty70zqtcufs3pxbhzgat1l2bkoa4-daoap-pub-gid-574237756-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/additional-json.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/altworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cbpf-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cbpf2-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf2-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf2_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/covax_2pacx-1vtvzu79pptfaa2syevoqfyrrjy63djwitqu0ffbxiqczoun9k9timwmrvfgg1rbsnlmgyugzseiaye2-pub-gid-992438980-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/covidtests_data-owid-covid-data.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/download-global-pcode-lengths.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/download-global-pcodes-adm-1-2.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/education_closures_broken.xls +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/education_enrolment_enrollment_data.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ethiopia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ethiopia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ethiopia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/fallbacks.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/gam_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/gam_other_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/global-school-closures-covid19.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idmc-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idps_download-displacement-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idps_override_population-widget-id-264111-geo-id-693-population-group-54074999.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idps_somalia_som_unhcr_prmn_displacement_dataset.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ipc_somalia_som_food_insecurity_oct_dec2022_projection.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/kenya-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/kenya-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/kenya_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.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.7.2 → hdx_python_scraper-2.7.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.7.2 → hdx_python_scraper-2.7.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.7.2/tests/fixtures/input/org_type_organization_types_beta_csv.csv → /hdx_python_scraper-2.7.4/tests/fixtures/input/org_type_organization_types_beta_csv_no_hxl.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ourworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.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.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/oxford-covid-19-government-response-tracker.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/population.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/population_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/population_other_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/regions_tbl_regcov_2020_ocha.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/resource_downloader_xlsx_ukr_border_crossings_090622.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sadd-countries-to-include.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sadd_covid-data-dataset-fullvars-extype-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sahel-humanitarian-needs-overview_prefix.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-acute-food-insecurity-country-data.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/timeseries_casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/total-covid-19-tests-performed-by-country.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ukraine-border-crossings.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ukraine-who-does-what-where-3w.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/unocha-office-locations.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/who_national2_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/who_national3_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/who_national_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/whowhatwhere_afg_3w_data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/input/whowhatwhere_notags_3w_data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/test_output.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/test_scraper_all.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/test_scraper_other.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/fixtures/test_scraper_population.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/conftest.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/affected_targeted_reached.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/education_closures.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/education_enrolment.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/test_custom.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/outputs/test_output.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_aggregation.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_appenddata.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_global.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_multipleurls.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_national.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_regionaltoplevel.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_resource_downloaders.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_subnational.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_timeseries.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/unhcr_myanmar_idps.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/test_runner.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_hapi_admins.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_lookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_readers.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_regionlookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_sources.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.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.7.
|
|
3
|
+
Version: 2.7.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>
|
|
@@ -18,23 +18,21 @@ Classifier: Operating System :: Unix
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Requires-Python: >=3.10
|
|
28
28
|
Requires-Dist: gspread
|
|
29
|
-
Requires-Dist: hdx-python-api>=6.6.
|
|
29
|
+
Requires-Dist: hdx-python-api>=6.6.7
|
|
30
30
|
Requires-Dist: hdx-python-country>=4.1.1
|
|
31
|
-
Requires-Dist: hdx-python-utilities
|
|
31
|
+
Requires-Dist: hdx-python-utilities==4.0.8
|
|
32
32
|
Requires-Dist: libhxl
|
|
33
33
|
Requires-Dist: regex
|
|
34
34
|
Provides-Extra: docs
|
|
35
35
|
Requires-Dist: mkapi; extra == 'docs'
|
|
36
|
-
Provides-Extra: pandas
|
|
37
|
-
Requires-Dist: pandas>=2.2.3; extra == 'pandas'
|
|
38
36
|
Description-Content-Type: text/markdown
|
|
39
37
|
|
|
40
38
|
[](https://github.com/OCHA-DAP/hdx-python-scraper/actions/workflows/run-python-tests.yaml)
|
|
@@ -43,6 +41,8 @@ Description-Content-Type: text/markdown
|
|
|
43
41
|
[](https://pycqa.github.io/isort/)
|
|
44
42
|
[](https://pypistats.org/packages/hdx-python-scraper)
|
|
45
43
|
|
|
44
|
+
Note: this library is no longer being developed.
|
|
45
|
+
|
|
46
46
|
The HDX Python Scraper Library is designed to enable you to easily develop code that
|
|
47
47
|
assembles data from one or more tabular sources that can be csv, xls, xlsx or JSON. It
|
|
48
48
|
uses a YAML file that specifies for each source what needs to be read and allows some
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
[](https://pycqa.github.io/isort/)
|
|
5
5
|
[](https://pypistats.org/packages/hdx-python-scraper)
|
|
6
6
|
|
|
7
|
+
Note: this library is no longer being developed.
|
|
8
|
+
|
|
7
9
|
The HDX Python Scraper Library is designed to enable you to easily develop code that
|
|
8
10
|
assembles data from one or more tabular sources that can be csv, xls, xlsx or JSON. It
|
|
9
11
|
uses a YAML file that specifies for each source what needs to be read and allows some
|
|
@@ -18,11 +18,11 @@ classifiers = [
|
|
|
18
18
|
"Programming Language :: Python",
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
20
|
"Programming Language :: Python :: 3 :: Only",
|
|
21
|
-
"Programming Language :: Python :: 3.8",
|
|
22
|
-
"Programming Language :: Python :: 3.9",
|
|
23
21
|
"Programming Language :: Python :: 3.10",
|
|
24
22
|
"Programming Language :: Python :: 3.11",
|
|
25
23
|
"Programming Language :: Python :: 3.12",
|
|
24
|
+
"Programming Language :: Python :: 3.13",
|
|
25
|
+
"Programming Language :: Python :: 3.14",
|
|
26
26
|
"Intended Audience :: Developers",
|
|
27
27
|
"License :: OSI Approved :: MIT License",
|
|
28
28
|
"Natural Language :: English",
|
|
@@ -37,21 +37,20 @@ requires-python = ">=3.10"
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
dependencies = [
|
|
40
|
-
"hdx-python-api>=6.6.
|
|
40
|
+
"hdx-python-api>=6.6.7",
|
|
41
41
|
"hdx-python-country>=4.1.1",
|
|
42
|
-
"hdx-python-utilities
|
|
42
|
+
"hdx-python-utilities==4.0.8",
|
|
43
43
|
"libhxl",
|
|
44
44
|
"gspread",
|
|
45
45
|
"regex",
|
|
46
46
|
]
|
|
47
47
|
|
|
48
48
|
[project.optional-dependencies]
|
|
49
|
-
pandas = ["pandas>=2.2.3"]
|
|
50
49
|
docs = ["mkapi"]
|
|
51
50
|
|
|
52
51
|
[dependency-groups]
|
|
53
52
|
dev = [
|
|
54
|
-
"pandas>=2.
|
|
53
|
+
"pandas>=2.3.3",
|
|
55
54
|
"pytest",
|
|
56
55
|
"pytest-cov",
|
|
57
56
|
"pre-commit",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# file generated by vcs-versioning
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
"__version__",
|
|
7
|
+
"__version_tuple__",
|
|
8
|
+
"version",
|
|
9
|
+
"version_tuple",
|
|
10
|
+
"__commit_id__",
|
|
11
|
+
"commit_id",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
version: str
|
|
15
|
+
__version__: str
|
|
16
|
+
__version_tuple__: tuple[int | str, ...]
|
|
17
|
+
version_tuple: tuple[int | str, ...]
|
|
18
|
+
commit_id: str | None
|
|
19
|
+
__commit_id__: str | None
|
|
20
|
+
|
|
21
|
+
__version__ = version = '2.7.4'
|
|
22
|
+
__version_tuple__ = version_tuple = (2, 7, 4)
|
|
23
|
+
|
|
24
|
+
__commit_id__ = commit_id = None
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
log_message: "Org type mapping"
|
|
2
2
|
file_prefix: "org_type"
|
|
3
|
-
code_key: "
|
|
4
|
-
name_key: "
|
|
3
|
+
code_key: "HR.info ID"
|
|
4
|
+
name_key: "Preferred Term"
|
|
5
5
|
|
|
6
6
|
datasetinfo:
|
|
7
7
|
dataset: "organization-types-beta"
|
|
8
|
-
resource: "Organization Types (Beta) - CSV"
|
|
8
|
+
resource: "Organization Types (Beta) - CSV no HXL"
|
|
9
9
|
format: "csv"
|
|
10
|
-
headers:
|
|
10
|
+
headers: 1
|
|
11
11
|
|
|
12
12
|
extra_entries:
|
|
13
13
|
"501": "Civil Society"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
log_message: "Sector mapping"
|
|
2
2
|
file_prefix: "sector"
|
|
3
|
-
code_key: "
|
|
4
|
-
name_key: "
|
|
3
|
+
code_key: "ACRONYM"
|
|
4
|
+
name_key: "Preferred Term"
|
|
5
5
|
|
|
6
6
|
datasetinfo:
|
|
7
7
|
dataset: "global-coordination-groups-beta"
|
|
8
|
-
resource: "Global Coordination Groups (Beta) CSV"
|
|
8
|
+
resource: "Global Coordination Groups (Beta) CSV no HXL"
|
|
9
9
|
format: "csv"
|
|
10
|
-
headers:
|
|
10
|
+
headers: 1
|
|
11
11
|
|
|
12
12
|
extra_entries:
|
|
13
13
|
"Cash": "Cash programming"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"archived": true, "creator_user_id": "0a4621e6-a52e-4a9d-a002-9d9e6c9de705", "data_update_frequency": "-1", "dataset_date": "[2017-04-12T00:00:00 TO 2017-04-12T23:59:59]", "dataset_preview": "no_preview", "dataset_source": "OCHA Digital Services", "has_geodata": false, "has_showcases": false, "id": "fecb7e53-e1bd-4d1c-8e22-2b638979b937", "is_requestdata_type": false, "isopen": false, "last_modified": "2026-04-09T08:44:08.407850", "license_id": "other-pd-nr", "license_title": "Public Domain / No restrictions (CC0)", "maintainer": "8a38b196-39de-48be-8223-614bb64d695c", "maintainer_email": "verity@un.org", "metadata_created": "2017-05-26T08:36:15.695556", "metadata_modified": "2026-04-09T10:44:28.742217", "methodology": "Other", "methodology_other": "Contains IASC designated Global Clusters and Areas of Responsibility", "name": "global-coordination-groups-beta", "notes": "Contains IASC designated Global Clusters and Areas of Responsibility. Global Clusters and Areas of Responsibility (AoR) were defined to enable more predictable leadership in situations of humanitarian emergency. The content includes the Preferred Term to be used for each Cluster and AoR, the Acronym (3-letter cluster code), the Group to which the term belongs (defining whether it is a Global Cluster or AoR) and the website URL. Both the Google Spreadsheet and CSV versions contain HXL hashtags.\r\n\r\nFor more information, please visit http://vocabulary.unocha.org/", "num_resources": 4, "num_tags": 3, "organization": {"id": "54255d0b-c6b1-4517-9722-17321f6634ab", "name": "ocha-ds", "title": "OCHA Digital Services", "type": "organization", "description": "OCHA coordinates effective and principled humanitarian action, advocates the rights of people in need, promotes preparedness and prevention and facilitates sustainable solutions. OCHA delivers its mandate through five core functions.", "image_url": "", "created": "2017-05-25T18:38:25.442651", "is_organization": true, "approval_status": "approved", "state": "active"}, "owner_org": "54255d0b-c6b1-4517-9722-17321f6634ab", "package_creator": "helenc", "pageviews_last_14_days": 7, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"World\"]}", "state": "active", "subnational": "0", "title": "Global Coordination Groups - Cluster & Area of Interest Official Names and Codes (Beta)", "total_res_downloads": 149, "type": "dataset", "updated_by_script": "hdx:HDXPythonLibrary/6.3.1-hdx_cli_toolkit_cjh (2025-04-25T15:02:54.067772)", "url": null, "version": null, "groups": [{"description": "", "display_name": "World", "id": "world", "image_display_url": "", "name": "world", "title": "World"}], "resources": [{"cache_last_updated": null, "cache_url": null, "created": "2017-05-26T08:36:17.998079", "datastore_active": false, "description": "CSV file containing HXL hashtags", "download_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=2037574879", "format": "CSV", "hash": "ab5ccfd29a27653e358336eda094b5f2", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=2037574879", "id": "b5d618bd-f363-4240-8ce2-1536beda9299", "last_modified": "2025-08-26T10:43:53.995853", "metadata_modified": "2025-08-26T17:17:09.908163", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Global Coordination Groups (Beta) CSV", "originalHash": "97196323", "package_id": "fecb7e53-e1bd-4d1c-8e22-2b638979b937", "pii_is_sensitive": false, "position": 0, "resource_type": "api", "size": 2541, "state": "active", "url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=2037574879", "url_type": "api"}, {"cache_last_updated": null, "cache_url": null, "created": "2017-05-26T08:36:16.724280", "datastore_active": false, "description": "Google Spreadsheet containing HXL hashtags", "download_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/edit#gid=2037574879", "format": "Google Sheet", "hash": "5f2f5859cb30f2b55fbe90601ebc5f31", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/edit#gid=2037574879", "id": "78c11196-ea24-438a-a467-2bc9f091ede4", "last_modified": "2026-04-09T08:44:08.407850", "metadata_modified": "2026-04-09T10:44:28.762186", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Global Coordination Groups (Beta) Google Sheet", "originalHash": "-1270551250", "package_id": "fecb7e53-e1bd-4d1c-8e22-2b638979b937", "pii_is_sensitive": false, "position": 1, "resource_type": "api", "size": 274637, "state": "active", "url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/edit#gid=2037574879", "url_type": "api"}, {"broken_link": true, "cache_last_updated": null, "cache_url": null, "created": "2017-05-26T08:36:19.851799", "datastore_active": false, "description": "JSON file (no HXL hashtags)", "download_url": "http://vocabulary.unocha.org/json/beta-v1/global_coordination_groups.json", "format": "JSON", "hash": "", "hdx_rel_url": "http://vocabulary.unocha.org/json/beta-v1/global_coordination_groups.json", "id": "d2be3158-6ff2-4e06-a28d-751c1acb79d1", "last_modified": "2025-08-08T01:02:10.734466", "metadata_modified": "2025-08-08T01:24:32.999521", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Global Coordination Groups (Beta) JSON", "originalHash": "97196323", "package_id": "fecb7e53-e1bd-4d1c-8e22-2b638979b937", "pii_is_sensitive": false, "position": 2, "resource_type": "api", "size": 0, "state": "active", "url": "http://vocabulary.unocha.org/json/beta-v1/global_coordination_groups.json", "url_type": "api"}, {"cache_last_updated": null, "cache_url": null, "created": "2026-04-09T05:50:26.823453", "dataset_preview_enabled": false, "datastore_active": false, "description": "", "download_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=0", "format": "CSV", "hash": "1ac81c2c26a0b9ea95accbe4870c432e", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=0", "id": "1917a21f-ec7a-46d8-af96-2e82c145fa25", "last_modified": "2026-04-09T08:44:08.407850", "metadata_modified": "2026-04-09T10:44:28.762344", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Global Coordination Groups (Beta) CSV no HXL", "originalHash": 8750915, "package_id": "fecb7e53-e1bd-4d1c-8e22-2b638979b937", "pii": false, "position": 3, "resource_type": "api", "size": 2354, "state": "active", "upload": null, "url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=0", "url_type": "api"}], "tags": [{"display_name": "cluster system", "id": "07bed635-2678-44bc-b132-210bb3cee1d3", "name": "cluster system", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "operational presence", "id": "a25059f9-7e1f-49be-b629-ccccd97a95f8", "name": "operational presence", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "due_date": null, "is_fresh": false, "update_status": "unknown", "x_resource_grouping": []}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"archived": true, "creator_user_id": "0a4621e6-a52e-4a9d-a002-9d9e6c9de705", "data_update_frequency": "-1", "dataset_date": "[2017-04-12T00:00:00 TO 2017-04-12T23:59:59]", "dataset_preview": "no_preview", "dataset_source": "OCHA Digital Services", "has_geodata": false, "has_showcases": false, "id": "7673079f-c5a5-4bc6-b575-fd9327fd794d", "is_requestdata_type": false, "isopen": false, "last_modified": "2026-04-09T08:44:08.560239", "license_id": "other-pd-nr", "license_title": "Public Domain / No restrictions (CC0)", "maintainer": "8a38b196-39de-48be-8223-614bb64d695c", "maintainer_email": "verity@un.org", "metadata_created": "2017-05-31T06:38:02.709000", "metadata_modified": "2026-04-09T09:46:45.103104", "methodology": "Other", "methodology_other": "Created in consultation with OCHA teams managing/using Organization Type lists ", "name": "organization-types-beta", "notes": "Includes types of organizations and associated definitions - e.g. United Nations, Donors, etc\r\n\r\nFor more information, please visit http://vocabulary.unocha.org/", "num_resources": 4, "num_tags": 1, "organization": {"id": "54255d0b-c6b1-4517-9722-17321f6634ab", "name": "ocha-ds", "title": "OCHA Digital Services", "type": "organization", "description": "OCHA coordinates effective and principled humanitarian action, advocates the rights of people in need, promotes preparedness and prevention and facilitates sustainable solutions. OCHA delivers its mandate through five core functions.", "image_url": "", "created": "2017-05-25T18:38:25.442651", "is_organization": true, "approval_status": "approved", "state": "active"}, "owner_org": "54255d0b-c6b1-4517-9722-17321f6634ab", "package_creator": "helenc", "pageviews_last_14_days": 0, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"World\"]}", "state": "active", "subnational": "0", "title": "Organization Types (Beta)", "total_res_downloads": 44, "type": "dataset", "url": null, "version": null, "groups": [{"description": "", "display_name": "World", "id": "world", "image_display_url": "", "name": "world", "title": "World"}], "resources": [{"cache_last_updated": null, "cache_url": null, "created": "2017-05-31T06:38:03.886642", "datastore_active": false, "description": "CSV file with HXL hashtags", "download_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=797752596", "format": "CSV", "hash": "2eed719722bc49b0188bfb677c796bd4", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=797752596", "id": "a4025d66-ac5f-4900-b740-6f1e2a2229bb", "last_modified": "2025-08-26T10:43:53.995853", "metadata_modified": "2025-08-26T13:52:03.014616", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Organization Types (Beta) - CSV", "originalHash": "97196323", "package_id": "7673079f-c5a5-4bc6-b575-fd9327fd794d", "pii_is_sensitive": false, "position": 0, "resource_type": "api", "size": 2584, "state": "active", "url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=797752596", "url_type": "api"}, {"cache_last_updated": null, "cache_url": null, "created": "2017-05-31T06:38:05.440106", "datastore_active": false, "description": "Google Spreadsheet with HXL hashtags", "download_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/edit#gid=797752596", "format": "Google Sheet", "hash": "01ee05c4af43ab00c84ad0f82a1df11d", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/edit#gid=797752596", "id": "9bd59efd-d11d-4896-bc14-56b23e799884", "last_modified": "2026-04-09T08:44:08.560239", "metadata_modified": "2026-04-09T09:46:45.119802", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Organization Types (Beta) - Google Sheet", "originalHash": "97196323", "package_id": "7673079f-c5a5-4bc6-b575-fd9327fd794d", "pii_is_sensitive": false, "position": 1, "resource_type": "api", "size": 202852, "state": "active", "url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/edit#gid=797752596", "url_type": "api"}, {"broken_link": true, "cache_last_updated": null, "cache_url": null, "created": "2017-05-31T06:38:07.266817", "datastore_active": false, "description": "JSON file", "download_url": "http://vocabulary.unocha.org/json/beta-v1/organization_types.json", "format": "JSON", "hash": "", "hdx_rel_url": "http://vocabulary.unocha.org/json/beta-v1/organization_types.json", "id": "a07575b9-a8e9-451a-9ab7-6d5a94d087b5", "last_modified": "2025-09-05T01:01:30.164419", "metadata_modified": "2025-09-05T01:59:53.886974", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Organization Types (Beta) - JSON", "originalHash": "97196323", "package_id": "7673079f-c5a5-4bc6-b575-fd9327fd794d", "pii_is_sensitive": false, "position": 2, "resource_type": "api", "size": 0, "state": "active", "url": "http://vocabulary.unocha.org/json/beta-v1/organization_types.json", "url_type": "api"}, {"cache_last_updated": null, "cache_url": null, "created": "2026-04-09T05:45:45.296623", "dataset_preview_enabled": false, "datastore_active": false, "description": "", "download_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=0", "format": "CSV", "hash": "6a1e54f4a7f30f461ac07dc90f9dc499", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=0", "id": "0c1e66c8-5333-4593-9e1b-fa9e41f13b92", "last_modified": "2026-04-09T08:44:08.560239", "metadata_modified": "2026-04-09T09:46:45.119963", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Organization Types (Beta) - CSV no HXL", "originalHash": 8750915, "package_id": "7673079f-c5a5-4bc6-b575-fd9327fd794d", "pii": false, "position": 3, "resource_type": "api", "size": 2699, "state": "active", "upload": null, "url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=0", "url_type": "api"}], "tags": [{"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "due_date": null, "is_fresh": false, "update_status": "unknown", "x_resource_grouping": []}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
HRinfo ID,Preferred Term,Preferred Term (fr),ACRONYM,Group Type,Homepage,Date Created (Post Date),Updated date,Notes
|
|
2
|
-
#sector +code +v_hrinfo_sector,#sector +name +preferred +i_en,#sector +name +preferred +i_fr,#sector +code +acronym,#sector +type,#meta +url,#date +created,#date +updated,#meta +comment
|
|
3
2
|
4,Emergency Shelter and NFI,Abris d'urgence et NFI,SHL,Cluster,https://www.sheltercluster.org/,03/16/2017,4/4/2018,"Added French name; shelter cluster uses ""NFI"" in French as well"
|
|
4
3
|
1,Camp Coordination / Management,Coordination et gestion des camps,CCM,Cluster,http://www.globalcccmcluster.org,03/16/2017,4/4/2018,Added French name
|
|
5
4
|
5406,Mine Action,Action contre les mines,PRO-MIN,Area of Responsibility (Sub-cluster),http://www.globalprotectioncluster.org/en/areas-of-responsibility/mine-action.html,03/16/2017,4/4/2018,Added French name
|