Skip to content

Commit 0b0e31f

Browse files
authored
Merge pull request jobbole#54 from knktc/master
update Ajenti url and add jsonschema
2 parents d6d4352 + c7886d8 commit 0b0e31f

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
@@ -654,7 +654,8 @@ Python 实现的数据库。
654654
* schema:一个用于对 Python 数据结构进行验证的库。[官网](https://github.com/keleshev/schema)
655655
* Schematics:数据结构验证。[官网](https://github.com/schematics/schematics)
656656
* valideer:轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer)
657-
* voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
657+
* voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
658+
* jsonschema:[JSON Schema](http://json-schema.org/)的python实现,用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema)
658659

659660
### 反垃圾技术
660661

@@ -673,7 +674,7 @@ Python 实现的数据库。
673674

674675
管理界面库。
675676

676-
* Ajenti:一个你的服务器值得拥有的管理面板。[官网](https://github.com/Eugeny/ajenti)
677+
* Ajenti:一个你的服务器值得拥有的管理面板。[官网](https://github.com/ajenti/ajenti)
677678
* django-suit:Django 管理界面的一个替代品 (仅对于非商业用途是免费的)。[官网](http://djangosuit.com/)
678679
* django-xadmin:Django admin 的一个替代品,具有很多不错的功能。[官网](https://github.com/sshwsfc/django-xadmin)
679680
* flask-admin:一个用于 Flask 的简单可扩展的管理界面框架。[官网](https://github.com/flask-admin/flask-admin)

0 commit comments

Comments
 (0)