gws.lib.console

Source code: gws.lib.console

Package Contents

class gws.lib.console.ProgressIndicator(title, total=0, resolution=10)
update(add=1)
log(s)
gws.lib.console.text_table(data, header=None, delim=' | ')

Format a list of dicts as a text-mode table.