From 493a81358512dcaac429d946b6a7712a2206dd47 Mon Sep 17 00:00:00 2001 From: knktc Date: Sat, 9 Jun 2018 21:58:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9Ajenti=E7=9A=84=E5=AE=98?= =?UTF-8?q?=E7=BD=91=E5=9C=B0=E5=9D=80=EF=BC=8C=E4=B9=8B=E5=89=8D=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=B7=B2=E8=A2=AB=E5=AE=98=E6=96=B9=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E4=B8=BADEPRECATED?= 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 0c42c75..dd7a689 100644 --- a/README.md +++ b/README.md @@ -673,7 +673,7 @@ Python 实现的数据库。 管理界面库。 -* Ajenti:一个你的服务器值得拥有的管理面板。[官网](https://github.com/Eugeny/ajenti) +* Ajenti:一个你的服务器值得拥有的管理面板。[官网](https://github.com/ajenti/ajenti) * django-suit:Django 管理界面的一个替代品 (仅对于非商业用途是免费的)。[官网](http://djangosuit.com/) * django-xadmin:Django admin 的一个替代品,具有很多不错的功能。[官网](https://github.com/sshwsfc/django-xadmin) * flask-admin:一个用于 Flask 的简单可扩展的管理界面框架。[官网](https://github.com/flask-admin/flask-admin) From c7886d881ab3b562d2c7eeac7edb96efaa7db568 Mon Sep 17 00:00:00 2001 From: knktc Date: Sat, 9 Jun 2018 22:03:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jsonschema=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7a689..849b413 100644 --- a/README.md +++ b/README.md @@ -654,7 +654,8 @@ Python 实现的数据库。 * schema:一个用于对 Python 数据结构进行验证的库。[官网](https://github.com/keleshev/schema) * Schematics:数据结构验证。[官网](https://github.com/schematics/schematics) * valideer:轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer) -* voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous) +* voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous) +* jsonschema:[JSON Schema](http://json-schema.org/)的python实现,用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema) ### 反垃圾技术