Re: [PATCH v5 2/5] python/aqmp-tui: Add AQMP TUI

2021-09-27 Thread John Snow
On Tue, Aug 24, 2021 at 6:15 AM Niteesh G. S. wrote: > > > On Tue, Aug 24, 2021 at 12:30 AM John Snow wrote: > >> >> >> On Mon, Aug 23, 2021 at 12:31 PM G S Niteesh Babu >> wrote: >> >>> Added AQMP TUI. >>> >>> Implements the follwing basic features: >>> 1) Command transmission/reception. >>> 2

Re: [PATCH v5 2/5] python/aqmp-tui: Add AQMP TUI

2021-08-24 Thread Niteesh G. S.
On Tue, Aug 24, 2021 at 12:30 AM John Snow wrote: > > > On Mon, Aug 23, 2021 at 12:31 PM G S Niteesh Babu > wrote: > >> Added AQMP TUI. >> >> Implements the follwing basic features: >> 1) Command transmission/reception. >> 2) Shows events asynchronously. >> 3) Shows server status in the bottom s

Re: [PATCH v5 2/5] python/aqmp-tui: Add AQMP TUI

2021-08-23 Thread John Snow
On Mon, Aug 23, 2021 at 12:31 PM G S Niteesh Babu wrote: > Added AQMP TUI. > > Implements the follwing basic features: > 1) Command transmission/reception. > 2) Shows events asynchronously. > 3) Shows server status in the bottom status bar. > 4) Automatic retries on disconnects and error conditio

[PATCH v5 2/5] python/aqmp-tui: Add AQMP TUI

2021-08-23 Thread G S Niteesh Babu
Added AQMP TUI. Implements the follwing basic features: 1) Command transmission/reception. 2) Shows events asynchronously. 3) Shows server status in the bottom status bar. 4) Automatic retries on disconnects and error conditions. Also added type annotations and necessary pylint/mypy configuration