LICENSE
README.md
pyproject.toml
tessera/__init__.py
tessera/exceptions.py
tessera/py.typed
tessera/cells/__init__.py
tessera/cells/base.py
tessera/cells/image.py
tessera/cells/image_slider.py
tessera/cells/matplotlib.py
tessera/cells/misc.py
tessera/cells/plotly.py
tessera/cells/table.py
tessera/cells/text.py
tessera/core/__init__.py
tessera/core/assembler.py
tessera/core/deck.py
tessera/core/slide.py
tessera/static/__init__.py
tessera/static/main.js
tessera/templates/__init__.py
tessera/templates/base.html
tessera/templates/cell_code.html
tessera/templates/cell_empty.html
tessera/templates/cell_html.html
tessera/templates/cell_iframe.html
tessera/templates/cell_image.html
tessera/templates/cell_image_slider.html
tessera/templates/cell_list.html
tessera/templates/cell_matplotlib.html
tessera/templates/cell_matplotlib_svg.html
tessera/templates/cell_mermaid.html
tessera/templates/cell_metric.html
tessera/templates/cell_plotly.html
tessera/templates/cell_table.html
tessera/templates/cell_text.html
tessera/themes/__init__.py
tessera/themes/academic/__init__.py
tessera/themes/academic/layout.css
tessera/themes/academic/metric.css
tessera/themes/academic/slide.css
tessera/themes/dark/__init__.py
tessera/themes/dark/layout.css
tessera/themes/default/__init__.py
tessera/themes/default/code.css
tessera/themes/default/image.css
tessera/themes/default/layout.css
tessera/themes/default/list.css
tessera/themes/default/metric.css
tessera/themes/default/slide.css
tessera/themes/default/table.css
tessera/themes/default/toc.css
tessera/themes/default/toolbar.css
tessera/themes/light/__init__.py
tessera/themes/light/layout.css
tessera/themes/light/metric.css
tessera/themes/light-blue/__init__.py
tessera/themes/light-blue/layout.css
tessera/themes/light-blue/metric.css
tessera/themes/sobrio/__init__.py
tessera/themes/sobrio/layout.css
tessera/themes/sobrio/metric.css
tessera/themes/sobrio/slide.css
tessera/utils/__init__.py
tessera/utils/image_encoder.py
tessera/utils/notebook.py
tessera/utils/resource_loader.py
tessera/utils/theme_resolver.py
tessera_report.egg-info/PKG-INFO
tessera_report.egg-info/SOURCES.txt
tessera_report.egg-info/dependency_links.txt
tessera_report.egg-info/requires.txt
tessera_report.egg-info/top_level.txt
tests/test_cells.py
tests/test_plugins.py
tests/test_preview.py
tests/test_slide.py
tests/test_slides.py
tests/test_themes.py
tests/test_write.py