LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
simple_report/__init__.py
simple_report/demo1.py
simple_report.egg-info/PKG-INFO
simple_report.egg-info/SOURCES.txt
simple_report.egg-info/dependency_links.txt
simple_report.egg-info/requires.txt
simple_report.egg-info/top_level.txt
simple_report/core/__init__.py
simple_report/core/report.py
simple_report/core/components/__init__.py
simple_report/core/components/base.py
simple_report/core/components/collapse.py
simple_report/core/components/modal.py
simple_report/core/components/plot.py
simple_report/core/components/row.py
simple_report/core/components/table.py
simple_report/core/components/tabs.py
simple_report/core/components/text.py
simple_report/structure/html/templates.py
simple_report/structure/html/templates/collapse.html
simple_report/structure/html/templates/header.html
simple_report/structure/html/templates/modal.html
simple_report/structure/html/templates/plot.html
simple_report/structure/html/templates/report.html
simple_report/structure/html/templates/row.html
simple_report/structure/html/templates/table.html
simple_report/structure/html/templates/tabs.html
simple_report/structure/html/templates/text.html
simple_report/structure/html/templates/wrapper/footer.html
simple_report/structure/html/templates/wrapper/javascript.html
simple_report/structure/html/templates/wrapper/nav.html
simple_report/structure/html/templates/wrapper/page_tab_script.html
simple_report/structure/html/templates/wrapper/style.html
simple_report/utils/utils.py