A collection of widgets for Urwid.
Currently consists of the following:
Dropdown menu widget with autocomplete support.
Widget for displaying tabular data.
Features include:
Listbox with an optional scrollbar. Can signal to other widgets (e.g. DataTable) when to fetch more data. Used by both Dropdown and DataTable, but can be used separately.
A container widget that allows selection of content via tab handles.
TODOs: