mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
19 lines
715 B
Plaintext
19 lines
715 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOMONITOR
|
|
bool "python-aiomonitor"
|
|
select BR2_PACKAGE_PYTHON_AIOCONSOLE # runtime
|
|
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_JANUS # runtime
|
|
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
|
|
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
|
|
select BR2_PACKAGE_PYTHON_TELNETLIB3 # runtime
|
|
select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime
|
|
select BR2_PACKAGE_PYTHON_TRAFARET # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
aiomonitor adds monitor and python REPL capabilities for
|
|
asyncio application.
|
|
|
|
https://github.com/aio-libs/aiomonitor
|