Hello all, Gitlab: https://gitlab.com/niteesh.gs/qemu/-/commits/aqmp-tui-prototype-v4 CI: https://gitlab.com/niteesh.gs/qemu/-/pipelines/356024270
Revision since v3: 1) Added docstrings 2) Minor changes in AQMP TUI Draft 3) Switched to constant retry delay in QMP connection manager and other minor changes. G S Niteesh Babu (7): python: disable pylint errors for aqmp-tui python: Add dependencies for AQMP TUI python/aqmp-tui: Add AQMP TUI draft python: Add entry point for aqmp-tui python: add optional pygments dependency python/aqmp-tui: Add syntax highlighting python/aqmp-tui: Add QMP connection manager python/Pipfile.lock | 20 + python/qemu/aqmp/aqmp_tui.py | 681 +++++++++++++++++++++++++++++++++++ python/setup.cfg | 29 +- 3 files changed, 729 insertions(+), 1 deletion(-) create mode 100644 python/qemu/aqmp/aqmp_tui.py -- 2.17.1