core-bioimage-io-python icon indicating copy to clipboard operation
core-bioimage-io-python copied to clipboard

support progress reporting for export_resource_package

Open k-dominik opened this issue 3 years ago • 0 comments

export_resource_package can take a long time, the function itself doesn't give any feedback. Deeper in the callstack there might be progress printed to the command line, but that is not very convenient for library use, where one might want to have control over how this information is presented - and would also have some information over overall progress.

ideally it would be possible to pass either a customized tqdm class, or maybe adding one to core that would allow to pass callbacks.

k-dominik avatar Jun 02 '22 12:06 k-dominik