.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/sphinx-apidoc.sh
documentation/source/hdx.data.rst
documentation/source/hdx.facades.rst
documentation/source/hdx.rst
documentation/source/hdx.utilities.rst
documentation/source/modules.rst
src/hdx/__init__.py
src/hdx/configuration.py
src/hdx/hdx_configuration.yml
src/hdx/hdx_datasource_topline.yml
src/hdx/hdx_logging.py
src/hdx/logging_configuration.yml
src/hdx/logging_smtp_configuration.yml
src/hdx/version.txt
src/hdx/data/__init__.py
src/hdx/data/dataset.py
src/hdx/data/galleryitem.py
src/hdx/data/hdxobject.py
src/hdx/data/resource.py
src/hdx/facades/__init__.py
src/hdx/facades/hdx_scraperwiki.py
src/hdx/facades/simple.py
src/hdx/utilities/__init__.py
src/hdx/utilities/dictandlist.py
src/hdx/utilities/downloader.py
src/hdx/utilities/loader.py
src/hdx/utilities/location.py
src/hdx/utilities/path.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/all_results.yml
tests/fixtures/search_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_galleryitem_static.json
tests/fixtures/config/hdx_galleryitem_static.yml
tests/fixtures/config/hdx_resource_static.json
tests/fixtures/config/hdx_resource_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/downloader/test_data.csv
tests/fixtures/downloader/test_data2.csv
tests/fixtures/downloader/test_data1.csv/empty.txt
tests/fixtures/loader/empty.json
tests/fixtures/loader/empty.yml
tests/hdx/conftest.py
tests/hdx/test_configuration.py
tests/hdx/test_logging.py
tests/hdx/data/test_dataset.py
tests/hdx/data/test_galleryitem.py
tests/hdx/data/test_resource.py
tests/hdx/facades/__init__.py
tests/hdx/facades/test_scraperwiki.py
tests/hdx/facades/test_simple.py
tests/hdx/utilities/test_dictandlist.py
tests/hdx/utilities/test_downloader.py
tests/hdx/utilities/test_loader.py
tests/hdx/utilities/test_location.py
workingexample/my_code.py
workingexample/my_resource.csv
workingexample/my_resource.xlsx
workingexample/run.py