clc.output
index
/Users//clc_git/src/clc/output.py

Output formatting helper functions.  Used in conjunction with CLI.

 
Modules
       
clc
clint.textui.colored
os
prettytable
clint.textui.progress
shutil
sys
clc.terminal_size
time

 
Functions
       
Cols(data_arr, keys, opts={})
# TODO - optional sorting, filtering, format type
Csv(data_arr, keys, opts={'no_header': False})
# TODO - Use CSV module?
Json(data_arr, keys, opts={})
RequestBlueprintProgress(request_id, location, alias, quiet=False)
RequestQueueProgress(request_id)
Rows(data_arr, keys, opts={})
# TODO add sorting
Status(status, level, message)
Table(data_arr, keys, opts={})
Text(data_arr, keys, opts={})
# TSV w/o headers
sec_to_time(secs)