比较器:Python 3微框架

时间:2021-02-26 22:09:21
【文件属性】:
文件名称:比较器:Python 3微框架
文件大小:45KB
文件格式:ZIP
更新时间:2021-02-26 22:09:21
python python3 wsgi microframework Python 罗夫 基于werkzeug的Python 3的微框架。 路由 >> > from rouver . router import Router >> > from rouver . response import respond_with_html , respond_with_json >> > def get_index ( environ , start_response ): ... return respond_with_html ( start_response , "
Foo
" ) >> > def get_count ( environ , start_response ): ... return respond_with_json ( start_response , { "count" : 42 }) >> > router = Rou
【文件预览】:
rouver-master
----setup.py(1KB)
----rouver_test()
--------args.py(18KB)
--------__init__.py(0B)
--------html.py(5KB)
--------testutil.py(3KB)
--------handler.py(7KB)
--------util.py(2KB)
--------test.py(36KB)
--------status.py(306B)
--------response.py(16KB)
--------router.py(27KB)
--------exceptions.py(456B)
----.gitignore(58B)
----NEWS.md(11KB)
----requirements.txt(390B)
----pyproject.toml(328B)
----rouver()
--------args.py(14KB)
--------__init__.py(45B)
--------types.py(719B)
--------html.py(2KB)
--------handler.py(6KB)
--------util.py(639B)
--------test.py(19KB)
--------py.typed(0B)
--------status.py(123B)
--------response.py(6KB)
--------router.py(14KB)
--------exceptions.py(666B)
----LICENSE(1KB)
----setup.cfg(143B)
----.github()
--------workflows()
--------dependabot.yml(143B)
----README.md(3KB)
----.style.yapf(69B)
----mypy.ini(256B)

网友评论