Tornado-JSON:基于Tornado的简单JSON API框架

时间:2021-02-21 16:45:28
【文件属性】:
文件名称:Tornado-JSON:基于Tornado的简单JSON API框架
文件大小:48KB
文件格式:ZIP
更新时间:2021-02-21 16:45:28
Python 龙卷风JSON 概述 龙卷风JSON是一个小扩展的,意图提供必要的工具来获得一个JSON API快速启动和运行的。 随附模块提供的一些关键功能: 通过使用@schema.validate装饰RequestHandlers来输入和输出验证 使用routes.get_routes(package)自动生成路线 使用模式和提供的描述的自动格式的API文档 使用规范的标准化JSON输出 用法 请查看以获取快速示例以及文档中。 然后 import tornado . ioloop from tornado_json . routes import get_routes from tornado_json . application import Application import mywebapp # Automatically generate routes for your webap
【文件预览】:
Tornado-JSON-master
----setup.py(2KB)
----Changes_checklist.md(629B)
----.gitignore(241B)
----requirements.txt(43B)
----maintenance.md(705B)
----.travis.yml(447B)
----MANIFEST.in(59B)
----LICENSE(1KB)
----README.md(3KB)
----tornado_json()
--------requesthandlers.py(3KB)
--------api_doc_gen.py(7KB)
--------routes.py(8KB)
--------jsend.py(2KB)
--------application.py(1KB)
--------__init__.py(427B)
--------constants.py(286B)
--------utils.py(2KB)
--------schema.py(7KB)
--------exceptions.py(449B)
--------gen.py(337B)
----tests()
--------helloworld_API_documentation.md(2KB)
--------__init__.py(35B)
--------func_test.py(9KB)
--------utils.py(158B)
--------test_schema.py(4KB)
--------test_tornado_json.py(6KB)
--------test_api_doc_gen.py(2KB)
----demos()
--------helloworld()
--------rest_api()
----docs()
--------Makefile(5KB)
--------index.rst(1KB)
--------conf.py(9KB)
--------installation.rst(187B)
--------make.bat(5KB)
--------tornado_json.rst(781B)
--------restapi.rst(807B)
--------changelog.rst(4KB)
--------docgen.rst(402B)
--------using_tornado_json.rst(4KB)
--------requesthandler_guidelines.rst(1KB)
----tox.ini(220B)

网友评论