Closed IanHopkinson closed 7 months ago
Also it would make hdx-toolkit a useful developer tool since they could simply import from hdx_utilities.py for simple activities
This touches on #16 and #1 - once a refactor is done we can publish to PyPI and simplify the documentation around installation.
Fixed in #19
Currently
cli.py
contains quite a lot of implementation that should go inhdx_utilities.py
with cli.py just handling argument wrangling and reporting - this will make implementation testing easier since theclick
peculiarities won't be in play.