Added compression for io
Closes #716 (closed)
This supports archiving via system call to tar cf
, compression using parquet's interface with LZ4, and an update to the python io lib to extract the output to a temp dir using tempfile
.
Edited by Alan Coleman