hdx-python-scraper 2.7.2__tar.gz → 2.7.3__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.3}/PKG-INFO +4 -4
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/pyproject.toml +4 -4
- hdx_python_scraper-2.7.3/src/hdx/scraper/framework/_version.py +24 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/org_type_configuration.yaml +4 -4
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sector_configuration.yaml +4 -4
- hdx_python_scraper-2.7.3/tests/fixtures/input/global-coordination-groups-beta.json +1 -0
- hdx_python_scraper-2.7.3/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.3/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.3}/uv.lock +65 -65
- 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.3}/.github/workflows/publish.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.gitignore +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.pre-commit-config.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/LICENSE +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/README.md +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/documentation/.readthedocs.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/documentation/index.md +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/documentation/mkdocs.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/base_scraper.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/base.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/excelfile.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/googlesheets.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/json.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/runner.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/aggregator.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/configurable_scraper.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/resource_downloader.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/rowparser.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/timeseries.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/fallbacks.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/hapi_admins.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/lookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/org_type.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/reader.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/region_lookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sector.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sources.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/writer.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/config/project_configuration.yaml +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/additional-json.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/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.3}/tests/fixtures/input/cbpf-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cbpf2-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf2-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf2_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/covidtests_data-owid-covid-data.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/download-global-pcode-lengths.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/download-global-pcodes-adm-1-2.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/education_closures_broken.xls +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/education_enrolment_enrollment_data.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/ethiopia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/ethiopia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/fallbacks.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/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.3}/tests/fixtures/input/global-school-closures-covid19.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/idmc-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/idps_download-displacement-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/idps_somalia_som_unhcr_prmn_displacement_dataset.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/kenya-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/kenya_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/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.3}/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.3}/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.3}/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.3}/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.3/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.3}/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.3}/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.3}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/oxford-covid-19-government-response-tracker.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/population.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/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.3}/tests/fixtures/input/regions_tbl_regcov_2020_ocha.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/resource_downloader_xlsx_ukr_border_crossings_090622.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sadd-countries-to-include.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sadd_covid-data-dataset-fullvars-extype-csv.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sahel-humanitarian-needs-overview_prefix.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/somalia-acute-food-insecurity-country-data.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/somalia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/somalia-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/somalia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3}/tests/fixtures/input/total-covid-19-tests-performed-by-country.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/ukraine-border-crossings.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/ukraine-who-does-what-where-3w.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/unocha-office-locations.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/who_national2_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/who_national3_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/who_national_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/whowhatwhere_afg_3w_data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/whowhatwhere_notags_3w_data.csv +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_output.xlsx +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_all.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_other.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_population.json +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/conftest.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/affected_targeted_reached.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/education_closures.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/education_enrolment.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/test_custom.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/outputs/test_output.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_aggregation.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_appenddata.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_global.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_multipleurls.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_national.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_regionaltoplevel.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_resource_downloaders.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_subnational.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_timeseries.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/unhcr_myanmar_idps.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/test_runner.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_hapi_admins.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_lookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_readers.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_regionlookup.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_sources.py +0 -0
- {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.3
|
|
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>
|
|
@@ -26,15 +26,15 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
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>=4.0.
|
|
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
36
|
Provides-Extra: pandas
|
|
37
|
-
Requires-Dist: pandas>=2.
|
|
37
|
+
Requires-Dist: pandas>=2.3.3; extra == 'pandas'
|
|
38
38
|
Description-Content-Type: text/markdown
|
|
39
39
|
|
|
40
40
|
[](https://github.com/OCHA-DAP/hdx-python-scraper/actions/workflows/run-python-tests.yaml)
|
|
@@ -37,21 +37,21 @@ 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>=4.0.
|
|
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.
|
|
49
|
+
pandas = ["pandas>=2.3.3"]
|
|
50
50
|
docs = ["mkapi"]
|
|
51
51
|
|
|
52
52
|
[dependency-groups]
|
|
53
53
|
dev = [
|
|
54
|
-
"pandas>=2.
|
|
54
|
+
"pandas>=2.3.3",
|
|
55
55
|
"pytest",
|
|
56
56
|
"pytest-cov",
|
|
57
57
|
"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.3'
|
|
22
|
+
__version_tuple__ = version_tuple = (2, 7, 3)
|
|
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
|
|
@@ -649,7 +649,7 @@ wheels = [
|
|
|
649
649
|
|
|
650
650
|
[[package]]
|
|
651
651
|
name = "hdx-python-api"
|
|
652
|
-
version = "6.6.
|
|
652
|
+
version = "6.6.7"
|
|
653
653
|
source = { registry = "https://pypi.org/simple" }
|
|
654
654
|
dependencies = [
|
|
655
655
|
{ name = "ckanapi" },
|
|
@@ -660,9 +660,9 @@ dependencies = [
|
|
|
660
660
|
{ name = "makefun" },
|
|
661
661
|
{ name = "requests" },
|
|
662
662
|
]
|
|
663
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
663
|
+
sdist = { url = "https://files.pythonhosted.org/packages/13/18/47bc34144f7a46299b2eb3951da2b84fdb6069229f8928131ccf28d918a7/hdx_python_api-6.6.7.tar.gz", hash = "sha256:69270a6ccb9ce3cd033446d3b9919a715f491cea0469e6918ecf271daae81d3d", size = 523339, upload-time = "2026-04-07T03:37:38.16Z" }
|
|
664
664
|
wheels = [
|
|
665
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
665
|
+
{ url = "https://files.pythonhosted.org/packages/d2/98/d913ac3cf8f37dfd5bc16fdb0ce67d47cc0bf0236a56d397bf96e4099224/hdx_python_api-6.6.7-py3-none-any.whl", hash = "sha256:7dedf97e69cf16e9eaf0cff1d02be13c7daba0d390baacabd30ddbaecab7d4f6", size = 70456, upload-time = "2026-04-07T03:37:36.647Z" },
|
|
666
666
|
]
|
|
667
667
|
|
|
668
668
|
[[package]]
|
|
@@ -696,13 +696,13 @@ docs = [
|
|
|
696
696
|
]
|
|
697
697
|
pandas = [
|
|
698
698
|
{ name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
|
699
|
-
{ name = "pandas", version = "3.0.
|
|
699
|
+
{ name = "pandas", version = "3.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
|
700
700
|
]
|
|
701
701
|
|
|
702
702
|
[package.dev-dependencies]
|
|
703
703
|
dev = [
|
|
704
704
|
{ name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
|
705
|
-
{ name = "pandas", version = "3.0.
|
|
705
|
+
{ name = "pandas", version = "3.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
|
706
706
|
{ name = "pre-commit" },
|
|
707
707
|
{ name = "pytest" },
|
|
708
708
|
{ name = "pytest-cov" },
|
|
@@ -712,19 +712,19 @@ dev = [
|
|
|
712
712
|
[package.metadata]
|
|
713
713
|
requires-dist = [
|
|
714
714
|
{ name = "gspread" },
|
|
715
|
-
{ name = "hdx-python-api", specifier = ">=6.6.
|
|
715
|
+
{ name = "hdx-python-api", specifier = ">=6.6.7" },
|
|
716
716
|
{ name = "hdx-python-country", specifier = ">=4.1.1" },
|
|
717
|
-
{ name = "hdx-python-utilities", specifier = ">=4.0.
|
|
717
|
+
{ name = "hdx-python-utilities", specifier = ">=4.0.8" },
|
|
718
718
|
{ name = "libhxl" },
|
|
719
719
|
{ name = "mkapi", marker = "extra == 'docs'" },
|
|
720
|
-
{ name = "pandas", marker = "extra == 'pandas'", specifier = ">=2.
|
|
720
|
+
{ name = "pandas", marker = "extra == 'pandas'", specifier = ">=2.3.3" },
|
|
721
721
|
{ name = "regex" },
|
|
722
722
|
]
|
|
723
723
|
provides-extras = ["docs", "pandas"]
|
|
724
724
|
|
|
725
725
|
[package.metadata.requires-dev]
|
|
726
726
|
dev = [
|
|
727
|
-
{ name = "pandas", specifier = ">=2.
|
|
727
|
+
{ name = "pandas", specifier = ">=2.3.3" },
|
|
728
728
|
{ name = "pre-commit" },
|
|
729
729
|
{ name = "pytest" },
|
|
730
730
|
{ name = "pytest-cov" },
|
|
@@ -733,7 +733,7 @@ dev = [
|
|
|
733
733
|
|
|
734
734
|
[[package]]
|
|
735
735
|
name = "hdx-python-utilities"
|
|
736
|
-
version = "4.0.
|
|
736
|
+
version = "4.0.8"
|
|
737
737
|
source = { registry = "https://pypi.org/simple" }
|
|
738
738
|
dependencies = [
|
|
739
739
|
{ name = "frictionless" },
|
|
@@ -752,9 +752,9 @@ dependencies = [
|
|
|
752
752
|
{ name = "xlsx2csv" },
|
|
753
753
|
{ name = "xlwt" },
|
|
754
754
|
]
|
|
755
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
755
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6f/05/35b56fae90e5c5e9c6cfc6250ab17d1ab54c20db381aee4cef2cc7005e5e/hdx_python_utilities-4.0.8.tar.gz", hash = "sha256:53a9c45f7be4ce15d4ae3c039ad696ca5dd0b1ee64f4c623a06c7ea66c4dc3b0", size = 2108216, upload-time = "2026-02-26T02:17:05.493Z" }
|
|
756
756
|
wheels = [
|
|
757
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
757
|
+
{ url = "https://files.pythonhosted.org/packages/fc/8b/d23c78422ce1754cd4d93df8f41bea79defb1a0672d0860d7929348abcec/hdx_python_utilities-4.0.8-py3-none-any.whl", hash = "sha256:d6f608c680ec3a19357e0e6506fed25f8c8b9ac253e1886962e60f7817de6cd6", size = 66204, upload-time = "2026-02-26T02:17:04.091Z" },
|
|
758
758
|
]
|
|
759
759
|
|
|
760
760
|
[[package]]
|
|
@@ -1480,7 +1480,7 @@ wheels = [
|
|
|
1480
1480
|
|
|
1481
1481
|
[[package]]
|
|
1482
1482
|
name = "pandas"
|
|
1483
|
-
version = "3.0.
|
|
1483
|
+
version = "3.0.2"
|
|
1484
1484
|
source = { registry = "https://pypi.org/simple" }
|
|
1485
1485
|
resolution-markers = [
|
|
1486
1486
|
"python_full_version >= '3.14' and sys_platform == 'win32'",
|
|
@@ -1495,55 +1495,55 @@ dependencies = [
|
|
|
1495
1495
|
{ name = "python-dateutil", marker = "python_full_version >= '3.11'" },
|
|
1496
1496
|
{ name = "tzdata", marker = "(python_full_version >= '3.11' and sys_platform == 'emscripten') or (python_full_version >= '3.11' and sys_platform == 'win32')" },
|
|
1497
1497
|
]
|
|
1498
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1499
|
-
wheels = [
|
|
1500
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1501
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1502
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1503
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1504
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1505
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1506
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1507
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1508
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1509
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1510
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1511
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1512
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1513
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1514
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1515
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1516
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1517
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1518
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1519
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1520
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1521
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1522
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1523
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1524
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1525
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1526
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1527
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1528
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1529
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1530
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1531
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1532
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1533
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1534
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1535
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1536
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1537
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1538
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1539
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1540
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1541
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1542
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1543
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1544
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1545
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1546
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1498
|
+
sdist = { url = "https://files.pythonhosted.org/packages/da/99/b342345300f13440fe9fe385c3c481e2d9a595ee3bab4d3219247ac94e9a/pandas-3.0.2.tar.gz", hash = "sha256:f4753e73e34c8d83221ba58f232433fca2748be8b18dbca02d242ed153945043", size = 4645855, upload-time = "2026-03-31T06:48:30.816Z" }
|
|
1499
|
+
wheels = [
|
|
1500
|
+
{ url = "https://files.pythonhosted.org/packages/97/35/6411db530c618e0e0005187e35aa02ce60ae4c4c4d206964a2f978217c27/pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a727a73cbdba2f7458dc82449e2315899d5140b449015d822f515749a46cbbe0", size = 10326926, upload-time = "2026-03-31T06:46:08.29Z" },
|
|
1501
|
+
{ url = "https://files.pythonhosted.org/packages/c4/d3/b7da1d5d7dbdc5ef52ed7debd2b484313b832982266905315dad5a0bf0b1/pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dbbd4aa20ca51e63b53bbde6a0fa4254b1aaabb74d2f542df7a7959feb1d760c", size = 9926987, upload-time = "2026-03-31T06:46:11.724Z" },
|
|
1502
|
+
{ url = "https://files.pythonhosted.org/packages/52/77/9b1c2d6070b5dbe239a7bc889e21bfa58720793fb902d1e070695d87c6d0/pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:339dda302bd8369dedeae979cb750e484d549b563c3f54f3922cb8ff4978c5eb", size = 10757067, upload-time = "2026-03-31T06:46:14.903Z" },
|
|
1503
|
+
{ url = "https://files.pythonhosted.org/packages/20/17/ec40d981705654853726e7ac9aea9ddbb4a5d9cf54d8472222f4f3de06c2/pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:61c2fd96d72b983a9891b2598f286befd4ad262161a609c92dc1652544b46b76", size = 11258787, upload-time = "2026-03-31T06:46:17.683Z" },
|
|
1504
|
+
{ url = "https://files.pythonhosted.org/packages/90/e3/3f1126d43d3702ca8773871a81c9f15122a1f412342cc56284ffda5b1f70/pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c934008c733b8bbea273ea308b73b3156f0181e5b72960790b09c18a2794fe1e", size = 11771616, upload-time = "2026-03-31T06:46:20.532Z" },
|
|
1505
|
+
{ url = "https://files.pythonhosted.org/packages/2e/cf/0f4e268e1f5062e44a6bda9f925806721cd4c95c2b808a4c82ebe914f96b/pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:60a80bb4feacbef5e1447a3f82c33209c8b7e07f28d805cfd1fb951e5cb443aa", size = 12337623, upload-time = "2026-03-31T06:46:23.754Z" },
|
|
1506
|
+
{ url = "https://files.pythonhosted.org/packages/44/a0/97a6339859d4acb2536efb24feb6708e82f7d33b2ed7e036f2983fcced82/pandas-3.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:ed72cb3f45190874eb579c64fa92d9df74e98fd63e2be7f62bce5ace0ade61df", size = 9897372, upload-time = "2026-03-31T06:46:26.703Z" },
|
|
1507
|
+
{ url = "https://files.pythonhosted.org/packages/8f/eb/781516b808a99ddf288143cec46b342b3016c3414d137da1fdc3290d8860/pandas-3.0.2-cp311-cp311-win_arm64.whl", hash = "sha256:f12b1a9e332c01e09510586f8ca9b108fd631fd656af82e452d7315ef6df5f9f", size = 9154922, upload-time = "2026-03-31T06:46:30.284Z" },
|
|
1508
|
+
{ url = "https://files.pythonhosted.org/packages/f3/b0/c20bd4d6d3f736e6bd6b55794e9cd0a617b858eaad27c8f410ea05d953b7/pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:232a70ebb568c0c4d2db4584f338c1577d81e3af63292208d615907b698a0f18", size = 10347921, upload-time = "2026-03-31T06:46:33.36Z" },
|
|
1509
|
+
{ url = "https://files.pythonhosted.org/packages/35/d0/4831af68ce30cc2d03c697bea8450e3225a835ef497d0d70f31b8cdde965/pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:970762605cff1ca0d3f71ed4f3a769ea8f85fc8e6348f6e110b8fea7e6eb5a14", size = 9888127, upload-time = "2026-03-31T06:46:36.253Z" },
|
|
1510
|
+
{ url = "https://files.pythonhosted.org/packages/61/a9/16ea9346e1fc4a96e2896242d9bc674764fb9049b0044c0132502f7a771e/pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:aff4e6f4d722e0652707d7bcb190c445fe58428500c6d16005b02401764b1b3d", size = 10399577, upload-time = "2026-03-31T06:46:39.224Z" },
|
|
1511
|
+
{ url = "https://files.pythonhosted.org/packages/c4/a8/3a61a721472959ab0ce865ef05d10b0d6bfe27ce8801c99f33d4fa996e65/pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ef8b27695c3d3dc78403c9a7d5e59a62d5464a7e1123b4e0042763f7104dc74f", size = 10880030, upload-time = "2026-03-31T06:46:42.412Z" },
|
|
1512
|
+
{ url = "https://files.pythonhosted.org/packages/da/65/7225c0ea4d6ce9cb2160a7fb7f39804871049f016e74782e5dade4d14109/pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f8d68083e49e16b84734eb1a4dcae4259a75c90fb6e2251ab9a00b61120c06ab", size = 11409468, upload-time = "2026-03-31T06:46:45.2Z" },
|
|
1513
|
+
{ url = "https://files.pythonhosted.org/packages/fa/5b/46e7c76032639f2132359b5cf4c785dd8cf9aea5ea64699eac752f02b9db/pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:32cc41f310ebd4a296d93515fcac312216adfedb1894e879303987b8f1e2b97d", size = 11936381, upload-time = "2026-03-31T06:46:48.293Z" },
|
|
1514
|
+
{ url = "https://files.pythonhosted.org/packages/7b/8b/721a9cff6fa6a91b162eb51019c6243b82b3226c71bb6c8ef4a9bd65cbc6/pandas-3.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:a4785e1d6547d8427c5208b748ae2efb64659a21bd82bf440d4262d02bfa02a4", size = 9744993, upload-time = "2026-03-31T06:46:51.488Z" },
|
|
1515
|
+
{ url = "https://files.pythonhosted.org/packages/d5/18/7f0bd34ae27b28159aa80f2a6799f47fda34f7fb938a76e20c7b7fe3b200/pandas-3.0.2-cp312-cp312-win_arm64.whl", hash = "sha256:08504503f7101300107ecdc8df73658e4347586db5cfdadabc1592e9d7e7a0fd", size = 9056118, upload-time = "2026-03-31T06:46:54.548Z" },
|
|
1516
|
+
{ url = "https://files.pythonhosted.org/packages/bf/ca/3e639a1ea6fcd0617ca4e8ca45f62a74de33a56ae6cd552735470b22c8d3/pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b5918ba197c951dec132b0c5929a00c0bf05d5942f590d3c10a807f6e15a57d3", size = 10321105, upload-time = "2026-03-31T06:46:57.327Z" },
|
|
1517
|
+
{ url = "https://files.pythonhosted.org/packages/0b/77/dbc82ff2fb0e63c6564356682bf201edff0ba16c98630d21a1fb312a8182/pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d606a041c89c0a474a4702d532ab7e73a14fe35c8d427b972a625c8e46373668", size = 9864088, upload-time = "2026-03-31T06:46:59.935Z" },
|
|
1518
|
+
{ url = "https://files.pythonhosted.org/packages/5c/2b/341f1b04bbca2e17e13cd3f08c215b70ef2c60c5356ef1e8c6857449edc7/pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:710246ba0616e86891b58ab95f2495143bb2bc83ab6b06747c74216f583a6ac9", size = 10369066, upload-time = "2026-03-31T06:47:02.792Z" },
|
|
1519
|
+
{ url = "https://files.pythonhosted.org/packages/12/c5/cbb1ffefb20a93d3f0e1fdcda699fb84976210d411b008f97f48bf6ce27e/pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5d3cfe227c725b1f3dff4278b43d8c784656a42a9325b63af6b1492a8232209e", size = 10876780, upload-time = "2026-03-31T06:47:06.205Z" },
|
|
1520
|
+
{ url = "https://files.pythonhosted.org/packages/98/fe/2249ae5e0a69bd0ddf17353d0a5d26611d70970111f5b3600cdc8be883e7/pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c3b723df9087a9a9a840e263ebd9f88b64a12075d1bf2ea401a5a42f254f084d", size = 11375181, upload-time = "2026-03-31T06:47:09.383Z" },
|
|
1521
|
+
{ url = "https://files.pythonhosted.org/packages/de/64/77a38b09e70b6464883b8d7584ab543e748e42c1b5d337a2ee088e0df741/pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a3096110bf9eac0070b7208465f2740e2d8a670d5cb6530b5bb884eca495fd39", size = 11928899, upload-time = "2026-03-31T06:47:12.686Z" },
|
|
1522
|
+
{ url = "https://files.pythonhosted.org/packages/5e/52/42855bf626868413f761addd574acc6195880ae247a5346477a4361c3acb/pandas-3.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:07a10f5c36512eead51bc578eb3354ad17578b22c013d89a796ab5eee90cd991", size = 9746574, upload-time = "2026-03-31T06:47:15.64Z" },
|
|
1523
|
+
{ url = "https://files.pythonhosted.org/packages/88/39/21304ae06a25e8bf9fc820d69b29b2c495b2ae580d1e143146c309941760/pandas-3.0.2-cp313-cp313-win_arm64.whl", hash = "sha256:5fdbfa05931071aba28b408e59226186b01eb5e92bea2ab78b65863ca3228d84", size = 9047156, upload-time = "2026-03-31T06:47:18.595Z" },
|
|
1524
|
+
{ url = "https://files.pythonhosted.org/packages/72/20/7defa8b27d4f330a903bb68eea33be07d839c5ea6bdda54174efcec0e1d2/pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:dbc20dea3b9e27d0e66d74c42b2d0c1bed9c2ffe92adea33633e3bedeb5ac235", size = 10756238, upload-time = "2026-03-31T06:47:22.012Z" },
|
|
1525
|
+
{ url = "https://files.pythonhosted.org/packages/e9/95/49433c14862c636afc0e9b2db83ff16b3ad92959364e52b2955e44c8e94c/pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b75c347eff42497452116ce05ef461822d97ce5b9ff8df6edacb8076092c855d", size = 10408520, upload-time = "2026-03-31T06:47:25.197Z" },
|
|
1526
|
+
{ url = "https://files.pythonhosted.org/packages/3b/f8/462ad2b5881d6b8ec8e5f7ed2ea1893faa02290d13870a1600fe72ad8efc/pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d1478075142e83a5571782ad007fb201ed074bdeac7ebcc8890c71442e96adf7", size = 10324154, upload-time = "2026-03-31T06:47:28.097Z" },
|
|
1527
|
+
{ url = "https://files.pythonhosted.org/packages/0a/65/d1e69b649cbcddda23ad6e4c40ef935340f6f652a006e5cbc3555ac8adb3/pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5880314e69e763d4c8b27937090de570f1fb8d027059a7ada3f7f8e98bdcb677", size = 10714449, upload-time = "2026-03-31T06:47:30.85Z" },
|
|
1528
|
+
{ url = "https://files.pythonhosted.org/packages/47/a4/85b59bc65b8190ea3689882db6cdf32a5003c0ccd5a586c30fdcc3ffc4fc/pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:b5329e26898896f06035241a626d7c335daa479b9bbc82be7c2742d048e41172", size = 11338475, upload-time = "2026-03-31T06:47:34.026Z" },
|
|
1529
|
+
{ url = "https://files.pythonhosted.org/packages/1e/c4/bc6966c6e38e5d9478b935272d124d80a589511ed1612a5d21d36f664c68/pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:81526c4afd31971f8b62671442a4b2b51e0aa9acc3819c9f0f12a28b6fcf85f1", size = 11786568, upload-time = "2026-03-31T06:47:36.941Z" },
|
|
1530
|
+
{ url = "https://files.pythonhosted.org/packages/e8/74/09298ca9740beed1d3504e073d67e128aa07e5ca5ca2824b0c674c0b8676/pandas-3.0.2-cp313-cp313t-win_amd64.whl", hash = "sha256:7cadd7e9a44ec13b621aec60f9150e744cfc7a3dd32924a7e2f45edff31823b0", size = 10488652, upload-time = "2026-03-31T06:47:40.612Z" },
|
|
1531
|
+
{ url = "https://files.pythonhosted.org/packages/bb/40/c6ea527147c73b24fc15c891c3fcffe9c019793119c5742b8784a062c7db/pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:db0dbfd2a6cdf3770aa60464d50333d8f3d9165b2f2671bcc299b72de5a6677b", size = 10326084, upload-time = "2026-03-31T06:47:43.834Z" },
|
|
1532
|
+
{ url = "https://files.pythonhosted.org/packages/95/25/bdb9326c3b5455f8d4d3549fce7abcf967259de146fe2cf7a82368141948/pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0555c5882688a39317179ab4a0ed41d3ebc8812ab14c69364bbee8fb7a3f6288", size = 9914146, upload-time = "2026-03-31T06:47:46.67Z" },
|
|
1533
|
+
{ url = "https://files.pythonhosted.org/packages/8d/77/3a227ff3337aa376c60d288e1d61c5d097131d0ac71f954d90a8f369e422/pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:01f31a546acd5574ef77fe199bc90b55527c225c20ccda6601cf6b0fd5ed597c", size = 10444081, upload-time = "2026-03-31T06:47:49.681Z" },
|
|
1534
|
+
{ url = "https://files.pythonhosted.org/packages/15/88/3cdd54fa279341afa10acf8d2b503556b1375245dccc9315659f795dd2e9/pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:deeca1b5a931fdf0c2212c8a659ade6d3b1edc21f0914ce71ef24456ca7a6535", size = 10897535, upload-time = "2026-03-31T06:47:53.033Z" },
|
|
1535
|
+
{ url = "https://files.pythonhosted.org/packages/06/9d/98cc7a7624f7932e40f434299260e2917b090a579d75937cb8a57b9d2de3/pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0f48afd9bb13300ffb5a3316973324c787054ba6665cda0da3fbd67f451995db", size = 11446992, upload-time = "2026-03-31T06:47:56.193Z" },
|
|
1536
|
+
{ url = "https://files.pythonhosted.org/packages/9a/cd/19ff605cc3760e80602e6826ddef2824d8e7050ed80f2e11c4b079741dc3/pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6c4d8458b97a35717b62469a4ea0e85abd5ed8687277f5ccfc67f8a5126f8c53", size = 11968257, upload-time = "2026-03-31T06:47:59.137Z" },
|
|
1537
|
+
{ url = "https://files.pythonhosted.org/packages/db/60/aba6a38de456e7341285102bede27514795c1eaa353bc0e7638b6b785356/pandas-3.0.2-cp314-cp314-win_amd64.whl", hash = "sha256:b35d14bb5d8285d9494fe93815a9e9307c0876e10f1e8e89ac5b88f728ec8dcf", size = 9865893, upload-time = "2026-03-31T06:48:02.038Z" },
|
|
1538
|
+
{ url = "https://files.pythonhosted.org/packages/08/71/e5ec979dd2e8a093dacb8864598c0ff59a0cee0bbcdc0bfec16a51684d4f/pandas-3.0.2-cp314-cp314-win_arm64.whl", hash = "sha256:63d141b56ef686f7f0d714cfb8de4e320475b86bf4b620aa0b7da89af8cbdbbb", size = 9188644, upload-time = "2026-03-31T06:48:05.045Z" },
|
|
1539
|
+
{ url = "https://files.pythonhosted.org/packages/f1/6c/7b45d85db19cae1eb524f2418ceaa9d85965dcf7b764ed151386b7c540f0/pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:140f0cffb1fa2524e874dde5b477d9defe10780d8e9e220d259b2c0874c89d9d", size = 10776246, upload-time = "2026-03-31T06:48:07.789Z" },
|
|
1540
|
+
{ url = "https://files.pythonhosted.org/packages/a8/3e/7b00648b086c106e81766f25322b48aa8dfa95b55e621dbdf2fdd413a117/pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ae37e833ff4fed0ba352f6bdd8b73ba3ab3256a85e54edfd1ab51ae40cca0af8", size = 10424801, upload-time = "2026-03-31T06:48:10.897Z" },
|
|
1541
|
+
{ url = "https://files.pythonhosted.org/packages/da/6e/558dd09a71b53b4008e7fc8a98ec6d447e9bfb63cdaeea10e5eb9b2dabe8/pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4d888a5c678a419a5bb41a2a93818e8ed9fd3172246555c0b37b7cc27027effd", size = 10345643, upload-time = "2026-03-31T06:48:13.7Z" },
|
|
1542
|
+
{ url = "https://files.pythonhosted.org/packages/be/e3/921c93b4d9a280409451dc8d07b062b503bbec0531d2627e73a756e99a82/pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b444dc64c079e84df91baa8bf613d58405645461cabca929d9178f2cd392398d", size = 10743641, upload-time = "2026-03-31T06:48:16.659Z" },
|
|
1543
|
+
{ url = "https://files.pythonhosted.org/packages/56/ca/fd17286f24fa3b4d067965d8d5d7e14fe557dd4f979a0b068ac0deaf8228/pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:4544c7a54920de8eeacaa1466a6b7268ecfbc9bc64ab4dbb89c6bbe94d5e0660", size = 11361993, upload-time = "2026-03-31T06:48:19.475Z" },
|
|
1544
|
+
{ url = "https://files.pythonhosted.org/packages/e4/a5/2f6ed612056819de445a433ca1f2821ac3dab7f150d569a59e9cc105de1d/pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:734be7551687c00fbd760dc0522ed974f82ad230d4a10f54bf51b80d44a08702", size = 11815274, upload-time = "2026-03-31T06:48:22.695Z" },
|
|
1545
|
+
{ url = "https://files.pythonhosted.org/packages/00/2f/b622683e99ec3ce00b0854bac9e80868592c5b051733f2cf3a868e5fea26/pandas-3.0.2-cp314-cp314t-win_amd64.whl", hash = "sha256:57a07209bebcbcf768d2d13c9b78b852f9a15978dac41b9e6421a81ad4cdd276", size = 10888530, upload-time = "2026-03-31T06:48:25.806Z" },
|
|
1546
|
+
{ url = "https://files.pythonhosted.org/packages/cb/2b/f8434233fab2bd66a02ec014febe4e5adced20e2693e0e90a07d118ed30e/pandas-3.0.2-cp314-cp314t-win_arm64.whl", hash = "sha256:5371b72c2d4d415d08765f32d689217a43227484e81b2305b52076e328f6f482", size = 9455341, upload-time = "2026-03-31T06:48:28.418Z" },
|
|
1547
1547
|
]
|
|
1548
1548
|
|
|
1549
1549
|
[[package]]
|
|
@@ -1880,11 +1880,11 @@ wheels = [
|
|
|
1880
1880
|
|
|
1881
1881
|
[[package]]
|
|
1882
1882
|
name = "pytz"
|
|
1883
|
-
version = "
|
|
1883
|
+
version = "2026.1.post1"
|
|
1884
1884
|
source = { registry = "https://pypi.org/simple" }
|
|
1885
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1885
|
+
sdist = { url = "https://files.pythonhosted.org/packages/56/db/b8721d71d945e6a8ac63c0fc900b2067181dbb50805958d4d4661cf7d277/pytz-2026.1.post1.tar.gz", hash = "sha256:3378dde6a0c3d26719182142c56e60c7f9af7e968076f31aae569d72a0358ee1", size = 321088, upload-time = "2026-03-03T07:47:50.683Z" }
|
|
1886
1886
|
wheels = [
|
|
1887
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1887
|
+
{ url = "https://files.pythonhosted.org/packages/10/99/781fe0c827be2742bcc775efefccb3b048a3a9c6ce9aec0cbf4a101677e5/pytz-2026.1.post1-py2.py3-none-any.whl", hash = "sha256:f2fd16142fda348286a75e1a524be810bb05d444e5a081f37f7affc635035f7a", size = 510489, upload-time = "2026-03-03T07:47:49.167Z" },
|
|
1888
1888
|
]
|
|
1889
1889
|
|
|
1890
1890
|
[[package]]
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools-scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
|
|
4
|
-
__all__ = [
|
|
5
|
-
"__version__",
|
|
6
|
-
"__version_tuple__",
|
|
7
|
-
"version",
|
|
8
|
-
"version_tuple",
|
|
9
|
-
"__commit_id__",
|
|
10
|
-
"commit_id",
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
TYPE_CHECKING = False
|
|
14
|
-
if TYPE_CHECKING:
|
|
15
|
-
from typing import Tuple
|
|
16
|
-
from typing import Union
|
|
17
|
-
|
|
18
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
-
COMMIT_ID = Union[str, None]
|
|
20
|
-
else:
|
|
21
|
-
VERSION_TUPLE = object
|
|
22
|
-
COMMIT_ID = object
|
|
23
|
-
|
|
24
|
-
version: str
|
|
25
|
-
__version__: str
|
|
26
|
-
__version_tuple__: VERSION_TUPLE
|
|
27
|
-
version_tuple: VERSION_TUPLE
|
|
28
|
-
commit_id: COMMIT_ID
|
|
29
|
-
__commit_id__: COMMIT_ID
|
|
30
|
-
|
|
31
|
-
__version__ = version = '2.7.2'
|
|
32
|
-
__version_tuple__ = version_tuple = (2, 7, 2)
|
|
33
|
-
|
|
34
|
-
__commit_id__ = commit_id = None
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"archived": false, "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_quickcharts": true, "has_showcases": false, "id": "fecb7e53-e1bd-4d1c-8e22-2b638979b937", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-12-31T01:02:15.957985", "license_id": "other-pd-nr", "license_title": "Public Domain / No Restrictions", "maintainer": "8a38b196-39de-48be-8223-614bb64d695c", "maintainer_email": null, "metadata_created": "2017-05-26T08:36:15.695556", "metadata_modified": "2024-12-31T13:23:34.446557", "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": 3, "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": 6, "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": 179, "type": "dataset", "url": null, "version": null, "groups": [{"description": "", "display_name": "World", "id": "world", "image_display_url": "", "name": "world", "title": "World"}], "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": [], "is_fresh": false, "update_status": "unknown", "x_resource_grouping": [], "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": "", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&gid=2037574879", "id": "b5d618bd-f363-4240-8ce2-1536beda9299", "last_modified": "2018-08-30T03:10:00.192201", "metadata_modified": "2021-06-03T07:41:14.474572", "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": null, "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": "", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/edit#gid=2037574879", "id": "78c11196-ea24-438a-a467-2bc9f091ede4", "last_modified": "2018-08-30T03:10:00.192201", "metadata_modified": "2021-06-03T07:41:14.474732", "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": null, "state": "active", "url": "https://docs.google.com/spreadsheets/d/1SxSircxhXMZCe0PWafCht-whjBdI9UqoeFeSUbiLGc4/export?format=csv&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": "2024-12-31T01:02:15.957985", "metadata_modified": "2024-12-31T13:23:34.466633", "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": null, "state": "active", "url": "http://vocabulary.unocha.org/json/beta-v1/global_coordination_groups.json", "url_type": "api"}]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"archived": false, "batch": "1e7528a3-18f5-4cae-9624-6b323e331825", "creator_user_id": "0a4621e6-a52e-4a9d-a002-9d9e6c9de705", "data_update_frequency": "-2", "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_quickcharts": true, "has_showcases": false, "id": "7673079f-c5a5-4bc6-b575-fd9327fd794d", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-12-31T01:02:15.957985", "license_id": "other-pd-nr", "license_title": "Public Domain / No Restrictions", "maintainer": "8a38b196-39de-48be-8223-614bb64d695c", "maintainer_email": null, "metadata_created": "2017-05-31T06:38:02.709000", "metadata_modified": "2024-12-31T13:13:43.459361", "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": 3, "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": 1, "private": false, "qa_completed": false, "review_date": "2021-05-24T09:46:32.072913", "solr_additions": "{\"countries\": [\"World\"]}", "state": "active", "subnational": "0", "title": "Organization Types (Beta)", "total_res_downloads": 36, "type": "dataset", "url": null, "version": null, "groups": [{"description": "", "display_name": "World", "id": "world", "image_display_url": "", "name": "world", "title": "World"}], "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": [], "is_fresh": false, "update_status": "unknown", "x_resource_grouping": [], "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": "", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&gid=797752596", "id": "a4025d66-ac5f-4900-b740-6f1e2a2229bb", "last_modified": "2017-05-31T06:38:10.243126", "metadata_modified": "2021-06-03T07:41:27.168349", "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": null, "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": "", "hdx_rel_url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/edit#gid=797752596", "id": "9bd59efd-d11d-4896-bc14-56b23e799884", "last_modified": "2017-05-31T06:38:10.243126", "metadata_modified": "2021-06-03T07:41:27.168662", "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": null, "state": "active", "url": "https://docs.google.com/spreadsheets/d/12nKxos71U6lkttpyYTfwI2bDq9yeN1J7jplHocN96_0/export?format=csv&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": "2024-12-31T01:02:15.957985", "metadata_modified": "2024-12-31T13:13:43.467487", "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": null, "state": "active", "url": "http://vocabulary.unocha.org/json/beta-v1/organization_types.json", "url_type": "api"}]}
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.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
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/base_scraper.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/__init__.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/base.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/excelfile.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/json.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/lookup.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/reader.py
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sector.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sources.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/writer.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/config/project_configuration.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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
|
|
File without changes
|
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_other.json
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_population.json
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/__init__.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/conftest.py
RENAMED
|
File without changes
|
{hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/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.7.2 → hdx_python_scraper-2.7.3}/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
|
|
File without changes
|