What's Changed * Extra packing/unpacking options by erickmartins in https://github.com/ome/omero-cli-transfer/pull/23 * Changed default packaging to uncompressed tar; * Added `--zip` optional argument to pack in case user wants a compressed zip; * Changed method to decompress zip files to `zipfile.extractall()` due to [this](https://bugs.python.org/issue43650) * Added `--folder` optional argument to unpack so user can pass a folder post-unzipping if necessary.
What's Changed * casting ID of non-file image as str for export by erickmartins in https://github.com/ome/omero-cli-transfer/pull/19 * Improved testing by erickmartins in https://github.com/ome/omero-cli-transfer/pull/21