hdx-python-scraper 2.7.3__tar.gz → 2.7.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/PKG-INFO +6 -6
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/README.md +2 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/pyproject.toml +3 -4
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/_version.py +2 -2
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/uv.lock +153 -159
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/.github/workflows/publish.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/.gitignore +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/.pre-commit-config.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/LICENSE +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/documentation/.readthedocs.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/documentation/index.md +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/documentation/mkdocs.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/base_scraper.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/base.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/excelfile.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/googlesheets.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/outputs/json.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/runner.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/aggregator.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/configurable_scraper.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/resource_downloader.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/rowparser.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/scrapers/timeseries.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/fallbacks.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/hapi_admins.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/lookup.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/org_type.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/org_type_configuration.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/reader.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/region_lookup.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/sector.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/sector_configuration.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/sources.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/src/hdx/scraper/framework/utilities/writer.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/config/project_configuration.yaml +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/access_2pacx-1vrszjzuyvt9i-mkrq2hbxrul2lx2vihkthqm-lae8nyhqty70zqtcufs3pxbhzgat1l2bkoa4-daoap-pub-gid-574237756-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/additional-json.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/altworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cbpf-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cbpf2-allocations-and-contributions.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf2-covid-19-allocations.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf2_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/cerf_global_download-full-pfmb-allocations.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/covax_2pacx-1vtvzu79pptfaa2syevoqfyrrjy63djwitqu0ffbxiqczoun9k9timwmrvfgg1rbsnlmgyugzseiaye2-pub-gid-992438980-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/covidtests_data-owid-covid-data.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/download-global-pcode-lengths.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/download-global-pcodes-adm-1-2.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/education_closures_broken.xls +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/education_enrolment_enrollment_data.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ethiopia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ethiopia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ethiopia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/fallbacks.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/gam_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/gam_other_download-unicef-who-wb-global-expanded-databases-severe-wasting.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/global-coordination-groups-beta.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/global-school-closures-covid19.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idmc-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idps_download-displacement-data.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idps_override_population-widget-id-264111-geo-id-693-population-group-54074999.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/idps_somalia_som_unhcr_prmn_displacement_dataset.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ipc_somalia_som_food_insecurity_oct_dec2022_projection.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/kenya-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/kenya-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/kenya_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_eth_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-2015311116-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_ken_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-1275038715-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/key_figures_som_2pacx-1vrppqx8jtkkkrckmzfncmmtfecvcpkbp9pdhs1sqtuyacmbsx8tlaxpgblfce-lcehukregguxja-4s-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/org_type_organization_types_beta_csv_no_hxl.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/organization-types-beta.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ourworldindata_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ourworldindata_other_data-tagger-match-all-on-tagger-01-header-location-tagger-01-tag.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/oxcgrt_oxcgrt_csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/oxford-covid-19-government-response-tracker.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/population.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/population_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/population_other_indicator-sp-pop-downloadformat-excel-dataformat-list-totl.xls +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/regions_tbl_regcov_2020_ocha.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/resource_downloader_xlsx_ukr_border_crossings_090622.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sadd-countries-to-include.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sadd_covid-data-dataset-fullvars-extype-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sahel-humanitarian-needs-overview_prefix.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/sector_global_coordination_groups_beta_csv_no_hxl.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-acute-food-insecurity-country-data.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-drought-related-key-figures.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-internally-displaced-persons-idps.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia-pin-targeted-reached-by-location-and-cluster.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/somalia_drought_affected_targeted_reached_by_cluster.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/timeseries_casualties_2pacx-1vqidedbzz0ehrc0b4fswip14r7mdtu1mpmwakuxupelsah2awcurkgalfduhjvyjul8vzzat3r1b5qg-pub-gid-0-single-true-output-csv.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/total-covid-19-tests-performed-by-country.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ukraine-border-crossings.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/ukraine-who-does-what-where-3w.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/unocha-office-locations.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/who_national2_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/who_national3_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/who_national_who-covid-19-global-data.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/whowhatwhere_afg_3w_data.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/input/whowhatwhere_notags_3w_data.csv +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/test_output.xlsx +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/test_scraper_all.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/test_scraper_other.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/fixtures/test_scraper_population.json +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/conftest.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/affected_targeted_reached.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/education_closures.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/education_enrolment.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/custom/test_custom.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/outputs/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/outputs/test_output.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_aggregation.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_appenddata.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_global.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_multipleurls.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_national.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_regionaltoplevel.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_resource_downloaders.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_subnational.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/test_timeseries.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/scrapers/unhcr_myanmar_idps.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/test_runner.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/__init__.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_hapi_admins.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_lookup.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_readers.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_regionlookup.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_sources.py +0 -0
- {hdx_python_scraper-2.7.3 → hdx_python_scraper-2.7.4}/tests/hdx/scraper/framework/utilities/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hdx-python-scraper
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.4
|
|
4
4
|
Summary: HDX Python scraper utilities to assemble data from multiple sources
|
|
5
5
|
Project-URL: Homepage, https://github.com/OCHA-DAP/hdx-python-scraper
|
|
6
6
|
Author-email: Michael Rans <rans@email.com>
|
|
@@ -18,23 +18,21 @@ Classifier: Operating System :: Unix
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Requires-Python: >=3.10
|
|
28
28
|
Requires-Dist: gspread
|
|
29
29
|
Requires-Dist: hdx-python-api>=6.6.7
|
|
30
30
|
Requires-Dist: hdx-python-country>=4.1.1
|
|
31
|
-
Requires-Dist: hdx-python-utilities
|
|
31
|
+
Requires-Dist: hdx-python-utilities==4.0.8
|
|
32
32
|
Requires-Dist: libhxl
|
|
33
33
|
Requires-Dist: regex
|
|
34
34
|
Provides-Extra: docs
|
|
35
35
|
Requires-Dist: mkapi; extra == 'docs'
|
|
36
|
-
Provides-Extra: pandas
|
|
37
|
-
Requires-Dist: pandas>=2.3.3; extra == 'pandas'
|
|
38
36
|
Description-Content-Type: text/markdown
|
|
39
37
|
|
|
40
38
|
[](https://github.com/OCHA-DAP/hdx-python-scraper/actions/workflows/run-python-tests.yaml)
|
|
@@ -43,6 +41,8 @@ Description-Content-Type: text/markdown
|
|
|
43
41
|
[](https://pycqa.github.io/isort/)
|
|
44
42
|
[](https://pypistats.org/packages/hdx-python-scraper)
|
|
45
43
|
|
|
44
|
+
Note: this library is no longer being developed.
|
|
45
|
+
|
|
46
46
|
The HDX Python Scraper Library is designed to enable you to easily develop code that
|
|
47
47
|
assembles data from one or more tabular sources that can be csv, xls, xlsx or JSON. It
|
|
48
48
|
uses a YAML file that specifies for each source what needs to be read and allows some
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
[](https://pycqa.github.io/isort/)
|
|
5
5
|
[](https://pypistats.org/packages/hdx-python-scraper)
|
|
6
6
|
|
|
7
|
+
Note: this library is no longer being developed.
|
|
8
|
+
|
|
7
9
|
The HDX Python Scraper Library is designed to enable you to easily develop code that
|
|
8
10
|
assembles data from one or more tabular sources that can be csv, xls, xlsx or JSON. It
|
|
9
11
|
uses a YAML file that specifies for each source what needs to be read and allows some
|
|
@@ -18,11 +18,11 @@ classifiers = [
|
|
|
18
18
|
"Programming Language :: Python",
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
20
|
"Programming Language :: Python :: 3 :: Only",
|
|
21
|
-
"Programming Language :: Python :: 3.8",
|
|
22
|
-
"Programming Language :: Python :: 3.9",
|
|
23
21
|
"Programming Language :: Python :: 3.10",
|
|
24
22
|
"Programming Language :: Python :: 3.11",
|
|
25
23
|
"Programming Language :: Python :: 3.12",
|
|
24
|
+
"Programming Language :: Python :: 3.13",
|
|
25
|
+
"Programming Language :: Python :: 3.14",
|
|
26
26
|
"Intended Audience :: Developers",
|
|
27
27
|
"License :: OSI Approved :: MIT License",
|
|
28
28
|
"Natural Language :: English",
|
|
@@ -39,14 +39,13 @@ requires-python = ">=3.10"
|
|
|
39
39
|
dependencies = [
|
|
40
40
|
"hdx-python-api>=6.6.7",
|
|
41
41
|
"hdx-python-country>=4.1.1",
|
|
42
|
-
"hdx-python-utilities
|
|
42
|
+
"hdx-python-utilities==4.0.8",
|
|
43
43
|
"libhxl",
|
|
44
44
|
"gspread",
|
|
45
45
|
"regex",
|
|
46
46
|
]
|
|
47
47
|
|
|
48
48
|
[project.optional-dependencies]
|
|
49
|
-
pandas = ["pandas>=2.3.3"]
|
|
50
49
|
docs = ["mkapi"]
|
|
51
50
|
|
|
52
51
|
[dependency-groups]
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '2.7.
|
|
22
|
-
__version_tuple__ = version_tuple = (2, 7,
|
|
21
|
+
__version__ = version = '2.7.4'
|
|
22
|
+
__version_tuple__ = version_tuple = (2, 7, 4)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|