MANIFEST.in
README.md
pyproject.toml
sshler/__init__.py
sshler/cli.py
sshler/config.py
sshler/ssh.py
sshler/ssh_config.py
sshler/state.py
sshler/webapp.py
sshler.egg-info/PKG-INFO
sshler.egg-info/SOURCES.txt
sshler.egg-info/dependency_links.txt
sshler.egg-info/entry_points.txt
sshler.egg-info/requires.txt
sshler.egg-info/top_level.txt
sshler/scripts/install-sshler-task.ps1
sshler/scripts/remove-sshler-task.ps1
sshler/scripts/run-sshler.ps1
sshler/static/base.js
sshler/static/favicon-terminal.svg
sshler/static/favicon.svg
sshler/static/file-edit.js
sshler/static/file-view.js
sshler/static/style.css
sshler/static/term.js
sshler/templates/base.html
sshler/templates/box.html
sshler/templates/docs.html
sshler/templates/file_edit.html
sshler/templates/file_view.html
sshler/templates/index.html
sshler/templates/new_box.html
sshler/templates/term.html
sshler/templates/partials/dir_listing.html
tests/test_basic.py
tests/test_config.py
tests/test_routes.py
tests/test_ssh.py
tests/test_websocket.py