Skip to main content

Module utils

Module utils 

Source
Expand description

Shared utilities for printing and data handling. Shared utilities for file security scanning, printing, formatting, and changelog handling.

Modules§

cached_scanner
Utilities for scanning attachment files for malware
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.