Metadata-Version: 2.1
Name: chinese-pdnode
Version: 1.0.2
Summary: A Python library for Chinese text processing
Home-page: https://github.com/bretren/chinese
Author: Bret
Author-email: Bret@pdnode.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: jieba

# My Chinese Library

这是一个用于中文处理的Python库。

## 安装

使用pip安装：

```sh
pip install chinese-pdnode
