version 1.0.2 March 2020
Copyright © 2003-2020 Amsterdam UMC - Amsterdam Medical Data Science
This folder contains some sampe code for manipulating files.
Creates a zip file with files from a specific path. Uses a wrapper function to get progress status from the write function that (indirectly) is called by ZipFile. Displays progress using two tqdm progress bars.
Uses a simple class as a file-like object wrapper that can be used to extract a ZipFile while at the same time updating a progress bar.