Metadata-Version: 2.4
Name: pyUtilsKit
Version: 1.0.0
Summary: 模块化设计的Python工具集合，提供日常开发中最常用的功能组件
Author-email: Jemy10000 <sh_ljr_2013@163.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# Utils-Kit | 多功能Python工具包

[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Tests Status](https://github.com/yourname/utils-kit/actions/workflows/tests.yml/badge.svg)](https://github.com/yourname/utils-kit/actions)

![](https://github.com/yourname/utils-kit/blob/main/assets/header_graphic.png?raw=true)

## 功能概述

模块化设计的Python工具集合，提供日常开发中最常用的功能组件：

| 模块 | 功能 |
|------|------|
| [dataValidator](#datavalidator) | 数据格式验证 |
| [dateTimeUtils](#datetimeutils) | 高级日期时间操作 |
| [fileOperations](#fileoperations) | 文件处理 |
| [httpUtils](#httputils) | HTTP客户端工具 |
| [mathUtils](#mathutils) | 数学计算扩展 |
| [passwordUtils](#passwordutils) | 密码安全工具 |
| [randomData](#randomdata) | 随机数据生成 |
| [stringProcessor](#stringprocessor) | 字符串增强处理 |
| [textAnalyzer](#textanalyzer) | 文本分析工具 |

## 快速安装

```bash
pip install utils-kit
```
