aioconsole:异步控制台和异步接口

时间:2024-06-01 01:33:35
【文件属性】:

文件名称:aioconsole:异步控制台和异步接口

文件大小:44KB

文件格式:ZIP

更新时间:2024-06-01 01:33:35

Python

控制台 异步控制台和异步接口 提供: 异步等效于 , , 和 运行异步python控制台的交互式循环 一种使用自定义和运行命令行界面的方法 支持服务接口,而不是使用标准流 apython脚本在运行时访问异步代码而无需修改源 要求 Python> = 3.6 安装 aioconsole在PyPI和GitHub上可用。 以下两个命令都将安装aioconsole软件包和apython脚本。 $ pip3 install aioconsole # from PyPI $ python3 setup.py install # or from the sources $ apython -h usage: apython [-h] [--serve [HOST:] PORT] [--no-readline] [--banner BANNER] [--loc


【文件预览】:
aioconsole-master
----setup.py(1KB)
----.gitignore(592B)
----.pre-commit-config.yaml(208B)
----LICENSE(34KB)
----setup.cfg(195B)
----.github()
--------workflows()
----README.rst(4KB)
----tests()
--------test_execute.py(999B)
--------test_command.py(2KB)
--------test_server.py(2KB)
--------test_stream.py(5KB)
--------test_apython.py(7KB)
--------test_interact.py(4KB)
----example()
--------__init__.py(22B)
--------cli.py(2KB)
--------echo.py(1024B)
--------dice.py(718B)
----aioconsole()
--------stream.py(8KB)
--------apython.py(5KB)
--------compat.py(143B)
--------rlwrap.py(4KB)
--------execute.py(3KB)
--------console.py(8KB)
--------__init__.py(831B)
--------command.py(3KB)
--------server.py(3KB)
--------events.py(3KB)
--------__main__.py(48B)
----docs()
--------index.rst(10KB)
--------conf.py(686B)

网友评论