From aaa7513d1987e5c9291788d657770bf1aac5618f Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Tue, 9 Jan 2018 12:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E6=95=B4=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=20simplejson=20=E5=BA=93=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f79841..6afb04e 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * unidecode:Unicode 文本的 ASCII 转换形式 。[官网](https://pypi.python.org/pypi/Unidecode) * uniout:打印可读的字符,而不是转义的字符串。[官网](https://github.com/moskytw/uniout) * xpinyin:一个用于把汉字转换为拼音的库。[官网](https://github.com/lxneng/xpinyin) - * simplejson:Python 的 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-slugify:Python slug 化库,可以把 unicode 转化为 ASCII。[官网](https://github.com/un33k/python-slugify)