tvrenamer.common package¶
Submodules¶
tvrenamer.common.table module¶
Output formatters using prettytable.
-
tvrenamer.common.table.write_output(data)¶
tvrenamer.common.tools module¶
-
tvrenamer.common.tools.make_opt_list(opts, group)¶ Generate a list of tuple containing group, options
Parameters: - opts (list) – option lists associated with a group
- group (str) – name of an option group
Returns: a list of (group_name, opts) tuples
Return type: list