vuegen.streamlit_reportview module#
StreamlitReportView class for generating Streamlit reports based on a configuration file.
- class vuegen.streamlit_reportview.StreamlitReportView(report: Report, report_type: ReportType, streamlit_autorun: bool = False, static_dir: str = PosixPath('streamlit_report/static'), sections_dir: str = PosixPath('streamlit_report/sections'))[source]#
Bases:
WebAppReportViewA Streamlit-based implementation of the WebAppReportView abstract base class.
- BASE_DIR = 'streamlit_report'#
- REPORT_MANAG_SCRIPT = 'report_manager.py'#
- SECTIONS_DIR = PosixPath('streamlit_report/sections')#
- STATIC_FILES_DIR = PosixPath('streamlit_report/static')#