文件名称:aiotraversal:基于aiohttp的大型复杂应用程序的Web框架
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-29 10:42:26
Python
基于遍历的异步Web框架 这是围绕框架。 安装 $ pip install aiotraversal 测验 $ git clone https://github.com/zzzsochi/aiotraversal.git $ cd aiotraversal $ pip install pytest pytest-cov $ py.test --cov ./aiotraversal --cov-report term-missing 例子 $ git clone https://github.com/zzzsochi/aiotraversal.git $ cd aiotraversal $ pip install -e . $ python3 examples/1-hello.py serve $ curl http://localhost:8080 Hello World ! $ cur
【文件预览】:
aiotraversal-master
----.travis.yml(239B)
----README.rst(3KB)
----tests()
--------test_cmd.py(2KB)
--------for_include.py(283B)
--------test_logger.py(2KB)
--------conftest.py(310B)
--------test_configure.py(5KB)
--------__init__.py(0B)
--------test_serve.py(496B)
--------test_helpers.py(1KB)
--------test_settings.py(2KB)
--------test_app.py(1KB)
----aiotraversal()
--------app.py(6KB)
--------logger.py(2KB)
--------helpers.py(930B)
--------__init__.py(29B)
--------settings.py(2KB)
--------static.py(178B)
--------serve.py(2KB)
--------cmd.py(2KB)
----doc()
--------conf.py(432B)
--------serve.rst(2KB)
--------cmd.rst(2KB)
--------settings.rst(868B)
--------logger.rst(1KB)
--------index.rst(2KB)
----examples()
--------1-hello.py(1KB)
--------3-traversal.py(6KB)
--------2-configure.py(1KB)
----setup.py(866B)
----.gitignore(166B)
----.bumpversion.cfg(283B)