From a33367fb0629630cd4bc5988584bf005fd58c289 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Thu, 11 Jan 2018 21:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20pypinyin=20=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=8C=89=E5=AD=97=E6=AF=8D=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BA=93=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cde7de6..49df5b1 100644 --- a/README.md +++ b/README.md @@ -158,12 +158,13 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * fuzzywuzzy:模糊字符串匹配。[官网](https://github.com/seatgeek/fuzzywuzzy) * Levenshtein:快速计算编辑距离以及字符串的相似度。[官网](https://github.com/ztane/python-Levenshtein/) * pangu.py:在中日韩语字符和数字字母之间添加空格。[官网](https://github.com/vinta/pangu.py) - * yfiglet-figlet:[pyfiglet -figlet](https://github.com/pwaller/pyfiglet) 的 Python 实现。 + * pypinyin:汉字拼音转换工具 Python 版。[官网](https://github.com/mozillazg/python-pinyin) * shortuuid:一个生成器库,用以生成简洁的,明白的,URL 安全的 UUID。[官网](https://github.com/stochastic-technologies/shortuuid) + * [simplejson](https://github.com/simplejson/simplejson):Python 的 JSON 编码、解码器。[官网](https://simplejson.readthedocs.io/en/latest/) * unidecode:Unicode 文本的 ASCII 转换形式 。[官网](https://pypi.python.org/pypi/Unidecode) * uniout:打印可读的字符,而不是转义的字符串。[官网](https://github.com/moskytw/uniout) * xpinyin:一个用于把汉字转换为拼音的库。[官网](https://github.com/lxneng/xpinyin) - * [simplejson](https://github.com/simplejson/simplejson):Python 的 JSON 编码、解码器。[官网](https://simplejson.readthedocs.io/en/latest/) + * yfiglet-figlet:[pyfiglet -figlet](https://github.com/pwaller/pyfiglet) 的 Python 实现。 * Slug 化 * awesome-slugify:一个 Python slug 化库,可以保持 Unicode。[官网](https://github.com/dimka665/awesome-slugify) * python-slugify:Python slug 化库,可以把 unicode 转化为 ASCII。[官网](https://github.com/un33k/python-slugify)