LICENSE
README-pypi.md
README.md
pyproject.toml
src/anywhereinput/__init__.py
src/anywhereinput/__main__.py
src/anywhereinput/_connection_requests.py
src/anywhereinput/admin_app.py
src/anywhereinput/auth.py
src/anywhereinput/client.py
src/anywhereinput/launcher.py
src/anywhereinput/mouse_worker.py
src/anywhereinput/qr_display.py
src/anywhereinput/screen_capture.py
src/anywhereinput/server.py
src/anywhereinput/server_core.py
src/anywhereinput/tunnel_manager.py
src/anywhereinput/zrok2_repair.py
src/anywhereinput.egg-info/PKG-INFO
src/anywhereinput.egg-info/SOURCES.txt
src/anywhereinput.egg-info/dependency_links.txt
src/anywhereinput.egg-info/entry_points.txt
src/anywhereinput.egg-info/requires.txt
src/anywhereinput.egg-info/top_level.txt
src/anywhereinput/admin/__init__.py
src/anywhereinput/admin/_approval_dialog.py
src/anywhereinput/admin/_client_dialog.py
src/anywhereinput/admin/_engine_status.py
src/anywhereinput/admin/_info_panel.py
src/anywhereinput/admin/_main_window.py
src/anywhereinput/admin/_server_worker.py
src/anywhereinput/admin/_settings_panel.py
src/anywhereinput/admin/_token_dialog.py
src/anywhereinput/admin/_token_store.py
src/anywhereinput/admin/_utils.py
src/anywhereinput/server_api/__init__.py
src/anywhereinput/server_api/_request_handlers.py
src/anywhereinput/server_api/_token_handlers.py
src/anywhereinput/static/INTEGRATION.md
src/anywhereinput/static/app.js
src/anywhereinput/static/client.html
src/anywhereinput/static/favicon.ico
src/anywhereinput/static/style.css
src/anywhereinput/static/core/AnywhereInputClient.js
src/anywhereinput/static/core/ConnectionManager.js
src/anywhereinput/static/core/EngineMonitor.js
src/anywhereinput/static/core/ScreenManager.js
src/anywhereinput/static/input/ControlButtons.js
src/anywhereinput/static/input/KeyboardHandler.js
src/anywhereinput/static/input/ScreenClickHandler.js
src/anywhereinput/static/input/TouchpadHandler.js
src/anywhereinput/static/ui/ScreenStatusOverlay.js
src/anywhereinput/static/ui/UIManager.js
src/anywhereinput/static/utils/RequestConnect.js
src/anywhereinput/static/utils/Storage.js
src/anywhereinput/static/utils/Viewport.js
tests/test_admin_app.py
tests/test_auth.py
tests/test_client_handler.py
tests/test_config.py
tests/test_qr_display.py
tests/test_safe_print.py
tests/test_screen_capture.py
tests/test_server.py
tests/test_server_edge_cases.py
tests/test_tunnel_manager.py
tests/test_zrok2_repair.py