LICENSE
README.md
pyproject.toml
kirby_sheet/__init__.py
kirby_sheet/build.py
kirby_sheet/cli.py
kirby_sheet/engine.py
kirby_sheet/inspect.py
kirby_sheet/render.py
kirby_sheet/sheet.py
kirby_sheet/template.py
kirby_sheet/text.py
kirby_sheet.egg-info/PKG-INFO
kirby_sheet.egg-info/SOURCES.txt
kirby_sheet.egg-info/dependency_links.txt
kirby_sheet.egg-info/entry_points.txt
kirby_sheet.egg-info/requires.txt
kirby_sheet.egg-info/top_level.txt
kirby_sheet/formats/__init__.py
kirby_sheet/formats/as_html.py
kirby_sheet/formats/as_json.py
kirby_sheet/formats/as_pdf.py
kirby_sheet/formats/as_text.py
kirby_sheet/formats/totals_view.py
tests/test_build.py
tests/test_byte_fidelity.py
tests/test_cli.py
tests/test_engine.py
tests/test_html_output.py
tests/test_inspect.py
tests/test_json_output.py
tests/test_pdf_output.py
tests/test_render_opening.py
tests/test_sheet_model.py
tests/test_template_loading.py
tests/test_text_helpers.py
tests/test_text_output.py