格式整理:统一 simplejson 库链接方式

pull/37/head
chenjiandongx 2018-01-09 12:10:47 +08:00
parent 83c853ecb2
commit aaa7513d19
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* unidecodeUnicode 文本的 ASCII 转换形式 。[官网](https://pypi.python.org/pypi/Unidecode)
* uniout打印可读的字符而不是转义的字符串。[官网](https://github.com/moskytw/uniout)
* xpinyin一个用于把汉字转换为拼音的库。[官网](https://github.com/lxneng/xpinyin)
* simplejsonPython 的 JSON 编码、解码器。[官网](https://simplejson.readthedocs.io/en/latest/)、[GitHub](https://github.com/simplejson/simplejson)
* [simplejson](https://github.com/simplejson/simplejson)Python 的 JSON 编码、解码器。[官网](https://simplejson.readthedocs.io/en/latest/)
* Slug 化
* awesome-slugify一个 Python slug 化库,可以保持 Unicode。[官网](https://github.com/dimka665/awesome-slugify)
* python-slugifyPython slug 化库,可以把 unicode 转化为 ASCII。[官网](https://github.com/un33k/python-slugify)