Merge pull request #54 from knktc/master

update Ajenti url and add jsonschema
pull/55/head
Null 2018-06-10 07:57:07 +08:00 committed by GitHub
commit 0b0e31f819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -655,6 +655,7 @@ Python 实现的数据库。
* Schematics数据结构验证。[官网](https://github.com/schematics/schematics)
* valideer轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer)
* voluptuous一个 Python 数据验证库。主要是为了验证传入 Python 的 JSONYAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
* jsonschema[JSON Schema](http://json-schema.org/)的python实现用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema)
### 反垃圾技术
@ -673,7 +674,7 @@ Python 实现的数据库。
管理界面库。
* Ajenti一个你的服务器值得拥有的管理面板。[官网](https://github.com/Eugeny/ajenti)
* Ajenti一个你的服务器值得拥有的管理面板。[官网](https://github.com/ajenti/ajenti)
* django-suitDjango 管理界面的一个替代品 (仅对于非商业用途是免费的)。[官网](http://djangosuit.com/)
* django-xadminDjango admin 的一个替代品,具有很多不错的功能。[官网](https://github.com/sshwsfc/django-xadmin)
* flask-admin一个用于 Flask 的简单可扩展的管理界面框架。[官网](https://github.com/flask-admin/flask-admin)