LICENSE
README.md
pyproject.toml
src/docfill/__init__.py
src/docfill/constants.py
src/docfill/formulas.py
src/docfill/jinja_render.py
src/docfill/pipeline.py
src/docfill/py.typed
src/docfill/row_block.py
src/docfill/styles.py
src/docfill/values.py
src/docfill.egg-info/PKG-INFO
src/docfill.egg-info/SOURCES.txt
src/docfill.egg-info/dependency_links.txt
src/docfill.egg-info/requires.txt
src/docfill.egg-info/top_level.txt
tests/test_formulas.py
tests/test_jinja_render.py
tests/test_multi_repeat_blocks.py
tests/test_pipeline.py
tests/test_row_block.py
tests/test_template_detect.py
tests/test_values.py