Metadata-Version: 1.2
Name: DfxHelper
Version: 0.0.20
Summary: 辅助工具
Home-page: https://www.baidu.com
Author: dfx
Author-email: 1817556010@qq.com
License: GPL
Description: 
        # 辅助工具库
        
        * 时间辅助工具： time_helper
        * 任务辅助工具： dfx_task
        * 其他辅助工具： funcs
        
        ## 安装
        
        pip install dfxhelper
        
        ## 使用
        
        from dfx_utils.funcs import random_str
        
        tmp_str = random_str(32)
        
Platform: UNKNOWN
Requires-Python: >=3.6.0
