MANIFEST.in
README.md
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
version.txt
.tox/build/lib/python3.9/site-packages/pip-23.2.1.dist-info/AUTHORS.txt
.tox/build/lib/python3.9/site-packages/pip-23.2.1.dist-info/LICENSE.txt
.tox/build/lib/python3.9/site-packages/pip-23.2.1.dist-info/entry_points.txt
.tox/build/lib/python3.9/site-packages/pip-23.2.1.dist-info/top_level.txt
.tox/build/lib/python3.9/site-packages/pip/_vendor/vendor.txt
.tox/build/lib/python3.9/site-packages/setuptools-68.2.0.dist-info/entry_points.txt
.tox/build/lib/python3.9/site-packages/setuptools-68.2.0.dist-info/top_level.txt
.tox/build/lib/python3.9/site-packages/wheel-0.41.2.dist-info/LICENSE.txt
.tox/build/lib/python3.9/site-packages/wheel-0.41.2.dist-info/entry_points.txt
.tox/build/lib/python3.9/site-packages/wheel/vendored/vendor.txt
cloudshell/__init__.py
cloudshell/shell/__init__.py
cloudshell/shell/core/__init__.py
cloudshell/shell/core/api_utils.py
cloudshell/shell/core/base_autoload_structure_generator.py
cloudshell/shell/core/context_utils.py
cloudshell/shell/core/driver_context.py
cloudshell/shell/core/driver_utils.py
cloudshell/shell/core/orchestration_save_restore.py
cloudshell/shell/core/resource_driver_interface.py
cloudshell/shell/core/interfaces/__init__.py
cloudshell/shell/core/interfaces/save_restore.py
cloudshell/shell/core/session/__init__.py
cloudshell/shell/core/session/cloudshell_session.py
cloudshell/shell/core/session/logging_session.py
cloudshell/shell/core/utils/__init__.py
cloudshell/shell/core/utils/execution_info.py
cloudshell/shell/core/utils/get_installed_packages.py
cloudshell_shell_core.egg-info/PKG-INFO
cloudshell_shell_core.egg-info/SOURCES.txt
cloudshell_shell_core.egg-info/dependency_links.txt
cloudshell_shell_core.egg-info/requires.txt
cloudshell_shell_core.egg-info/top_level.txt
tests/__init__.py
tests/test_orch_save_restore.py
tests/interfaces/__init__.py
tests/interfaces/test_save_and_restore.py
tests/session/__init__.py
tests/session/test_cloudshell_session.py
tests/session/test_logging_session.py
tests/utils/__init__.py
tests/utils/test_api_utils.py
tests/utils/test_context_utils.py
tests/utils/test_get_execution_info.py