cutie / panwid

A collection of widgets for urwid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panwid

A collection of widgets for urwid.

Currently consists of the following:

Dropdown

Dropdown menu widget with autocomplete support.

asciicast

DataTable

Widget for displaying tabular data.

Features include:

  • Flexible options for column formatting and sorting
  • Progressive loading / "infinite scrolling" for paginating large datasets
  • Scrollbar with indicator showing position within dataset

asciicast

ScrollingListbox

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.

TODOs:

  • Documentation
  • Make more 16-color and non-unicode friendly
  • Add combo box functionality to dropdown
  • Update datatable so that footer functions calculate based on the entire dataset, not just visible rows.

About

A collection of widgets for urwid.

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%