# ph-utils_py **Repository Path**: towardly/ph-utils_py ## Basic Information - **Project Name**: ph-utils_py - **Description**: python3 工具类 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-15 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ph-utils `Python3` 工具类. ## 1. 安装 ```shell pip install ph-utils ``` ## 2. 使用 ```python from ph_utils.common import is_blank # date_utils.parse() from ph_utils.date import parse # parse() ``` ## 3. 包含如下几个模块: ### 1. [common](https://gitee.com/towardly/ph-utils_py/wikis/common): 通用工具类 ### 2. [date](https://gitee.com/towardly/ph-utils_py/wikis/date): 日期时间工具类 ### 3. [crypto](https://gitee.com/towardly/ph-utils_py/wikis/crypto): 加解密工具类 ### 4. [logger](https://gitee.com/towardly/ph-utils_py/wikis/logger): 日志处理工具类 ### 5. [config](https://gitee.com/towardly/ph-utils_py/wikis/config): 配置相关工具类 ### 6. [id](https://gitee.com/towardly/ph-utils_py/wikis/id): 生成唯一 ID 工具类