Skip to content

Commit a33367f

Browse files
committed
新增 pypinyin 库,并按字母顺序调整库顺序
1 parent 9c0bff6 commit a33367f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,13 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
158158
* fuzzywuzzy:模糊字符串匹配。[官网](https://github.com/seatgeek/fuzzywuzzy)
159159
* Levenshtein:快速计算编辑距离以及字符串的相似度。[官网](https://github.com/ztane/python-Levenshtein/)
160160
* pangu.py:在中日韩语字符和数字字母之间添加空格。[官网](https://github.com/vinta/pangu.py)
161-
* yfiglet-figlet:[pyfiglet -figlet](https://github.com/pwaller/pyfiglet) 的 Python 实现。
161+
* pypinyin:汉字拼音转换工具 Python 版。[官网](https://github.com/mozillazg/python-pinyin)
162162
* shortuuid:一个生成器库,用以生成简洁的,明白的,URL 安全的 UUID。[官网](https://github.com/stochastic-technologies/shortuuid)
163+
* [simplejson](https://github.com/simplejson/simplejson):Python 的 JSON 编码、解码器。[官网](https://simplejson.readthedocs.io/en/latest/)
163164
* unidecode:Unicode 文本的 ASCII 转换形式 。[官网](https://pypi.python.org/pypi/Unidecode)
164165
* uniout:打印可读的字符,而不是转义的字符串。[官网](https://github.com/moskytw/uniout)
165166
* xpinyin:一个用于把汉字转换为拼音的库。[官网](https://github.com/lxneng/xpinyin)
166-
* [simplejson](https://github.com/simplejson/simplejson):PythonJSON 编码、解码器。[官网](https://simplejson.readthedocs.io/en/latest/)
167+
* yfiglet-figlet:[pyfiglet -figlet](https://github.com/pwaller/pyfiglet)Python 实现。
167168
* Slug 化
168169
* awesome-slugify:一个 Python slug 化库,可以保持 Unicode。[官网](https://github.com/dimka665/awesome-slugify)
169170
* python-slugify:Python slug 化库,可以把 unicode 转化为 ASCII。[官网](https://github.com/un33k/python-slugify)

0 commit comments

Comments
 (0)