.coveragerc
Dockerfile
LICENSE
MANIFEST.in
README.md
pytest.ini
requirements.txt
setup.cfg
setup.py
tags.txt
test-requirements.txt
documentation/Makefile
documentation/conf.py
documentation/index.rst
documentation/source/hdx.data.rst
documentation/source/hdx.facades.rst
documentation/source/hdx.rst
documentation/source/modules.rst
src/hdx/__init__.py
src/hdx/hdx_base_configuration.yml
src/hdx/hdx_configuration.py
src/hdx/hdx_datasource_topline.yml
src/hdx/hdx_locations.py
src/hdx/version.py
src/hdx/version.txt
src/hdx/data/__init__.py
src/hdx/data/dataset.py
src/hdx/data/dataset_title_helper.py
src/hdx/data/filestore_helper.py
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_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/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/showcase_all_search_results.yml
tests/fixtures/test_data.csv
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/logging_config.json
tests/fixtures/config/logging_config.yml
tests/fixtures/config/project_configuration.json
tests/fixtures/config/project_configuration.yml
tests/fixtures/config/smtp_config.json
tests/fixtures/config/smtp_config.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/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/hdx/conftest.py
tests/hdx/test_hdx_configuration.py
tests/hdx/test_hdx_locations.py
tests/hdx/data/__init__.py
tests/hdx/data/test_dataset.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_user.py
tests/hdx/data/test_vocabulary.py
tests/hdx/facades/__init__.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