ob-metaflow-stubs 6.0.3.188rc4__py2.py3-none-any.whl → 6.0.4.1rc0__py2.py3-none-any.whl
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-stubs/__init__.pyi +989 -979
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +3 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +8 -9
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +10 -10
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/{info_file.pyi → meta_files.pyi} +2 -6
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +6 -2
- metaflow-stubs/metaflow_current.pyi +61 -61
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +38 -31
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +13 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +30 -28
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +7 -6
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +12 -8
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +13 -11
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +13 -11
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +430 -0
- metaflow-stubs/packaging_sys/backend.pyi +73 -0
- metaflow-stubs/packaging_sys/distribution_support.pyi +57 -0
- metaflow-stubs/packaging_sys/tar_backend.pyi +53 -0
- metaflow-stubs/packaging_sys/utils.pyi +26 -0
- metaflow-stubs/packaging_sys/v1.pyi +145 -0
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +15 -13
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +8 -35
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/argo/exit_hooks.pyi +45 -0
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +6 -6
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +4 -3
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +13 -4
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +10 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +11 -0
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +20 -0
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -4
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +6 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +9 -49
- metaflow-stubs/plugins/secrets/secrets_func.pyi +31 -0
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +42 -0
- metaflow-stubs/plugins/secrets/utils.pyi +28 -0
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +4 -4
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +3 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -3
- metaflow-stubs/user_configs/config_options.pyi +5 -6
- metaflow-stubs/user_configs/config_parameters.pyi +6 -8
- metaflow-stubs/user_decorators/__init__.pyi +15 -0
- metaflow-stubs/user_decorators/common.pyi +38 -0
- metaflow-stubs/user_decorators/mutable_flow.pyi +223 -0
- metaflow-stubs/user_decorators/mutable_step.pyi +152 -0
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +137 -0
- metaflow-stubs/user_decorators/user_step_decorator.pyi +323 -0
- {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.4.1rc0.dist-info/RECORD +260 -0
- metaflow-stubs/user_configs/config_decorators.pyi +0 -251
- ob_metaflow_stubs-6.0.3.188rc4.dist-info/RECORD +0 -243
- {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,323 @@
|
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.16.0.1+obcheckpoint(0.2.4);ob(v1) #
|
4
|
+
# Generated on 2025-07-14T20:03:25.570877 #
|
5
|
+
######################################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import metaflow
|
10
|
+
import typing
|
11
|
+
if typing.TYPE_CHECKING:
|
12
|
+
import metaflow.user_decorators.user_step_decorator
|
13
|
+
import metaflow.flowspec
|
14
|
+
import typing
|
15
|
+
import metaflow.decorators
|
16
|
+
import metaflow.user_decorators.mutable_step
|
17
|
+
import metaflow.datastore.inputs
|
18
|
+
|
19
|
+
from ..exception import MetaflowException as MetaflowException
|
20
|
+
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
21
|
+
from ..user_configs.config_parameters import unpack_delayed_evaluator as unpack_delayed_evaluator
|
22
|
+
from .common import ClassPath_Trie as ClassPath_Trie
|
23
|
+
|
24
|
+
TYPE_CHECKING: bool
|
25
|
+
|
26
|
+
USER_SKIP_STEP: dict
|
27
|
+
|
28
|
+
class UserStepDecoratorMeta(type, metaclass=type):
|
29
|
+
@staticmethod
|
30
|
+
def __new__(mcs, name, bases, namespace, **_kwargs):
|
31
|
+
...
|
32
|
+
def __str__(cls):
|
33
|
+
...
|
34
|
+
@classmethod
|
35
|
+
def all_decorators(mcs) -> typing.Dict[str, "UserStepDecoratorMeta"]:
|
36
|
+
"""
|
37
|
+
Get all registered decorators using the minimally unique classpath name
|
38
|
+
|
39
|
+
Returns
|
40
|
+
-------
|
41
|
+
Dict[str, UserStepDecoratorBase]
|
42
|
+
A dictionary mapping decorator names to their classes.
|
43
|
+
"""
|
44
|
+
...
|
45
|
+
@classmethod
|
46
|
+
def get_decorator_by_name(mcs, decorator_name: str) -> typing.Union["UserStepDecoratorBase", "metaflow.decorators.Decorator", None]:
|
47
|
+
"""
|
48
|
+
Get a decorator by its name.
|
49
|
+
|
50
|
+
Parameters
|
51
|
+
----------
|
52
|
+
decorator_name: str
|
53
|
+
The name of the decorator to retrieve.
|
54
|
+
|
55
|
+
Returns
|
56
|
+
-------
|
57
|
+
Optional[UserStepDecoratorBase]
|
58
|
+
The decorator class if found, None otherwise.
|
59
|
+
"""
|
60
|
+
...
|
61
|
+
@classmethod
|
62
|
+
def get_decorator_name(mcs, decorator_type: type) -> typing.Optional[str]:
|
63
|
+
"""
|
64
|
+
Get the minimally unique classpath name for a decorator type.
|
65
|
+
|
66
|
+
Parameters
|
67
|
+
----------
|
68
|
+
decorator_type: type
|
69
|
+
The type of the decorator to retrieve the name for.
|
70
|
+
|
71
|
+
Returns
|
72
|
+
-------
|
73
|
+
Optional[str]
|
74
|
+
The minimally unique classpath name if found, None otherwise.
|
75
|
+
"""
|
76
|
+
...
|
77
|
+
...
|
78
|
+
|
79
|
+
class UserStepDecoratorBase(object, metaclass=UserStepDecoratorMeta):
|
80
|
+
def __init__(self, *args, **kwargs):
|
81
|
+
...
|
82
|
+
def __get__(self, instance, owner):
|
83
|
+
...
|
84
|
+
def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None, **kwargs) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
|
85
|
+
...
|
86
|
+
def add_or_raise(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]], statically_defined: bool, duplicates: int, inserted_by: typing.Optional[str] = None):
|
87
|
+
...
|
88
|
+
def __str__(self):
|
89
|
+
...
|
90
|
+
@classmethod
|
91
|
+
def extract_args_kwargs_from_decorator_spec(cls, deco_spec: str) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
|
92
|
+
...
|
93
|
+
@classmethod
|
94
|
+
def parse_decorator_spec(cls, deco_spec: str) -> typing.Optional["UserStepDecoratorBase"]:
|
95
|
+
...
|
96
|
+
def make_decorator_spec(self):
|
97
|
+
...
|
98
|
+
def get_args_kwargs(self) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
|
99
|
+
"""
|
100
|
+
Get the arguments and keyword arguments of the decorator.
|
101
|
+
|
102
|
+
Returns
|
103
|
+
-------
|
104
|
+
Tuple[List[Any], Dict[str, Any]]
|
105
|
+
A tuple containing a list of arguments and a dictionary of keyword arguments.
|
106
|
+
"""
|
107
|
+
...
|
108
|
+
def init(self, *args, **kwargs):
|
109
|
+
...
|
110
|
+
def external_init(self):
|
111
|
+
...
|
112
|
+
@classmethod
|
113
|
+
def __init_subclass__(cls_, **_kwargs):
|
114
|
+
...
|
115
|
+
...
|
116
|
+
|
117
|
+
class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
118
|
+
def init(self, *args, **kwargs):
|
119
|
+
"""
|
120
|
+
Implement this method if your UserStepDecorator takes arguments. It replaces the
|
121
|
+
__init__ method in traditional Python classes.
|
122
|
+
|
123
|
+
|
124
|
+
As an example:
|
125
|
+
```
|
126
|
+
class MyDecorator(UserStepDecorator):
|
127
|
+
def init(self, *args, **kwargs):
|
128
|
+
self.arg1 = kwargs.get("arg1", None)
|
129
|
+
self.arg2 = kwargs.get("arg2", None)
|
130
|
+
# Do something with the arguments
|
131
|
+
```
|
132
|
+
|
133
|
+
can then be used as
|
134
|
+
```
|
135
|
+
@MyDecorator(arg1=42, arg2=conf_expr("config.my_arg2"))
|
136
|
+
@step
|
137
|
+
def start(self):
|
138
|
+
pass
|
139
|
+
```
|
140
|
+
"""
|
141
|
+
...
|
142
|
+
def pre_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", inputs: typing.Optional["metaflow.datastore.inputs.Inputs"] = None) -> typing.Optional[typing.Callable[["metaflow.flowspec.FlowSpec", typing.Optional[typing.Any]], typing.Any]]:
|
143
|
+
"""
|
144
|
+
Implement this method to perform any action prior to the execution of a step.
|
145
|
+
|
146
|
+
It should return either None to execute anything wrapped by this step decorator
|
147
|
+
as usual or a callable that will be called instead.
|
148
|
+
|
149
|
+
Parameters
|
150
|
+
----------
|
151
|
+
step_name: str
|
152
|
+
The name of the step being decorated.
|
153
|
+
flow: FlowSpec
|
154
|
+
The flow object to which the step belongs.
|
155
|
+
inputs: Optional[List[FlowSpec]]
|
156
|
+
The inputs to the step being decorated. This is only provided for join steps
|
157
|
+
and is None for all other steps.
|
158
|
+
|
159
|
+
Returns
|
160
|
+
-------
|
161
|
+
Optional[Callable[FlowSpec, Optional[Any]]]
|
162
|
+
An optional function to use instead of the wrapped step. Note that the function
|
163
|
+
returned should match the signature of the step being wrapped (join steps
|
164
|
+
take an additional "inputs" argument).
|
165
|
+
"""
|
166
|
+
...
|
167
|
+
def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception: typing.Optional[Exception] = None):
|
168
|
+
"""
|
169
|
+
Implement this method to perform any action after the execution of a step.
|
170
|
+
|
171
|
+
If the step (or any code being wrapped by this decorator) raises an exception,
|
172
|
+
it will be passed here and can either be caught (in which case the step will
|
173
|
+
be considered as successful) or re-raised (in which case the entire step
|
174
|
+
will be considered a failure unless another decorator catches the execption).
|
175
|
+
|
176
|
+
Note that this method executes *before* artifacts are stored in the datastore
|
177
|
+
so it is able to modify, add or remove artifacts from `flow`.
|
178
|
+
|
179
|
+
Parameters
|
180
|
+
----------
|
181
|
+
step_name: str
|
182
|
+
The name of the step being decorated.
|
183
|
+
flow: FlowSpec
|
184
|
+
The flow object to which the step belongs.
|
185
|
+
exception: Optional[Exception]
|
186
|
+
The exception raised during the step execution, if any.
|
187
|
+
"""
|
188
|
+
...
|
189
|
+
@property
|
190
|
+
def skip_step(self) -> typing.Union[bool, typing.Dict[str, typing.Any]]:
|
191
|
+
"""
|
192
|
+
Returns whether or not the step (or rather anything wrapped by this decorator)
|
193
|
+
should be skipped
|
194
|
+
|
195
|
+
Returns
|
196
|
+
-------
|
197
|
+
Union[bool, Dict[str, Any]]
|
198
|
+
False if the step should not be skipped. True if it should be skipped and
|
199
|
+
a dictionary if it should be skipped and the values passed in used as
|
200
|
+
the arguments to the self.next call.
|
201
|
+
"""
|
202
|
+
...
|
203
|
+
@skip_step.setter
|
204
|
+
def skip_step(self, value: typing.Union[bool, typing.Dict[str, typing.Any]]):
|
205
|
+
"""
|
206
|
+
Set the skip_step property. You can set it to:
|
207
|
+
- True to skip the step
|
208
|
+
- False to not skip the step (default)
|
209
|
+
- A dictionary with the keys valid in the `self.next` call.
|
210
|
+
|
211
|
+
Parameters
|
212
|
+
----------
|
213
|
+
value: Union[bool, Dict[str, Any]]
|
214
|
+
True/False or a dictionary with the keys valid in the `self.next` call.
|
215
|
+
"""
|
216
|
+
...
|
217
|
+
...
|
218
|
+
|
219
|
+
def user_step_decorator(*args, **kwargs):
|
220
|
+
"""
|
221
|
+
Use this decorator to transform a generator function into a user step decorator.
|
222
|
+
|
223
|
+
As an example:
|
224
|
+
|
225
|
+
```
|
226
|
+
@user_step_decorator
|
227
|
+
def timing(step_name, flow, inputs):
|
228
|
+
start_time = time.time()
|
229
|
+
yield
|
230
|
+
end_time = time.time()
|
231
|
+
flow.artifact_total_time = end_time - start_time
|
232
|
+
print(f"Step {step_name} took {flow.artifact_total_time} seconds")
|
233
|
+
```
|
234
|
+
which can then be used as:
|
235
|
+
|
236
|
+
```
|
237
|
+
@timing
|
238
|
+
@step
|
239
|
+
def start(self):
|
240
|
+
print("Hello, world!")
|
241
|
+
```
|
242
|
+
|
243
|
+
Your generator should:
|
244
|
+
- yield at most once -- if you do not yield, the step will not execute.
|
245
|
+
- yield:
|
246
|
+
- None
|
247
|
+
- a callable that will replace whatever is being wrapped (it
|
248
|
+
should have the same parameters as the wrapped function, namely, it should
|
249
|
+
be a
|
250
|
+
Callable[[FlowSpec, Inputs], Optional[Union[Dict[str, Any]]]]).
|
251
|
+
Note that the return type is a bit different -- you can return:
|
252
|
+
- None: no special behavior;
|
253
|
+
- A dictionary containing parameters for `self.next()`.
|
254
|
+
- a dictionary to skip the step. An empty dictionary is equivalent
|
255
|
+
to just skipping the step. A full dictionary will pass the arguments
|
256
|
+
to the `self.next()` call -- this allows you to modify the behavior
|
257
|
+
of `self.next` (for example, changing the `foreach` values. We provide
|
258
|
+
USER_SKIP_STEP as a special value that is equivalent to {}.
|
259
|
+
|
260
|
+
|
261
|
+
You are able to catch exceptions thrown by the yield statement (ie: coming from the
|
262
|
+
wrapped code). Catching and not re-raising the exception will make the step
|
263
|
+
successful.
|
264
|
+
|
265
|
+
Note that you are able to modify the step's artifact after the yield.
|
266
|
+
|
267
|
+
For more complex use cases, you can use the `UserStepDecorator` class directly which
|
268
|
+
allows more control.
|
269
|
+
"""
|
270
|
+
...
|
271
|
+
|
272
|
+
class StepMutator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
273
|
+
"""
|
274
|
+
Derive from this class to implement a step mutator.
|
275
|
+
|
276
|
+
A step mutator allows you to introspect a step and add decorators to it. You can
|
277
|
+
use values available through configurations to determine how to mutate the step.
|
278
|
+
|
279
|
+
There are two main methods provided:
|
280
|
+
- pre_mutate: called as early as possible right after configuration values are read.
|
281
|
+
- mutate: called right after all the command line is parsed but before any
|
282
|
+
Metaflow decorators are applied.
|
283
|
+
"""
|
284
|
+
def init(self, *args, **kwargs):
|
285
|
+
"""
|
286
|
+
Implement this method if you wish for your StepMutator to take in arguments.
|
287
|
+
|
288
|
+
Your step-mutator can then look like:
|
289
|
+
|
290
|
+
@MyMutator(arg1, arg2)
|
291
|
+
@step
|
292
|
+
def my_step(self):
|
293
|
+
pass
|
294
|
+
|
295
|
+
It is an error to use your mutator with arguments but not implement this method.
|
296
|
+
"""
|
297
|
+
...
|
298
|
+
def pre_mutate(self, mutable_step: "metaflow.user_decorators.mutable_step.MutableStep"):
|
299
|
+
"""
|
300
|
+
Method called right after all configuration values are read.
|
301
|
+
|
302
|
+
Parameters
|
303
|
+
----------
|
304
|
+
mutable_step : metaflow.user_decorators.mutable_step.MutableStep
|
305
|
+
A representation of this step
|
306
|
+
"""
|
307
|
+
...
|
308
|
+
def mutate(self, mutable_step: "metaflow.user_decorators.mutable_step.MutableStep"):
|
309
|
+
"""
|
310
|
+
Method called right before the first Metaflow decorator is applied. This
|
311
|
+
means that the command line, including all `--with` options has been parsed.
|
312
|
+
|
313
|
+
Parameters
|
314
|
+
----------
|
315
|
+
mutable_step : metaflow.user_decorators.mutable_step.MutableStep
|
316
|
+
A representation of this step
|
317
|
+
"""
|
318
|
+
...
|
319
|
+
@classmethod
|
320
|
+
def __init_subclass__(cls_, **_kwargs):
|
321
|
+
...
|
322
|
+
...
|
323
|
+
|
@@ -0,0 +1,260 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=SHA179_v7BADIRFmW6uq_aHvbzUa5dEPLhzwmlYZhGQ,82219
|
2
|
+
metaflow-stubs/cards.pyi,sha256=8bptV36StRGd6XHHxnEE1FNHbyoc-7nK_DcQ5pyDmHA,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=m6a1JyLOsmeJyh_o_8CLc8tj73lk8HFosTH_Ibw1y-c,2264
|
4
|
+
metaflow-stubs/events.pyi,sha256=Ul9PKOag5gVWD58SNWC4J4jpnOk--vz8SH1Yc4vVWlU,4022
|
5
|
+
metaflow-stubs/exception.pyi,sha256=0NvcruNVhcBYnS5SVs4fNSg9sRP6-SjA3VJljS5n62c,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=U3ZE6YwthTGP0LvWhHuZOryhnhPXt7hHXO2Q_F8NmKw,10301
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=eyz8lOVWmZ15sTtQ-xQUpVlGKgqomxOIop2CKbxo-ao,62
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=pwjvUZNkkgb1HSQDnx5S1IYCM7n-5JzrGnFZVsA0k7E,4615
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=ZHoqHn0tpUf5cZ-5vPvoiHi9MTfN20VIpPIuarXsQmE,585
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=E5M5vWWk7wcbWMV6sdnqvxBmT3pVBiWWz4BbgYRy3Ak,5173
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=VM08K_DkOecByqcaG_FxYamQ4dJ86Cl2c35zG2KY_fY,12887
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=Vt3vlwWJQJ3VnGLwkmGuKKyZPFAkRQhRWl4bgkQ2kvs,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=VROnJmwBRI49vBQU40ztPTrE2xgmhzhH8hc_hbHCcMQ,2516
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=4Tq4iUaU-LcyArcLcZnMptLrxy4qSgUXyDPAKb1AhAI,898
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=Gwl3yppJb-HWSRsb9BaENOl0SxkAdtyFaXYLzGLJixo,7453
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=EztlbTmz5sbzvjLp59qYGd_MTsZnwvszOv3pw0MelKo,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=E1LUxxJeY0RXV0_Cgu8DoJAxkFlGb62RBO67AWGmNOI,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=rLV2ls8J8F4v8UdvcIgwRQp-HJpUzuga_rBN3kj-Jdo,663
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=KBTDqUzIlV4rTqx0VgPnnz0bhGzNR6Kdq4sAM625LLs,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=OaU1-ixKQwtIKPunvwqEsVLV8qlIY5gJJP9_OODooKY,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=YzUXWABnuf8c2fyJg5FMluy11k2CDz_sStSfosmAZf8,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=hqybEjTD_IHYQa2xrZWAJtywgLUqqCb53geRPbC7vA4,48178
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=FUOo6dF1N8Hfiwku7t0wckURoyl0vMoDWOJ4O7Sor2g,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=bsVnJshryTyK5YzWY6OHlgLVumZ2I7WRA6j-FWg-9nw,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=A9YIB4EAYEfJBtVsUU-98sejgmBSleXx1YAC-QqN1lQ,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=r0_ObAL1WrU0FHXREbEOq72hBsLxrKjty6yjvI1khsU,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=Jmpi9jTxhm8ae4gduULWVjI0e4TKr3bNLgebByl_4aQ,758
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=mYz0Vl2Qju1wSkXYNGqcHTVfui00Mw2ndlwouKjKH8Q,516
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=_URnk6bWjSDPFKmhkcsW-NTTVRRxdjvo263RgigusGE,516
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=fqNNvFcRGwYyKHVHKb90uF1FoV7Qjeu1HfuMN7Ne9YE,516
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=nuwtxPP15qmntWD9W6Nh7nnn1Rifh9ay_ZRf3b04PMo,516
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=9FMqaNx8El0Lxx0c_eJvzZyPTH518s73QrOv7fLiQIo,6402
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=-Tgt91fE0ObW6YzW4e9FRDJxzF1z5dvX-Nd1I7vFn7o,1433
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=dZAAA0rZdXO_bRUXjzrSCzTdqVm2lEuf-pX2u75MA8M,516
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=20AHVdwvFqwCxaUoT9xXw78vQBHQ0lkOQQnXLmBwNQU,1870
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=cxfp8RmJk-AdO8WdXDVJcMnHTpTtsV9rHk4h1gIC6So,1036
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=-8SmPeWnapBipw4FsGX4W_053mVaX-3gN1KHu6Lj_IM,3387
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=CA50W4Cc9r9eOGpInmhzmrFVhQmzP8npBZ4Dpowx1sA,516
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=98zwRRaLW1igCH-rKTuZIJFxa6jXKNJgj2kdmb2p5lY,6452
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=nDOkE9XQjGLMm8hI5y-QT_KdQi7CAB1p5z-jjsdKzJM,1167
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=aEpc2DD9WH3hsEhs-vrWRk4Ap6jnwNVH_5qphnkwlm4,6675
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=zbdZ3KYSgK3lcHgEeGz79jmmIkVp6z9yVtps7GJYdqw,13939
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=DNQo_uCtPfhRr6_NxA_yWE8Jj-Ffy5SLVKzWxgw5ZWU,988
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=FG-8oEICRBEZFguma6kLI_zQ3C8m9woA-6HDwmIfMAA,6919
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=onKMK5vLDjvw8_1zhWg0l-uxt40-1gQSwFgnnyGyNOw,1347
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=LeU9R5JQEDLmGRJsOLch26w08OAvUNQXpCdiDPcecK8,516
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=pEEvZvqbsBpb0XQibcyOrSOVZu6OuayrpGvmAMFKtqo,3519
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=sif3nsVXWaDdbCa85AfSdmcSVf6uiZ5ykjhvO-o8sVg,1499
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=C060s_ALSUBgUZG7f8u3kU34UR6IujZDvI6XZipnfLQ,516
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=wiwjQUfbeOqMphmWXY3Ykpi4s97f_blBBkiKV4RNNDA,3085
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=1POWzmVBUzV9oTWbrc6s97PxJNTrYmAPnBUUjwVma0I,6468
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=_jwZnna8ete86GyroALxcqZm5-wu-BrDEHpiR2ZTQ2s,5532
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=dU_7l-7VTyscGaHg4N4hzWfnl0eGvqojBgMgSeVsqTU,1133
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=YGW-F05ATNupuPJwdHz5zP5slZkGXGX63bGAGo5pKu0,2810
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=ZIb6PofYVC24IYYpopUTVQS5lFmlr6x5XZxjEjkJmTM,688
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=z56m5pKybsxlahqNvqXEw8KR7UMzbgSj5tE-Wj2v7-Q,516
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=lXpEueSjz5ZY4xa30sos_o600m5ny9pwEmMnD8wcbqo,9892
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=ZlXWInr03YLk6bpQvLDwjLwCmw0H-5FB0P7zTMjoZCs,516
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=WSGSzzI9hGaKKwVsGJmFATTp2X87eqIzvZTgvVyh0vo,6079
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=v-i_8ovoxHF_OEwuFHy3eYceJydexArhSqNM5oF2Qok,968
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=Sb97kQWalZQ6qXXJascn9EmUpaxFCVAZMEvINroum1c,3449
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=hbeDqPt18q7zvIM12c9-hIqTOpjXe_4Cqo-XMXJTJI0,516
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=KBC3u-DoOlGOygza95D8nRgU_z5pxOQ7NAJtkkx19mY,2481
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=W2rFQw9davdCYNAl6pdGMzNgQ0QJ6UhVwGz3UdANyRQ,1694
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=ABipS_w-emw3a_Ew2oS7npoNfaxersM8XrHaVDsrtFE,2135
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=9hOeNbJavKwFKrjf7_bEShsdZSojwki0LID8wb7TuzI,1887
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=UATeA2ycqX50VJH4WETyQuGoUb_JuL07kboZoMb0W8w,516
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=WIzrgwf3egw2GcUkSKQAWf8HsXRiDYXnM1pYU0Py89E,823
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=Fs9_USiX9h9MgQEjuJM7iDJLe7duVTLrXEpPzS9Wn5s,1383
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=EmwsDD-KLxNKzYJhdpZAPkJz4ISnrREezdp5gQVNEdI,516
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=3iGYSndsfMmZsbDpv6qsSWM6mThdvq-VxJWV9qqCIvE,1817
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=s-NwMJ-U4GoYTh2iqG_bhc91_A86kFxOYwPF-XQ0xXI,516
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=wYBrcSk-R6NwHmQVc1qktVkGy2FosLY77S3KSqmzT-o,516
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=7bM87eQtqqtVcbyJzBjIaW_8cKOM1PGfV-axZpIGr6U,1420
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=xlBOwvhSfET4vXpJhwhBAhnRpNODQAOEvRJaySVwGvU,6440
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=rk_UTxAbBCfQhRtLQ39ar4KZjKNGgsqhn-Vs2pJZuWs,2791
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=m9bolnNmLRpKiJvDZUn2opwbFh_JiGq8b1hjEk1I7cI,2563
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=XEPksD5dVzxbqvUOZPaHPFDQ2cPjwXabthxiwCrtIP8,8839
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=Fjd27FW6560G49V9SqH7g84hHHDI8E3OUYA1MoWNKwc,645
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=lD2FVRXIYOqJdBZFUcQs_gu5YMjFPJVcoSdMf-hu0fY,1900
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=tJK_vJOhn0Oell-Tnci53JCcQitBCy6chgohgaxfVE0,3374
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=UUozQFKiU5ALCtv3oqqLsVUI55gwroHUy37eHnSorDw,1310
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=YGjOg_kAAzQ-rESjvq9t-1OjxNpUJd5703aEt7ZhbWU,3661
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=Hsi7bHVldyJCqvZOyfygJ90J5rSk4fLL3OMF2d-Lr-M,516
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=sQVUQoQIQ1N7hvJXOG-1IPzqtYmW-zPPDdNxws_4r3k,516
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=K8cCkiNJZKEV4Eo4CJcK18vfVW8-6B3u0YwY0dhGpJI,723
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=430BJtxY5khB7FMJvUYC2iSKzrKaAoNL7hli93c5s0o,655
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=8gYuR6qMs4o3R28DPU5sbfuA_wuSWNagRSkBCn6oIlY,9713
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=D7Kxut-ouJEqh4orLnYm1Wv4Wyl8uBZ9LL_kVWZ1Yuo,1468
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=RAuPxHTS7AFA14Zlm-VpdD6XR_JxyxwllSl2jH2TK5Q,2189
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=s9omvsHJZ8JpdaAbMEBKjjM2145aPSEx8Pqjg0IX6qY,17506
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=ci8mPng4NAI-4HfnklGvpT4wwiX6YQ3h3zJNAl8ibEE,2089
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=23AB6QulVOi3i7fHs7VMsGcXkeHmtyT7N2jWGVlV4Gk,3281
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=PvLYpqHqiI2DtKvWPW8sy2Hoog35dEI0LWJcXcXB7X4,9277
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=xxFnRwKljoOtKaB_iXK27FS2Iv2wvmRONcXKTfs-h7w,680
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=zNWHsQe3qNPp-m_5EJQ7ZdLYNonUr47cDXIXyOlXOEU,516
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=98zQ2O0qLpynA6FSwF6Kv1hHZcK1uF-qK2kipUht6xA,2306
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=hX51DnihNIYDOUbkF23vtZ3HeGrX2KE9PQebWWeVKwA,516
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=RHISQtJnoLh84I9B2kGGMt12laMwwCkyentBS8s_aa4,1922
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=qS3Ki6P3iuJYqL8vqhd2iWlLe1BkeX8abTJbOc1hP7U,1035
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=_oxLLOSRIuIB4U8HUsZ9C6krXv5fiJ6btmmXIRfGH0Y,516
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=lf4X_ki5384V_xXcWnaMJm4s-D1u7IWdGNer-XOTe7A,2376
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=CcTXQ-v64WXW91CuUz_FzHceOLCW8kvbnXymlviSMgw,2533
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=h0vNj1-uCndGjpUi-cA4jHzTM-FJhBzB5T2N9VacTIk,516
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=3x0xT1gikDQdw9f4fBBHt4gvMr_e1ooFZxyBeJvog0w,2305
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=7qwmgcuOdH6USIOW_XyiiFDhImQH9ey0X4zwATDAGAc,2486
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=byLGv7KZs83fiEBB-yAFCNyptntb0XksBZcxo2_I8QM,2233
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=MYF9f8jOte6Hl1kChvsR8WjRX2vaIqQCmhivbs69mJM,516
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=eFQ73QsI19t55VuJUuvRFfx3uVw0ldBvyIWSun0l0os,1483
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=0-3IdUBKnVIBjZun_78bzWZCDmFiaKSFaHjzgg5Xg3o,516
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=P3cCMGReHp0Qy6Op0PxaS2C2d98wup-bzFVrc0mS9_U,574
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=TYqF9sOxK9BPPpuQrmGRyYg0K-4mMcwwDAZWbVlVrUM,1152
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=yQ0g71DOJF8bjAaAhKXDK4CwxzWGqEmKIq4We4j5zDo,3174
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=lRZnU-oih8_uDgLUsPS48Dd23D90gxchoMTqywwVGqs,2601
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=LXy5P3MuCjSlmiKZPff2b4G63DKxMBVD3qVKA5CtqSY,516
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=sF_wzmIf1ajkvuFfNkMXF3wnbuod61IccEon-7Gq1gc,3281
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=6iiiFdxYJDY3uAw9vGGqqEXbARqjlEW2ZcdhsBQUc5k,516
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=Uxu4cNvFD8sBHEU2xxVbZIV8mPEe4nUJW2d44q3k5KA,4478
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=W57XVHKojzOxKYb0Yadfc2hBr2m8W2BHKj9Sijw73CI,516
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=YIbep32F0HxqAKFrsYvNi7c7dwLU4FsLTItGk-HyG1E,1190
|
122
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=BUd6qrCSPr_goYKJf6seK0xVK7D6h6hSpL6Ouo4DwtE,19795
|
123
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=BF6jsPwZu2DjBYSa5GTcD60c1MFiN0XuGNHlkG2_GUU,2497
|
124
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=JwVY7weRf0Gjm4g5o9Lc6-sVfokJA5G0ve77WseS4II,2126
|
125
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=OzmPwHrEkq2RVHtOHDpvMSdOdtttPqYsXXI4n_kkbDE,1954
|
126
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=xMXs3x2FpxI7MkZuJuqXedMGTWsFZrFSyU2jyvxJhBE,1208
|
127
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=UYiNvuRZ8SSIz3SqvNmbTduVFh3o88HcG83qb3TZNiQ,5283
|
128
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=_DBqTJ0WRi2vqa5upDGbuPXUFbvCUIHMPfZB1ZcXDtA,4019
|
129
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=TdAhomyL0yycMV4lfe7wwestrNpN5wkeXkTXLRZtQPQ,2243
|
130
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=wfwqj4Mz1SCZ7slBiFBLfua2g_VxefIu4KkE6pEKw6E,932
|
131
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=bvlC77-yyw_hekvecJ9uxqPO6nK46kX_JgmOZLH-vSk,910
|
132
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=UR4NEX1jcFcVe4iGA3_5zfIQEehMliAWuESxI1HZYNQ,1052
|
133
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=RIidDc94qhO6ETzkQRt_UgiNqHpzrB6NkrGp3jGwepI,4772
|
134
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=tPTPxbjRh_kPNEaEkcr2IubvEgQ0iWWPsqoAwkcObIc,2465
|
135
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=pcml5AjEoB5YP-D_MfGfi1GhEkvDteLKa3P2t1aNXpI,811
|
136
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=m-KWrPMxOWDYtmChHwsPqeomDrrqDsjMDK_9hG0lAc8,3713
|
137
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=zzBW9vQpXgfRuRKbTkYeU3LuWYCMHnMvIyF4cAgSSoU,1829
|
138
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=oC880pEqqmnOv2FPPw28-JFrpK6qXLfxUIpvagtr-s4,1709
|
139
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=wG6DWtLqKNzr05xaMMsgkj2yPRwZ7M3gZ1nZt3NzYik,1198
|
140
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ypOFD8DnplLFzcOCMK8vT6MMmBGHwnID_V6mb9xwzPY,2107
|
141
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=nHDtgTjl-1_80E7HnYOjOzk5wKoVdG1U_-CqhzTbNWQ,2296
|
142
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=f9WUdho3cX0pagwVa_dywohTFhBOCn5n6gFdRuMAotk,669
|
143
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=DnPbvyWTJ-WVuSEIfeHRsgliSzpkAPDzdSCFlZQh2a0,3154
|
144
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=gOqR6TblpyCFITat2xRzysWKLnzXXBm_URSfyHLIZfI,923
|
145
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=YDbZjDO9OIUVa9TSNpyvz-HVhMtiIm-KxEU7mG7wr9U,877
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=96RbhV4Wzxd2mxGIL2hDv2X9mb7T7s1BeFvu6rT40P8,1497
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=uD3gMxCvGlmf_v7tFoi9EmoWXDLSk4mHuE1O27Y8RAI,3309
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=KCtBlMGm0t6cp3pAT_EJ0K4eURTvf7U3vhs7KjGGuug,3220
|
149
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=DmoqPcbfakhrAH7nXLDd0Yd4vH-Jk8tyAuAZBTbTy6I,727
|
150
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=sVfTWrPklYCI2eAxg7ggbHzFh-OagB7tyXK_jplX9dw,2534
|
151
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=KnCCW9vESTvzWTEgRHQQiLhKZni-2rQFf-InSkiV7Dc,3348
|
152
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=h-JJeioW7jVBgOiJW_WkN6qBDbupGwT7nqmniPar-ok,13535
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Ym2r9pMhqVuinKQPbZMQuVc8_9PWraBYMpLF5xB0s80,1375
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=hDf9xM1FbvW9Jz_0SeZi3-zMc7u4lymUyM4kQihHq-w,4595
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=DFL7P5Sac4ZUmDlAUDx053J_whKmvzqtwFQUGkMSqWY,6173
|
156
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=aVxe0TX3-0DT256I1U1uk_nglV-ZuEtUJEorYL6bF1k,1594
|
157
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=rf9zpShH6ZHUdrU-Y5vWZY16bDRfQkNyqt9liO7TQeg,755
|
158
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=uquU2j4j_virbH_Ugnxd8NS1Yq5QCgUdRffbR7FQCWM,930
|
159
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=q88f4_DT8hvBXV8oTvA3zERZjDmOQjlSkvpAM4HHBWo,3147
|
160
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=KuyLOjXfnZ22D-mKK7Pc8rls893tUVDPLs9IEdCfe6I,675
|
161
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=UW8CkXCMJ6Og3NGSeffez3gJM536EM2Nn5vakt7FT64,2951
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=PEoIT9h88duVzrbrU040X74_ejhxX1JbuDEpKxfebgw,3767
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=sjd1cPv1t5yfh96T5eE-xr1Ei4fARR4F3xn_GAmvCLg,5976
|
164
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=7EXsibW6nqO6stcvDE0kBUO75HOkY-TUScoJJe57zA8,645
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=7hEVKNJpK2IcRpgJA1q2Zyy08EhANRB9KCCun6IowVY,3575
|
166
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=TxI3yYhc3zni0wXwuc6F90hJW9NrkVev3pmO9MfNnfo,674
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ybJACcYVRMAHTRsFRsZ91JR2oJ8Uz2LVREhri8dOunY,899
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=gptPDO93Gq24YivQfk1hQXfy-e-tqiNC0ZuSKErg_JI,1637
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=-z7UG5DZPgkh5T0AOrf17NIxdv9NFx2teeUgHEwWD6Q,4576
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=_20Q1rktleZc99t_Q--FZgKcQOjXZ_ryjhKTuGG-Gk0,1186
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=jyAlGg4z8qfYzJWV496KoPgCb0WgxmIBgo1lgSd3FoM,3881
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=vg4hmz2FSc6dp23BcvyWsisbJk5kZjQ300112DBwQxg,4410
|
173
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=EPUTj0AEdMrD9_OVB3pw-Skx9Pq-k9YGmuygxqQ-77s,1011
|
174
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Nh5tdHoLhg3eWszZQ6oucCVfu6V-pjoRxHK7P1J8TQU,1168
|
175
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=PULoJpBC6DCYh6_j9DSEt7xCbXg-so9iUDV5J2GqwjY,999
|
176
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=jAF7s2d6Pln6f6EMWRli2ay1s6Fjv3FMaxcwFxdAJDI,2289
|
177
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=go8yJFod_8GK9CPgSn-BLl6LetGjU35zGqlbtYyA3TU,2458
|
178
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=8jNRNDKlg7KuozafI8eKoo9kQ1jfaInWb7LRFCtL_HU,1568
|
179
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=B7Q0oDJ2sBfK24VaznPO0WzHlAYXhHoj5Pa8j0QI4R8,1667
|
180
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=lGQSkfsfleGwm-PUvLMdzlrcbcGP-z0iX9TAoL4YkwY,916
|
181
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=OdTxDln1a54CuY4Co2Pjv2C2tt-4XfD_jVlqy_ofY3s,4909
|
182
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=04yBv92YDfGTulhtbVYzEjX-ZFEd4SA8wTkDP1w7454,1189
|
183
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Fkw8xjgzffTbVTOmCvqvI7lM8BOafY_0gpJUJWWGY30,2935
|
184
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=OJzsUBm3JGmCNNqr_kCN6PRnNvvvxwXGvWJJ40rZ92g,3247
|
185
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=gX-zC_FNQ4Tujs390hE0bvAKdn4CCpURuupes2YE01Q,759
|
186
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Q_JDGYp5m-4nIFVoz0DAcfwPjGHERAaWKQbSbnZmy-0,8476
|
187
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=ipWqXzQc4vQGpUBcWtdKGOqsmAys0SAu6OqL_hktc5g,2470
|
188
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=37VrVHd_pUpDTZho2N_7YhzlHTp9UyhuNYmC7m3cP5c,986
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=8uQ0K5sxSavk-v6nr1iK_DS4xjLUZ8WHlRRpuWwOzxQ,7501
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=f2XiutSz32jkLUjN8a2RHjW3jqE4_H6rwQcAUcEUTto,3196
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=T9OTnhYqsMOEivSktU7bYO1JLy_2W-YKrwt7aHo_sxE,11481
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=ET29RfUr8x-f5DIvW4hpmtj8GLYeg2XxZ4jm61nUhyw,1479
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=isrm_5T19RjD2LnMjeiDDtrYE3sogvW7pH3lIUA3lng,853
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=CNMECwBoqTOapgeEqcL5R1B8fvGs0TwMgwz35v4zOk0,3774
|
195
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=SahdQMalVbpllJj9mI9ggu0GITk-bjX05ELTyAqoJ0Y,933
|
196
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=zQWsErfQwDCXe703ETWeGCPwBDYtANUdafbqyhi6dXU,2797
|
197
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=u5vybkzLoo0-6tpJ4x4UnC7Soef8oSO4ynhCb-Rpq18,1204
|
198
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=vrndDssaNZIn28nb7y419yXq8aDWY5ziYkatCLt6B1s,24255
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=7AINhYCo9foueN8HGzEfXtIXMc_wwFPDY4IRjPb_wyE,1036
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=836ZnbHTqVQ808Fmjm7wNpIe4woncCieyp2dfO1yh5w,1132
|
201
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=94Wfx4QqI-d8m-Tbbfd9MffBr_h6ZK-Mi5M-_RfFMcc,611
|
202
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=Fl2jL4k3UBCoNC5s-tf_C8Kv_49j-rmf8waNnowiGcQ,901
|
203
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=dPE9OwwOcBr5uTNF7jZ7WnU2mt--YCb1ahmMgIfsPVE,587
|
204
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=gysMfMBHdaqoJPqqsqU-nhyehMbb7iC956_26mS-M4Q,1200
|
205
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=hOcBcQzBD6f4PfuLvi4BKPMh0K830Ptn6rLNJVEKbxg,923
|
206
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=XxnVXC6_BinKxpekwFxypm6QGDrCSg799HM2e_TPPLQ,3298
|
207
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=lIVWyGWOVz1Om2172mXNv8x-UNqaPb0nGE_D22f0dkU,796
|
208
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=2acg5jshgLU0qsUvA3qtgpAk5m3DKfDSliI9kpNolaE,899
|
209
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Ms17zzcXwrpQ53zd_XYwBPHmLnswfatQxY1z0mISihk,1086
|
210
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=VFQjVkdsCIzpnONKk5MFKf6eHZCKKjmIdSVZvBdxPWg,1641
|
211
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Bmy-o4nmybSZH4gnwPZEHqjYr46qP-B42fwBMNykZFk,803
|
212
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=lXxGYL4QxsdfA2qrkut6h-_Onoro8ujLAF-lP9RdRyM,1707
|
213
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-mQNh1mDNy9u78NGON3tzKhMVQNvX33WXT9S06Muwx4,3915
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=PjGO_ALoFrr1G7aLKGrVYulZWAjxxCo-W8BNHju_-WY,1292
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=BrbvgkoB2-o5kTNDU3Mf6einjKL2cDVa9qhyPfjuX0o,7968
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=d_5uMaYfP1pgW-t0XaEBpNmUddeFPGdiLU0gemZUohc,5389
|
217
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=ClZygqmOc8QbCnuD9DfpdFX1g9QFvREuTQZvAKS0EQg,762
|
218
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=LH9DztWZkAaX40mgTAVgL3usnAFB2zwdp9AxKuCkDK4,3364
|
219
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-orew24RjD2Hihfi25AuNbnaUXK8I6grRNM4zXoTnPo,948
|
220
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=iFJhFWWm11WH6GKtuduZw1KJ60OwG7iaEJUPRCWmagg,3855
|
221
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=UnleVUGysXWiBt7OQ10LZfOifrOmXos_QhT8mFX7U_U,2465
|
222
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=zpHW0prPuyLvnfsBHR8Y8Cgm4Z_tGBTEKX2vmlx0KR8,3741
|
223
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=2GBsaqscMud3_iyCamI7nVUqQ0tYNTFJLholKJRNu-k,2650
|
224
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_Q9Mtz4GSsFP3uo3KDSyJ80Ac7zJq-n0jyczIF5Zg5U,834
|
225
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=98z7HfOQHvqqvg-UTVjjYJ1wBDIqxSgCJ0jRyfdGTF4,874
|
226
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=rfTiTGgdw_mtQqA0_kvrz4hSDGJdnXDYZ730dmnu1yo,1208
|
227
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=NXMPWz1QSHpqe9PmzmE_wV-xCiX94DniqNv_dnrygw0,986
|
228
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=IYYo9IWUEpsO3iT6EJtCfV59WMzdVnBwfplcueHrd0g,1744
|
229
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=zXgFc5-7ak7i8D-_g-PBNU_BLv2OKh6QHXDH3J0cS0E,1224
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=lGoYzLfPb8jDiQv_hsyOfZyqvUdxSbsbpX3-FZl50UI,1417
|
231
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=Iya23FwjgoyjLBjRRVVT16FqrRPaxBWm-wqtiV13kaQ,956
|
232
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=l3DiQIgsvi1lFPYhNWaKYh0fs015l-3LnNVIih1HRgY,928
|
233
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=obJckfZWTN4lpc6RB4Dh21WKHEDrL_d69UOZCmjBIns,1770
|
234
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=csVR4JBiohOHIrY1DPjJHB4Gc9lL2TVDy43r84ecmzI,601
|
235
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=nxeDvXeRLANkiW3aWve_Xv1MjoLykVBGgc0uuWqkZ08,1383
|
236
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=2p5IlCqDvBdHwAZqMKuprr9_oiBjT-xVeYSnNg8Ulds,696
|
237
|
+
metaflow-stubs/runner/__init__.pyi,sha256=0vUH4yu4DSRVfhIyJDJJlj-02eMb5kToJKyvYbCaMew,831
|
238
|
+
metaflow-stubs/runner/deployer.pyi,sha256=SlghBQWQcFaFKE68rcjvhPZcUX0nnWo3fOLBh3r0Ifw,7839
|
239
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=o3ypQMUxZONE0gOndT9WUsrgZp3BUBikCpmx81NGlCA,3416
|
240
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=-ihxO7xPgrPHjos4TSlsZ6Di0hmv13fW3QjxJ1U0y48,10997
|
241
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=OlFZhUolHBYLnDEc1H9oSpJ4l_HTRr09jTXNUSDc42E,2946
|
242
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=qutvYBluptPEA7ITmcFVJNho869WPBWHLoGSbSnuKiI,6035
|
243
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=ODne6BrlsspnVD4eBWH9ZDwXfxPFuB0_SY21zeJlSKg,9342
|
244
|
+
metaflow-stubs/runner/utils.pyi,sha256=16I93gsLzz-oatpwaJ_hZBdwUeM4VUYoGADuoWRozb8,5968
|
245
|
+
metaflow-stubs/system/__init__.pyi,sha256=vgFwK3iE9DMhkkB98m2AgtsUkrxCFEA5v3F_djNrmuo,761
|
246
|
+
metaflow-stubs/system/system_logger.pyi,sha256=M2Eij0oC5WjUpR3U-oZRi4RNMhMhZl68i_Ic0Z9MHz4,1666
|
247
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=rb-f52Q7nUz-5ZWVUBGQ-VWbUjtbtwWKdW4hjdgmxEw,1788
|
248
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=8MpHMYHuB_siK43Q9VbBPUTDzeuoATe9ndJhga1AHSU,654
|
249
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=lLoDsT096iIoG31vtp1d57kVNomMZ2ITu5MV7Zfgdtk,3008
|
250
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=8RGt8fqX3LZYEA_1OU2Pa4_Lxmf55oHH7FuAuHH0w7s,10194
|
251
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=ifTB1hK4t4p7eUn8iUY_aI34D8wM9xEQW2v-REEez84,785
|
252
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=qsmhj5Zu9xKB8y95mmLKH9S1N7e96DBmCSn6ju6-A9w,1391
|
253
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=bAsok_fEQB2WPpffYWGAMcKkd9eUJXc9env3KR4pnCo,9333
|
254
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=MFDibRgy5Dqg6RSm2bgrXkhUfJEulZKLNUVMPL2w9tk,7062
|
255
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=Q88FxUzRH00wySOFEt8HKMEk_7CqxQC21RGltknmu_k,5039
|
256
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=FiKXei_PFAzvAMzRhZVayoY3ykd4sRD2SMmeyxX7sAY,12447
|
257
|
+
ob_metaflow_stubs-6.0.4.1rc0.dist-info/METADATA,sha256=-zwhN7B8GQ6C8NB6s0I0nsuwz4qJNGNA8O0JlTcROvc,658
|
258
|
+
ob_metaflow_stubs-6.0.4.1rc0.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
259
|
+
ob_metaflow_stubs-6.0.4.1rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
260
|
+
ob_metaflow_stubs-6.0.4.1rc0.dist-info/RECORD,,
|