文件名称:冷静:龙卷风总是平静!
文件大小:245KB
文件格式:ZIP
更新时间:2024-02-26 17:42:27
python rest rest-api restful python-3-6
冷静 介绍 Calm是Tornado Framework的扩展,它提供了装饰器和其他工具来轻松实现RESTful API。 Calm的目的是简化定义API,在请求处理程序中解析参数值等的过程。 安装 使用pip可以轻松完成安装过程: $ pip install calm 注意:Calm仅适用于Python 3.5 让我们编码吧! 这是Calm的基本用法示例: import tornado . ioloop from calm import Application app = Application () @ app . get ( '/hello/:your_name' ) async
【文件预览】:
calm-master
----setup.py(1KB)
----.gitignore(774B)
----requirements.txt(67B)
----calm()
--------codec.py(3KB)
--------service.py(2KB)
--------__init__.py(935B)
--------resource.py(344B)
--------decorator.py(2KB)
--------param.py(3KB)
--------handler.py(12KB)
--------ex.py(2KB)
--------core.py(11KB)
--------testing.py(5KB)
----.travis.yml(387B)
----MANIFEST.in(19B)
----LICENSE(1KB)
----scripts()
--------run-tests.sh(137B)
--------publish-docs.sh(81B)
----README.md(6KB)
----tests()
--------test_param.py(1KB)
--------test_swagger.py(6KB)
--------__init__.py(0B)
--------test_core.py(7KB)
--------.requirements.txt(24B)
--------__main__.py(155B)
--------test_service.py(1KB)
--------test_decorator.py(2KB)
--------test_codec.py(862B)
--------test_websocket.py(1KB)
----.landscape.yml(193B)
----mkdocs.yml(193B)
----docs()
--------index.md(274B)
--------intro.md(15B)
--------extra.css(76B)
--------logo()
--------CNAME(13B)