metaflow 2.18.10__tar.gz → 2.18.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {metaflow-2.18.10/metaflow.egg-info → metaflow-2.18.12}/PKG-INFO +2 -2
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_workflows.py +33 -1
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_workflows_cli.py +20 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/capture_error.py +5 -2
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/basic.py +14 -4
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/components.py +23 -3
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/convert_to_native_type.py +23 -3
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/utils.py +10 -10
- metaflow-2.18.12/metaflow/version.py +1 -0
- {metaflow-2.18.10 → metaflow-2.18.12/metaflow.egg-info}/PKG-INFO +2 -2
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow.egg-info/requires.txt +1 -1
- metaflow-2.18.10/metaflow/version.py +0 -1
- {metaflow-2.18.10 → metaflow-2.18.12}/LICENSE +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/MANIFEST.in +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/devtools/Makefile +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/devtools/Tiltfile +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/devtools/pick_services.sh +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/R.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/_bashcomplete.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/_compat.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/_termui_impl.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/_textwrap.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/_unicodefun.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/_winconsole.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/core.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/decorators.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/exceptions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/formatting.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/globals.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/parser.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/termui.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/testing.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/types.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/click/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/imghdr/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_adapters.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_collections.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_compat.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_functools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_itertools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_meta.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/_text.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/importlib_metadata/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/_elffile.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/_manylinux.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/_musllinux.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/_parser.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/_structures.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/_tokenizer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/markers.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/requirements.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/specifiers.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/tags.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/packaging/version.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_checkers.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_config.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_decorators.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_exceptions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_functions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_importhook.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_memo.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_pytest_plugin.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_suppression.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_transformer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_union_transformer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typeguard/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/typing_extensions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_adapters.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_collections.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_compat.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_functools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_itertools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_meta.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_text.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/typing_extensions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/zipp.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_adapters.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_collections.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_compat.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_functools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_itertools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_meta.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_text.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_checkers.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_config.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_decorators.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_exceptions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_functions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_importhook.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_memo.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_pytest_plugin.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_suppression.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_transformer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_union_transformer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typeguard/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/typing_extensions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/zipp.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/composer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/constructor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/cyaml.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/dumper.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/emitter.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/error.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/events.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/loader.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/nodes.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/parser.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/reader.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/representer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/resolver.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/scanner.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/serializer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/yaml/tokens.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/zipp.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cards.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_args.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_components/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_components/dump_cmd.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_components/init_cmd.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_components/run_cmds.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_components/step_cmd.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cli_components/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/client/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/client/core.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/client/filecache.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/clone_util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/code/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/configure_cmd.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/develop/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/develop/stub_generator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/develop/stubs.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/main_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/make_wrapper.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/tutorials_cmd.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd/util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/cmd_with_io.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/content_addressed_store.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/datastore_set.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/datastore_storage.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/exceptions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/flow_datastore.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/inputs.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/datastore/task_datastore.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/debug.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/decorators.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/event_logger.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/events.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/exception.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/extension_support/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/extension_support/_empty_file.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/extension_support/cmd.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/extension_support/integrations.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/extension_support/plugins.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/flowspec.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/graph.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/includefile.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/integrations.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/lint.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/meta_files.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metadata_provider/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metadata_provider/heartbeat.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metadata_provider/metadata.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metadata_provider/util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_config.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_config_funcs.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_current.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_environment.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_git.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_profile.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/metaflow_version.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/mflog/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/mflog/mflog.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/mflog/save_logs.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/mflog/save_logs_periodically.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/mflog/tee.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/monitor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/multicore_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/package/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/packaging_sys/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/packaging_sys/backend.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/packaging_sys/distribution_support.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/packaging_sys/tar_backend.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/packaging_sys/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/packaging_sys/v1.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/parameters.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/airflow.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/airflow_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/airflow_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/airflow_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/dag.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/exception.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/plumbing/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/plumbing/set_parameters.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/sensors/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/sensors/base_sensor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/sensors/external_task_sensor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/airflow/sensors/s3_sensor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_events.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_workflows_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_workflows_deployer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/argo_workflows_deployer_objects.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/conditional_input_paths.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/exit_hooks.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/generate_input_paths.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/argo/jobset_input_paths.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/aws_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/aws_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/batch/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/batch/batch.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/batch/batch_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/batch/batch_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/batch/batch_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/secrets_manager/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/dynamo_db_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/event_bridge_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/production_token.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/schedule_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/set_batch_environment.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/step_functions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/step_functions_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/step_functions_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/step_functions_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/step_functions_deployer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/aws/step_functions/step_functions_deployer_objects.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/azure_credential.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/azure_exceptions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/azure_secret_manager_secrets_provider.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/azure_tail.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/azure_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/blob_service_client_factory.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/azure/includefile_support.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_creator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_datastore.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/base.html +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/bundle.css +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/card.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/chevron/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/chevron/main.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/chevron/metadata.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/chevron/renderer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/chevron/tokenizer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/json_viewer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/main.css +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/main.js +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/renderer_tools.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/test_cards.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_resolver.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_server.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_viewer/viewer.html +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/component_serializer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/exception.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/metadata.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/catch_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datastores/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datastores/azure_storage.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datastores/gs_storage.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datastores/local_storage.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datastores/s3_storage.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/local.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/s3/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/s3/s3.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/s3/s3op.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/s3/s3tail.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/datatools/s3/s3util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/debug_logger.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/debug_monitor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/client_modules.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/communication/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/communication/bytestream.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/communication/channel.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/communication/socket_bytestream.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/communication/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/configurations/emulate_test_lib/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/configurations/emulate_test_lib/overrides.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/configurations/emulate_test_lib/server_mappings.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/configurations/test_lib_impl/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/configurations/test_lib_impl/test_lib.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/consts.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/data_transferer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/exception_transferer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/override_decorators.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/server.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/stub.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/env_escape/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/environment_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/events_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/exit_hook/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/exit_hook/exit_hook_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/exit_hook/exit_hook_script.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/frameworks/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/frameworks/pytorch.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/gcp_secret_manager_secrets_provider.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/gs_exceptions.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/gs_storage_client_factory.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/gs_tail.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/gs_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/gcp/includefile_support.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kube_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kubernetes.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kubernetes_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kubernetes_client.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kubernetes_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kubernetes_job.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/kubernetes_jobsets.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/spot_metadata_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/kubernetes/spot_monitor_sidecar.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/logs_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/metadata_providers/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/metadata_providers/local.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/metadata_providers/service.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/package_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/parallel_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/parsers.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/project_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/bootstrap.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/conda_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/conda_environment.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/micromamba.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/parsers.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/pip.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/pypi_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/pypi_environment.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/pypi/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/resources_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/retry_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/secrets/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/secrets/inline_secrets_provider.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/secrets/secrets_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/secrets/secrets_func.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/secrets/secrets_spec.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/secrets/utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/storage_executor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/tag_cli.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/test_unbounded_foreach_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/timeout_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/uv/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/uv/bootstrap.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/uv/uv_environment.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/procpoll.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/py.typed +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/pylint_wrapper.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/click_api.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/deployer.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/deployer_impl.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/metaflow_runner.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/nbdeploy.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/nbrun.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runner/subprocess_manager.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/runtime.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/sidecar/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/sidecar/sidecar.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/sidecar/sidecar_messages.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/sidecar/sidecar_subprocess.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/sidecar/sidecar_worker.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/system/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/system/system_logger.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/system/system_monitor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/system/system_utils.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tagging_util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/task.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tracing/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tracing/propagator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tracing/span_exporter.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tracing/tracing_modules.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tuple_util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/00-helloworld/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/00-helloworld/helloworld.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/01-playlist/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/01-playlist/movies.csv +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/01-playlist/playlist.ipynb +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/01-playlist/playlist.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/02-statistics/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/02-statistics/movies.csv +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/02-statistics/stats.ipynb +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/02-statistics/stats.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/03-playlist-redux/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/03-playlist-redux/playlist.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/04-playlist-plus/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/04-playlist-plus/playlist.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/05-hello-cloud/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/05-hello-cloud/hello-cloud.ipynb +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/05-hello-cloud/hello-cloud.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/06-statistics-redux/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/06-statistics-redux/stats.ipynb +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/07-worldview/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/07-worldview/worldview.ipynb +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/08-autopilot/README.md +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/tutorials/08-autopilot/autopilot.ipynb +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/unbounded_foreach.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_configs/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_configs/config_options.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_configs/config_parameters.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_decorators/__init__.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_decorators/common.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_decorators/mutable_flow.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_decorators/mutable_step.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_decorators/user_flow_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/user_decorators/user_step_decorator.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/util.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow/vendor.py +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow.egg-info/SOURCES.txt +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow.egg-info/dependency_links.txt +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow.egg-info/entry_points.txt +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/metaflow.egg-info/top_level.txt +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/setup.cfg +0 -0
- {metaflow-2.18.10 → metaflow-2.18.12}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metaflow
|
3
|
-
Version: 2.18.
|
3
|
+
Version: 2.18.12
|
4
4
|
Summary: Metaflow: More AI and ML, Less Engineering
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -26,7 +26,7 @@ License-File: LICENSE
|
|
26
26
|
Requires-Dist: requests
|
27
27
|
Requires-Dist: boto3
|
28
28
|
Provides-Extra: stubs
|
29
|
-
Requires-Dist: metaflow-stubs==2.18.
|
29
|
+
Requires-Dist: metaflow-stubs==2.18.12; extra == "stubs"
|
30
30
|
Dynamic: author
|
31
31
|
Dynamic: author-email
|
32
32
|
Dynamic: classifier
|
@@ -121,6 +121,8 @@ class ArgoWorkflows(object):
|
|
121
121
|
incident_io_metadata: List[str] = None,
|
122
122
|
enable_heartbeat_daemon=True,
|
123
123
|
enable_error_msg_capture=False,
|
124
|
+
workflow_title=None,
|
125
|
+
workflow_description=None,
|
124
126
|
):
|
125
127
|
# Some high-level notes -
|
126
128
|
#
|
@@ -177,6 +179,8 @@ class ArgoWorkflows(object):
|
|
177
179
|
)
|
178
180
|
self.enable_heartbeat_daemon = enable_heartbeat_daemon
|
179
181
|
self.enable_error_msg_capture = enable_error_msg_capture
|
182
|
+
self.workflow_title = workflow_title
|
183
|
+
self.workflow_description = workflow_description
|
180
184
|
self.parameters = self._process_parameters()
|
181
185
|
self.config_parameters = self._process_config_parameters()
|
182
186
|
self.triggers, self.trigger_options = self._process_triggers()
|
@@ -430,6 +434,25 @@ class ArgoWorkflows(object):
|
|
430
434
|
"metaflow/project_flow_name": current.project_flow_name,
|
431
435
|
}
|
432
436
|
)
|
437
|
+
|
438
|
+
# Add Argo Workflows title and description annotations
|
439
|
+
# https://argo-workflows.readthedocs.io/en/latest/title-and-description/
|
440
|
+
# Use CLI-provided values or auto-populate from metadata
|
441
|
+
title = (
|
442
|
+
(self.workflow_title.strip() if self.workflow_title else None)
|
443
|
+
or current.get("project_flow_name")
|
444
|
+
or self.flow.name
|
445
|
+
)
|
446
|
+
|
447
|
+
description = (
|
448
|
+
self.workflow_description.strip() if self.workflow_description else None
|
449
|
+
) or (self.flow.__doc__.strip() if self.flow.__doc__ else None)
|
450
|
+
|
451
|
+
if title:
|
452
|
+
annotations["workflows.argoproj.io/title"] = title
|
453
|
+
if description:
|
454
|
+
annotations["workflows.argoproj.io/description"] = description
|
455
|
+
|
433
456
|
return annotations
|
434
457
|
|
435
458
|
def _get_schedule(self):
|
@@ -894,7 +917,16 @@ class ArgoWorkflows(object):
|
|
894
917
|
.annotations(
|
895
918
|
{
|
896
919
|
**annotations,
|
897
|
-
**
|
920
|
+
**{
|
921
|
+
k: v
|
922
|
+
for k, v in self._base_annotations.items()
|
923
|
+
if k
|
924
|
+
# Skip custom title/description for workflows as this makes it harder to find specific runs.
|
925
|
+
not in [
|
926
|
+
"workflows.argoproj.io/title",
|
927
|
+
"workflows.argoproj.io/description",
|
928
|
+
]
|
929
|
+
},
|
898
930
|
**{"metaflow/run_id": "argo-{{workflow.name}}"},
|
899
931
|
}
|
900
932
|
)
|
@@ -227,6 +227,18 @@ def argo_workflows(obj, name=None):
|
|
227
227
|
show_default=True,
|
228
228
|
help="Capture stack trace of first failed task in exit hook.",
|
229
229
|
)
|
230
|
+
@click.option(
|
231
|
+
"--workflow-title",
|
232
|
+
default=None,
|
233
|
+
type=str,
|
234
|
+
help="Custom title for the workflow displayed in Argo Workflows UI. Defaults to `project_flow_name`. Supports markdown formatting.",
|
235
|
+
)
|
236
|
+
@click.option(
|
237
|
+
"--workflow-description",
|
238
|
+
default=None,
|
239
|
+
type=str,
|
240
|
+
help="Custom description for the workflow displayed in Argo Workflows UI. Defaults to the flow's docstring if available. Supports markdown formatting and multi-line text.",
|
241
|
+
)
|
230
242
|
@click.pass_obj
|
231
243
|
def create(
|
232
244
|
obj,
|
@@ -248,6 +260,8 @@ def create(
|
|
248
260
|
incident_io_alert_source_config_id=None,
|
249
261
|
incident_io_metadata=None,
|
250
262
|
enable_heartbeat_daemon=True,
|
263
|
+
workflow_title=None,
|
264
|
+
workflow_description=None,
|
251
265
|
deployer_attribute_file=None,
|
252
266
|
enable_error_msg_capture=False,
|
253
267
|
):
|
@@ -312,6 +326,8 @@ def create(
|
|
312
326
|
incident_io_metadata,
|
313
327
|
enable_heartbeat_daemon,
|
314
328
|
enable_error_msg_capture,
|
329
|
+
workflow_title,
|
330
|
+
workflow_description,
|
315
331
|
)
|
316
332
|
|
317
333
|
if only_json:
|
@@ -658,6 +674,8 @@ def make_flow(
|
|
658
674
|
incident_io_metadata,
|
659
675
|
enable_heartbeat_daemon,
|
660
676
|
enable_error_msg_capture,
|
677
|
+
workflow_title,
|
678
|
+
workflow_description,
|
661
679
|
):
|
662
680
|
# TODO: Make this check less specific to Amazon S3 as we introduce
|
663
681
|
# support for more cloud object stores.
|
@@ -750,6 +768,8 @@ def make_flow(
|
|
750
768
|
incident_io_metadata=incident_io_metadata,
|
751
769
|
enable_heartbeat_daemon=enable_heartbeat_daemon,
|
752
770
|
enable_error_msg_capture=enable_error_msg_capture,
|
771
|
+
workflow_title=workflow_title,
|
772
|
+
workflow_description=workflow_description,
|
753
773
|
)
|
754
774
|
|
755
775
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import json
|
2
2
|
import os
|
3
|
-
from datetime import datetime
|
3
|
+
from datetime import datetime, timezone
|
4
4
|
|
5
5
|
###
|
6
6
|
# Algorithm to determine 1st error:
|
@@ -26,6 +26,9 @@ def parse_workflow_failures():
|
|
26
26
|
def group_failures_by_template(failures):
|
27
27
|
groups = {}
|
28
28
|
for failure in failures:
|
29
|
+
if failure.get("finishedAt", None) is None:
|
30
|
+
timestamp = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
|
31
|
+
failure["finishedAt"] = timestamp
|
29
32
|
groups.setdefault(failure["templateName"], []).append(failure)
|
30
33
|
return groups
|
31
34
|
|
@@ -53,7 +56,7 @@ def determine_first_error():
|
|
53
56
|
grouped_failures = group_failures_by_template(failures)
|
54
57
|
for group in grouped_failures.values():
|
55
58
|
group.sort(
|
56
|
-
key=lambda
|
59
|
+
key=lambda g: datetime.strptime(g["finishedAt"], "%Y-%m-%dT%H:%M:%SZ")
|
57
60
|
)
|
58
61
|
|
59
62
|
earliest_group = grouped_failures[
|
@@ -2,7 +2,7 @@ import base64
|
|
2
2
|
import json
|
3
3
|
import os
|
4
4
|
from .card import MetaflowCard, MetaflowCardComponent, with_default_component_id
|
5
|
-
from .convert_to_native_type import TaskToDict
|
5
|
+
from .convert_to_native_type import TaskToDict, MAX_ARTIFACT_SIZE
|
6
6
|
import uuid
|
7
7
|
import inspect
|
8
8
|
|
@@ -376,9 +376,14 @@ class TaskInfoComponent(MetaflowCardComponent):
|
|
376
376
|
components=[],
|
377
377
|
runtime=False,
|
378
378
|
flow=None,
|
379
|
+
max_artifact_size=None,
|
379
380
|
):
|
380
381
|
self._task = task
|
381
382
|
self._only_repr = only_repr
|
383
|
+
# Use the global MAX_ARTIFACT_SIZE constant if not specified
|
384
|
+
self._max_artifact_size = (
|
385
|
+
max_artifact_size if max_artifact_size is not None else MAX_ARTIFACT_SIZE
|
386
|
+
)
|
382
387
|
self._graph = graph
|
383
388
|
self._components = components
|
384
389
|
self._page_title = page_title
|
@@ -394,9 +399,9 @@ class TaskInfoComponent(MetaflowCardComponent):
|
|
394
399
|
a dictionary of form:
|
395
400
|
dict(metadata = {},components= [])
|
396
401
|
"""
|
397
|
-
task_data_dict = TaskToDict(
|
398
|
-
self.
|
399
|
-
)
|
402
|
+
task_data_dict = TaskToDict(
|
403
|
+
only_repr=self._only_repr, max_artifact_size=self._max_artifact_size
|
404
|
+
)(self._task, graph=self._graph)
|
400
405
|
# ignore the name as an artifact
|
401
406
|
if "name" in task_data_dict["data"]:
|
402
407
|
del task_data_dict["data"]["name"]
|
@@ -693,10 +698,14 @@ class DefaultCard(MetaflowCard):
|
|
693
698
|
**kwargs
|
694
699
|
):
|
695
700
|
self._only_repr = True
|
701
|
+
# Default max artifact size uses the global MAX_ARTIFACT_SIZE constant (200MB)
|
702
|
+
self._max_artifact_size = MAX_ARTIFACT_SIZE
|
696
703
|
self._graph = None if graph is None else transform_flow_graph(graph)
|
697
704
|
self._flow = flow
|
698
705
|
if "only_repr" in options:
|
699
706
|
self._only_repr = options["only_repr"]
|
707
|
+
if "max_artifact_size" in options:
|
708
|
+
self._max_artifact_size = options["max_artifact_size"]
|
700
709
|
self._components = components
|
701
710
|
|
702
711
|
def render(self, task, runtime=False):
|
@@ -710,6 +719,7 @@ class DefaultCard(MetaflowCard):
|
|
710
719
|
components=self._components,
|
711
720
|
runtime=runtime,
|
712
721
|
flow=self._flow,
|
722
|
+
max_artifact_size=self._max_artifact_size,
|
713
723
|
).render()
|
714
724
|
pt = self._get_mustache()
|
715
725
|
data_dict = dict(
|
@@ -15,6 +15,7 @@ from .renderer_tools import render_safely
|
|
15
15
|
from .json_viewer import JSONViewer as _JSONViewer, YAMLViewer as _YAMLViewer
|
16
16
|
import uuid
|
17
17
|
import inspect
|
18
|
+
import textwrap
|
18
19
|
|
19
20
|
|
20
21
|
def _warning_with_component(component, msg):
|
@@ -656,19 +657,38 @@ class Markdown(UserComponent):
|
|
656
657
|
)
|
657
658
|
```
|
658
659
|
|
660
|
+
Multi-line strings with indentation are automatically dedented:
|
661
|
+
```
|
662
|
+
current.card.append(
|
663
|
+
Markdown(f'''
|
664
|
+
# Header
|
665
|
+
- Item 1
|
666
|
+
- Item 2
|
667
|
+
''')
|
668
|
+
)
|
669
|
+
```
|
670
|
+
|
659
671
|
Parameters
|
660
672
|
----------
|
661
673
|
text : str
|
662
|
-
Text formatted in Markdown.
|
674
|
+
Text formatted in Markdown. Leading whitespace common to all lines
|
675
|
+
is automatically removed to support indented multi-line strings.
|
663
676
|
"""
|
664
677
|
|
665
678
|
REALTIME_UPDATABLE = True
|
666
679
|
|
680
|
+
@staticmethod
|
681
|
+
def _dedent_text(text):
|
682
|
+
"""Remove common leading whitespace from all lines."""
|
683
|
+
if text is None:
|
684
|
+
return None
|
685
|
+
return textwrap.dedent(text)
|
686
|
+
|
667
687
|
def update(self, text=None):
|
668
|
-
self._text = text
|
688
|
+
self._text = self._dedent_text(text)
|
669
689
|
|
670
690
|
def __init__(self, text=None):
|
671
|
-
self._text = text
|
691
|
+
self._text = self._dedent_text(text)
|
672
692
|
|
673
693
|
@with_default_component_id
|
674
694
|
@render_safely
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/plugins/cards/card_modules/convert_to_native_type.py
RENAMED
@@ -8,7 +8,9 @@ TypeResolvedObject = namedtuple("TypeResolvedObject", ["data", "is_image", "is_t
|
|
8
8
|
|
9
9
|
|
10
10
|
TIME_FORMAT = "%Y-%m-%d %I:%M:%S %p"
|
11
|
-
|
11
|
+
# Maximum artifact size to render in cards: 200MB (in bytes)
|
12
|
+
# Artifacts larger than this will be skipped during card rendering to avoid memory issues
|
13
|
+
MAX_ARTIFACT_SIZE = 256 * 1024 * 1024 # 256 MB = 268435456 bytes
|
12
14
|
|
13
15
|
|
14
16
|
def _get_object_size(obj, seen=None):
|
@@ -44,7 +46,7 @@ def _full_classname(obj):
|
|
44
46
|
|
45
47
|
|
46
48
|
class TaskToDict:
|
47
|
-
def __init__(self, only_repr=False, runtime=False):
|
49
|
+
def __init__(self, only_repr=False, runtime=False, max_artifact_size=None):
|
48
50
|
# this dictionary holds all the supported functions
|
49
51
|
import reprlib
|
50
52
|
import pprint
|
@@ -61,6 +63,10 @@ class TaskToDict:
|
|
61
63
|
self._repr = r
|
62
64
|
self._runtime = runtime
|
63
65
|
self._only_repr = only_repr
|
66
|
+
# Use the global MAX_ARTIFACT_SIZE constant if not specified
|
67
|
+
self._max_artifact_size = (
|
68
|
+
max_artifact_size if max_artifact_size is not None else MAX_ARTIFACT_SIZE
|
69
|
+
)
|
64
70
|
self._supported_types = {
|
65
71
|
"tuple": self._parse_tuple,
|
66
72
|
"NoneType": self._parse_nonetype,
|
@@ -110,6 +116,19 @@ class TaskToDict:
|
|
110
116
|
task_data_dict = {}
|
111
117
|
type_inferred_objects = {"images": {}, "tables": {}}
|
112
118
|
for data in task:
|
119
|
+
# Check if artifact size exceeds the maximum allowed size
|
120
|
+
if data.size > self._max_artifact_size:
|
121
|
+
# Skip artifacts that are too large
|
122
|
+
task_data_dict[data.id] = dict(
|
123
|
+
type="skipped",
|
124
|
+
data=f"<artifact too large: {data.size} bytes, max: {self._max_artifact_size} bytes>",
|
125
|
+
large_object=True,
|
126
|
+
supported_type=False,
|
127
|
+
only_repr=self._only_repr,
|
128
|
+
name=data.id,
|
129
|
+
)
|
130
|
+
continue
|
131
|
+
|
113
132
|
try:
|
114
133
|
data_object = data.data
|
115
134
|
task_data_dict[data.id] = self._convert_to_native_type(data_object)
|
@@ -241,7 +260,8 @@ class TaskToDict:
|
|
241
260
|
supported_type = True
|
242
261
|
type_parsing_func = self._supported_types[obj_type_name]
|
243
262
|
data_obj = type_parsing_func(data_object)
|
244
|
-
if
|
263
|
+
# Secondary check: if the in-memory object size exceeds our limit, use repr instead
|
264
|
+
if _get_object_size(data_obj) > self._max_artifact_size:
|
245
265
|
data_obj = rep.repr(data_obj)
|
246
266
|
large_object = True
|
247
267
|
else:
|
@@ -109,7 +109,6 @@ def read_from_fifo_when_ready(
|
|
109
109
|
content = bytearray()
|
110
110
|
poll = select.poll()
|
111
111
|
poll.register(fifo_fd, select.POLLIN)
|
112
|
-
max_timeout = 3 # Wait for 10 * 3 = 30 ms after last write
|
113
112
|
while True:
|
114
113
|
if check_process_exited(command_obj) and command_obj.process.returncode != 0:
|
115
114
|
raise CalledProcessError(
|
@@ -137,15 +136,16 @@ def read_from_fifo_when_ready(
|
|
137
136
|
else:
|
138
137
|
# We had no events (just a timeout) and the read didn't return
|
139
138
|
# an exception so the file is still open; we continue waiting for data
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
143
|
-
#
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
139
|
+
# On some systems (notably MacOS), even after the file is closed on the
|
140
|
+
# other end, we may not get a BlockingIOError or proper EOF signal.
|
141
|
+
# Instead of using an arbitrary timeout, check if the writer process
|
142
|
+
# has actually exited. If it has and we have content, we can safely
|
143
|
+
# assume EOF. If the process is still running, continue waiting.
|
144
|
+
if content and check_process_exited(command_obj):
|
145
|
+
# Process has exited and we got an empty read with no poll events.
|
146
|
+
# This is EOF - break out to return the content we've collected.
|
147
|
+
break
|
148
|
+
# else: process is still running, continue waiting for more data
|
149
149
|
except BlockingIOError:
|
150
150
|
has_blocking_error = True
|
151
151
|
if content:
|
@@ -0,0 +1 @@
|
|
1
|
+
metaflow_version = "2.18.12"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metaflow
|
3
|
-
Version: 2.18.
|
3
|
+
Version: 2.18.12
|
4
4
|
Summary: Metaflow: More AI and ML, Less Engineering
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -26,7 +26,7 @@ License-File: LICENSE
|
|
26
26
|
Requires-Dist: requests
|
27
27
|
Requires-Dist: boto3
|
28
28
|
Provides-Extra: stubs
|
29
|
-
Requires-Dist: metaflow-stubs==2.18.
|
29
|
+
Requires-Dist: metaflow-stubs==2.18.12; extra == "stubs"
|
30
30
|
Dynamic: author
|
31
31
|
Dynamic: author-email
|
32
32
|
Dynamic: classifier
|
@@ -1 +0,0 @@
|
|
1
|
-
metaflow_version = "2.18.10"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_collections.py
RENAMED
File without changes
|
File without changes
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_functools.py
RENAMED
File without changes
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_6/importlib_metadata/_itertools.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_collections.py
RENAMED
File without changes
|
File without changes
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_functools.py
RENAMED
File without changes
|
{metaflow-2.18.10 → metaflow-2.18.12}/metaflow/_vendor/v3_7/importlib_metadata/_itertools.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|