LICENSE
MANIFEST.in
README.md
pyproject.toml
src/docxray/__init__.py
src/docxray/api.py
src/docxray/exceptions.py
src/docxray/length.py
src/docxray/lxml.py
src/docxray/shared.py
src/docxray/types.py
src/docxray.egg-info/PKG-INFO
src/docxray.egg-info/SOURCES.txt
src/docxray.egg-info/dependency_links.txt
src/docxray.egg-info/requires.txt
src/docxray.egg-info/top_level.txt
src/docxray/enum/__init__.py
src/docxray/enum/lxml.py
src/docxray/numeral/bcp47.py
src/docxray/numeral/charset.py
src/docxray/numeral/iso639-default-script.tsv
src/docxray/numeral/iso639-lcids.tsv
src/docxray/numeral/numeral.py
src/docxray/opc/__init__.py
src/docxray/opc/constants.py
src/docxray/opc/exceptions.py
src/docxray/opc/ns.py
src/docxray/opc/oxml.py
src/docxray/opc/package.py
src/docxray/opc/packuri.py
src/docxray/opc/part.py
src/docxray/opc/phys_pkg.py
src/docxray/opc/pkgreader.py
src/docxray/opc/rel.py
src/docxray/opc/shared.py
src/docxray/oxml/__init__.py
src/docxray/oxml/strict/__init__.py
src/docxray/oxml/t/__init__.py
src/docxray/oxml/t/background.py
src/docxray/oxml/t/document.py
src/docxray/oxml/t/drawing.py
src/docxray/oxml/t/enums.py
src/docxray/oxml/t/exceptions.py
src/docxray/oxml/t/ns.py
src/docxray/oxml/t/numbering.py
src/docxray/oxml/t/package.py
src/docxray/oxml/t/parser.py
src/docxray/oxml/t/part.py
src/docxray/oxml/t/settings.py
src/docxray/oxml/t/shared.py
src/docxray/oxml/t/styles.py
src/docxray/oxml/t/types.py
src/docxray/oxml/t/xmlchemy.py
src/docxray/oxml/t/parts/__init__.py
src/docxray/oxml/t/parts/document.py
src/docxray/oxml/t/parts/image.py
src/docxray/oxml/t/parts/numbering.py
src/docxray/oxml/t/parts/settings.py
src/docxray/oxml/t/parts/story.py
src/docxray/oxml/t/parts/styles.py
src/docxray/oxml/t/parts/theme.py
src/docxray/oxml/t/proxy/__init__.py
src/docxray/oxml/t/proxy/base.py
src/docxray/oxml/t/proxy/blkcntnr.py
src/docxray/oxml/t/proxy/border.py
src/docxray/oxml/t/proxy/colorize.py
src/docxray/oxml/t/proxy/compute.py
src/docxray/oxml/t/proxy/document.py
src/docxray/oxml/t/proxy/drawing.py
src/docxray/oxml/t/proxy/exceptions.py
src/docxray/oxml/t/proxy/settings.py
src/docxray/oxml/t/proxy/theme.py
src/docxray/oxml/t/proxy/types.py
src/docxray/oxml/t/proxy/vml.py
src/docxray/oxml/t/proxy/image/picture.py
src/docxray/oxml/t/proxy/image/wmf.py
src/docxray/oxml/t/proxy/numbering/numbering.py
src/docxray/oxml/t/proxy/styles/__init__.py
src/docxray/oxml/t/proxy/styles/doc_dflts.py
src/docxray/oxml/t/proxy/styles/style.py
src/docxray/oxml/t/proxy/styles/styles.py
src/docxray/oxml/t/proxy/table/cell.py
src/docxray/oxml/t/proxy/table/row.py
src/docxray/oxml/t/proxy/table/table.py
src/docxray/oxml/t/proxy/text/__init__.py
src/docxray/oxml/t/proxy/text/char_format.py
src/docxray/oxml/t/proxy/text/font.py
src/docxray/oxml/t/proxy/text/hyperlink.py
src/docxray/oxml/t/proxy/text/language.py
src/docxray/oxml/t/proxy/text/list.py
src/docxray/oxml/t/proxy/text/numeral_rules.py
src/docxray/oxml/t/proxy/text/omath.py
src/docxray/oxml/t/proxy/text/paragraph.py
src/docxray/oxml/t/proxy/text/run.py
src/docxray/oxml/t/proxy/text/run_content.py
src/docxray/oxml/t/st/dml_main.py
src/docxray/oxml/t/st/dml_wordprocessing_drawing.py
src/docxray/oxml/t/st/enums.py
src/docxray/oxml/t/st/shared_common.py
src/docxray/oxml/t/st/shared_math.py
src/docxray/oxml/t/st/shared_rel_ref.py
src/docxray/oxml/t/st/wml.py
src/docxray/oxml/t/table/cell_props.py
src/docxray/oxml/t/table/row_props.py
src/docxray/oxml/t/table/table.py
src/docxray/oxml/t/table/table_props.py
src/docxray/oxml/t/text/__init__.py
src/docxray/oxml/t/text/hyperlink.py
src/docxray/oxml/t/text/num_props.py
src/docxray/oxml/t/text/omath.py
src/docxray/oxml/t/text/omath_elm.py
src/docxray/oxml/t/text/paragraph.py
src/docxray/oxml/t/text/paragraph_props.py
src/docxray/oxml/t/text/range.py
src/docxray/oxml/t/text/run.py
src/docxray/oxml/t/text/run_props.py
src/docxray/oxml/t/theme/color.py
src/docxray/oxml/t/theme/font.py
src/docxray/oxml/t/theme/shared.py
src/docxray/oxml/t/theme/theme.py
src/docxray/transform/__init__.py
src/docxray/transform/better_lxml.py
src/docxray/transform/ruleset.py
src/docxray/transform/transformer.py
src/docxray/transform/builders/base.py
src/docxray/transform/builders/drawing.py
src/docxray/transform/builders/html_std.py
src/docxray/transform/builders/hyperlink.py
src/docxray/transform/builders/list.py
src/docxray/transform/builders/omath.py
src/docxray/transform/builders/paragraph.py
src/docxray/transform/builders/table.py
src/docxray/transform/builders/types.py
src/docxray/xsd/exceptions.py
src/docxray/xsd/facets.py
src/docxray/xsd/primitives.py
src/docxray/xsd/xsd.py