ob-metaflow-stubs 6.0.4.9__py2.py3-none-any.whl → 6.0.5.1__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.
Potentially problematic release.
This version of ob-metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +1094 -1019
- 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 +7 -8
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +8 -8
- 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 +49 -49
- 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 +3 -3
- 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 +5 -5
- 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 +3 -3
- 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 +2 -2
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- 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 +6 -6
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +7 -7
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +5 -5
- 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 +6 -6
- 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 +3 -3
- 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 -8
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +11 -8
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- 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 +13 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +24 -0
- 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 +86 -0
- metaflow-stubs/packaging_sys/distribution_support.pyi +57 -0
- metaflow-stubs/packaging_sys/tar_backend.pyi +62 -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 +14 -14
- 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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -5
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- 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 +2 -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 +2 -2
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- 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 +3 -3
- 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 +5 -3
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -3
- 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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- 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 +34 -34
- 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 +4 -5
- 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.4.9.dist-info → ob_metaflow_stubs-6.0.5.1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.5.1.dist-info/RECORD +261 -0
- metaflow-stubs/user_configs/config_decorators.pyi +0 -251
- ob_metaflow_stubs-6.0.4.9.dist-info/RECORD +0 -249
- {ob_metaflow_stubs-6.0.4.9.dist-info → ob_metaflow_stubs-6.0.5.1.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.4.9.dist-info → ob_metaflow_stubs-6.0.5.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
######################################################################################################
|
|
2
|
+
# Auto-generated Metaflow stub file #
|
|
3
|
+
# MF version: 2.16.8.1+obcheckpoint(0.2.4);ob(v1) #
|
|
4
|
+
# Generated on 2025-08-01T20:12:28.657026 #
|
|
5
|
+
######################################################################################################
|
|
6
|
+
|
|
7
|
+
from __future__ import annotations
|
|
8
|
+
|
|
9
|
+
import typing
|
|
10
|
+
import metaflow
|
|
11
|
+
if typing.TYPE_CHECKING:
|
|
12
|
+
import metaflow.user_decorators.user_step_decorator
|
|
13
|
+
import metaflow.decorators
|
|
14
|
+
import metaflow.flowspec
|
|
15
|
+
import metaflow.datastore.inputs
|
|
16
|
+
import metaflow.user_decorators.mutable_step
|
|
17
|
+
import typing
|
|
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,261 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=8w_ixKwqEpqlBPOrnuJy5rEVabIu2wYsK8X3lo_A44E,86867
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=ye0149Ubgu2GdG91efrpJntqfrZoOMfUhgDeviO6t9k,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=LNhQ4VOtYmBJMJWsk4zPKt8sW1XYhvcoRoV5ys1wPvM,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=ordunfOq3RsT_DE4fqfAOEQ36ecy6sNmZMr9kBUFaEU,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=w9VDunZupW2ZwWB7vIgrghLEkUoFMm01v4EmPu2IZY4,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=xg1CfdaREswEeM7spBLXAh7xoAZZGrdqgdOp9brPAC8,10301
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=SZ8p51ckd7p0FFKlessdQKiQKKO-pXYK3sSF1aG8URU,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=j_Oc9cpbg9p61bCdGk9zR-ArSyCkq2H0XluJBSdbmEQ,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=wv2VbJiTHKIoFax_FvSUxWPnmq8wi5JzyBKrr1jERyA,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=QfkI5t_yM2WOmAnDvKCo5lrgMqyK7ppDMiyRkx_r9gY,5173
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=9iw-sKDT_3uNp8iFZBy-h3RRGF_Xcu7i1APnZmCs9JQ,12887
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=tF3BtXL4GCdpTWTGIBQh2MKdW3JzSW969bYmZ_3vdnw,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=zDwowm3Gi-AMqLBtOT-0VRvz9ASh_hnkSqkLDEg7Iw0,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=JdVWpjqIuOFhJj-Ha01wUb1vFS8GyLAQ-rez5IN-9r4,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=jEeaopp6qLVu24u59bC479OvhrZVhsPwexDfAmzVqsA,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=_JIlOKI9h-m7PMP1YzuzJYrTTqZQG_8O15aeQK3Esp8,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=EmPrCqsYF8WbbE8d4uNsvM_uYwV2ii3Wgp8mg2tVduI,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=7YXqKJ8artXImuW48uWJxIqqg6TBnTSNA0mQKZ0MxSw,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=OV2Td1r2jEtUkYHkRac0w3bKqbGsCq_2IWir_w4f_wY,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=vINlFoZUmR8f2KP3K_-ozzdYgXu-iP4TLU-8sbDlDrs,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=afwN9c_zj5nc-PfToHsXaXi4O3LS5Xi4E3KD-dMC6-k,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=NFf4SdF9owGzZEovD1vk5OJUV6A_orjZuxE41EcpV4I,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=8kY-zNzLgCK-mP3SbsR5T_yamyiGobmgln7ETLk-7Wo,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=imcNE4WmxN3V4SRVUiZ_f6pocfLKKsmXa-VmpGIc9M8,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=6Tfsr3kWNKNyRjlhMgP2JcN-r6FHXKkH3-ZAFS33vic,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=o_A-SJ1OusIH4MPdyr0YAnEx6ACjvavZBPxfwuqCmC4,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=OCZWbsB4eo344Zqaktzci__CIB3chvBjnnIgI4vnUxI,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=UcYHgdf___eZGc33fC09R622MdSGR4TL-EwMwI5a1h0,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=_-ONcSad1CzciCxde_Flvq4-eOf3qhtsrATt1qJWChM,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=JVoyOXdB2YDKy5T_gJR-UMhR4OSkNTkM8EDJVFpkr-0,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=lRUDx1nyUlf6WQDCmXRsFMcXre1RuD4SgHVWk9A2zJE,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=XYm8wv4XgFlwb7NzjmKYVMr0F-wpBjleyaan024N4Pw,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=k-C7Wf5c7uQlbaZAxVjOqIzPpo2HSot7dguC1JOm-D0,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=vZUpAAP6Nwjkf6JViGcZ-fqlnzSubI_40x36eCg6DMA,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=1qTY8El2IGoouA_vXjtZ8qPypRQ873VqadodBfDTwI8,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=tlTFVmEDKL_-eCNg0LwYSzEgzB1cMBoDokryL0o7sxc,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=2C6sH6PfXhwtskbiyq-m4ovT27RPZq__eXlNnDGNO7E,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=AjJ7I4eh_Sl8JO9KJrZ9akfe2fMIboPPzFZtB2QiI8s,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=NBwILleQmInjS5N51bd2xO7XFlXHE14FvOLZtej6N0E,6452
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=biui17pqkg-Dtmnbm19h0PF-AFLDdqO8vKyq9XSuzj8,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=6HtJLPbIPmik83m7BNimcF69mNpmXM2ombJdDDHebCY,6675
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=ha6LLq6rokjZA5wsgFD80KyP8-IB04h5SHPdR-0ju0s,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=3F1mY6TVJZYNDxlaiCYsg0DBMdDQzctgENjN5h-cqlU,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=FCJoYIFdGeYTbSehrHsE0RC2dFmgfQvECLCDVc65Kd8,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=WChHJAxrHOEpCyxE3Q-c7KPdPfe8_LnHFSsA0ruwTbk,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=4IV-ggBb-srTf3xojI_2ESsmLRNUaO8EJVjsc2W4eN8,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=_U1J3GPbGOUKQZTb3oGAIqnLoP_2-IvKmtnl5VLfXww,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=I6hLStyR1egjHU5CB9bWtrgoGxwIstVfteeWmFBv6qI,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=4NhOv5V7YxwcK2JUpoHJtuE47oJ4DJ1r5m1Yg9kK0dQ,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=5MWox45KtTymscUeUHsvV7qbwWtopezQmNWAv-cMF-g,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=eYX6wIxXRZwo71g2Wq8Nvjfsv0aem_JdL9pFxGwVmdQ,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=P4zuEPxoa-8er3i5qaTCYQDW35GCXH9hGYkZIqf2S6c,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=KuGcvz5tks97ZxyymdwmtcaWI7KVhY95H5v9KSdC8Xk,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=rT2SkqG3DdkW72pgwptlDZATj3YAVagb3ysEyzw7B-o,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=tJLqVptmbBhCqB0-mMUeEKbblmS4Ho84WcMEqLzdSC0,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=fNEY9-GvY05hAyCq6MvEEHd60NwNCMrv9pS8UgYmEn8,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=25VtLYN68pZOerUdSjHdjpaWK1rdCqTHnpWPnfvBm7g,9892
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=NB3vXcxnMREu4WVySlPEjDK0Kx7E8xYSD8xHcCD1F84,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=_18wBOnTZes-zt9El_GqC8Zc54nHCMnpijaeyRgQf5w,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=QZGLvm9XEQ-cMIKfK31k1KDZy2v3Jxw8xVZ3rX3Qm44,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=la2228L6oStQDS7tj-nnfYvBy43FQSpsjH6GTxewRyQ,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=GhSMJLeLHtCG8ppejq88ZmzZNPi5b-JsSgYe4qcg4xc,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=dnLpgiL7RtcW9JNMbWW9pRBK_SY6fxXBK2lAviqLbz0,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=02yy8wv2kyfQS_4KNoTe1O5tfEAWz2tpqVXv4kAw1K4,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=H4ot_OdU8BHa6EO4KVmmKJdXZ-yTFRwX5mEuZ13gS8o,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=caFfOhpiJz02FQ0cM7GUo8fkoIjovyoOoyGwDX2r0OU,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=S-o-JtIrEM3y-EW8S3NqoxIabM8zcImqjvPGbw6_vQo,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=D5eKxCV1GDst5xxgrMBB6ayqtSgQoCg_eCOZlvzaGwg,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=ZhU3zLTfnyevskakZFQSYMM56OgbT4ZcRHzVbOG23Eg,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=d3hNzO7JcJ0r36JtDwJESZXZKA8OlOOH4z4fp3gCAMI,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=--wESW3OP6yUohtLKqnXKNwJoAZPUnamTu_Zf-4GRmo,1817
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=rMh1OMKHXGQIvkWCSQMn6cQQPqwOCRAKFDm6ex3I4-Q,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=bu84JmPwY9o9YhMjPzoiHZ9fnpYbvb_0-4ve67iVHYY,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=Vl3TK7k-oRp4USCAL8I5Cpc8f0o0MsUm0oofDl-HfuY,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=mjYWJmsCiZCAl9ndojASnVDnPP_gnl4uBVlQxQPlXZ8,6521
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=UHPF_5VmE1Q0yD_l05H6OQgG-HfiwNfF1F7vhZ-JWUM,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=w8F1QS908FIgWbmUrve0wmrWUoC93-RzBKXw_D6ZVkY,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=mZFz5ehBgE6pvgqCAA64yJAaYnaUDhH0QDJ4hIL2doY,9031
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=iJJspjDdVEAUriAHwH-P_YEbWoRN5jnuRM0wBxTdAJU,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=X4t1r5F1rkXoZO2X3ij5wFEg-BKT1YHAMwodC4CSbU8,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=YCZAuOBtKE17jcVrGsBE67mCofDDD9uGkKKXOFWIbvE,5145
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=oWuNLUYqQ5MNi6_OdlRk5AmE5femhpfo8hGO4vdIRp4,1310
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=sLtBzegX_t_pDrY_cyl6rrITLhUHcehWVLRrrCSZA48,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=H31lexO4J4EerpGuPChPxAMQDYS6PcNkf0Ru-fA9X8A,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=LSTJZNAnsup2ose6om9KVBB8926QVeF8aaO8PBuSDbw,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=kpHa9F2hBKUiESbSKLzZBv9ZZ8lDZ36smG2wopiKJ00,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=vjUcMiigmvHmNHPRupJ-5FmsfanxkfaN1Bm9ubeveQU,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=MYVMKMZ-YtnGePSlFdYXOy-HLQphS4FwKpDa833zdHM,9713
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=2phv9Hx5XwfmPtS2xsqeL9mJvZ6hFIuVW_6uGyJGaMQ,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=6TqwHZjU_lhLKiPyd6qr9CZ1rL78FMfFURoragGp-lk,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=P98wgbezlbwsFSd1dAQ7GSFqy4CEaDxPitzHsjC4Pbg,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=uYAi2bjOA7NE5nOg3IWPab7w-YEf8c7tdMZ8-tk5f-w,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=pP6yIFn0erm4vvJKE0oAC-51SwXzqy55aNnxBRMxNe0,3281
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=Yo_GSVYlkTQIz7rJdaKw8VkLq7fOD1p-d2Oo_04CSpY,9319
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=t6avE52kdO28NgsApcsJT7BoLGZ2NH3Ldud-S8sE20Y,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=KYsaw_pVpUw8WVkqIzCX9EvFXJ-P6A7DxBSm4ckQrx0,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=_AeUSv9-3VFHfhTq4uyO0KbYeXcWRgVQJDjkWAuHITo,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=WfbJpBvNYp-BUowVcBBOVksoZqzMmHnO1G30Z6O3NiE,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=JbS_7dDOdK9oKhgWN6scWgQDefFUJ03Rfxi_5QHM23c,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=ddrysEns920AJJzeo4WSpGkgizBRaErdApWYDXm1S7E,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=EZhOvOFAiunRgP29MUa-G1jgdxJlIgpcbLVvz6upNO8,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=FlwVUaP2sIHUS4HEq_c6DAuKFkeL79PAA1A-moHOXxE,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=gFqKrzb8vLIlVuj9QKxM4xvrhSW2YKYuYmYf3CL4RFc,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=wNzOeQf3yFZ8ZoT3qBIE9mJqEl7bZOL-SI3Edfl97q4,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=TCCnGQ1VCuUsgqoZmjLE_BtWbImEjHEtiXndeTq942A,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=jjJOE5lCaDZe5XahX3oRTIdfRAd9WLQXaoHLYTu5RKo,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=pgstgtq3nw14__Tq_fesy80C8Ek8uz758v2MM4FwWoY,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=PSmN2ZfKe1WzAoKtNfNowlknj689ZBeNDkHDc_a-J2U,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=GFwP-7CFkNHpIfhNB19wSGFPR2wwZdPMMViZ4I3_2Jo,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=K96mIVe9Y1xUVwn3Y7OV60diRNbtRFjhPlJhJHt3IvE,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=3y3kboDPg33PKc1XIu7mNMrih8s1EZV85xhlUN9aagU,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=GsRY2v1ZumvjvJ5sIVAQXCAvm6PtIdgm_p8G3Xrtgvc,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=k317PGXGEtVtMXKwgqBpJDp5nee-2bGnqdnCeASjrJI,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=jM4mEL_k7cj7yc61Fn651_JzW47Q70bMHEuQuxh3TYw,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=PZbk9YTACEo2ZE9QecpJYIMeF91t7TxFtwqCnyeT6t4,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=kQQallPbSV6-QiIIHm8oVut09nN4m9JdpSFUlzlJqs4,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=CtoGCybDUzwuPea3LcXEM9ce1lzCwA_gCZ31F22Am0Q,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=eU8jTdV9_Osf2irh6p49ucmrPB2h54XsUtXCVy8ERaM,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=Lb6-L8Dbo5oNOh_e7M-fZKgxN1Kerbqm2ecPcGW0Px0,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=f4ch8mV5KTL_rigZaP7owXMf0ZhW531NoSjNp9XNOKE,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=D15iVq0VCfgftnbC18pxzuQ9mn-f38oSECKl5rRSFKQ,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=j0mVc1DfIZz_43lCCbNhrW40k7DzGM4B8O9Mv9jsSAQ,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=doW73XQ2f6pslXImljEboc-2J1I0Sww-97ja0gerlxc,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=y0d6Djd0e5ZdPnIVfAl8Gvobfj1jo2Cm1arKZmpvxes,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=EUKpWr3-Di78iq9OCYdc35M3AXpzSPs0WbBLloE6sg4,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=eF9io8vj3x729igPSxZLHYpnQYvXZfx7k9vDBUSQiXM,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=TvfgQZTaXi-GBldzHORydK-A3CWO6oQCz72QwhJbRtM,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=nyQsgbI64vRlmO3Zj4Tl8q1eJMbaUVz8uUOvFbfjBR8,4019
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=ORswVHZ6QVbOC0NXF0dUp-yVnL5753o2kGL91lAsAtY,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=0dckmoEpeZquZIrgYHtDHYmVFbWjzHzey-VhAnyMjYw,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=qHNQLY-pgU4ETHCwQr6XjiGf4sbtLV7rYIr1IfXlggY,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=vZTrcrE4eTarkzwQXfpE3C_oR26-yzAWzqqF_NG1Xz4,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=qSyvJVJihvqtXZWiEF_ospmgYjjBbb5L2buGdcRcvjc,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=_HbR9Vzt0PA5IRsljTKsF2y2X6pT0XNrRrGTGrhuq0s,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=AdMjccKAGrNMtYFC26Qq5csTRQcqavJRPfxMDhD6eaE,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=QFkDrxgn5WMHnxtVRD6xY9CASce9p9TM3LbaRMqFtcQ,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=yrrqqYA2yo7CQosL0oVYIiFfb4aqNYCTNxnA4xO5eGw,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=nftx0BM89XdZi2F4OYsuJIfqkYYAZG4Ko7MVKgDmiOg,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Fc0Y_wd1J7V6-WlGW00EQLRsMrk4JC0hQyu4XYhQHqE,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=6HpuJ2gMw4cL0znjKo44xOgIZqO_4-zRluWHLQATed8,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=RimvOrS61DaQeASBVzY29VJAHopgHZQGmCVAhYsgNG4,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=3qC8A2scDVmmhIKjCxBLOhnqvfLXJlkNPE4Kh2TobSg,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=lcp3WkzLAjagvsgYViT1FvQSrYRpbjQZH3vP0JEBsik,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=b2nYD9bBWu6lXbQZeVEbbwjjG_5GlgWs0HjDsVAEA7E,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=5ptxyX6XUqjtF06BmwzatRb2BOpDGxLDUt0018C1rn8,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=z2Fwu0idrqYNOvqIFbzu3WIAb3RgaR7kwgMDO3LZ4XQ,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=6QTIIa1lgO5A4qZpwaLW9myycUR_AWJbhxOBSOOyZ0w,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=NP0gVjBopsNiGtX8291IiOsobDN3NsfC6OP2Iqk_d5g,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=wZF0RSTsJgkCNkCrDYRNoQT-CVjOt6DggF9FD3U9TOc,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=EXwFcUFZ3ZYuW6YJ-fv4vvI_f_IkBPOCnjwUeIjNXYk,2551
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=f1O96RdbSVSYaJQvxSBPJ6jQC6bsDSGIoZRSegmBdDM,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=W5UV48aw5fXP9C2u3qgtrNSu3o6SAjxHSkpKX7EyFoc,14211
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=6_mBPqH7qOgEDVk6rKl1nwDmOIzmMGYDc29V76l0wYg,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=jKpBvjY7GBH8AN_dSKFK2bRr8FPcCQHOzkv4nJYOH0k,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=joTnwhRMHRctq3nd1s-bpkKYK7_6-kbuABZTyZPDBNc,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=5KOh8h8o2x8hhVCeiUiXHSHfCXMknbPL8TFKH9jIbMc,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Wpf0Rgih642XHkfultB4H_KXJPGecn18fU1JyAu9erc,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=2d1mAP_R8Occ0fK9HSAyeMi9JbGHI7MAXoDXR4a6nxs,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=mbNRpQp64XvLu4LYnHCFg5OOX4LL5NMZEt_YMe0WRtg,3147
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=wEc2l85ZFwZSGLbzkQmbHK6YuEcMNhSRA1mibkskY3Y,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=fnrPyJhqIvCoaQxIaMS-dj1O1zVAEwmhTP7teaQ-feU,2951
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Cz6tK-hjaAXkOH_qstIACA5qm4Jnm0mHuvYAXKxTQpQ,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Oe1wSrJVuHGPROsQA_UmcQO6U7SfeqEFczKduW_dDFU,5976
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=XcvXjE8rqrNnPep16Yt_fX8cjP3pDf2pzSYpK2TOaqM,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=PFeb08Jw_JpJBHRJaRuh991FSLVGftO7EdgQ8n3MnFo,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=VOZvxqpYZrg5NA5o8_bv9hfiy0xHgHpbmz_fY5Yu-uE,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=GGiLAnNPDj9wWf9mCzfaAG7R8Di7mu1RYf73vK5rM5M,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Y5BwwKFqugUZQXdHAlBA1bghn-F99PK4oTenp5jJ-bI,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=jLCTtA9179B8ruqV2_zSFbYpbdzzEhqrOc-PdiIfoF4,4576
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=rwYI-r628ncihUyupwITdttTqFZwhctTr5tVmQVvVqI,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=l8kEdODQQ3ld0haUK0JdUpn7Wz_mxQHLN354gdHin68,3881
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=Pg6VALzcspzm1L-z3pq0P9ZoMqqZ_zB8acEM-r3lLII,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Up58H2uz99OECs7Wg8j-OmWdbu7g7fwIp5dcQVb3j5A,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=zwtVJR1LKxr9hHYao-x8EMDPj29S17-I-89LEYc7WpE,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=NIhjoALMtoK8-33Smo8UOTrJf9VUzN7P-aZNFpTVh7I,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=KDGUytN9JnNjZUHrPetKFoeonvls73AjjDqJW1sO1FE,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=C7dsOc_MyiyHuhRRU5ElUjFh8TM7UcNxmIgonHdQBK0,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=-DLTo3vi-WulHo86GL5NVVTP4ltBeSOT9Rhx7ovTKrY,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=Nvozcn5S-qdGDOBXHowhF4Y4PCexxz-DMISfGKJYjr4,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=tjwdH0BBFjqBHfP81ttIbH2TaLdzT0s2bNfd9CyphyE,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=tRHHkdJggGPGkGByJ0Ka4tb2U1u43y8ZGLcEZeZcR38,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=bpglssMqzEP8Fd843ZfKoWdlWlSuCI58OSGpAuVxdGc,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=YrTM_zfC4eJLccgLng-b4iOlYtQyx5F-BBK7NbwqcMg,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=lV-IuUkvXAAKeRdYdk8k3MG2a1bsE5TA_Gk8_F_1AVo,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=X3UjOJMLy0sB3LxLDSd4AQYyPrJPtYl84UQ-tuA0clo,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=1UGTm3gGZ9jpPdBCIz8HpdK_2I-DT8GpSwuBTVj9Xu8,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=fX9MRQSxQc26iGZMjT0UqRj6_VXOoeMjHYFYdApV2QQ,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=q7yTtmhUiCP6yzgFohVsoBUUzajkv8ZNT0Izs_hr2GY,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=s6DMo63ja5umjuWNdI_mSueHeeFnBhqSMXd1NFwmbV8,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=_iBhtVKk5Ia5NMHZb0CHYIT_oPEqFprbl_OUN-tCX1U,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=O6NlH2DsBDfK5puwj8i8YXswhS80uvmSrMnc5e75vL0,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Wp5GQ0b7xTEa0hfuwHWgFJXmbm6WzLM8GvxW8eX---Y,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=jPQ8xRO3o3QCbhCGBueVWs2uRULZRHKpv_tlcZg4U1s,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=zChu-4TF8RAJpUbgh9v2q_7p27D4QHLZUs7vl0pxpss,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ZSsmYY8tSKPB3w56CAn8LFVuaXmWoHISFk7UKcR48BU,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=KUNSsBmg2chP3YbLIq05ycziuH757LXjff3695RHwAM,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=PDceqE9a0RMe0Tzp_CMszI8kjvHctPTZJOOvMMSaM9I,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Eq-rKRG27vNGAcMqQAxyMfiYfwSl0e5zEoRMMbOUIos,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=LmCvnLrlGpgjY-zeYW_TnCKLKrMVy5ihpcgaUxU3dss,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Mn_UQYgcbnB8yOUl7q9s3mLg-TP1099fRMe61Mfl3Qc,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=iJxcFbgzbN_Vdr3nyusxOlYARYEwBS7ZaqXVJP7UZkY,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=O8WVSGMVbuos0chqyfAPjwNkG0mnV3uaUyO4R0w2vZA,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=nWzYWGKFcvEe7857j3igI6Q-HIBnaaV8g1cUNBwDRaQ,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=jBnyVJhNW89ObQDxq2CW3y0uKrg3rppCypEuxFcB2qA,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=fYyTvEtsJ9xpHxIRmnXUzlmGiRxRPEpiCYXYR61BSqg,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Dmfnli-jaZOswYKRZISthU7AtO4HpQcBJdwTpXLsIpI,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ydAZB3SwQJ4Io5FJZ5br6gcuTmFxmjilo--WUZbqeSw,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=C9C_Os0V7RJE73dGOFT0MOeG9pMH8F-2WCK7YFhMIss,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=VhHeJJX9sMb32UiRSGvvKxFkv1HpHzKRMWGRiRC_4jk,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=eEmdvWOdPLEbEXTGMjRe7oivIJGiYbJkuMmoN9ztN0I,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=R7ft5iH8y0bPytIFncZAch75bEGubbe-SODsBY682Hc,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=lnXMJc20SINCH7Mi3ZDOtNJgJS2Xn8gvHNhgn5Z2uXY,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=d4o7zDjUH3I2Pg-UtZKfsXN6Tsbw9Qgsv1Ss-9AH45U,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=A84kqQG24y1czUtI-xGzewNnQ7O5uAHP_s2isNjHE20,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ZCuMtCYo4I-1dUbYhSeEpp4RyerGUZM9tM_7hzc2VDA,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=PX9sl6PzqYvbHfNkR_3qJVnLz3UKiYlMhUkTVprvgFE,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=HbR7Jt0Lc_z8_i-Q4xXuElwCx5ELlIB9s8h9zXIxSZM,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=eg5cphOaww3lgseTW0xBKOZdl7-sftlLjfDAKLoQfW4,3364
|
|
220
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=LoSYNY52MgagtVI_EgZHdkBj5XplqdVdIg3aBe5p1RA,948
|
|
221
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=tWHcJsCoKl3qzciBLOqITa8QEwlLNrikyrqjhWoSBE8,3855
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=6f07Yt0vI2jckOnJ1RApfrRd8GKYxJrP0ucYMEmiUAk,2465
|
|
223
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=TlmaMFzZxCOzsYJUJ86H-0P-i5X8I5sue-oT74_VUzQ,3741
|
|
224
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=RFJatPfNRXcGXZJHOk9f4ct_pEgLznpQ3nOJMyesHII,2650
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=F1KAiL5wsBBjC9GkIbKJFjylNCpJvtDPdqyGHglvdVI,834
|
|
226
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=pa8h7LqiYNKUF0TmmLc247Ach0Wz4L5nJWlEGRYtIm4,874
|
|
227
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=V61ko134bCACCMGTDVYWADubjq_HNWecNfsmOLeKuos,1208
|
|
228
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=AS6DSqYWHxLzGhclP9o-nczew8izfSUpZArYBbBCDmg,986
|
|
229
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=NbSCMI-_zUqXpBb-Td19ZKC0rR0n0O5sM0DPzOUbnek,1744
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=QUsSJuv7oS50kWJTfH--yvYpw_Xg1aH-HCBx8tghN1s,1224
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=7d4scm8k4ESIpF8CMjhIC3ylOvons9t0raac3Z7GQQ0,1417
|
|
232
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=4BELW4sVhiUUUZFzIDWQIOUtxmzfwxozIlc4rCVBghk,956
|
|
233
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=TLFhy5dDxECWjxTDtCvbts3070-wdvfUlAUz0PueIiY,928
|
|
234
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=i2zKeXGmJONimQrBI9oDP-Y0IFKIC1MhDq-8I6x7RBo,1770
|
|
235
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=f9DlVD4UymAfjuKAZoCG4Nt9AK0liIIg4cMNLsOBAgw,601
|
|
236
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=LTvoJQM2G-nTCoybyru-UlRk1o5aQJ39a4y36tlCIfU,1383
|
|
237
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=_NP4UuMs0kQjR5W73GdByNC833GoGW1lg7zwfgp6k9I,696
|
|
238
|
+
metaflow-stubs/runner/__init__.pyi,sha256=psjZPmNr7DF-w6AzjrV_XnwnriH6Clj_DkronK2tMfU,831
|
|
239
|
+
metaflow-stubs/runner/deployer.pyi,sha256=MuUPY7PvwdFSTgCw9os65tI0Gw5SgBeBFBfWMEfQRsg,10115
|
|
240
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=4EHAar9T3z7ACT80e6iD375FnzrzUXChr7VF6DznFo8,3416
|
|
241
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=0XUvscANrmXzKQtkTocww0PWeguBglG1niMw-KuNq1E,10997
|
|
242
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=2JgdaOEsUhAjICFFtpczkcqQDkZ9BPkrD5puoEY5G4U,2946
|
|
243
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=AXE7Nb3Elsv_EQ-Q9fZjg6uRZZBxihpMsRq0-kkduxA,6035
|
|
244
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=ekhGQvdvXYKjB94N7gBbICXpbvQpxYHX_XKmYk_4j3c,9342
|
|
245
|
+
metaflow-stubs/runner/utils.pyi,sha256=1ZcPWBQN2F1SjpmOk2qjBPZCVfP_2YEONr8I2qJQKqQ,5968
|
|
246
|
+
metaflow-stubs/system/__init__.pyi,sha256=V2nfRhQOmvdo9lf-DKVUq0p_mIVG5_jxh3sUs8mmfJQ,761
|
|
247
|
+
metaflow-stubs/system/system_logger.pyi,sha256=hdm8yU-dqi8HiPlWXUXa6k765RNT6SL2oO589tskBG0,1666
|
|
248
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=EqJJ6CxsgyNdF8_aOIMxGPImQIpFksly510Y_3V8FLU,1788
|
|
249
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=cZXG-W4x2nIclZs2ygjfd8E6q6KaT1XHuqKKp7XzGrg,654
|
|
250
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=e8vlfgIhTrj7TJJ-sFo7XGvTYT3_usthH5eE2HfMvEM,3008
|
|
251
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=w94TwZRfxHFdGAWkMVJRtfKcM2h9FVrltQLMh4pGyjU,10194
|
|
252
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=6nizeMQdXgNEKnd372q6pTBxo7Nq33gWq0B-K9FqDhw,785
|
|
253
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=QpvgvE3xpGhuEfiFrU7OIyWJdpFgJU5yoroST-uOp0g,1391
|
|
254
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=6zeP7f8McUGj98njZ26mzhjXTaDwWFM14nPAReBAOIY,9333
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=BOAnQVucT6ePaSnbrjYAkm2-lNnjAnlnDlukmvyhWBs,7062
|
|
256
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=a6JvmlOJKQ4JNtX1oz7sOKU-BV1agkj-vroLoSOFnpg,5039
|
|
257
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=z7K4Zq33ZkSjWtRTkWRzSbZ5h-MXRITO2H610cDOYWI,12447
|
|
258
|
+
ob_metaflow_stubs-6.0.5.1.dist-info/METADATA,sha256=bXXsInJjWrgeptE-5vhgzGrAK17REBBZB-EYE8RaOzs,655
|
|
259
|
+
ob_metaflow_stubs-6.0.5.1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
260
|
+
ob_metaflow_stubs-6.0.5.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
261
|
+
ob_metaflow_stubs-6.0.5.1.dist-info/RECORD,,
|