This PR adds error handling and messaging to help users in setting up hdx-toolkit by warning them when configuration and user agent files are missing.
37
Major file changes
Adds new errors to parse_hdxerror_traceback in hdx_utilities.py and advice/error messages in cli.py.
Versioning
hdx-cli-toolkit uses the CalVer versioning scheme with format YYYY.MM.Micro i.e. 2022.12.1 which is updated manually in pyproject.toml. The "Micro" component is simply an integer increased by 1 at each version, starting from 0.
[x] Version updated in pyproject.toml and PR description
[x] Update README.md and DEMO.md with any new CLI commands
Purpose
Version for this PR: 2024.8.1
This PR adds error handling and messaging to help users in setting up
hdx-toolkit
by warning them when configuration and user agent files are missing.37
Major file changes
Adds new errors to
parse_hdxerror_traceback
inhdx_utilities.py
and advice/error messages incli.py
.Versioning
hdx-cli-toolkit
uses the CalVer versioning scheme with format YYYY.MM.Micro i.e. 2022.12.1 which is updated manually inpyproject.toml
. The "Micro" component is simply an integer increased by 1 at each version, starting from 0.pyproject.toml
and PR description