README.md
setup.cfg
setup.py
bin/spotty
spotty/__init__.py
spotty/cli.py
spotty/configuration.py
spotty/utils.py
spotty.egg-info/PKG-INFO
spotty.egg-info/SOURCES.txt
spotty.egg-info/dependency_links.txt
spotty.egg-info/requires.txt
spotty.egg-info/top_level.txt
spotty/commands/__init__.py
spotty/commands/abstract_command.py
spotty/commands/abstract_config_command.py
spotty/commands/abstract_provider_command.py
spotty/commands/aws.py
spotty/commands/download.py
spotty/commands/exec.py
spotty/commands/run.py
spotty/commands/sh.py
spotty/commands/start.py
spotty/commands/status.py
spotty/commands/stop.py
spotty/commands/sync.py
spotty/commands/writers/__init__.py
spotty/commands/writers/abstract_output_writrer.py
spotty/commands/writers/null_output_writrer.py
spotty/commands/writers/output_writrer.py
spotty/config/__init__.py
spotty/config/abstract_instance_config.py
spotty/config/abstract_instance_volume.py
spotty/config/config_utils.py
spotty/config/container_config.py
spotty/config/host_path_volume.py
spotty/config/project_config.py
spotty/config/tmp_dir_volume.py
spotty/config/validation.py
spotty/deployment/__init__.py
spotty/deployment/abstract_docker_instance_manager.py
spotty/deployment/abstract_instance_manager.py
spotty/deployment/abstract_ssh_instance_manager.py
spotty/deployment/abstract_cloud_instance/__init__.py
spotty/deployment/abstract_cloud_instance/abstract_bucket_manager.py
spotty/deployment/abstract_cloud_instance/abstract_cloud_instance_manager.py
spotty/deployment/abstract_cloud_instance/abstract_data_transfer.py
spotty/deployment/abstract_cloud_instance/abstract_instance_deployment.py
spotty/deployment/abstract_cloud_instance/file_structure.py
spotty/deployment/abstract_cloud_instance/errors/__init__.py
spotty/deployment/abstract_cloud_instance/errors/bucket_not_found.py
spotty/deployment/abstract_cloud_instance/resources/__init__.py
spotty/deployment/abstract_cloud_instance/resources/abstract_bucket.py
spotty/deployment/abstract_cloud_instance/resources/abstract_instance.py
spotty/deployment/container/__init__.py
spotty/deployment/container/abstract_container_commands.py
spotty/deployment/container/abstract_container_script.py
spotty/deployment/container/docker/__init__.py
spotty/deployment/container/docker/docker_commands.py
spotty/deployment/container/docker/scripts/__init__.py
spotty/deployment/container/docker/scripts/abstract_docker_script.py
spotty/deployment/container/docker/scripts/container_bash_script.py
spotty/deployment/container/docker/scripts/start_container_script.py
spotty/deployment/container/docker/scripts/stop_container_script.py
spotty/deployment/container/docker/scripts/data/container_bash.sh.tpl
spotty/deployment/container/docker/scripts/data/start_container.sh.tpl
spotty/deployment/container/docker/scripts/data/stop_container.sh.tpl
spotty/deployment/utils/__init__.py
spotty/deployment/utils/cli.py
spotty/deployment/utils/commands.py
spotty/deployment/utils/print_info.py
spotty/deployment/utils/user_scripts.py
spotty/errors/__init__.py
spotty/errors/instance_not_running.py
spotty/errors/nothing_to_do.py
spotty/providers/__init__.py
spotty/providers/instance_manager_factory.py
spotty/providers/aws/__init__.py
spotty/providers/aws/data_transfer.py
spotty/providers/aws/deletion_policies.py
spotty/providers/aws/instance_deployment.py
spotty/providers/aws/instance_manager.py
spotty/providers/aws/cfn_templates/__init__.py
spotty/providers/aws/cfn_templates/instance/__init__.py
spotty/providers/aws/cfn_templates/instance/start_container_script.py
spotty/providers/aws/cfn_templates/instance/template.py
spotty/providers/aws/cfn_templates/instance/data/template.yaml
spotty/providers/aws/cfn_templates/instance/data/files/tmux.conf
spotty/providers/aws/cfn_templates/instance/data/startup_scripts/01_prepare_instance.sh
spotty/providers/aws/cfn_templates/instance/data/startup_scripts/02_mount_volumes.sh
spotty/providers/aws/cfn_templates/instance/data/startup_scripts/03_set_docker_root.sh
spotty/providers/aws/cfn_templates/instance/data/startup_scripts/04_sync_project.sh
spotty/providers/aws/cfn_templates/instance/data/startup_scripts/05_run_instance_startup_commands.sh
spotty/providers/aws/cfn_templates/instance/data/startup_scripts/user_data.sh
spotty/providers/aws/cfn_templates/instance_profile/__init__.py
spotty/providers/aws/cfn_templates/instance_profile/template.py
spotty/providers/aws/cfn_templates/instance_profile/data/template.yaml
spotty/providers/aws/commands/__init__.py
spotty/providers/aws/commands/clean_logs.py
spotty/providers/aws/commands/spot_prices.py
spotty/providers/aws/config/__init__.py
spotty/providers/aws/config/ebs_volume.py
spotty/providers/aws/config/instance_config.py
spotty/providers/aws/config/validation.py
spotty/providers/aws/errors/__init__.py
spotty/providers/aws/errors/volume_not_found.py
spotty/providers/aws/helpers/__init__.py
spotty/providers/aws/helpers/ami.py
spotty/providers/aws/helpers/availability_zone.py
spotty/providers/aws/helpers/instance_prices.py
spotty/providers/aws/helpers/logs.py
spotty/providers/aws/helpers/s3_sync.py
spotty/providers/aws/helpers/subnet.py
spotty/providers/aws/helpers/vpc.py
spotty/providers/aws/resource_managers/__init__.py
spotty/providers/aws/resource_managers/bucket_manager.py
spotty/providers/aws/resource_managers/instance_profile_stack_manager.py
spotty/providers/aws/resource_managers/instance_stack_manager.py
spotty/providers/aws/resource_managers/key_pair_manager.py
spotty/providers/aws/resources/__init__.py
spotty/providers/aws/resources/bucket.py
spotty/providers/aws/resources/image.py
spotty/providers/aws/resources/instance.py
spotty/providers/aws/resources/snapshot.py
spotty/providers/aws/resources/stack.py
spotty/providers/aws/resources/subnet.py
spotty/providers/aws/resources/volume.py
spotty/providers/aws/resources/vpc.py
spotty/providers/gcp/__init__.py
spotty/providers/gcp/data_transfer.py
spotty/providers/gcp/instance_deployment.py
spotty/providers/gcp/instance_manager.py
spotty/providers/gcp/config/__init__.py
spotty/providers/gcp/config/disk_volume.py
spotty/providers/gcp/config/image_uri.py
spotty/providers/gcp/config/instance_config.py
spotty/providers/gcp/config/validation.py
spotty/providers/gcp/dm_templates/__init__.py
spotty/providers/gcp/dm_templates/instance/__init__.py
spotty/providers/gcp/dm_templates/instance/instance_template.py
spotty/providers/gcp/dm_templates/instance/data/startup_script.sh.tpl
spotty/providers/gcp/dm_templates/instance/data/template.yaml
spotty/providers/gcp/dm_templates/instance/data/startup_scripts/01_prepare_instance.sh
spotty/providers/gcp/dm_templates/instance/data/startup_scripts/02_mount_volumes.sh
spotty/providers/gcp/dm_templates/instance/data/startup_scripts/03_set_docker_root.sh
spotty/providers/gcp/dm_templates/instance/data/startup_scripts/04_sync_project.sh
spotty/providers/gcp/dm_templates/instance/data/startup_scripts/05_run_instance_startup_commands.sh
spotty/providers/gcp/errors/__init__.py
spotty/providers/gcp/errors/image_not_found.py
spotty/providers/gcp/helpers/__init__.py
spotty/providers/gcp/helpers/ce_client.py
spotty/providers/gcp/helpers/deployment.py
spotty/providers/gcp/helpers/dm_client.py
spotty/providers/gcp/helpers/dm_resource.py
spotty/providers/gcp/helpers/gcp_credentials.py
spotty/providers/gcp/helpers/gs_client.py
spotty/providers/gcp/helpers/gsutil_rsync.py
spotty/providers/gcp/helpers/image.py
spotty/providers/gcp/helpers/rtc_client.py
spotty/providers/gcp/helpers/volumes.py
spotty/providers/gcp/resource_managers/__init__.py
spotty/providers/gcp/resource_managers/bucket_manager.py
spotty/providers/gcp/resource_managers/instance_stack_manager.py
spotty/providers/gcp/resource_managers/ssh_key_manager.py
spotty/providers/gcp/resources/__init__.py
spotty/providers/gcp/resources/bucket.py
spotty/providers/gcp/resources/disk.py
spotty/providers/gcp/resources/image.py
spotty/providers/gcp/resources/instance.py
spotty/providers/gcp/resources/snapshot.py
spotty/providers/gcp/resources/stack.py
spotty/providers/local/__init__.py
spotty/providers/local/instance_manager.py
spotty/providers/local/config/__init__.py
spotty/providers/local/config/instance_config.py
spotty/providers/local/config/validation.py
spotty/providers/remote/__init__.py
spotty/providers/remote/instance_manager.py
spotty/providers/remote/config/__init__.py
spotty/providers/remote/config/instance_config.py
spotty/providers/remote/config/validation.py