Metadata-Version: 2.3
Name: ph-utils
Version: 0.1.0
Summary: The python3 tool classes
Author: Tenny
Author-email: Tenny <tenny.shu@foxmail.com>
License: MulanPSL-2.0
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Mulan Permissive Software License v2 (MulanPSL-2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Project-URL: Bug Tracker, https://gitee.com/towardly/ph-utils_py/issues
Project-URL: Homepage, https://gitee.com/towardly/ph-utils_py
Description-Content-Type: text/markdown

# 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 工具类
