tablate.library.calcs package#

Submodules#

tablate.library.calcs.calc_column_percent module#

tablate.library.calcs.calc_column_percent.calc_column_percent(frame_list, container_width)[source]#
Return type:

(List[TypeVar(T)], List[int])

tablate.library.calcs.calc_column_widths module#

tablate.library.calcs.calc_column_widths.calc_column_width_error()[source]#
tablate.library.calcs.calc_column_widths.calc_column_widths(columns, global_options)[source]#
Return type:

List[TypeVar(T, BaseColumnInput, GridColumnInput, TableColumnInput)]

tablate.library.calcs.gen_frame_name module#

tablate.library.calcs.gen_frame_name.gen_frame_name(name, type, frame_dict, ensure_unique=False)[source]#

tablate.library.calcs.get_row_colspan module#

tablate.library.calcs.get_row_colspan.get_row_colspans(frame_columns, baseline_column_widths)[source]#
Return type:

List[int]

tablate.library.calcs.random_string module#

tablate.library.calcs.random_string.random_string(length)[source]#

Module contents#