Module utils

Module utils 

Source
Expand description

Shared utilities for printing and data handling. Shared utilities for printing, formatting, and changelog handling.

Modules§

changelog_extractor
Utilities to extract release notes from changelog files.
json_printer
JSON output helpers.
macros
Reusable macros.
table_printer
Pretty-table renderers.

Enums§

OutputType
Output verbosity level used when printing table data.
PrintableData
Enum to hold the different types of data that can be printed in a table

Functions§

print_data
Prints the given data using the requested format and verbosity.