Metadata-Version: 2.1
Name: tarun
Version: 0.1.2
Summary: Extract many style file
Home-page: https://github.com/wangyu190810/tarun
Author: 22too
Author-email: info@22too.com
License: MIT
Description: #tarun
        
        一键解压所有的压缩包
        
        根据后缀，调用相应的tar命令
        
        install 
        
        	sudo python setup.py install
        	
        run
        
        	tarun filename
        	
        当前支持的文件格式有
        
        	1. xxx.tar
        	2. xxx.tar.gz
        	3. xxx.gz
        	4. xxx.bz2
        	5. xxx.bz
        	6. xxx.tar
        	7. xxx.Z or xxx.z
        	8. xxx.tar.z or xxx.tar.Z
        	9. xxx.zip
        	
        license  MIT
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
