.gitignore
.readthedocs.yml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
test-requirements.txt
.github/workflows/publish.yml
.github/workflows/run-python-tests.yml
doc/main.md
src/hdx/api/__init__.py
src/hdx/api/_version.py
src/hdx/api/configuration.py
src/hdx/api/hdx_base_configuration.yml
src/hdx/api/locations.py
src/hdx/data/__init__.py
src/hdx/data/dataset.py
src/hdx/data/dataset_title_helper.py
src/hdx/data/date_helper.py
src/hdx/data/filestore_helper.py
src/hdx/data/hdx_datasource_topline.yml
src/hdx/data/hdxobject.py
src/hdx/data/indicator_resource_view_template.yml
src/hdx/data/organization.py
src/hdx/data/resource.py
src/hdx/data/resource_matcher.py
src/hdx/data/resource_view.py
src/hdx/data/showcase.py
src/hdx/data/user.py
src/hdx/data/vocabulary.py
src/hdx/facades/__init__.py
src/hdx/facades/infer_arguments.py
src/hdx/facades/keyword_arguments.py
src/hdx/facades/simple.py
src/hdx_python_api.egg-info/PKG-INFO
src/hdx_python_api.egg-info/SOURCES.txt
src/hdx_python_api.egg-info/dependency_links.txt
src/hdx_python_api.egg-info/requires.txt
src/hdx_python_api.egg-info/top_level.txt
src/hdx_python_api.egg-info/zip-safe
tests/fixtures/Accepted_Tags.csv
tests/fixtures/Tag_Mapping.csv
tests/fixtures/Tag_Mapping_ChainRuleError.csv
tests/fixtures/dataset_search_results.yml
tests/fixtures/empty.csv
tests/fixtures/organization_show_results.yml
tests/fixtures/resource_formats.json
tests/fixtures/showcase_all_search_results.yml
tests/fixtures/test_data.csv
tests/fixtures/test_data.zip
tests/fixtures/config/empty.yml
tests/fixtures/config/hdx_base_config.json
tests/fixtures/config/hdx_base_config.yml
tests/fixtures/config/hdx_config.json
tests/fixtures/config/hdx_config.yml
tests/fixtures/config/hdx_dataset_static.json
tests/fixtures/config/hdx_dataset_static.yml
tests/fixtures/config/hdx_datasource_topline.json
tests/fixtures/config/hdx_datasource_topline.yml
tests/fixtures/config/hdx_email_configuration.json
tests/fixtures/config/hdx_email_configuration.yml
tests/fixtures/config/hdx_missing_site_config.json
tests/fixtures/config/hdx_organization_static.json
tests/fixtures/config/hdx_organization_static.yml
tests/fixtures/config/hdx_resource_static.json
tests/fixtures/config/hdx_resource_static.yml
tests/fixtures/config/hdx_resource_view_static.json
tests/fixtures/config/hdx_resource_view_static.yml
tests/fixtures/config/hdx_showcase_static.json
tests/fixtures/config/hdx_showcase_static.yml
tests/fixtures/config/hdx_user_static.json
tests/fixtures/config/hdx_user_static.yml
tests/fixtures/config/hdx_vocabulary_static.json
tests/fixtures/config/hdx_vocabulary_static.yml
tests/fixtures/config/project_configuration.json
tests/fixtures/config/project_configuration.yml
tests/fixtures/config/user_agent_config.yml
tests/fixtures/config/user_agent_config2.yml
tests/fixtures/config/user_agent_config3.yml
tests/fixtures/config/user_agent_config_wrong.yml
tests/fixtures/datastore/ACLED-All-Africa-File_20170101-to-20170708.xlsx
tests/fixtures/gen_resource/conflict_data_alg.csv
tests/fixtures/gen_resource/min_qc_conflict_data_alg.csv
tests/fixtures/gen_resource/qc_conflict_data_alg.csv
tests/fixtures/gen_resource/test_data_no_data.csv
tests/fixtures/gen_resource/test_data_no_years.csv
tests/fixtures/qc_from_rows/qc_conflict_data_alg.csv
tests/fixtures/qc_from_rows/qc_conflict_data_alg_one_col.csv
tests/fixtures/update_logic/update_logic_resources.yml
tests/fixtures/update_logic/update_logic_resources_new.yml
tests/hdx/conftest.py
tests/hdx/api/test_configuration.py
tests/hdx/api/test_locations.py
tests/hdx/data/__init__.py
tests/hdx/data/test_dataset_core.py
tests/hdx/data/test_dataset_noncore.py
tests/hdx/data/test_dataset_title_helper.py
tests/hdx/data/test_organization.py
tests/hdx/data/test_resource.py
tests/hdx/data/test_resource_view.py
tests/hdx/data/test_showcase.py
tests/hdx/data/test_update_logic.py
tests/hdx/data/test_user.py
tests/hdx/data/test_vocabulary.py
tests/hdx/facades/__init__.py
tests/hdx/facades/test_infer_arguments.py
tests/hdx/facades/test_keyword_arguments.py
tests/hdx/facades/test_simple.py
workingexample/my_code.py
workingexample/my_resource.csv
workingexample/my_resource.xlsx
workingexample/run.py