LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
metaflow/R.py
metaflow/__init__.py
metaflow/cards.py
metaflow/cli.py
metaflow/cli_args.py
metaflow/cmd_with_io.py
metaflow/current.py
metaflow/debug.py
metaflow/decorators.py
metaflow/event_logger.py
metaflow/exception.py
metaflow/extension_support.py
metaflow/flowspec.py
metaflow/graph.py
metaflow/includefile.py
metaflow/lint.py
metaflow/main_cli.py
metaflow/metaflow_config.py
metaflow/metaflow_environment.py
metaflow/metaflow_profile.py
metaflow/metaflow_version.py
metaflow/monitor.py
metaflow/multicore_utils.py
metaflow/package.py
metaflow/parameters.py
metaflow/procpoll.py
metaflow/pylint_wrapper.py
metaflow/runtime.py
metaflow/tagging_util.py
metaflow/task.py
metaflow/unbounded_foreach.py
metaflow/util.py
metaflow/vendor.py
metaflow.egg-info/PKG-INFO
metaflow.egg-info/SOURCES.txt
metaflow.egg-info/dependency_links.txt
metaflow.egg-info/entry_points.txt
metaflow.egg-info/requires.txt
metaflow.egg-info/top_level.txt
metaflow/_vendor/__init__.py
metaflow/_vendor/click/__init__.py
metaflow/_vendor/click/_bashcomplete.py
metaflow/_vendor/click/_compat.py
metaflow/_vendor/click/_termui_impl.py
metaflow/_vendor/click/_textwrap.py
metaflow/_vendor/click/_unicodefun.py
metaflow/_vendor/click/_winconsole.py
metaflow/_vendor/click/core.py
metaflow/_vendor/click/decorators.py
metaflow/_vendor/click/exceptions.py
metaflow/_vendor/click/formatting.py
metaflow/_vendor/click/globals.py
metaflow/_vendor/click/parser.py
metaflow/_vendor/click/termui.py
metaflow/_vendor/click/testing.py
metaflow/_vendor/click/types.py
metaflow/_vendor/click/utils.py
metaflow/_vendor/v3_5/__init__.py
metaflow/_vendor/v3_5/zipp.py
metaflow/_vendor/v3_5/importlib_metadata/__init__.py
metaflow/_vendor/v3_5/importlib_metadata/_compat.py
metaflow/_vendor/v3_6/__init__.py
metaflow/_vendor/v3_6/typing_extensions.py
metaflow/_vendor/v3_6/zipp.py
metaflow/_vendor/v3_6/importlib_metadata/__init__.py
metaflow/_vendor/v3_6/importlib_metadata/_adapters.py
metaflow/_vendor/v3_6/importlib_metadata/_collections.py
metaflow/_vendor/v3_6/importlib_metadata/_compat.py
metaflow/_vendor/v3_6/importlib_metadata/_functools.py
metaflow/_vendor/v3_6/importlib_metadata/_itertools.py
metaflow/_vendor/v3_6/importlib_metadata/_meta.py
metaflow/_vendor/v3_6/importlib_metadata/_text.py
metaflow/client/__init__.py
metaflow/client/core.py
metaflow/client/filecache.py
metaflow/datastore/__init__.py
metaflow/datastore/content_addressed_store.py
metaflow/datastore/datastore_set.py
metaflow/datastore/datastore_storage.py
metaflow/datastore/exceptions.py
metaflow/datastore/flow_datastore.py
metaflow/datastore/inputs.py
metaflow/datastore/local_storage.py
metaflow/datastore/s3_storage.py
metaflow/datastore/task_datastore.py
metaflow/datatools/__init__.py
metaflow/datatools/s3.py
metaflow/datatools/s3op.py
metaflow/datatools/s3tail.py
metaflow/datatools/s3util.py
metaflow/metadata/__init__.py
metaflow/metadata/heartbeat.py
metaflow/metadata/metadata.py
metaflow/metadata/util.py
metaflow/mflog/__init__.py
metaflow/mflog/mflog.py
metaflow/mflog/save_logs.py
metaflow/mflog/save_logs_periodically.py
metaflow/mflog/tee.py
metaflow/plugins/__init__.py
metaflow/plugins/catch_decorator.py
metaflow/plugins/debug_logger.py
metaflow/plugins/debug_monitor.py
metaflow/plugins/environment_decorator.py
metaflow/plugins/package_cli.py
metaflow/plugins/parallel_decorator.py
metaflow/plugins/project_decorator.py
metaflow/plugins/resources_decorator.py
metaflow/plugins/retry_decorator.py
metaflow/plugins/tag_cli.py
metaflow/plugins/test_unbounded_foreach_decorator.py
metaflow/plugins/timeout_decorator.py
metaflow/plugins/airflow/__init__.py
metaflow/plugins/airflow/airflow.py
metaflow/plugins/airflow/airflow_cli.py
metaflow/plugins/airflow/airflow_decorator.py
metaflow/plugins/airflow/airflow_utils.py
metaflow/plugins/airflow/dag.py
metaflow/plugins/airflow/exception.py
metaflow/plugins/argo/__init__.py
metaflow/plugins/argo/argo_client.py
metaflow/plugins/argo/argo_workflows.py
metaflow/plugins/argo/argo_workflows_cli.py
metaflow/plugins/argo/argo_workflows_decorator.py
metaflow/plugins/argo/process_input_paths.py
metaflow/plugins/aws/__init__.py
metaflow/plugins/aws/aws_client.py
metaflow/plugins/aws/aws_utils.py
metaflow/plugins/aws/batch/__init__.py
metaflow/plugins/aws/batch/batch.py
metaflow/plugins/aws/batch/batch_cli.py
metaflow/plugins/aws/batch/batch_client.py
metaflow/plugins/aws/batch/batch_decorator.py
metaflow/plugins/aws/step_functions/__init__.py
metaflow/plugins/aws/step_functions/dynamo_db_client.py
metaflow/plugins/aws/step_functions/event_bridge_client.py
metaflow/plugins/aws/step_functions/production_token.py
metaflow/plugins/aws/step_functions/schedule_decorator.py
metaflow/plugins/aws/step_functions/set_batch_environment.py
metaflow/plugins/aws/step_functions/step_functions.py
metaflow/plugins/aws/step_functions/step_functions_cli.py
metaflow/plugins/aws/step_functions/step_functions_client.py
metaflow/plugins/aws/step_functions/step_functions_decorator.py
metaflow/plugins/cards/__init__.py
metaflow/plugins/cards/card_cli.py
metaflow/plugins/cards/card_client.py
metaflow/plugins/cards/card_datastore.py
metaflow/plugins/cards/card_decorator.py
metaflow/plugins/cards/card_resolver.py
metaflow/plugins/cards/component_serializer.py
metaflow/plugins/cards/exception.py
metaflow/plugins/cards/card_modules/__init__.py
metaflow/plugins/cards/card_modules/base.html
metaflow/plugins/cards/card_modules/basic.py
metaflow/plugins/cards/card_modules/bundle.css
metaflow/plugins/cards/card_modules/card.py
metaflow/plugins/cards/card_modules/components.py
metaflow/plugins/cards/card_modules/convert_to_native_type.py
metaflow/plugins/cards/card_modules/main.js
metaflow/plugins/cards/card_modules/renderer_tools.py
metaflow/plugins/cards/card_modules/test_cards.py
metaflow/plugins/cards/card_modules/chevron/__init__.py
metaflow/plugins/cards/card_modules/chevron/main.py
metaflow/plugins/cards/card_modules/chevron/metadata.py
metaflow/plugins/cards/card_modules/chevron/renderer.py
metaflow/plugins/cards/card_modules/chevron/tokenizer.py
metaflow/plugins/conda/__init__.py
metaflow/plugins/conda/batch_bootstrap.py
metaflow/plugins/conda/conda.py
metaflow/plugins/conda/conda_environment.py
metaflow/plugins/conda/conda_flow_decorator.py
metaflow/plugins/conda/conda_step_decorator.py
metaflow/plugins/env_escape/__init__.py
metaflow/plugins/env_escape/client.py
metaflow/plugins/env_escape/client_modules.py
metaflow/plugins/env_escape/consts.py
metaflow/plugins/env_escape/data_transferer.py
metaflow/plugins/env_escape/exception_transferer.py
metaflow/plugins/env_escape/override_decorators.py
metaflow/plugins/env_escape/server.py
metaflow/plugins/env_escape/stub.py
metaflow/plugins/env_escape/utils.py
metaflow/plugins/env_escape/communication/__init__.py
metaflow/plugins/env_escape/communication/bytestream.py
metaflow/plugins/env_escape/communication/channel.py
metaflow/plugins/env_escape/communication/socket_bytestream.py
metaflow/plugins/env_escape/communication/utils.py
metaflow/plugins/env_escape/configurations/__init__.py
metaflow/plugins/env_escape/configurations/emulate_test_lib/__init__.py
metaflow/plugins/env_escape/configurations/emulate_test_lib/overrides.py
metaflow/plugins/env_escape/configurations/emulate_test_lib/server_mappings.py
metaflow/plugins/env_escape/configurations/test_lib_impl/__init__.py
metaflow/plugins/env_escape/configurations/test_lib_impl/test_lib.py
metaflow/plugins/frameworks/__init__.py
metaflow/plugins/frameworks/pytorch.py
metaflow/plugins/kubernetes/__init__.py
metaflow/plugins/kubernetes/kubernetes.py
metaflow/plugins/kubernetes/kubernetes_cli.py
metaflow/plugins/kubernetes/kubernetes_client.py
metaflow/plugins/kubernetes/kubernetes_decorator.py
metaflow/plugins/kubernetes/kubernetes_job.py
metaflow/plugins/metadata/__init__.py
metaflow/plugins/metadata/local.py
metaflow/plugins/metadata/service.py
metaflow/sidecar/__init__.py
metaflow/sidecar/sidecar.py
metaflow/sidecar/sidecar_messages.py
metaflow/sidecar/sidecar_subprocess.py
metaflow/sidecar/sidecar_worker.py