.coveragerc
Dockerfile
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements.txt
setup.cfg
setup.py
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_configuration.py
src/hdx/hdx_configuration.yml
src/hdx/hdx_datasource_topline.yml
src/hdx/hdx_locations.py
src/hdx/version.txt
src/hdx/data/__init__.py
src/hdx/data/dataset.py
src/hdx/data/hdxobject.py
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/facades/__init__.py
src/hdx/facades/hdx_scraperwiki.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/.hdxkey
tests/fixtures/dataset_all_results.yml
tests/fixtures/dataset_search_results.yml
tests/fixtures/organization_show_results.yml
tests/fixtures/test_data.csv
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_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/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/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_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/facades/__init__.py
tests/hdx/facades/test_scraperwiki.py
tests/hdx/facades/test_simple.py
workingexample/my_code.py
workingexample/my_resource.csv
workingexample/my_resource.xlsx
workingexample/run.py