LICENSE
README.md
pyproject.toml
src/webterm/__init__.py
src/webterm/logger.py
src/webterm.egg-info/PKG-INFO
src/webterm.egg-info/SOURCES.txt
src/webterm.egg-info/dependency_links.txt
src/webterm.egg-info/entry_points.txt
src/webterm.egg-info/requires.txt
src/webterm.egg-info/top_level.txt
src/webterm/api/__init__.py
src/webterm/api/app.py
src/webterm/api/auth.py
src/webterm/api/websocket.py
src/webterm/api/routes/__init__.py
src/webterm/api/routes/auth.py
src/webterm/api/routes/files.py
src/webterm/api/routes/health.py
src/webterm/api/routes/terminal.py
src/webterm/cli/__init__.py
src/webterm/cli/webterm.py
src/webterm/core/__init__.py
src/webterm/core/config.py
src/webterm/core/pty_manager.py
src/webterm/core/session.py
src/webterm/core/stats.py
src/webterm/static/css/terminal.css
src/webterm/static/js/terminal.js
src/webterm/templates/index.html
tests/test_app.py
tests/test_auth.py
tests/test_auth_routes.py
tests/test_config.py
tests/test_files.py
tests/test_health.py
tests/test_session.py
tests/test_stats.py
tests/test_terminal.py