Metadata-Version: 2.1
Name: utools.dev
Version: 0.1.1.post1
Summary: 开发工具集
Home-page: UNKNOWN
Author: zauther
Author-email: zauther@qq.com
License: MIT
Platform: mac osx
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5

Utools.dev

usage：
    cmd: uimg

config.py
::
    configs={
        'ext':['.png'], # 需要压缩的文件类型
        'record_dir':'record',
        'diff_record':'diff.txt',
        'exclude':[],
        'safe':True ,# True 时会拷贝一份到safe_dir目录中
        'safe_dir':'tmp',
        'force':True # 压缩后是否覆盖原文件，safe=True时，默认会覆盖
    }



