LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
flytekit/__init__.py
flytekit/loggers.py
flytekit.egg-info/PKG-INFO
flytekit.egg-info/SOURCES.txt
flytekit.egg-info/dependency_links.txt
flytekit.egg-info/entry_points.txt
flytekit.egg-info/requires.txt
flytekit.egg-info/top_level.txt
flytekit/bin/__init__.py
flytekit/bin/entrypoint.py
flytekit/clients/__init__.py
flytekit/clients/auth_helper.py
flytekit/clients/friendly.py
flytekit/clients/helpers.py
flytekit/clients/raw.py
flytekit/clients/auth/__init__.py
flytekit/clients/auth/auth_client.py
flytekit/clients/auth/authenticator.py
flytekit/clients/auth/default_html.py
flytekit/clients/auth/exceptions.py
flytekit/clients/auth/keyring.py
flytekit/clients/auth/token_client.py
flytekit/clients/grpc_utils/__init__.py
flytekit/clients/grpc_utils/auth_interceptor.py
flytekit/clients/grpc_utils/default_metadata_interceptor.py
flytekit/clients/grpc_utils/wrap_exception_interceptor.py
flytekit/clis/__init__.py
flytekit/clis/helpers.py
flytekit/clis/flyte_cli/__init__.py
flytekit/clis/flyte_cli/example.config
flytekit/clis/flyte_cli/main.py
flytekit/clis/sdk_in_container/__init__.py
flytekit/clis/sdk_in_container/backfill.py
flytekit/clis/sdk_in_container/build.py
flytekit/clis/sdk_in_container/constants.py
flytekit/clis/sdk_in_container/helpers.py
flytekit/clis/sdk_in_container/init.py
flytekit/clis/sdk_in_container/launchplan.py
flytekit/clis/sdk_in_container/local_cache.py
flytekit/clis/sdk_in_container/metrics.py
flytekit/clis/sdk_in_container/package.py
flytekit/clis/sdk_in_container/pyflyte.py
flytekit/clis/sdk_in_container/register.py
flytekit/clis/sdk_in_container/run.py
flytekit/clis/sdk_in_container/serialize.py
flytekit/clis/sdk_in_container/serve.py
flytekit/clis/sdk_in_container/utils.py
flytekit/configuration/__init__.py
flytekit/configuration/default_images.py
flytekit/configuration/feature_flags.py
flytekit/configuration/file.py
flytekit/configuration/internal.py
flytekit/core/__init__.py
flytekit/core/annotation.py
flytekit/core/array_node_map_task.py
flytekit/core/base_sql_task.py
flytekit/core/base_task.py
flytekit/core/checkpointer.py
flytekit/core/class_based_resolver.py
flytekit/core/condition.py
flytekit/core/constants.py
flytekit/core/container_task.py
flytekit/core/context_manager.py
flytekit/core/data_persistence.py
flytekit/core/docstring.py
flytekit/core/dynamic_workflow_task.py
flytekit/core/gate.py
flytekit/core/hash.py
flytekit/core/interface.py
flytekit/core/launch_plan.py
flytekit/core/local_cache.py
flytekit/core/map_task.py
flytekit/core/mock_stats.py
flytekit/core/node.py
flytekit/core/node_creation.py
flytekit/core/notification.py
flytekit/core/pod_template.py
flytekit/core/promise.py
flytekit/core/python_auto_container.py
flytekit/core/python_customized_container_task.py
flytekit/core/python_function_task.py
flytekit/core/reference.py
flytekit/core/reference_entity.py
flytekit/core/resources.py
flytekit/core/schedule.py
flytekit/core/shim_task.py
flytekit/core/task.py
flytekit/core/testing.py
flytekit/core/tracked_abc.py
flytekit/core/tracker.py
flytekit/core/type_engine.py
flytekit/core/type_helpers.py
flytekit/core/utils.py
flytekit/core/workflow.py
flytekit/deck/__init__.py
flytekit/deck/deck.py
flytekit/deck/renderer.py
flytekit/deck/html/__init__.py
flytekit/deck/html/template.html
flytekit/exceptions/__init__.py
flytekit/exceptions/base.py
flytekit/exceptions/scopes.py
flytekit/exceptions/system.py
flytekit/exceptions/user.py
flytekit/experimental/__init__.py
flytekit/experimental/eager_function.py
flytekit/extend/__init__.py
flytekit/extend/backend/__init__.py
flytekit/extend/backend/agent_service.py
flytekit/extend/backend/base_agent.py
flytekit/extras/__init__.py
flytekit/extras/cloud_pickle_resolver.py
flytekit/extras/pytorch/__init__.py
flytekit/extras/pytorch/checkpoint.py
flytekit/extras/pytorch/native.py
flytekit/extras/sklearn/__init__.py
flytekit/extras/sklearn/native.py
flytekit/extras/sqlite3/__init__.py
flytekit/extras/sqlite3/task.py
flytekit/extras/tasks/__init__.py
flytekit/extras/tasks/shell.py
flytekit/extras/tensorflow/__init__.py
flytekit/extras/tensorflow/model.py
flytekit/extras/tensorflow/record.py
flytekit/image_spec/__init__.py
flytekit/image_spec/image_spec.py
flytekit/interaction/__init__.py
flytekit/interaction/click_types.py
flytekit/interaction/parse_stdin.py
flytekit/interfaces/__init__.py
flytekit/interfaces/cli_identifiers.py
flytekit/interfaces/random.py
flytekit/interfaces/stats/__init__.py
flytekit/interfaces/stats/client.py
flytekit/interfaces/stats/taggable.py
flytekit/lazy_import/__init__.py
flytekit/lazy_import/lazy_module.py
flytekit/models/__init__.py
flytekit/models/annotation.py
flytekit/models/array_job.py
flytekit/models/common.py
flytekit/models/documentation.py
flytekit/models/dynamic_job.py
flytekit/models/execution.py
flytekit/models/filters.py
flytekit/models/interface.py
flytekit/models/launch_plan.py
flytekit/models/literals.py
flytekit/models/matchable_resource.py
flytekit/models/named_entity.py
flytekit/models/node_execution.py
flytekit/models/presto.py
flytekit/models/project.py
flytekit/models/qubole.py
flytekit/models/schedule.py
flytekit/models/security.py
flytekit/models/task.py
flytekit/models/types.py
flytekit/models/workflow_closure.py
flytekit/models/admin/__init__.py
flytekit/models/admin/common.py
flytekit/models/admin/task_execution.py
flytekit/models/admin/workflow.py
flytekit/models/core/__init__.py
flytekit/models/core/catalog.py
flytekit/models/core/compiler.py
flytekit/models/core/condition.py
flytekit/models/core/errors.py
flytekit/models/core/execution.py
flytekit/models/core/identifier.py
flytekit/models/core/types.py
flytekit/models/core/workflow.py
flytekit/remote/__init__.py
flytekit/remote/backfill.py
flytekit/remote/entities.py
flytekit/remote/executions.py
flytekit/remote/interface.py
flytekit/remote/lazy_entity.py
flytekit/remote/remote.py
flytekit/remote/remote_callable.py
flytekit/sensor/__init__.py
flytekit/sensor/base_sensor.py
flytekit/sensor/file_sensor.py
flytekit/sensor/sensor_engine.py
flytekit/testing/__init__.py
flytekit/tools/__init__.py
flytekit/tools/fast_registration.py
flytekit/tools/ignore.py
flytekit/tools/interactive.py
flytekit/tools/module_loader.py
flytekit/tools/repo.py
flytekit/tools/script_mode.py
flytekit/tools/serialize_helpers.py
flytekit/tools/subprocess.py
flytekit/tools/translator.py
flytekit/types/__init__.py
flytekit/types/directory/__init__.py
flytekit/types/directory/types.py
flytekit/types/file/__init__.py
flytekit/types/file/file.py
flytekit/types/iterator/__init__.py
flytekit/types/iterator/iterator.py
flytekit/types/numpy/__init__.py
flytekit/types/numpy/ndarray.py
flytekit/types/pickle/__init__.py
flytekit/types/pickle/pickle.py
flytekit/types/schema/__init__.py
flytekit/types/schema/types.py
flytekit/types/schema/types_pandas.py
flytekit/types/structured/__init__.py
flytekit/types/structured/basic_dfs.py
flytekit/types/structured/bigquery.py
flytekit/types/structured/structured_dataset.py
flytekit_scripts/Readme.rst
flytekit_scripts/flytekit_build_image.sh
flytekit_scripts/flytekit_venv