MANIFEST.in
requirements.txt
setup.py
test_requirements.txt
version.txt
cloudshell/__init__.py
cloudshell/workflow/__init__.py
cloudshell/workflow/helpers/__init__.py
cloudshell/workflow/helpers/resource_helpers.py
cloudshell/workflow/helpers/sandbox_helpers.py
cloudshell/workflow/orchestration/__init__.py
cloudshell/workflow/orchestration/app.py
cloudshell/workflow/orchestration/apps_configuration.py
cloudshell/workflow/orchestration/components.py
cloudshell/workflow/orchestration/sandbox.py
cloudshell/workflow/orchestration/workflow.py
cloudshell/workflow/orchestration/setup/__init__.py
cloudshell/workflow/orchestration/setup/default_setup_logic.py
cloudshell/workflow/orchestration/setup/default_setup_orchestrator.py
cloudshell/workflow/orchestration/teardown/__init__.py
cloudshell/workflow/orchestration/teardown/default_teardown_logic.py
cloudshell/workflow/orchestration/teardown/default_teardown_orchestrator.py
cloudshell/workflow/profiler/__init__.py
cloudshell/workflow/profiler/env_profiler.py
cloudshell_orch_core.egg-info/PKG-INFO
cloudshell_orch_core.egg-info/SOURCES.txt
cloudshell_orch_core.egg-info/dependency_links.txt
cloudshell_orch_core.egg-info/requires.txt
cloudshell_orch_core.egg-info/top_level.txt
tests/__init__.py
tests/test_sandbox.py