openscap_report package

Subpackages

Submodules

openscap_report.cli module

class openscap_report.cli.CommandLineAPI

Bases: object

close_files()
generate_report(report_parser)
get_report_generator(report_parser)
load_file()
store_file(data)
class openscap_report.cli.CustomHelpFormatter(prog, indent_increment=2, max_help_position=24, width=None)

Bases: RawTextHelpFormatter

openscap_report.cli.main()
openscap_report.cli.prepare_parser()

openscap_report.debug_settings module

class openscap_report.debug_settings.DebugSetting(no_minify: bool = False, options_require_debug_script: tuple = ('BUTTON-SHOW-ALL-RULES', 'BUTTON-SHOW-ALL-RULES-AND-OVAL-TEST-DETAILS'), include_debug_script: bool = False, button_show_all_rules: bool = False, use_online_css: bool = False, button_show_all_rules_and_oval_test_details: bool = False)

Bases: object

button_show_all_rules: bool = False
button_show_all_rules_and_oval_test_details: bool = False
include_debug_script: bool = False
no_minify: bool = False
options_require_debug_script: tuple = ('BUTTON-SHOW-ALL-RULES', 'BUTTON-SHOW-ALL-RULES-AND-OVAL-TEST-DETAILS')
set_button_show_all_rules(val)
set_button_show_all_rules_and_oval_test_details(val)
set_no_minify(val)
set_use_online_css(val)
update_settings_with_debug_flags(debug_flags)
use_online_css: bool = False

Module contents