LICENSE
README.md
pyproject.toml
src/deckflow/__init__.py
src/deckflow/deck.py
src/deckflow/slide.py
src/deckflow.egg-info/PKG-INFO
src/deckflow.egg-info/SOURCES.txt
src/deckflow.egg-info/dependency_links.txt
src/deckflow.egg-info/requires.txt
src/deckflow.egg-info/top_level.txt
src/deckflow/content/__init__.py
src/deckflow/content/chart_extractor.py
src/deckflow/content/duplicate.py
src/deckflow/content/finder.py
src/deckflow/content/registry.py
src/deckflow/content/table_extractor.py
src/deckflow/content/text_extractor.py
src/deckflow/elements/__init__.py
src/deckflow/elements/chart.py
src/deckflow/elements/table.py
src/deckflow/elements/text.py
src/deckflow/formatters/__init__.py
src/deckflow/formatters/color_analyzer.py
src/deckflow/formatters/font_properties.py
src/deckflow/formatters/slide_printer.py
src/deckflow/formatters/table_printer.py
src/deckflow/updaters/__init__.py
src/deckflow/updaters/chart_updater.py
src/deckflow/updaters/table_updater.py
src/deckflow/updaters/text_updater.py
tests/test_chart.py
tests/test_import.py
tests/test_registry.py
tests/test_table.py
tests/test_text.py