MANIFEST.in
README.md
setup.cfg
setup.py
handoff/__init__.py
handoff/config.py
handoff.egg-info/PKG-INFO
handoff.egg-info/SOURCES.txt
handoff.egg-info/dependency_links.txt
handoff.egg-info/entry_points.txt
handoff.egg-info/requires.txt
handoff.egg-info/top_level.txt
handoff/core/__init__.py
handoff/core/admin.py
handoff/core/task.py
handoff/plugins/__init__.py
handoff/plugins/envs/__init__.py
handoff/plugins/quick_start/__init__.py
handoff/services/__init__.py
handoff/services/cloud/__init__.py
handoff/services/cloud/aws/__init__.py
handoff/services/cloud/aws/cloudformation.py
handoff/services/cloud/aws/credentials.py
handoff/services/cloud/aws/ecr.py
handoff/services/cloud/aws/ecs.py
handoff/services/cloud/aws/events.py
handoff/services/cloud/aws/iam.py
handoff/services/cloud/aws/s3.py
handoff/services/cloud/aws/ssm.py
handoff/services/cloud/aws/sts.py
handoff/services/cloud/aws/cloudformation_templates/resources.yml
handoff/services/cloud/aws/cloudformation_templates/role.yml
handoff/services/cloud/aws/cloudformation_templates/s3.yml
handoff/services/cloud/aws/cloudformation_templates/task.yml
handoff/services/container/__init__.py
handoff/services/container/docker/Dockerfile
handoff/services/container/docker/__init__.py
handoff/services/container/docker/impl.py
handoff/services/container/docker/script/install_handoff
handoff/test_projects/auto_run
handoff/test_projects/auto_run_all
handoff/test_projects/start
handoff/test_projects/01_word_count/project.yml
handoff/test_projects/01_word_count/files/the_great_dictator_speech.txt
handoff/test_projects/02_collect_stats/project.yml
handoff/test_projects/02_collect_stats/files/stats_collector.py
handoff/test_projects/02_collect_stats/files/the_great_dictator_speech.txt
handoff/test_projects/03_exchange_rates/project.yml
handoff/test_projects/03_exchange_rates/config/tap-config.json
handoff/test_projects/03_exchange_rates/config/target-config.json
handoff/test_projects/03_exchange_rates/files/stats_collector.py
handoff/test_projects/scripts/funcs
handoff/test_projects/scripts/aws_get_started/01_run_local
handoff/test_projects/scripts/aws_get_started/02_exchange_rates
handoff/test_projects/scripts/aws_get_started/03_set_up_aws_account
handoff/test_projects/scripts/aws_get_started/04_run_remote_config
handoff/test_projects/scripts/aws_get_started/05_docker
handoff/test_projects/scripts/aws_get_started/06_fargate
handoff/test_projects/scripts/aws_get_started/07_schedule
handoff/test_projects/scripts/aws_get_started/08_cleanup
handoff/utils/__init__.py
handoff/utils/pyvenvx.py