README.md
setup.cfg
setup.py
bin/spotty
spotty/__init__.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/gcp.py
spotty/commands/run.py
spotty/commands/ssh.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/container_config.py
spotty/config/project_config.py
spotty/config/validation.py
spotty/deployment/__init__.py
spotty/deployment/abstract_instance_volume.py
spotty/deployment/container_deployment.py
spotty/errors/__init__.py
spotty/errors/instance_not_running.py
spotty/helpers/__init__.py
spotty/helpers/commands.py
spotty/helpers/print_info.py
spotty/helpers/run.py
spotty/helpers/ssh.py
spotty/providers/__init__.py
spotty/providers/abstract_instance_manager.py
spotty/providers/instance_manager_factory.py
spotty/providers/aws/__init__.py
spotty/providers/aws/instance_manager.py
spotty/providers/aws/aws_resources/__init__.py
spotty/providers/aws/aws_resources/image.py
spotty/providers/aws/aws_resources/instance.py
spotty/providers/aws/aws_resources/snapshot.py
spotty/providers/aws/aws_resources/stack.py
spotty/providers/aws/aws_resources/subnet.py
spotty/providers/aws/aws_resources/volume.py
spotty/providers/aws/aws_resources/vpc.py
spotty/providers/aws/commands/__init__.py
spotty/providers/aws/commands/clean_logs.py
spotty/providers/aws/commands/create_ami.py
spotty/providers/aws/commands/delete_ami.py
spotty/providers/aws/commands/spot_prices.py
spotty/providers/aws/config/__init__.py
spotty/providers/aws/config/instance_config.py
spotty/providers/aws/config/validation.py
spotty/providers/aws/deployment/__init__.py
spotty/providers/aws/deployment/abstract_aws_deployment.py
spotty/providers/aws/deployment/ami_deployment.py
spotty/providers/aws/deployment/checks.py
spotty/providers/aws/deployment/instance_deployment.py
spotty/providers/aws/deployment/cf_templates/__init__.py
spotty/providers/aws/deployment/cf_templates/ami_template.py
spotty/providers/aws/deployment/cf_templates/instance_profile_template.py
spotty/providers/aws/deployment/cf_templates/instance_template.py
spotty/providers/aws/deployment/cf_templates/data/ami.yaml
spotty/providers/aws/deployment/cf_templates/data/instance.yaml
spotty/providers/aws/deployment/cf_templates/data/instance_profile.yaml
spotty/providers/aws/deployment/project_resources/__init__.py
spotty/providers/aws/deployment/project_resources/ami_stack.py
spotty/providers/aws/deployment/project_resources/bucket.py
spotty/providers/aws/deployment/project_resources/ebs_volume.py
spotty/providers/aws/deployment/project_resources/instance_profile_stack.py
spotty/providers/aws/deployment/project_resources/instance_stack.py
spotty/providers/aws/deployment/project_resources/key_pair.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/aws_cli.py
spotty/providers/aws/helpers/download.py
spotty/providers/aws/helpers/spot_prices.py
spotty/providers/aws/helpers/sync.py
spotty/providers/gcp/__init__.py
spotty/providers/gcp/instance_manager.py
spotty/providers/gcp/commands/__init__.py
spotty/providers/gcp/commands/create_image.py
spotty/providers/gcp/commands/delete_image.py
spotty/providers/gcp/config/__init__.py
spotty/providers/gcp/config/image_url.py
spotty/providers/gcp/config/instance_config.py
spotty/providers/gcp/config/validation.py
spotty/providers/gcp/deployment/__init__.py
spotty/providers/gcp/deployment/abstract_gcp_deployment.py
spotty/providers/gcp/deployment/image_deployment.py
spotty/providers/gcp/deployment/instance_deployment.py
spotty/providers/gcp/deployment/dm_templates/__init__.py
spotty/providers/gcp/deployment/dm_templates/image_template.py
spotty/providers/gcp/deployment/dm_templates/instance_template.py
spotty/providers/gcp/deployment/project_resources/__init__.py
spotty/providers/gcp/deployment/project_resources/bucket.py
spotty/providers/gcp/deployment/project_resources/disk_volume.py
spotty/providers/gcp/deployment/project_resources/image_stack.py
spotty/providers/gcp/deployment/project_resources/instance_stack.py
spotty/providers/gcp/errors/__init__.py
spotty/providers/gcp/errors/image_not_found.py
spotty/providers/gcp/gcp_resources/__init__.py
spotty/providers/gcp/gcp_resources/disk.py
spotty/providers/gcp/gcp_resources/image.py
spotty/providers/gcp/gcp_resources/instance.py
spotty/providers/gcp/gcp_resources/snapshot.py
spotty/providers/gcp/gcp_resources/stack.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.py
spotty/providers/gcp/helpers/rtc_client.py
spotty/providers/gcp/helpers/ssh_key.py
spotty/providers/gcp/helpers/sync.py
spotty/providers/test/__init__.py
spotty/providers/test/deployment/__init__.py
spotty/providers/test/deployment/test_volume.py