LICENSE
README.md
pyproject.toml
src/pptx_to_html5/__init__.py
src/pptx_to_html5/cli.py
src/pptx_to_html5/converter.py
src/pptx_to_html5.egg-info/PKG-INFO
src/pptx_to_html5.egg-info/SOURCES.txt
src/pptx_to_html5.egg-info/dependency_links.txt
src/pptx_to_html5.egg-info/entry_points.txt
src/pptx_to_html5.egg-info/requires.txt
src/pptx_to_html5.egg-info/top_level.txt
src/pptx_to_html5/templates/presentation.html
src/pptx_to_html5/templates/script.js
src/pptx_to_html5/templates/styles.css
tests/test_cli.py
tests/test_converter.py