LICENSE
README-pypi.md
README.md
pyproject.toml
src/anywhereinput/__init__.py
src/anywhereinput/__main__.py
src/anywhereinput/auth.py
src/anywhereinput/client.py
src/anywhereinput/qr_display.py
src/anywhereinput/screen_capture.py
src/anywhereinput/server.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/engine_widget.py
src/anywhereinput/admin/main.py
src/anywhereinput/admin/token_store.py
src/anywhereinput/admin/worker.py
src/anywhereinput/admin/widgets/__init__.py
src/anywhereinput/admin/widgets/approval.py
src/anywhereinput/admin/widgets/client_list.py
src/anywhereinput/admin/widgets/engine_status.py
src/anywhereinput/admin/widgets/main_window.py
src/anywhereinput/admin/widgets/settings.py
src/anywhereinput/admin/widgets/token_manager.py
src/anywhereinput/server/__init__.py
src/anywhereinput/server/broadcast.py
src/anywhereinput/server/config.py
src/anywhereinput/server/core.py
src/anywhereinput/server/launcher.py
src/anywhereinput/server/mouse_worker.py
src/anywhereinput/server/websocket.py
src/anywhereinput/server/routes/__init__.py
src/anywhereinput/server/routes/clients.py
src/anywhereinput/server/routes/engine.py
src/anywhereinput/server/routes/requests.py
src/anywhereinput/server/routes/screen.py
src/anywhereinput/server/routes/tokens.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