LICENCE
README.md
pyproject.toml
textframe/__init__.py
textframe/typing.py
textframe.egg-info/PKG-INFO
textframe.egg-info/SOURCES.txt
textframe.egg-info/dependency_links.txt
textframe.egg-info/top_level.txt
textframe/api/TextFrame.py
textframe/api/__init__.py
textframe/characters/__init__.py
textframe/characters/corners.py
textframe/characters/line_h.py
textframe/characters/line_v.py
textframe/characters/matrix_cross.py
textframe/characters/matrix_side.py
textframe/helpers/__init__.py
textframe/helpers/calcs/__init__.py
textframe/helpers/calcs/calc_column_widths.py
textframe/helpers/checkers/__init__.py
textframe/helpers/checkers/is_last_element.py
textframe/helpers/formatters/__init__.py
textframe/helpers/formatters/string/__init__.py
textframe/helpers/formatters/string/cell_string.py
textframe/helpers/formatters/string/row_frame_divider.py
textframe/helpers/formatters/string/row_outer_border.py
textframe/helpers/renderers/__init__.py
textframe/helpers/renderers/html/__init__.py
textframe/helpers/renderers/string/__init__.py
textframe/helpers/renderers/string/render_grid_frame_string.py
textframe/helpers/renderers/string/render_table_frame_string.py
textframe/helpers/renderers/string/render_text_frame_string.py
textframe/helpers/validators/__init__.py
textframe/tests/__init__.py
textframe/tests/test.py