Metadata-Version: 2.1
Name: allz
Version: 0.0.7
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
Requires-Dist: importlib

A universal command line tool for compression and decompression

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

option 'd' is for decompress  
option 'q' is for quiet, it will disable the standard output log  
option 'f' is for force overwrite existing files, otherwise it will skip existing files
