Metadata-Version: 2.1
Name: DfxHelper
Version: 0.0.24
Summary: 辅助工具
Home-page: https://www.baidu.com
Author: dfx
Author-email: 1817556010@qq.com
License: GPL
Platform: UNKNOWN
Requires-Python: >=3.6.0


# 辅助工具库

* 时间辅助工具： time_helper
* 任务辅助工具： dfx_task
* 其他辅助工具： funcs

## 安装

pip install dfxhelper

## 使用

from dfx_utils.funcs import random_str

tmp_str = random_str(32)


