LICENSE
README.md
pyproject.toml
src/anywhereinput/__init__.py
src/anywhereinput/__main__.py
src/anywhereinput/auth.py
src/anywhereinput/capture_recovery.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/win_display_recovery.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/static/app.js
src/anywhereinput/static/client.html
src/anywhereinput/static/favicon.ico
src/anywhereinput/static/style.css
tests/test_auth.py
tests/test_client_handler.py
tests/test_screen_capture.py
tests/test_server.py