LICENSE
README.md
pyproject.toml
redc2/__init__.py
redc2/__main__.py
redc2/app.py
redc2.egg-info/PKG-INFO
redc2.egg-info/SOURCES.txt
redc2.egg-info/dependency_links.txt
redc2.egg-info/entry_points.txt
redc2.egg-info/requires.txt
redc2.egg-info/top_level.txt
redc2/commands/__init__.py
redc2/commands/parser.py
redc2/core/__init__.py
redc2/core/config.py
redc2/core/machine.py
redc2/core/manager.py
redc2/core/ssh.py
redc2/core/telemetry.py
redc2/terminal/__init__.py
redc2/terminal/ssh_terminal.py
redc2/ui/__init__.py
redc2/ui/dashboard.py
redc2/ui/machine_list.py
redc2/ui/machine_view.py
redc2/ui/telemetry.py
redc2/ui/terminal.py
tests/test_commands.py
tests/test_config.py
tests/test_machine_state.py
tests/test_manager.py
tests/test_manager_async.py
tests/test_ssh.py
tests/test_telemetry.py