yoda_powers.display Package

Handy functions to display/write python object like dict of dict.

Functions

dict_2_txt(dico[, sep])

Function that takes a dictionary and returns a string with separator:

dict_dict_2_txt(dico[, first, sep])

Function that takes a dictionary and returns a tabular string with:

dict_list_2_txt(dico[, sep])

Function that takes a dictionary of list and returns a tabular string with:

sort_human(in_list[, _nsre])

Sort a list with alpha/digit on the way that humans expect,