LICENSE
README.md
pyproject.toml
docxblocks/__init__.py
docxblocks/constants.py
docxblocks.egg-info/PKG-INFO
docxblocks.egg-info/SOURCES.txt
docxblocks.egg-info/dependency_links.txt
docxblocks.egg-info/requires.txt
docxblocks.egg-info/top_level.txt
docxblocks/builders/bullet.py
docxblocks/builders/heading.py
docxblocks/builders/image.py
docxblocks/builders/rich_text.py
docxblocks/builders/table.py
docxblocks/builders/text.py
docxblocks/core/inserter.py
docxblocks/schema/__init__.py
docxblocks/schema/blocks.py
docxblocks/schema/shared.py
docxblocks/utils/placeholder.py
docxblocks/utils/styles.py
tests/test_combined.py
tests/test_image_block.py
tests/test_table_block.py
tests/test_text_block.py