.coveragerc
.flake8
.pylintrc
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
atests/__init__.py
atests/conftest.py
atests/test_anypythonshell.py
atests/test_daemonizer.py
atests/test_remoterunner.py
atests/utils.py
docker-robottests-targets/docker-compose.yaml
docker-robottests-targets/docker-robottests
docker-robottests-targets/py27/Dockerfile
docker-robottests-targets/py38/Dockerfile
docker-robottests-targets/py38_no_python_symlink/Dockerfile
robottests/BackgroundRunner.py
robottests/ClusterExec.py
robottests/FileCopier.py
robottests/README.rst
robottests/SessionBroker.py
robottests/TestSession.py
robottests/examplehosts.py
robottests/filehelper.py
robottests/proxytest.py
robottests/targethosts.py
robottests/test_backgroundrunner.robot
robottests/test_broadcast_msgs.robot
robottests/test_create_directory.robot
robottests/test_filecopier.robot
robottests/test_remoterunner.robot
robottests/test_remoterunner_and_remotescript.robot
robottests/test_runnerterminal.robot
robottests/test_selfrepairingsession.robot
src/crl/__init__.py
src/crl.interactivesessions.egg-info/PKG-INFO
src/crl.interactivesessions.egg-info/SOURCES.txt
src/crl.interactivesessions.egg-info/dependency_links.txt
src/crl.interactivesessions.egg-info/entry_points.txt
src/crl.interactivesessions.egg-info/namespace_packages.txt
src/crl.interactivesessions.egg-info/requires.txt
src/crl.interactivesessions.egg-info/top_level.txt
src/crl/interactivesessions/InteractiveExecutor.py
src/crl/interactivesessions/InteractiveSession.py
src/crl/interactivesessions/InteractiveSessionExecutor.py
src/crl/interactivesessions/InteractiveSessions.py
src/crl/interactivesessions/RunnerHandler.py
src/crl/interactivesessions/RunnerSession.py
src/crl/interactivesessions/SelfRepairingSession.py
src/crl/interactivesessions/SessionManager.py
src/crl/interactivesessions/ShellSubprocess.py
src/crl/interactivesessions/__init__.py
src/crl/interactivesessions/_filecopier.py
src/crl/interactivesessions/_metasingleton.py
src/crl/interactivesessions/_pool.py
src/crl/interactivesessions/_process.py
src/crl/interactivesessions/_remoterunnerproxies.py
src/crl/interactivesessions/_runnerintarget.py
src/crl/interactivesessions/_runnerterminalloglevel.py
src/crl/interactivesessions/_targetproperties.py
src/crl/interactivesessions/_terminalpoolkey.py
src/crl/interactivesessions/_terminalpools.py
src/crl/interactivesessions/_version.py
src/crl/interactivesessions/autorecoveringterminal.py
src/crl/interactivesessions/autorunnerterminal.py
src/crl/interactivesessions/daemonizer.py
src/crl/interactivesessions/garbagemanager.py
src/crl/interactivesessions/interactivesessionexceptions.py
src/crl/interactivesessions/pexpectplatform.py
src/crl/interactivesessions/pythonterminal.py
src/crl/interactivesessions/remoteimporter.py
src/crl/interactivesessions/remoteproxies.py
src/crl/interactivesessions/remoterunner.py
src/crl/interactivesessions/robotdocsconf.py
src/crl/interactivesessions/runnerexceptions.py
src/crl/interactivesessions/runnerterminal.py
src/crl/interactivesessions/shells/__init__.py
src/crl/interactivesessions/shells/autocompletableshell.py
src/crl/interactivesessions/shells/bashshell.py
src/crl/interactivesessions/shells/keyauthenticatedsshshell.py
src/crl/interactivesessions/shells/kubernetesshell.py
src/crl/interactivesessions/shells/modules.py
src/crl/interactivesessions/shells/msgpythonshell.py
src/crl/interactivesessions/shells/msgreader.py
src/crl/interactivesessions/shells/namespaceshell.py
src/crl/interactivesessions/shells/paramikospawn.py
src/crl/interactivesessions/shells/pythonshell.py
src/crl/interactivesessions/shells/pythonshellbase.py
src/crl/interactivesessions/shells/rawpythonshell.py
src/crl/interactivesessions/shells/registershell.py
src/crl/interactivesessions/shells/remoteshell.py
src/crl/interactivesessions/shells/sftpshell.py
src/crl/interactivesessions/shells/shell.py
src/crl/interactivesessions/shells/shellstack.py
src/crl/interactivesessions/shells/sshoptions.py
src/crl/interactivesessions/shells/sshshell.py
src/crl/interactivesessions/shells/sudoshell.py
src/crl/interactivesessions/shells/terminalclient.py
src/crl/interactivesessions/shells/termserialization.py
src/crl/interactivesessions/shells/timeouts.py
src/crl/interactivesessions/shells/remotemodules/__init__.py
src/crl/interactivesessions/shells/remotemodules/chunkcomm.py
src/crl/interactivesessions/shells/remotemodules/commbase.py
src/crl/interactivesessions/shells/remotemodules/compatibility.py
src/crl/interactivesessions/shells/remotemodules/exceptions.py
src/crl/interactivesessions/shells/remotemodules/msgcaches.py
src/crl/interactivesessions/shells/remotemodules/msghandlers.py
src/crl/interactivesessions/shells/remotemodules/msgmanager.py
src/crl/interactivesessions/shells/remotemodules/msgs.py
src/crl/interactivesessions/shells/remotemodules/pythoncmdline.py
src/crl/interactivesessions/shells/remotemodules/servercomm.py
src/crl/interactivesessions/shells/remotemodules/servers.py
src/crl/interactivesessions/shells/remotemodules/tokenreader.py
stability-tests/README.rst
stability-tests/run_remoterunner_in_loop.robot
tests/__init__.py
tests/conftest.py
tests/custommodule.py
tests/garbageverifier.py
tests/mock_killpg.py
tests/mockpythonsession.py
tests/patch_subprocess.py
tests/test_autorecoveringterminal.py
tests/test_autorunnerterminal.py
tests/test_builtinshellregistration.py
tests/test_filecopier.py
tests/test_garbagemanager.py
tests/test_interactivesession.py
tests/test_interactivesessions.py
tests/test_pexpectplatform.py
tests/test_pool.py
tests/test_process.py
tests/test_remoteimporter.py
tests/test_remoteproxies.py
tests/test_remoterunner.py
tests/test_remoterunner_execute.py
tests/test_remoterunner_file.py
tests/test_runnerintarget.py
tests/test_runnersession.py
tests/test_runnerterminal.py
tests/test_runresult.py
tests/test_selfrepairingsession.py
tests/test_targetproperties.py
tests/test_terminalpoolkey.py
tests/test_terminalpools.py
tests/shells/__init__.py
tests/shells/bashterminalshell.py
tests/shells/chunkcontext.py
tests/shells/conftest.py
tests/shells/echochannel.py
tests/shells/interpreter.py
tests/shells/loststrcomm.py
tests/shells/mock_interactivesession.py
tests/shells/mock_shell.py
tests/shells/mockspawn.py
tests/shells/rubbishcontext.py
tests/shells/spawningshell.py
tests/shells/statuscodeverifier.py
tests/shells/strpythoncmdline.py
tests/shells/terminalmockos.py
tests/shells/test_bashshell.py
tests/shells/test_common_start.py
tests/shells/test_modules.py
tests/shells/test_msgpythonshell.py
tests/shells/test_msgreader.py
tests/shells/test_paramikospawn.py
tests/shells/test_pythonshell.py
tests/shells/test_pythonshellbase.py
tests/shells/test_shell.py
tests/shells/test_shells.py
tests/shells/test_shellstack.py
tests/shells/test_sudoshell.py
tests/shells/test_termserialization.py
tests/shells/test_timeouts.py
tests/shells/exampleremotemodules/__init__.py
tests/shells/exampleremotemodules/childexample.py
tests/shells/exampleremotemodules/grandchildexample.py
tests/shells/exampleremotemodules/mainexample.py
tests/shells/remotemodules/__init__.py
tests/shells/remotemodules/clients.py
tests/shells/remotemodules/commutils.py
tests/shells/remotemodules/test_chunkcomm.py
tests/shells/remotemodules/test_messaging.py
tests/shells/remotemodules/test_msgcaches.py
tests/shells/remotemodules/test_msgs.py
tests/shells/remotemodules/test_pythoncmdline.py
tests/shells/remotemodules/test_servercomm.py
tests/shells/remotemodules/test_tokenreader.py
tests/shells/terminals/__init__.py
tests/shells/terminals/bashserver.py
tests/shells/terminals/promptpythonserver.py
tests/shells/terminals/serverterminal.py