CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
demos/README.md
demos/color_chart.py
demos/drive_vim.py
demos/matrix_rain.py
demos/mission_control.py
demos/web_demo.py
demos/recordings/cbonsai.cast
demos/recordings/drive_vim.cast
demos/recordings/nyancat.cast
docs/DESIGN.md
docs/GALLERY.md
docs/LICENSE.md
docs/README.md
docs/REFERENCE.md
docs/TAPTERM.md
docs/media/cbonsai.png
docs/media/color_chart.png
docs/media/drive_vim.mp4
docs/media/drive_vim.png
docs/media/matrix.mp4
docs/media/matrix_rain.png
docs/media/mission_control.png
docs/media/nyancat.gif
docs/media/nyancat.png
docs/media/web_demo.png
examples/README.md
examples/bus_capture.py
examples/custom_source.py
examples/observe_tap.py
examples/watch_and_drive.py
src/tappty/__init__.py
src/tappty/arcade_ui.py
src/tappty/bus.py
src/tappty/cli.py
src/tappty/compositor.py
src/tappty/curses_ui.py
src/tappty/keys.py
src/tappty/pygame_ui.py
src/tappty/pyte_terminal.py
src/tappty/recorder.py
src/tappty/session.py
src/tappty/source.py
src/tappty/style.py
src/tappty/terminal.py
src/tappty/video.py
src/tappty/web_ui.py
src/tappty.egg-info/PKG-INFO
src/tappty.egg-info/SOURCES.txt
src/tappty.egg-info/dependency_links.txt
src/tappty.egg-info/entry_points.txt
src/tappty.egg-info/requires.txt
src/tappty.egg-info/top_level.txt
tests/test_arcade_smoke.py
tests/test_bus_cmd.py
tests/test_bus_security.py
tests/test_bus_socket.py
tests/test_bus_tcp.py
tests/test_cast_source.py
tests/test_cli.py
tests/test_compositor_backings.py
tests/test_compositor_view.py
tests/test_curses_viewport.py
tests/test_demos_smoke.py
tests/test_error_handling.py
tests/test_examples.py
tests/test_gui_smoke.py
tests/test_keys.py
tests/test_pipe_source.py
tests/test_pty_source.py
tests/test_pyte_terminal.py
tests/test_recorder.py
tests/test_session_bus.py
tests/test_session_echo.py
tests/test_source_encoding.py
tests/test_style.py
tests/test_talking_stick.py
tests/test_term.py
tests/test_video.py
tests/test_video_bounds.py
tests/test_web_ui.py