AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
handoff/__init__.py
handoff/config.py
handoff/main.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/operators.py
handoff/core/project_schema.json
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/logs.py
handoff/services/cloud/aws/s3.py
handoff/services/cloud/aws/ssm.py
handoff/services/cloud/aws/stepfunctions.py
handoff/services/cloud/aws/sts.py
handoff/services/cloud/aws/cloudformation_templates/alarm.yml
handoff/services/cloud/aws/cloudformation_templates/resources.yml
handoff/services/cloud/aws/cloudformation_templates/resources_static_ip.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/services/github/__init__.py
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_commands_and_vars/project.yml
handoff/test_projects/02_commands_and_vars/files/the_great_dictator_speech.txt
handoff/test_projects/03_secrets/project.yml
handoff/test_projects/03_secrets/.secrets/google_client_secret.json
handoff/test_projects/03_secrets/.secrets/secrets.yml
handoff/test_projects/03_secrets/files/config.json
handoff/test_projects/03_secrets/files/google_client_secret.json
handoff/test_projects/04_install/project.yml
handoff/test_projects/04_install/.secrets/google_client_secret.json
handoff/test_projects/04_install/.secrets/secrets.yml
handoff/test_projects/04_install/files/stats_collector.py
handoff/test_projects/04_install/files/tap-config.json
handoff/test_projects/04_install/files/target-config.json
handoff/test_projects/05_foreach/project.yml
handoff/test_projects/05_foreach/files/in.txt
handoff/test_projects/05a_foreach_except/project.yml
handoff/test_projects/05a_foreach_except/files/in.txt
handoff/test_projects/05a_foreach_except/files/run.py
handoff/test_projects/06_fork/project.yml
handoff/test_projects/06_fork/files/convert_to_long_format.py
handoff/test_projects/06_fork/files/stats_collector.py
handoff/test_projects/06_fork/files/tap-config.json
handoff/test_projects/06_fork/files/target-config.json
handoff/test_projects/06a_fork_except/project.yml
handoff/test_projects/06a_fork_except/files/in.txt
handoff/test_projects/06a_fork_except/files/run.py
handoff/test_projects/scripts/auto_run
handoff/test_projects/scripts/auto_run_all
handoff/test_projects/scripts/funcs
handoff/test_projects/scripts/aws_get_started/01_run_local
handoff/test_projects/scripts/aws_get_started/02_venv_and_install
handoff/test_projects/scripts/aws_get_started/03_control_flow
handoff/test_projects/scripts/aws_get_started/04_set_up_aws_account
handoff/test_projects/scripts/aws_get_started/05_run_remote_config
handoff/test_projects/scripts/aws_get_started/06_docker
handoff/test_projects/scripts/aws_get_started/07_fargate
handoff/test_projects/scripts/aws_get_started/08_schedule
handoff/test_projects/scripts/aws_get_started/09_cleanup
handoff/utils/__init__.py
handoff/utils/pyvenvx.py