# 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**: 2026-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ph-utils The python3 tool classes. ## Install ```shell pip install ph-utils ``` ## Includes the following modules: ### 1. [common](https://gitee.com/towardly/ph-utils_py/wikis/common): 通用工具类 ### 2. [date](https://gitee.com/towardly/ph-utils_py/wikis/date_en): The date processing tool ### 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_en): Configure relevant tool classes ### 6. [id](https://gitee.com/towardly/ph-utils_py/wikis/id): 生成唯一 ID 工具类 ## 运行测试 ```shell uv run python tests/crypto_utils.py ``` ## 构建发布 ```shell uv build --clear uv publish ```