README.md
pyproject.toml
src/illuma_presentx.egg-info/PKG-INFO
src/illuma_presentx.egg-info/SOURCES.txt
src/illuma_presentx.egg-info/dependency_links.txt
src/illuma_presentx.egg-info/entry_points.txt
src/illuma_presentx.egg-info/requires.txt
src/illuma_presentx.egg-info/top_level.txt
src/presentx/__init__.py
src/presentx/add_slide.py
src/presentx/clean.py
src/presentx/pptx_runner.py
src/presentx/pptx_workflow.py
src/presentx/thumbnail.py
src/presentx/docs/SKILL.md
src/presentx/docs/editing.md
src/presentx/docs/pptxgenjs.md
src/presentx/js/add_slide.cjs
src/presentx/js/clean.cjs
src/presentx/js/merge_decks.cjs
src/presentx/js/pack.cjs
src/presentx/office/__init__.py
src/presentx/office/pack.py
src/presentx/office/soffice.py
src/presentx/office/unpack.py
src/presentx/office/validate.py
src/presentx/office/helpers/__init__.py
src/presentx/office/helpers/merge_runs.py
src/presentx/office/helpers/simplify_redlines.py
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/pml.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/sml.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/wml.xsd
src/presentx/office/schemas/ISO-IEC29500-4_2016/xml.xsd
src/presentx/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
src/presentx/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
src/presentx/office/schemas/ecma/fouth-edition/opc-digSig.xsd
src/presentx/office/schemas/ecma/fouth-edition/opc-relationships.xsd
src/presentx/office/schemas/mce/mc.xsd
src/presentx/office/schemas/microsoft/wml-2010.xsd
src/presentx/office/schemas/microsoft/wml-2012.xsd
src/presentx/office/schemas/microsoft/wml-2018.xsd
src/presentx/office/schemas/microsoft/wml-cex-2018.xsd
src/presentx/office/schemas/microsoft/wml-cid-2016.xsd
src/presentx/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
src/presentx/office/schemas/microsoft/wml-symex-2015.xsd
src/presentx/office/validators/__init__.py
src/presentx/office/validators/base.py
src/presentx/office/validators/docx.py
src/presentx/office/validators/pptx.py
src/presentx/office/validators/redlining.py