README.rst
pyproject.toml
src/purdy/__init__.py
src/purdy/_debug.py
src/purdy/content.py
src/purdy/lexers.py
src/purdy/parser.py
src/purdy/scribe.py
src/purdy/themes.py
src/purdy/utils.py
src/purdy.egg-info/PKG-INFO
src/purdy.egg-info/SOURCES.txt
src/purdy.egg-info/dependency_links.txt
src/purdy.egg-info/entry_points.txt
src/purdy.egg-info/requires.txt
src/purdy.egg-info/top_level.txt
src/purdy/cmds/__init__.py
src/purdy/cmds/arg_helpers.py
src/purdy/cmds/purdy.py
src/purdy/cmds/subpurdy.py
src/purdy/renderers/__init__.py
src/purdy/renderers/formatter.py
src/purdy/renderers/html.py
src/purdy/renderers/plain.py
src/purdy/renderers/rich.py
src/purdy/renderers/rtf.py
src/purdy/renderers/textual.py
src/purdy/tui/__init__.py
src/purdy/tui/animate.py
src/purdy/tui/apps.py
src/purdy/tui/codebox.py
src/purdy/tui/purdybox.py
src/purdy/tui/style.tcss
src/purdy/tui/tui_content.py
src/purdy/tui/typewriter.py
src/purdy/tui/widgets.py
tests/test_content.py
tests/test_formatter.py
tests/test_parser.py
tests/test_renderers.py
tests/test_rtf.py
tests/test_themes.py
tests/test_typewriter.py
tests/test_utils.py