文件名称:aiohttp-devtools:aiohttp的开发工具
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-01 12:43:16
development devtools cookiecutter aiohttp asyncio
aiohttp-devtools 用于开发工具。 (注意: aiohttp-devtools>=0.8仅支持aiohttp>=3.0 ,如果使用的是较旧的aiohttp,请使用较旧的aiohttp-devtools ,有关详细信息,请参见 。) 当使用aiohttp和关联的库开发应用程序时, aiohttp-devtools提供了许多有用的工具。 安装 需要python 3.5 , python 3.6或python 3.7 。 pip install aiohttp-devtools 用法 aiohttp-devtools CLI(和它的简称adev )由三个子命令组成: , 和 。 运行服务器 提供一个简单的本地服务器,以便在开发过程中运行您的应用程序。 用法很简单 adev runserver < app> 注意: adev runserver <app-p
【文件预览】:
aiohttp-devtools-master
----aiohttp_devtools()
--------start()
--------runserver()
--------exceptions.py(110B)
--------cli.py(5KB)
--------__init__.py(76B)
--------__main__.py(59B)
--------version.py(102B)
--------logs.py(5KB)
----ISSUE_TEMPLATE.md(136B)
----.gitignore(241B)
----setup.cfg(600B)
----.grablib.lock(132B)
----README.rst(6KB)
----tests()
--------test_start.py(2KB)
--------check_tag.py(516B)
--------conftest.py(853B)
--------test_cli.py(4KB)
--------test_runserver_main.py(8KB)
--------test_runserver_watch.py(6KB)
--------test_utils.py(342B)
--------test_serve.py(2KB)
--------test_runserver_config.py(1KB)
--------test_runserver_serve.py(5KB)
--------__init__.py(0B)
--------requirements.txt(566B)
--------test_runserver_logs.py(6KB)
----LICENSE(1KB)
----HISTORY.rst(5KB)
----.coveragerc(270B)
----.pyup.yml(24B)
----codecov.yml(56B)
----setup.py(3KB)
----.travis.yml(2KB)
----.editorconfig(322B)
----grablib.yml(121B)
----Makefile(1KB)
----.appveyor.yml(902B)