Metadata-Version: 2.1
Name: allz
Version: 0.0.9
Summary: A universal command line tool for compression and decompression
Home-page: https://github.com/opendatalab/allz/
Author: opendatalab
Author-email: yujia@pjlab.org.cn
Keywords: python,compress,decompress,allz
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

A universal command line tool for compression and decompression

# Command Using
allz -d -q -f src_path -o dest_path

Command 'd' is for decompress  
Command 'q' is for quiet, it will disable the standard output log  
Command 'f' is for force overwrite existing files, otherwise it will skip existing files
  
Available options:  
-output-directory (-o) <string>    The directory to write the contents of the archive to. Defaults to the current directory.
