LICENSE
README.md
pyproject.toml
src/ppt2pptx/__init__.py
src/ppt2pptx/__main__.py
src/ppt2pptx/cfb.py
src/ppt2pptx/cli.py
src/ppt2pptx/converter.py
src/ppt2pptx/diagnostics.py
src/ppt2pptx/encryption.py
src/ppt2pptx/errors.py
src/ppt2pptx/oleps.py
src/ppt2pptx/ooxml.py
src/ppt2pptx/ppt.py
src/ppt2pptx.egg-info/PKG-INFO
src/ppt2pptx.egg-info/SOURCES.txt
src/ppt2pptx.egg-info/dependency_links.txt
src/ppt2pptx.egg-info/entry_points.txt
src/ppt2pptx.egg-info/top_level.txt
tests/test_encryption.py
tests/test_oleps.py
tests/test_ooxml.py
tests/test_ppt.py