Report: Add vsap
[csit.git] / resources / tools / presentation / __init__.py
1 # Copyright (c) 2021 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 """
15 __init__ file for directory presentation
16
17 This makes the presentation a part of the great CSIT resources package.
18 """
19
20 from .pal_errors import PresentationError
21 from .pal_utils import archive_input_data, classify_anomalies, \
22     convert_csv_to_pretty_txt, execute_command, get_files, \
23     get_last_completed_build_number, get_last_successful_build_nr, \
24     get_rst_title_char, mean, relative_change, relative_change_stdev, stdev
25 from .environment import Environment
26 from .specification_parser import Specification
27 from .input_data_parser import InputData
28 from .generator_tables import generate_tables
29 from .generator_plots import generate_plots
30 from .generator_files import generate_files
31 from .static_content import prepare_static_content
32 from .generator_report import generate_report
33 from .generator_cpta import generate_cpta
34 from .generator_alerts import Alerting