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.
Files changed (147) hide show
  1. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/PKG-INFO +4 -4
  2. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/pyproject.toml +4 -4
  3. hdx_python_scraper-2.7.3/src/hdx/scraper/framework/_version.py +24 -0
  4. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/org_type_configuration.yaml +4 -4
  5. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sector_configuration.yaml +4 -4
  6. hdx_python_scraper-2.7.3/tests/fixtures/input/global-coordination-groups-beta.json +1 -0
  7. hdx_python_scraper-2.7.3/tests/fixtures/input/organization-types-beta.json +1 -0
  8. 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
  9. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/uv.lock +65 -65
  10. hdx_python_scraper-2.7.2/src/hdx/scraper/framework/_version.py +0 -34
  11. hdx_python_scraper-2.7.2/tests/fixtures/input/global-coordination-groups-beta.json +0 -1
  12. hdx_python_scraper-2.7.2/tests/fixtures/input/organization-types-beta.json +0 -1
  13. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.github/workflows/publish.yaml +0 -0
  14. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.github/workflows/run-python-tests.yaml +0 -0
  15. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.gitignore +0 -0
  16. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/.pre-commit-config.yaml +0 -0
  17. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/LICENSE +0 -0
  18. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/README.md +0 -0
  19. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/documentation/.readthedocs.yaml +0 -0
  20. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/documentation/index.md +0 -0
  21. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/documentation/mkdocs.yaml +0 -0
  22. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/__init__.py +0 -0
  23. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/base_scraper.py +0 -0
  24. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/__init__.py +0 -0
  25. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/base.py +0 -0
  26. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/excelfile.py +0 -0
  27. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/googlesheets.py +0 -0
  28. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/outputs/json.py +0 -0
  29. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/runner.py +0 -0
  30. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/__init__.py +0 -0
  31. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/aggregator.py +0 -0
  32. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/configurable_scraper.py +0 -0
  33. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/resource_downloader.py +0 -0
  34. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/rowparser.py +0 -0
  35. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/scrapers/timeseries.py +0 -0
  36. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/__init__.py +0 -0
  37. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/fallbacks.py +0 -0
  38. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/hapi_admins.py +0 -0
  39. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/lookup.py +0 -0
  40. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/org_type.py +0 -0
  41. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/reader.py +0 -0
  42. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/region_lookup.py +0 -0
  43. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sector.py +0 -0
  44. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/sources.py +0 -0
  45. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/src/hdx/scraper/framework/utilities/writer.py +0 -0
  46. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/config/project_configuration.yaml +0 -0
  47. {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
  48. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/additional-json.json +0 -0
  49. {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
  50. {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
  51. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cbpf-allocations-and-contributions.json +0 -0
  52. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cbpf2-allocations-and-contributions.json +0 -0
  53. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf-covid-19-allocations.json +0 -0
  54. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf2-covid-19-allocations.json +0 -0
  55. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf2_global_download-full-pfmb-allocations.csv +0 -0
  56. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/cerf_global_download-full-pfmb-allocations.csv +0 -0
  57. {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
  58. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/covidtests_data-owid-covid-data.xlsx +0 -0
  59. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/download-global-pcode-lengths.csv +0 -0
  60. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/download-global-pcodes-adm-1-2.csv +0 -0
  61. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/education_closures_broken.xls +0 -0
  62. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
  63. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/education_enrolment_enrollment_data.xlsx +0 -0
  64. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/ethiopia-drought-related-key-figures.json +0 -0
  65. {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
  66. {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
  67. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/fallbacks.json +0 -0
  68. {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
  69. {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
  70. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/global-school-closures-covid19.json +0 -0
  71. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
  72. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
  73. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/idmc-internally-displaced-persons-idps.json +0 -0
  74. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/idps_download-displacement-data.csv +0 -0
  75. {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
  76. {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
  77. {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
  78. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/kenya-drought-related-key-figures.json +0 -0
  79. {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
  80. {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
  81. {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
  82. {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
  83. {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
  84. {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
  85. {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
  86. {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
  87. /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
  88. {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
  89. {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
  90. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv +0 -0
  91. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/oxford-covid-19-government-response-tracker.json +0 -0
  92. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/population.json +0 -0
  93. {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
  94. {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
  95. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/regions_tbl_regcov_2020_ocha.xlsx +0 -0
  96. {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
  97. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sadd-countries-to-include.csv +0 -0
  98. {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
  99. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
  100. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/sahel-humanitarian-needs-overview_prefix.json +0 -0
  101. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/somalia-acute-food-insecurity-country-data.json +0 -0
  102. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/somalia-drought-related-key-figures.json +0 -0
  103. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/somalia-internally-displaced-persons-idps.json +0 -0
  104. {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
  105. {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
  106. {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
  107. {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
  108. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/ukraine-border-crossings.json +0 -0
  109. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/ukraine-who-does-what-where-3w.json +0 -0
  110. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/unocha-office-locations.json +0 -0
  111. {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
  112. {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
  113. {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
  114. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/whowhatwhere_afg_3w_data.csv +0 -0
  115. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/input/whowhatwhere_notags_3w_data.csv +0 -0
  116. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_output.xlsx +0 -0
  117. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_all.json +0 -0
  118. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_other.json +0 -0
  119. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/fixtures/test_scraper_population.json +0 -0
  120. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/__init__.py +0 -0
  121. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/conftest.py +0 -0
  122. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/__init__.py +0 -0
  123. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/affected_targeted_reached.py +0 -0
  124. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/education_closures.py +0 -0
  125. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/education_enrolment.py +0 -0
  126. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/custom/test_custom.py +0 -0
  127. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/outputs/__init__.py +0 -0
  128. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/outputs/test_output.py +0 -0
  129. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/__init__.py +0 -0
  130. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_aggregation.py +0 -0
  131. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_appenddata.py +0 -0
  132. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_global.py +0 -0
  133. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_multipleurls.py +0 -0
  134. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_national.py +0 -0
  135. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_regionaltoplevel.py +0 -0
  136. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_resource_downloaders.py +0 -0
  137. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_subnational.py +0 -0
  138. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/test_timeseries.py +0 -0
  139. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/scrapers/unhcr_myanmar_idps.py +0 -0
  140. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/test_runner.py +0 -0
  141. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/__init__.py +0 -0
  142. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_hapi_admins.py +0 -0
  143. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_lookup.py +0 -0
  144. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_readers.py +0 -0
  145. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_regionlookup.py +0 -0
  146. {hdx_python_scraper-2.7.2 → hdx_python_scraper-2.7.3}/tests/hdx/scraper/framework/utilities/test_sources.py +0 -0
  147. {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.2
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.4
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.4
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.2.3; extra == 'pandas'
37
+ Requires-Dist: pandas>=2.3.3; extra == 'pandas'
38
38
  Description-Content-Type: text/markdown
39
39
 
40
40
  [![Build Status](https://github.com/OCHA-DAP/hdx-python-scraper/actions/workflows/run-python-tests.yaml/badge.svg)](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.4",
40
+ "hdx-python-api>=6.6.7",
41
41
  "hdx-python-country>=4.1.1",
42
- "hdx-python-utilities>=4.0.4",
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"]
49
+ pandas = ["pandas>=2.3.3"]
50
50
  docs = ["mkapi"]
51
51
 
52
52
  [dependency-groups]
53
53
  dev = [
54
- "pandas>=2.2.3",
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: "#org +type +code +v_hrinfo"
4
- name_key: "#org +type +preferred"
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: 2
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: "#sector +code +acronym"
4
- name_key: "#sector +name +preferred +i_en"
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: 2
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.5"
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/65/52/1baa83528bb27785d9f303ab8130bc9af4b56c4915df6959add3336fe9eb/hdx_python_api-6.6.5.tar.gz", hash = "sha256:19700881264e7bede26075332df09988ba2111864bc4dbae2dc2e191780138bb", size = 535034, upload-time = "2026-02-08T21:52:52.747Z" }
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/1c/b3/7ec55607888a13073c9661567e7ef538d9d7bd582024a94212e054d5b15a/hdx_python_api-6.6.5-py3-none-any.whl", hash = "sha256:af91b2106cb11d648b21df6af5a03e4413c61a19ac2ac0a0d485580796ded507", size = 72515, upload-time = "2026-02-08T21:52:51.211Z" },
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.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
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.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
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.4" },
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.4" },
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.2.3" },
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.2.3" },
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.4"
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/92/fb/771c502dad4abcc7e309aca1edf27ebce2465174c179b7558d0f99b61d45/hdx_python_utilities-4.0.4.tar.gz", hash = "sha256:63b0d859076df4b700f5e08a22124617ff7d55b8491823f85984441d11debbf1", size = 2061336, upload-time = "2026-01-26T04:04:15.702Z" }
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/f3/3b/134a5f3700cc03b26020a692037b32b3cc772302cc010c5f35576bfd87dc/hdx_python_utilities-4.0.4-py3-none-any.whl", hash = "sha256:f6d83a6582d706dc041658523a96795da0bd0458b724489b6f6a3a2bac128cff", size = 64585, upload-time = "2026-01-26T04:04:13.792Z" },
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.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/de/da/b1dc0481ab8d55d0f46e343cfe67d4551a0e14fcee52bd38ca1bd73258d8/pandas-3.0.0.tar.gz", hash = "sha256:0facf7e87d38f721f0af46fe70d97373a37701b1c09f7ed7aeeb292ade5c050f", size = 4633005, upload-time = "2026-01-21T15:52:04.726Z" }
1499
- wheels = [
1500
- { url = "https://files.pythonhosted.org/packages/46/1e/b184654a856e75e975a6ee95d6577b51c271cd92cb2b020c9378f53e0032/pandas-3.0.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d64ce01eb9cdca96a15266aa679ae50212ec52757c79204dbc7701a222401850", size = 10313247, upload-time = "2026-01-21T15:50:15.775Z" },
1501
- { url = "https://files.pythonhosted.org/packages/dd/5e/e04a547ad0f0183bf151fd7c7a477468e3b85ff2ad231c566389e6cc9587/pandas-3.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:613e13426069793aa1ec53bdcc3b86e8d32071daea138bbcf4fa959c9cdaa2e2", size = 9913131, upload-time = "2026-01-21T15:50:18.611Z" },
1502
- { url = "https://files.pythonhosted.org/packages/a2/93/bb77bfa9fc2aba9f7204db807d5d3fb69832ed2854c60ba91b4c65ba9219/pandas-3.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0192fee1f1a8e743b464a6607858ee4b071deb0b118eb143d71c2a1d170996d5", size = 10741925, upload-time = "2026-01-21T15:50:21.058Z" },
1503
- { url = "https://files.pythonhosted.org/packages/62/fb/89319812eb1d714bfc04b7f177895caeba8ab4a37ef6712db75ed786e2e0/pandas-3.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f0b853319dec8d5e0c8b875374c078ef17f2269986a78168d9bd57e49bf650ae", size = 11245979, upload-time = "2026-01-21T15:50:23.413Z" },
1504
- { url = "https://files.pythonhosted.org/packages/a9/63/684120486f541fc88da3862ed31165b3b3e12b6a1c7b93be4597bc84e26c/pandas-3.0.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:707a9a877a876c326ae2cb640fbdc4ef63b0a7b9e2ef55c6df9942dcee8e2af9", size = 11756337, upload-time = "2026-01-21T15:50:25.932Z" },
1505
- { url = "https://files.pythonhosted.org/packages/39/92/7eb0ad232312b59aec61550c3c81ad0743898d10af5df7f80bc5e5065416/pandas-3.0.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:afd0aa3d0b5cda6e0b8ffc10dbcca3b09ef3cbcd3fe2b27364f85fdc04e1989d", size = 12325517, upload-time = "2026-01-21T15:50:27.952Z" },
1506
- { url = "https://files.pythonhosted.org/packages/51/27/bf9436dd0a4fc3130acec0828951c7ef96a0631969613a9a35744baf27f6/pandas-3.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:113b4cca2614ff7e5b9fee9b6f066618fe73c5a83e99d721ffc41217b2bf57dd", size = 9881576, upload-time = "2026-01-21T15:50:30.149Z" },
1507
- { url = "https://files.pythonhosted.org/packages/e7/2b/c618b871fce0159fd107516336e82891b404e3f340821853c2fc28c7830f/pandas-3.0.0-cp311-cp311-win_arm64.whl", hash = "sha256:c14837eba8e99a8da1527c0280bba29b0eb842f64aa94982c5e21227966e164b", size = 9140807, upload-time = "2026-01-21T15:50:32.308Z" },
1508
- { url = "https://files.pythonhosted.org/packages/0b/38/db33686f4b5fa64d7af40d96361f6a4615b8c6c8f1b3d334eee46ae6160e/pandas-3.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:9803b31f5039b3c3b10cc858c5e40054adb4b29b4d81cb2fd789f4121c8efbcd", size = 10334013, upload-time = "2026-01-21T15:50:34.771Z" },
1509
- { url = "https://files.pythonhosted.org/packages/a5/7b/9254310594e9774906bacdd4e732415e1f86ab7dbb4b377ef9ede58cd8ec/pandas-3.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:14c2a4099cd38a1d18ff108168ea417909b2dea3bd1ebff2ccf28ddb6a74d740", size = 9874154, upload-time = "2026-01-21T15:50:36.67Z" },
1510
- { url = "https://files.pythonhosted.org/packages/63/d4/726c5a67a13bc66643e66d2e9ff115cead482a44fc56991d0c4014f15aaf/pandas-3.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d257699b9a9960e6125686098d5714ac59d05222bef7a5e6af7a7fd87c650801", size = 10384433, upload-time = "2026-01-21T15:50:39.132Z" },
1511
- { url = "https://files.pythonhosted.org/packages/bf/2e/9211f09bedb04f9832122942de8b051804b31a39cfbad199a819bb88d9f3/pandas-3.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:69780c98f286076dcafca38d8b8eee1676adf220199c0a39f0ecbf976b68151a", size = 10864519, upload-time = "2026-01-21T15:50:41.043Z" },
1512
- { url = "https://files.pythonhosted.org/packages/00/8d/50858522cdc46ac88b9afdc3015e298959a70a08cd21e008a44e9520180c/pandas-3.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4a66384f017240f3858a4c8a7cf21b0591c3ac885cddb7758a589f0f71e87ebb", size = 11394124, upload-time = "2026-01-21T15:50:43.377Z" },
1513
- { url = "https://files.pythonhosted.org/packages/86/3f/83b2577db02503cd93d8e95b0f794ad9d4be0ba7cb6c8bcdcac964a34a42/pandas-3.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:be8c515c9bc33989d97b89db66ea0cececb0f6e3c2a87fcc8b69443a6923e95f", size = 11920444, upload-time = "2026-01-21T15:50:45.932Z" },
1514
- { url = "https://files.pythonhosted.org/packages/64/2d/4f8a2f192ed12c90a0aab47f5557ece0e56b0370c49de9454a09de7381b2/pandas-3.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:a453aad8c4f4e9f166436994a33884442ea62aa8b27d007311e87521b97246e1", size = 9730970, upload-time = "2026-01-21T15:50:47.962Z" },
1515
- { url = "https://files.pythonhosted.org/packages/d4/64/ff571be435cf1e643ca98d0945d76732c0b4e9c37191a89c8550b105eed1/pandas-3.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:da768007b5a33057f6d9053563d6b74dd6d029c337d93c6d0d22a763a5c2ecc0", size = 9041950, upload-time = "2026-01-21T15:50:50.422Z" },
1516
- { url = "https://files.pythonhosted.org/packages/6f/fa/7f0ac4ca8877c57537aaff2a842f8760e630d8e824b730eb2e859ffe96ca/pandas-3.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b78d646249b9a2bc191040988c7bb524c92fa8534fb0898a0741d7e6f2ffafa6", size = 10307129, upload-time = "2026-01-21T15:50:52.877Z" },
1517
- { url = "https://files.pythonhosted.org/packages/6f/11/28a221815dcea4c0c9414dfc845e34a84a6a7dabc6da3194498ed5ba4361/pandas-3.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bc9cba7b355cb4162442a88ce495e01cb605f17ac1e27d6596ac963504e0305f", size = 9850201, upload-time = "2026-01-21T15:50:54.807Z" },
1518
- { url = "https://files.pythonhosted.org/packages/ba/da/53bbc8c5363b7e5bd10f9ae59ab250fc7a382ea6ba08e4d06d8694370354/pandas-3.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3c9a1a149aed3b6c9bf246033ff91e1b02d529546c5d6fb6b74a28fea0cf4c70", size = 10354031, upload-time = "2026-01-21T15:50:57.463Z" },
1519
- { url = "https://files.pythonhosted.org/packages/f7/a3/51e02ebc2a14974170d51e2410dfdab58870ea9bcd37cda15bd553d24dc4/pandas-3.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:95683af6175d884ee89471842acfca29172a85031fccdabc35e50c0984470a0e", size = 10861165, upload-time = "2026-01-21T15:50:59.32Z" },
1520
- { url = "https://files.pythonhosted.org/packages/a5/fe/05a51e3cac11d161472b8297bd41723ea98013384dd6d76d115ce3482f9b/pandas-3.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1fbbb5a7288719e36b76b4f18d46ede46e7f916b6c8d9915b756b0a6c3f792b3", size = 11359359, upload-time = "2026-01-21T15:51:02.014Z" },
1521
- { url = "https://files.pythonhosted.org/packages/ee/56/ba620583225f9b85a4d3e69c01df3e3870659cc525f67929b60e9f21dcd1/pandas-3.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8e8b9808590fa364416b49b2a35c1f4cf2785a6c156935879e57f826df22038e", size = 11912907, upload-time = "2026-01-21T15:51:05.175Z" },
1522
- { url = "https://files.pythonhosted.org/packages/c9/8c/c6638d9f67e45e07656b3826405c5cc5f57f6fd07c8b2572ade328c86e22/pandas-3.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:98212a38a709feb90ae658cb6227ea3657c22ba8157d4b8f913cd4c950de5e7e", size = 9732138, upload-time = "2026-01-21T15:51:07.569Z" },
1523
- { url = "https://files.pythonhosted.org/packages/7b/bf/bd1335c3bf1770b6d8fed2799993b11c4971af93bb1b729b9ebbc02ca2ec/pandas-3.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:177d9df10b3f43b70307a149d7ec49a1229a653f907aa60a48f1877d0e6be3be", size = 9033568, upload-time = "2026-01-21T15:51:09.484Z" },
1524
- { url = "https://files.pythonhosted.org/packages/8e/c6/f5e2171914d5e29b9171d495344097d54e3ffe41d2d85d8115baba4dc483/pandas-3.0.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:2713810ad3806767b89ad3b7b69ba153e1c6ff6d9c20f9c2140379b2a98b6c98", size = 10741936, upload-time = "2026-01-21T15:51:11.693Z" },
1525
- { url = "https://files.pythonhosted.org/packages/51/88/9a0164f99510a1acb9f548691f022c756c2314aad0d8330a24616c14c462/pandas-3.0.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:15d59f885ee5011daf8335dff47dcb8a912a27b4ad7826dc6cbe809fd145d327", size = 10393884, upload-time = "2026-01-21T15:51:14.197Z" },
1526
- { url = "https://files.pythonhosted.org/packages/e0/53/b34d78084d88d8ae2b848591229da8826d1e65aacf00b3abe34023467648/pandas-3.0.0-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:24e6547fb64d2c92665dd2adbfa4e85fa4fd70a9c070e7cfb03b629a0bbab5eb", size = 10310740, upload-time = "2026-01-21T15:51:16.093Z" },
1527
- { url = "https://files.pythonhosted.org/packages/5b/d3/bee792e7c3d6930b74468d990604325701412e55d7aaf47460a22311d1a5/pandas-3.0.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:48ee04b90e2505c693d3f8e8f524dab8cb8aaf7ddcab52c92afa535e717c4812", size = 10700014, upload-time = "2026-01-21T15:51:18.818Z" },
1528
- { url = "https://files.pythonhosted.org/packages/55/db/2570bc40fb13aaed1cbc3fbd725c3a60ee162477982123c3adc8971e7ac1/pandas-3.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:66f72fb172959af42a459e27a8d8d2c7e311ff4c1f7db6deb3b643dbc382ae08", size = 11323737, upload-time = "2026-01-21T15:51:20.784Z" },
1529
- { url = "https://files.pythonhosted.org/packages/bc/2e/297ac7f21c8181b62a4cccebad0a70caf679adf3ae5e83cb676194c8acc3/pandas-3.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4a4a400ca18230976724a5066f20878af785f36c6756e498e94c2a5e5d57779c", size = 11771558, upload-time = "2026-01-21T15:51:22.977Z" },
1530
- { url = "https://files.pythonhosted.org/packages/0a/46/e1c6876d71c14332be70239acce9ad435975a80541086e5ffba2f249bcf6/pandas-3.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:940eebffe55528074341a5a36515f3e4c5e25e958ebbc764c9502cfc35ba3faa", size = 10473771, upload-time = "2026-01-21T15:51:25.285Z" },
1531
- { url = "https://files.pythonhosted.org/packages/c0/db/0270ad9d13c344b7a36fa77f5f8344a46501abf413803e885d22864d10bf/pandas-3.0.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:597c08fb9fef0edf1e4fa2f9828dd27f3d78f9b8c9b4a748d435ffc55732310b", size = 10312075, upload-time = "2026-01-21T15:51:28.5Z" },
1532
- { url = "https://files.pythonhosted.org/packages/09/9f/c176f5e9717f7c91becfe0f55a52ae445d3f7326b4a2cf355978c51b7913/pandas-3.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:447b2d68ac5edcbf94655fe909113a6dba6ef09ad7f9f60c80477825b6c489fe", size = 9900213, upload-time = "2026-01-21T15:51:30.955Z" },
1533
- { url = "https://files.pythonhosted.org/packages/d9/e7/63ad4cc10b257b143e0a5ebb04304ad806b4e1a61c5da25f55896d2ca0f4/pandas-3.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:debb95c77ff3ed3ba0d9aa20c3a2f19165cc7956362f9873fce1ba0a53819d70", size = 10428768, upload-time = "2026-01-21T15:51:33.018Z" },
1534
- { url = "https://files.pythonhosted.org/packages/9e/0e/4e4c2d8210f20149fd2248ef3fff26623604922bd564d915f935a06dd63d/pandas-3.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fedabf175e7cd82b69b74c30adbaa616de301291a5231138d7242596fc296a8d", size = 10882954, upload-time = "2026-01-21T15:51:35.287Z" },
1535
- { url = "https://files.pythonhosted.org/packages/c6/60/c9de8ac906ba1f4d2250f8a951abe5135b404227a55858a75ad26f84db47/pandas-3.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:412d1a89aab46889f3033a386912efcdfa0f1131c5705ff5b668dda88305e986", size = 11430293, upload-time = "2026-01-21T15:51:37.57Z" },
1536
- { url = "https://files.pythonhosted.org/packages/a1/69/806e6637c70920e5787a6d6896fd707f8134c2c55cd761e7249a97b7dc5a/pandas-3.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e979d22316f9350c516479dd3a92252be2937a9531ed3a26ec324198a99cdd49", size = 11952452, upload-time = "2026-01-21T15:51:39.618Z" },
1537
- { url = "https://files.pythonhosted.org/packages/cb/de/918621e46af55164c400ab0ef389c9d969ab85a43d59ad1207d4ddbe30a5/pandas-3.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:083b11415b9970b6e7888800c43c82e81a06cd6b06755d84804444f0007d6bb7", size = 9851081, upload-time = "2026-01-21T15:51:41.758Z" },
1538
- { url = "https://files.pythonhosted.org/packages/91/a1/3562a18dd0bd8c73344bfa26ff90c53c72f827df119d6d6b1dacc84d13e3/pandas-3.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:5db1e62cb99e739fa78a28047e861b256d17f88463c76b8dafc7c1338086dca8", size = 9174610, upload-time = "2026-01-21T15:51:44.312Z" },
1539
- { url = "https://files.pythonhosted.org/packages/ce/26/430d91257eaf366f1737d7a1c158677caaf6267f338ec74e3a1ec444111c/pandas-3.0.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:697b8f7d346c68274b1b93a170a70974cdc7d7354429894d5927c1effdcccd73", size = 10761999, upload-time = "2026-01-21T15:51:46.899Z" },
1540
- { url = "https://files.pythonhosted.org/packages/ec/1a/954eb47736c2b7f7fe6a9d56b0cb6987773c00faa3c6451a43db4beb3254/pandas-3.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:8cb3120f0d9467ed95e77f67a75e030b67545bcfa08964e349252d674171def2", size = 10410279, upload-time = "2026-01-21T15:51:48.89Z" },
1541
- { url = "https://files.pythonhosted.org/packages/20/fc/b96f3a5a28b250cd1b366eb0108df2501c0f38314a00847242abab71bb3a/pandas-3.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:33fd3e6baa72899746b820c31e4b9688c8e1b7864d7aec2de7ab5035c285277a", size = 10330198, upload-time = "2026-01-21T15:51:51.015Z" },
1542
- { url = "https://files.pythonhosted.org/packages/90/b3/d0e2952f103b4fbef1ef22d0c2e314e74fc9064b51cee30890b5e3286ee6/pandas-3.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8942e333dc67ceda1095227ad0febb05a3b36535e520154085db632c40ad084", size = 10728513, upload-time = "2026-01-21T15:51:53.387Z" },
1543
- { url = "https://files.pythonhosted.org/packages/76/81/832894f286df828993dc5fd61c63b231b0fb73377e99f6c6c369174cf97e/pandas-3.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:783ac35c4d0fe0effdb0d67161859078618b1b6587a1af15928137525217a721", size = 11345550, upload-time = "2026-01-21T15:51:55.329Z" },
1544
- { url = "https://files.pythonhosted.org/packages/34/a0/ed160a00fb4f37d806406bc0a79a8b62fe67f29d00950f8d16203ff3409b/pandas-3.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:125eb901e233f155b268bbef9abd9afb5819db74f0e677e89a61b246228c71ac", size = 11799386, upload-time = "2026-01-21T15:51:57.457Z" },
1545
- { url = "https://files.pythonhosted.org/packages/36/c8/2ac00d7255252c5e3cf61b35ca92ca25704b0188f7454ca4aec08a33cece/pandas-3.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b86d113b6c109df3ce0ad5abbc259fe86a1bd4adfd4a31a89da42f84f65509bb", size = 10873041, upload-time = "2026-01-21T15:52:00.034Z" },
1546
- { url = "https://files.pythonhosted.org/packages/e6/3f/a80ac00acbc6b35166b42850e98a4f466e2c0d9c64054161ba9620f95680/pandas-3.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:1c39eab3ad38f2d7a249095f0a3d8f8c22cc0f847e98ccf5bbe732b272e2d9fa", size = 9441003, upload-time = "2026-01-21T15:52:02.281Z" },
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 = "2025.2"
1883
+ version = "2026.1.post1"
1884
1884
  source = { registry = "https://pypi.org/simple" }
1885
- sdist = { url = "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3", size = 320884, upload-time = "2025-03-25T02:25:00.538Z" }
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/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00", size = 509225, upload-time = "2025-03-25T02:24:58.468Z" },
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"}]}