.coveragerc
.gitattributes
.gitignore
.pylintrc
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
licence_header.tmpl
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
tasks.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/entrypoint.sh
.devcontainer/profile.fish
.devcontainer/profile.sh
.github/dependabot.yml
.github/workflows/codeql-analysis.yml
.github/workflows/python-publish.yml
.github/workflows/python-quality-control.yml
.vscode/launch.json
c8ylp/__init__.py
c8ylp/__main__.py
c8ylp/_version.py
c8ylp/banner.py
c8ylp/env.py
c8ylp/helper.py
c8ylp/main.py
c8ylp/options.py
c8ylp/timer.py
c8ylp.egg-info/PKG-INFO
c8ylp.egg-info/SOURCES.txt
c8ylp.egg-info/dependency_links.txt
c8ylp.egg-info/entry_points.txt
c8ylp.egg-info/not-zip-safe
c8ylp.egg-info/requires.txt
c8ylp.egg-info/top_level.txt
c8ylp/cli/__init__.py
c8ylp/cli/core.py
c8ylp/cli/login.py
c8ylp/cli/plugin.py
c8ylp/cli/server.py
c8ylp/cli/version.py
c8ylp/cli/connect/__init__.py
c8ylp/cli/connect/commands.py
c8ylp/cli/connect/ssh.py
c8ylp/plugins/__init__.py
c8ylp/plugins/command.py
c8ylp/rest_client/__init__.py
c8ylp/rest_client/c8yclient.py
c8ylp/rest_client/sessions.py
c8ylp/tcp_socket/__init__.py
c8ylp/tcp_socket/tcp_server.py
c8ylp/websocket_client/__init__.py
c8ylp/websocket_client/ws_client.py
docs/DEVELOPER.md
docs/MIGRATION_V2.md
docs/PLUGINS.md
docs/cli/C8YLP.md
docs/cli/C8YLP_CONNECT.md
docs/cli/C8YLP_CONNECT_SSH.md
docs/cli/C8YLP_LOGIN.md
docs/cli/C8YLP_PLUGIN.md
docs/cli/C8YLP_PLUGIN_COMMAND.md
docs/cli/C8YLP_SERVER.md
docs/cli/C8YLP_VERSION.md
img/Remote_access_architecture.png
tests/__init__.py
tests/env.py
tests/fixtures.py
tests/c8ylp/__init__.py
tests/c8ylp/test_env.py
tests/c8ylp/cli/__init__.py
tests/c8ylp/cli/conftest.py
tests/c8ylp/cli/test_command_timer.py
tests/c8ylp/cli/test_help.py
tests/c8ylp/cli/test_login.py
tests/c8ylp/cli/test_server.py
tests/c8ylp/cli/test_version.py
tests/c8ylp/cli/connect/__init__.py
tests/c8ylp/cli/connect/test_ssh.py
tests/c8ylp/cli/plugin/__init__.py
tests/c8ylp/cli/plugin/test_command.py
tests/c8ylp/cli/plugin/test_plugin.py
tests/c8ylp/cli/plugin/test_plugin_shell.py
tests/c8ylp/helper/__init__.py
tests/c8ylp/helper/test_helper.py
tests/c8ylp/rest_client/__init__.py
tests/c8ylp/rest_client/test_c8yclient.py
tests/c8ylp/rest_client/test_sessions.py
tests_integration/__init__.py
tests_integration/conftest.py
tests_integration/fixtures.py
tests_integration/test_command.py
tests_integration/test_scp.py
tests_integration/test_ssh.py