Metadata-Version: 2.1
Name: textutils_py
Version: 0.1.1
Summary: 一个功能丰富的文本处理工具集
Home-page: https://github.com/你的用户名/textutils-py
Author: 袁培钦
Author-email: 570686818@qq.com
Project-URL: Bug Reports, https://github.com/你的用户名/textutils-py/issues
Project-URL: Source, https://github.com/你的用户名/textutils-py
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# TextUtils-Py

一个功能丰富的文本处理Python工具集。

## 安装

```bash
pip install textutils-py
