.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/utilities/__init__.py
src/hdx/utilities/_version.py
src/hdx/utilities/base_downloader.py
src/hdx/utilities/compare.py
src/hdx/utilities/dateparse.py
src/hdx/utilities/dictandlist.py
src/hdx/utilities/downloader.py
src/hdx/utilities/easy_logging.py
src/hdx/utilities/email.py
src/hdx/utilities/encoding.py
src/hdx/utilities/errors_onexit.py
src/hdx/utilities/frictionless_wrapper.py
src/hdx/utilities/html.py
src/hdx/utilities/loader.py
src/hdx/utilities/path.py
src/hdx/utilities/retriever.py
src/hdx/utilities/saver.py
src/hdx/utilities/session.py
src/hdx/utilities/text.py
src/hdx/utilities/typehint.py
src/hdx/utilities/useragent.py
src/hdx/utilities/uuid.py
src/hdx_python_utilities.egg-info/PKG-INFO
src/hdx_python_utilities.egg-info/SOURCES.txt
src/hdx_python_utilities.egg-info/dependency_links.txt
src/hdx_python_utilities.egg-info/requires.txt
src/hdx_python_utilities.egg-info/top_level.txt
src/hdx_python_utilities.egg-info/zip-safe
tests/fixtures/test_data.csv
tests/fixtures/compare/test_csv_processing.csv
tests/fixtures/compare/test_csv_processing2.csv
tests/fixtures/config/empty.yml
tests/fixtures/config/hdx_config.json
tests/fixtures/config/hdx_config.yml
tests/fixtures/config/hdx_email_configuration.json
tests/fixtures/config/hdx_email_configuration.yml
tests/fixtures/config/json_csv.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/downloader/basicauth.txt
tests/fixtures/downloader/extra_params.json
tests/fixtures/downloader/extra_params.yml
tests/fixtures/downloader/extra_params_tree.yml
tests/fixtures/downloader/test_csv_processing.csv
tests/fixtures/downloader/test_csv_processing_blanks.csv
tests/fixtures/downloader/test_data.csv
tests/fixtures/downloader/test_data.xlsx
tests/fixtures/downloader/test_data2.csv
tests/fixtures/downloader/test_data1.csv/empty.txt
tests/fixtures/html/response.html
tests/fixtures/loader/empty.json
tests/fixtures/loader/empty.yml
tests/fixtures/retriever/retriever-test.csv
tests/fixtures/retriever/test.csv
tests/fixtures/retriever/test.json
tests/fixtures/retriever/test.txt
tests/fixtures/retriever/test.yaml
tests/fixtures/retriever/fallbacks/test.csv
tests/fixtures/retriever/fallbacks/test.json
tests/fixtures/retriever/fallbacks/test.txt
tests/fixtures/retriever/fallbacks/test.yaml
tests/fixtures/saver/out.csv
tests/fixtures/saver/out.json
tests/fixtures/saver/out2.csv
tests/fixtures/saver/out2.json
tests/fixtures/saver/out5.json
tests/fixtures/saver/out6.json
tests/fixtures/saver/out7.json
tests/fixtures/saver/out8.csv
tests/fixtures/saver/out8.json
tests/fixtures/saver/pretty-false_sortkeys-false.json
tests/fixtures/saver/pretty-false_sortkeys-false.yaml
tests/fixtures/saver/pretty-false_sortkeys-true.json
tests/fixtures/saver/pretty-false_sortkeys-true.yaml
tests/fixtures/saver/pretty-true_sortkeys-false.json
tests/fixtures/saver/pretty-true_sortkeys-false.yaml
tests/fixtures/saver/pretty-true_sortkeys-true.json
tests/fixtures/saver/pretty-true_sortkeys-true.yaml
tests/hdx/conftest.py
tests/hdx/utilities/test_compare.py
tests/hdx/utilities/test_dateparse.py
tests/hdx/utilities/test_dictandlist.py
tests/hdx/utilities/test_downloader.py
tests/hdx/utilities/test_easy_logging.py
tests/hdx/utilities/test_email.py
tests/hdx/utilities/test_encoding.py
tests/hdx/utilities/test_errors_onexit.py
tests/hdx/utilities/test_html.py
tests/hdx/utilities/test_loader.py
tests/hdx/utilities/test_path.py
tests/hdx/utilities/test_retriever.py
tests/hdx/utilities/test_saver.py
tests/hdx/utilities/test_text.py
tests/hdx/utilities/test_useragent.py
tests/hdx/utilities/test_uuid.py
tests/hdx/utilities/utils.py