Re: [PATCH v4 3/7] python/aqmp-tui: Add AQMP TUI draft

2021-08-23 Thread Niteesh G. S.
On Sun, Aug 22, 2021 at 1:04 PM John Snow wrote: > > > On Thu, Aug 19, 2021 at 1:39 PM G S Niteesh Babu > wrote: > >> Added a draft of AQMP TUI. >> >> Implements the follwing basic features: >> 1) Command transmission/reception. >> 2) Shows events asynchronously. >> 3) Shows server status in the

Re: [PATCH v4 3/7] python/aqmp-tui: Add AQMP TUI draft

2021-08-22 Thread John Snow
On Thu, Aug 19, 2021 at 1:39 PM G S Niteesh Babu wrote: > Added a draft of AQMP TUI. > > Implements the follwing basic features: > 1) Command transmission/reception. > 2) Shows events asynchronously. > 3) Shows server status in the bottom status bar. > > Also added type annotations and necessary

Re: [PATCH v4 3/7] python/aqmp-tui: Add AQMP TUI draft

2021-08-21 Thread Niteesh G. S.
On Sun, Aug 22, 2021 at 1:36 AM John Snow wrote: > On Thu, Aug 19, 2021 at 1:39 PM G S Niteesh Babu > wrote: > >> Added a draft of AQMP TUI. >> >> Implements the follwing basic features: >> 1) Command transmission/reception. >> 2) Shows events asynchronously. >> 3) Shows server status in the bot

Re: [PATCH v4 3/7] python/aqmp-tui: Add AQMP TUI draft

2021-08-21 Thread John Snow
On Thu, Aug 19, 2021 at 1:39 PM G S Niteesh Babu wrote: > Added a draft of AQMP TUI. > > Implements the follwing basic features: > 1) Command transmission/reception. > 2) Shows events asynchronously. > 3) Shows server status in the bottom status bar. > > Also added type annotations and necessary

[PATCH v4 3/7] python/aqmp-tui: Add AQMP TUI draft

2021-08-19 Thread G S Niteesh Babu
Added a draft of AQMP TUI. Implements the follwing basic features: 1) Command transmission/reception. 2) Shows events asynchronously. 3) Shows server status in the bottom status bar. Also added type annotations and necessary pylint, mypy configurations Signed-off-by: G S Niteesh Babu --- pytho