ob-metaflow-stubs 6.0.3.174__py2.py3-none-any.whl → 6.0.3.175rc0__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 +641 -640
- metaflow-stubs/cards.pyi +1 -1
- metaflow-stubs/cli.pyi +1 -1
- metaflow-stubs/cli_components/__init__.pyi +1 -1
- metaflow-stubs/cli_components/utils.pyi +1 -1
- metaflow-stubs/client/__init__.pyi +1 -1
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +1 -1
- metaflow-stubs/events.pyi +1 -1
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +2 -2
- metaflow-stubs/info_file.pyi +1 -1
- metaflow-stubs/metadata_provider/__init__.pyi +1 -1
- metaflow-stubs/metadata_provider/heartbeat.pyi +1 -1
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +144 -144
- metaflow-stubs/metaflow_git.pyi +1 -1
- metaflow-stubs/mf_extensions/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +51 -0
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +65 -0
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +74 -0
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/ob_internal.pyi +11 -0
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +9 -9
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +1 -1
- metaflow-stubs/plugins/argo/__init__.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +1 -1
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +1 -1
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +1 -1
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +1 -1
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +1 -1
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/parsers.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/uv_environment.pyi +1 -1
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +30 -30
- metaflow-stubs/runner/deployer_impl.pyi +1 -1
- metaflow-stubs/runner/metaflow_runner.pyi +2 -2
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +1 -1
- metaflow-stubs/system/system_logger.pyi +1 -1
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- metaflow-stubs/user_configs/__init__.pyi +1 -1
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +4 -4
- {ob_metaflow_stubs-6.0.3.174.dist-info → ob_metaflow_stubs-6.0.3.175rc0.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.175rc0.dist-info/RECORD +216 -0
- ob_metaflow_stubs-6.0.3.174.dist-info/RECORD +0 -211
- {ob_metaflow_stubs-6.0.3.174.dist-info → ob_metaflow_stubs-6.0.3.175rc0.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.174.dist-info → ob_metaflow_stubs-6.0.3.175rc0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.301319 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.330152 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.329794 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.272512 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.279886 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.272076 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.278944 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import
|
11
|
+
import functools
|
12
|
+
import typing
|
13
|
+
import metaflow.parameters
|
12
14
|
import metaflow.user_configs.config_decorators
|
13
15
|
import metaflow.flowspec
|
14
|
-
import metaflow.
|
15
|
-
import typing
|
16
|
+
import metaflow.decorators
|
16
17
|
import metaflow.user_configs.config_parameters
|
17
|
-
import functools
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.306042 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import metaflow
|
10
9
|
import typing
|
10
|
+
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow._vendor.click.types
|
13
12
|
import typing
|
13
|
+
import metaflow._vendor.click.types
|
14
14
|
|
15
15
|
from .._vendor import click as click
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.15.14.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
-
# Generated on 2025-05-
|
4
|
+
# Generated on 2025-05-30T00:54:07.276869 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import collections
|
10
|
-
import abc
|
11
10
|
import metaflow
|
12
11
|
import typing
|
12
|
+
import abc
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import abc
|
15
14
|
import collections.abc
|
16
|
-
import metaflow.parameters
|
17
15
|
import typing
|
16
|
+
import metaflow.parameters
|
17
|
+
import abc
|
18
18
|
import metaflow.user_configs.config_parameters
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
@@ -0,0 +1,216 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=IA8BBRQOC_QzZhMOGbdrkMH_WWL190bDlngu37vt394,71090
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Br_w8qanoQnwq5QfK3IoFn9Eg899hbUPZ6MWc0gtGsE,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=5tcLI6h9gU7p-JB6DTm_Ee26iksoTax6cxNbImtlelE,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=rZUjFlqXsU8zMvX2mrm461APgmk7e9UTcua6uTAqxRs,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=TW3jDEbo4iD0jhFxQB0_CkokTw-5g-jLp76kt5B7Bw0,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=URsiITMMeav1R0JiYFy8jIrNmbV-I12ZMftoj7fV0CM,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=zjcfErX_8tXCB2UZTMp6H1U0Jx__IFfI2bOzdvNgHtM,63
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=Y1tOl-jz_g3i4kAI_u5QNh6chbJnZ8gLuPQkO2CiZ1c,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=3zyi81UBH5MByXusrtoKHLttKDlBCfY5OtJ2COsGxAk,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=1MjCUcsMqZKbKhh9fYLBxzVrnn-VcwtXlLrqjzEM2jY,5104
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=uyaZkc_p5-0eXWvs_8WFD6zJJ7ufDYeYwMi_pf1_f_I,18083
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=TGwabgUNBtcJIyZ67SWLAcS-Uyg8KCx9ymeek9k94bg,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=gvnQgHFCawvTNqAbA_mgGT9-Z-tpX3QjETl1YDae_N4,2516
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=9Z7gWuZYBer8uVerZejlUKtL4xY59lUHCgpogWU4k88,644
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=dWa_QLe7htmMyi7V_jUbfw5kSeIaASX_3lyaRjN3ghU,7413
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=ts7AH8EjjWGbnnafhY9nchIdwhqIWhSzygP1GUS4Nl8,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=Ra1FvN8Vub-sQHdzY_098Obh3eXaSdgx4EZkNAwO140,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=GWeOOr0QbrQjT9fr8KUf-PmFOmysa0Cs3jyI7L47u-I,663
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=mhyakoMOiA1PSq4JGjRGp4B1O3UkxpLFSSQIAkQNkL8,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=-x7Y0bxsvNOwVEw9qf7MBwf6lizg1YiKCQ5LqwjbDew,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=c2dA29VUEWNoUWLrfYBBswJO5FyutEGpcgXQX0AstEQ,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=x6GkdyeO1JmgU-RyXHhZS_ZXYciEa-IiBGfNRH3qC2s,47719
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=O_uBFd4pWrmCvV5J3ol409wufJWiXlM4XoomBoGvIis,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=4AgwOfOGoSOOrmS28zL50nEt1W_rtSNtLWtKOPwCIs0,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ROfbZcbivx-68dFyrA-4oht2uungpuhoDoH7zNAMg6Q,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=NLAyZymwCFVCEi5Z89DfsLXCiWgp__wuzOVotdSA7mg,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=mKVelVgMKVhKDqbPYWAoCHAnVgR5iWb8nMxm7mvy15E,758
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=mm-J1WbtZcd-mgiQRNqQN0qGI9OnUUlr8ckeeWKIubs,516
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=Ryodjb5uB8wdi5YoYQ-AUgFMCGvURpJWQZruR6V1jvY,516
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=tnrjF_WcPGM4s6KmWcQevvwcTUfPaPT8_k7nW5MfGgo,516
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=RZTsVeztB2srCTKkxmNyY1NF9YLNG7kgZ0vIy4zKuGk,516
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=ZV71PH_DJEdHNy1XlX3qc59UrV_c50GHkJe9jG-aMis,3360
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=4kNvhPDgLQfcQTg-dnLn3blPNRM4W3SdevSxE0lwQNE,1433
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=YAg8PNtEsP1nV6tyHptFx-cyWyeGv0NH12qCjKyS2S4,516
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=czKCGooVohI_Nsz_VTmy706xd7V8XYNHJC0uf61CJWw,1870
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=sQz2i-sZN1sw7VXZbh7L8WbVszKOBxYmieRN0oT-9YA,1036
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=-SpwfE4z-2fHdjAqAacmfryZ8JlfGCn_jGHlvSTSChw,3387
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=q_ftKGUH-RErelitJoMyPfveUNBnPk1zEVuG8u8i55U,516
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=TpGqtHkiZDL8AyZrKY_CdFLbvFM73j_bzcEJPyrs4PA,6452
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=DR0cX7zVsZlH1Qx3a1lAujn-gRSpRrbdMM76TVlVByo,1167
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=aLF_hBLNt1jNM7ohw_6PkPKWZMtfrwVf2PVlwQmUApc,6675
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=ZYBRQmSsTyO7YTmlz9OWSQyyK7SrymtFMyZFuqc9LcA,14096
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=VyajnCaZbCmR0Vb-sn3VaJlrnhkCMMGOXhR_YTaGmA0,988
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=o_xiposgVgvzrsS4p8PAoLFeQMPPphm_6nMzK3S-mH8,6872
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=nDZToOEgwQVpNAwGt1og0usKtQVcQJS4pcy3DxJ3NDQ,1347
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=GtJSglZtFf2eUg-MChYhbGd0WQxx340mmmlH7wAz7Ds,516
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=lhEGBgzW2eWf4jLrJYUit59nwCglRwjnLSouNqdlKYQ,3519
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=Xrp-ioAv7mLFfaNGAXH105zryDw8ogsfvvYR-0DURF8,1499
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=eKjVn3l2vyrD2NJx4Cd0kepw569CriXxC2TdsFZWVZ0,516
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=hkXRQz6FmiVMMyZ6OxINsqe1TO7syXA9d31LlRJ9_Oo,3085
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=KO8us3OUJBk_PSiK4mCoSPBPw4H1qS169tjerXvW5RQ,6382
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=MStQ24-IFVk1yNRH8HVBZybVjM-2gjg4i_Xg23jVMTE,5532
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=tuaU-z_HQUBJSuMMHoPU7nEqCAwkJHtNDqJm-c7aPko,1133
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=6Rnkb9RmOml1QlPhHEPZKipsIQiLf86kmKm1fbOfmqE,2810
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=OhA0-qGuAqXLffpXa_1Ey8aQLpzEQyRNBYuDpBYrKz8,688
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=AwY9IYEtRCzCITKFjgOtvAf5Rwqo3k9f5aucUpBnnOI,516
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=c-M5f96Qrg_SRAS27BFPaTFbhVZyisa43lNeNr5-1so,9385
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=bcDZpL2EsCNb_avRXLu__CIRVk9rIaRJHArbqxBwGbo,516
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=VObR-4PK8AuHgakQDPzLj-U1KO3fIuBfFe7FZWpW2SU,4492
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=D0nzvEGdbcY10nlA8Keaj-gqB9085zK7ob17q2KRStc,968
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=8sTmX6VxrtY7dKAzqGB3lz4N2IXDzeAJU87o8eLzvX0,3449
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=Ox6IxAwhPwqVbGPciPnHEbQmTBl50TE_uNrknKlGxSc,516
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=FqgD7OKyL-W0YIJJz4xtuQMOZ6OZfw4lZgnvVYK6O-s,2481
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=UDbUeo2BFffD9S7PNREa2IM96UOHUEjEnOAF2mlsnDI,1694
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=P0CxdElk8sCcr_zeBzRE09MiXYMcqS2t8f0YrTg-ev4,2135
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=p_UIlAcw0XT8c5TWjVeWI6JLZ42ADl5B8mvcF3fPIIc,1887
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=eyPw8hAGpzy-Zte5LbL8p4NLvte2lCdIFKMkRtg7V0I,516
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=qCW-wBMUKb5GpTtc4yyAXWM6a5czzw4YEFDTW0wNwGU,823
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=YAJyDlSw2LWVzaf8tCh6VHFIysf2vHXCspyQaZ45nV4,1383
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=OI_eryCmLcsudCO6G_gyMBxvl2r4SE2x_ThkeK18KVc,516
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=laJ9ew_wjLIHigFLjSak91CXL9Mub8Kp1yi-rvhaSIA,1817
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=QIZ7l9PJkd43QCV0c6YnSCEHYeVFq_zbmL2l3iXpVic,516
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=9uhoTgHsueiSHVXDrS26txeU7y9rwN_egG-b1Nx6YtY,516
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=Sxwzwyp9j8M0iJ3LaVfqGC6ntd6haDkvVTjX1AHK_iE,1035
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=0TZBwMWSKmf3NHBExVDj4LfaZy9cIfPHG2InINLwK-c,516
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=dWq2eavLJ6QrPlI-UztqnYZrtKQoDJJjgAJH1jKzZ34,2238
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=cYalhlA0gvsfd8r10xbm4EsavUfsUQGtbjyL3LpwF1w,2398
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=4yvoplWTnhZMumRhJS7rlZTTM_ryitJF0nPl7QYy5XQ,516
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=TvAb8OlnQhBmJxS2i-n64lCjRwM--fp591wt-y1XyNM,2305
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=fQH9LCHucSSdlxdxmpfgOyblH1bTJcYvCXSA_PzgiC0,2456
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=IYHUqiru2sohQafD4S3WAvpaSG08mUR42_u238K-MTo,2099
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=OrnQ4kySUeRM7VFT9X8V9BI0SWQ-1V2KE4J5-QPb4Ys,516
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=wJb0dsDmixhFJq45mF7M7X2YXkPOxfKmv6MwVNtnqvw,1053
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=WxRhgnK5dsNjnoERminQd0pvfhMe5mvzIh00wrt23W0,516
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=PjwAzN5OLhpWSspK-rTXh3tfbNUKVcyhKg9CeWUKhFc,574
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=_q_ADvlTPdgwzmzMiET4uphfYq23PneQssR4WKMFoZM,1152
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=SqU0M5HzI1t0WjbuGC0FCT27vvPoPm6eI52sGlNGIYU,1592
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=QTFFIiJsV-qyPfBwN9J-Pp2_lVV9g60OBo1KlNKLS04,516
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=CkXDI8Yr9bzrkJLPG3_Syr6khXHHMunZkpjudD-YM7A,3281
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=B_8xv_IUbTGf6LUr0_tX11BPurXp2hzJ-J9T6S4qgZE,516
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=ot1UqIyuQyqBoiWdbOcosdhG_m5LdNWXmBBlnzy04C0,4478
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=Nzb1R2sowodqOtI0WUDzXVSSW2kQs7YtHXV6c01toaw,516
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=mS5kO1-xKm17GXbcqLvPEVU7t3g7gOZ6DY61NKOWhO4,1047
|
95
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=u0ZP5IeBf0A7RC0n3HkAi1TQgEsJ40JcrofNljc4LZE,3908
|
96
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=7uSQzPbpMCI0OmeB0tSt2lZKMGc-rMMZ93A9-pb8OA0,2243
|
97
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=NOWXpeOjMWnvHvYIKPLH5IJBq4gG0bHPUTOO8TjcjJ0,932
|
98
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=enBFGOoZY2gIrE0xzDDtbCJFf-9vuAoB8lewFpiCIL0,910
|
99
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=l00ar1KjmaZYSR3OkgBxkiVpNHlnyDdOWqMAlLQIWUI,1052
|
100
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=biGHtcZuelN0mJNZLubKpIuj0S35N1foquZsWLpWg6c,4772
|
101
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Xy-I4ReKxjIbhwTcf3cLP3wAbFUSsJ_PtK3XxwGGr-w,2445
|
102
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=P6FECRae8D4hPzNjbwzBKWeL-t--HH9qI34L5rqEojU,811
|
103
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=b2Si1tXycfoJXQMrzNB6Lyk2aNwI6PMwLNSAvka2Rfk,3713
|
104
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=9lCPvP8J5aTidGuw7IW9t1MaEKuJ8CgDDOJlCC8xpjI,1829
|
105
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=oXLA1pRINyEtsPSO_eSYPkixv78QaJAZbNFiPWN8i3g,1709
|
106
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=1caLvAI2_ogx5N4ylZhBwAF1MMvaulJB1P31GKlTspY,1198
|
107
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=u7CZK38ydnHzy-LvpS2jBlghTEuMgqs88B-Y50DM5wo,2087
|
108
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rS-ufRHoQyYlOCvhX3tvYBwMZsDfMdbfeEzFjTj1juY,2296
|
109
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=my_3Y_EJR0B1wFK6QAGeriX_k7j-qa_8EfoeCXW8zy4,669
|
110
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=xgI1H73OCbLlKaFWW_EyeF12lozLWTxTjVMA9ky2wQg,3154
|
111
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=a84dhMcQtUGPFOBihPfm_BfFgjZZyypFPfFdBQZ0Tk8,923
|
112
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=0QwmH67dIxt7szl_rbV08wi8I9t83eDRfruS5UVcWws,877
|
113
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=s_VDXwVeUo5g_gB-ithSb4JqWFGbCo4EDzL6tfjeJx4,1497
|
114
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=MfIBS-rn9yiMFN67Kllnaei-NmMEms1lAVJY4VJLXak,3309
|
115
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=sxix2nD6ZxLLQ3_7k4lBKYpxh9s2uV9jSjpBkzlwKJA,3220
|
116
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=iJFtGnstRglgBTNZkLZEawtZQVjmN2B4Ld1qIewumOc,727
|
117
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=fz8zsr3Ly-Pkb6bEHREspHAHlfwXX8v8xlQwg6aRivA,2534
|
118
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Lv6HQ1RjSEttmFDyleVbM1_RBFkDssy8AQEOkL7pzSw,3348
|
119
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=9s44ayWUHfoG4QQ178LccerkDb8ISwcqVID2trUUmNo,13887
|
120
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=fIENjbp9Nxhqa2dguoHQsiJMnwq-fdM94MQ_rBIHUKY,1375
|
121
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=9tijztdLA6IpPCkXgiq1OhG6BUS4XoLy8giaRmJ_S94,4595
|
122
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=ysbfWRD_1WjUG63-IxeoWRXiwLT-81D6QZgXgGUxHjk,6197
|
123
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=C0sbzvOci6TVE9hhj6Ee1if-Zx0wVUkz6g8_-mhLbvw,755
|
124
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=J3cjlrFsa3sGQpQhZonDWPVc9q-DB4wQsXlNjGthEcw,930
|
125
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=oncSfYrZhOPjedAEiFcUO5rhNnKvkFCOYOV-43owRw0,3147
|
126
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=PQHt-cxOYElrtberKzuxLDRM_yyPYgQdPK-FefxK7vc,675
|
127
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=laYQ7gwN2OYnQWqd808bzpjOii3vNPI5GAWzoGnPo90,2905
|
128
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=yR4i2P5Gv60JfeIA8FHxI8rCd3I8TsVlFtUDomQ0xlI,3767
|
129
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Etk5atx8_q9ukIAsCdFwYpQfPxNFAIvuV_KkA6Tx7AM,5937
|
130
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=10V70T8yfA7F3juBcUTI_Tq8LlKBXJH5G9oiDaB78To,645
|
131
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=6VVB01TEl9GBFzemfovQo6bU--JCb9yyGMN4s3FB1HU,3575
|
132
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=2T_RrTM-TQzBk-4E9S_CWw7Jaz2p7zWj2xlcypyUMKA,674
|
133
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=4cq8X3Dn89I37usD6oqIPTsaapUyc4rgE2K9XZiKbx0,899
|
134
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=3bk1EwaJRr3Zh6R3E1s5CQHZzOBDqGsYZBnRF1CmKfU,1637
|
135
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=RqcdTcgTcj8iPob670xt4Ls1r0OOPnITuwip9Ugyaug,4553
|
136
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=g5IlKOzkhr78wakJC9um2Z8eXvrtteIk6Iry9h2qb60,1186
|
137
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=k-XZvTjAOnqbF0zwkZgZr1wXUlm9qZzm1B_v_Zfccfk,3881
|
138
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=K9kZlGJ0edI-rB9zcRllnYIjIKH6D7refuIuHnHd0mI,4342
|
139
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=5QbV6BRXEKxoWFash-f-8NKRVTuWDDJLt9T11nx551k,1011
|
140
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=E0yPx7kCMjT5OSh_oTNhoTw7XCjw_AMLzPK5HS-iCf4,1168
|
141
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=0qBNIxuwNRtpy2jv83CTODoIkX-u8jL8RDKjPm6HNq0,999
|
142
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=K5akrcZUpcn19acoyb73q6qvjwfpos7So4DTDxJ5Q6w,2289
|
143
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=dnlxE5Js9ua05Yqxgdyk8Tny6FkJCaozwVkdT5Z4dYg,2458
|
144
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=DkAfq3PbmpFxmnYKrbBrZyOq1QpA12VZVvyCcDrQkq4,1568
|
145
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=aDLBN1j553Hztle-NzDKlpBWqzP2b3BgUGHDE3QP7TU,1667
|
146
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=sKUUoRZyhUwc8GP-EFwucs_1NeZiuMudyj5WZUCfino,916
|
147
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Mq6qbVENjkUvBuzM5hbqzHH_5HxZB2ZgilkQo94TRlc,4909
|
148
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=quK0FiyjgsPknEa1Gm0-hC6VYcNWkvJ4zgwrtfPUhx8,1089
|
149
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=H3KEQza3DcgSbqKxlCeTipMYGorxeA9QHCAQl_79YtQ,2962
|
150
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=PfxdDr4mqWCpoJvEszrpQvQm4tPOXZDyAmnDE0s-oHE,3038
|
151
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=YZeYWAbKZyLD4kOChW1NKhbMzpurLpfdmfvoHUz8p2M,759
|
152
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=UW--SPFGJBBcptN8nuCQn5fCB9QfjDkAqLeRqUA-yFs,8476
|
153
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=p01doIiSfCmvbHZdYGajz8YwTok8JbjPBu-OqQ8dk8Q,2470
|
154
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=k2GahvViV4wxvtD-LWM3p50SmCSmW-ZVIsCJjsu2YYE,986
|
155
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gljl08OJik8PRSgMLHBwDRe4ovHxSbVaBkhe6CHrx2I,7501
|
156
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=u_CIP49AMWY3rj9cFFpZGPoIoSnVgQfu4t9_byZ3ZSE,3196
|
157
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=wssgxt6OmAlLU2dKVGokNeztjIh4q6msHDAW2qtE0Y4,11481
|
158
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=usi-uvmQL2fUVmsJndZ-fiH77o8wbrbEJ_Dp9eI9Pl4,1479
|
159
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6-iRzehxV0vPN_aOgOgFQguqO_bYhEPO2aTYYjkY8AU,853
|
160
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=bd1HpkQh_FDvycqKi18XL-8FACYZaa1QVXDNuQHSS7U,3550
|
161
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=h-8hu4Wk5aXWAPJdWdG-_31EDRqns86sQY3rRKDhSBs,933
|
162
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=lIiR0lRarPsq_iCSBfayHVfTVYBdmzT-SFePW5tRIuA,2797
|
163
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=w5TWsNYScIA8P8BxZ7dC-Ql-HO0Gklco59vxKlwLQM0,1204
|
164
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=s-d55LtT6ST7sCfRxXz_RIk-pC4Rxi_yMdrVr-yCj3U,23826
|
165
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=MAbqW2ocLpPD0f90Kc2uYlLUHKUlPvjUT6oQwFIDfF8,1036
|
166
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=xUL8tE4WBlKH3qQ3fC_jVOYyNXQ-RLaPJ8bR6y4fNf4,1132
|
167
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wox-dqOpTKG3EWPgR-_wMZPpDToaLveRFtJu8q3oZJY,587
|
168
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=eTuIuWs3JQvvZKhGnwmMocEo8pexGGglxP6-5VVtOB0,1200
|
169
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=MSuyfKqq23iKC9mLzS5BSCBz86Z-7BTVWvYX6DI4Z3g,923
|
170
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=fV8l6ady4RKQCNcsbEjfNsjYkDfHrEjswZ6SW6MKf-k,3298
|
171
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=LY13yx7IlJ6GcqrCBDoo6SbX50IMIQYbxsjZT5jS9mU,796
|
172
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=VyU0nsEblz5pt8ZS5FqwCEdcWAv2unRX-XyMcslAqKA,899
|
173
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=cUC20KiNIma3zNzRAVVIeGzzI8fKuQxx3EHyky--faY,1086
|
174
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=SHW19b40MU0SMdjeuB20BLtE2IBKsS2di8HGmBfLVsI,1641
|
175
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=WxgudGEYe8nu3aIjtkKHpg5HXmsgSheN3iIPHcm-2dc,803
|
176
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=2dlPi8_A3DBQDsGapTsn12u0vAfNY0H_EEnCK0hbXMM,1707
|
177
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=UDldjukUx5KDL05K8INnVOPXIgUbrWNQienT069RnAw,3815
|
178
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Fh9Qbh_HQOgM35tpmPPW4VcZEtMI7lSRIF3ftJfUVkE,1292
|
179
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=FTzZq73dcOin3eG3dne_m5_VORn0tDKh6BsWuayBDQo,7671
|
180
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=-TakZYYincfW2stupaSngx5Ccrwo5VLEIAz3gqFAtbA,5389
|
181
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=pTxs-cpX4Mdo1J1o25wd9n97N4ihHRY5U6CtwKgJG7s,762
|
182
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=lVoI-9czeyboqNHc0JvkxtpjxCWgmoUjC8MRjmIrT1I,2737
|
183
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=l4JBBO5Dn9NYBPWafOMsqt9f6MWUWzyEn-0YK3g09fc,948
|
184
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=7Rf1M8XD-ow0GMF_xduFomJSjN4ea5bk3criSpgEKa8,3789
|
185
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LaKMM8_uy5xymmRUYRF5kZKY5A42t13Eda0GOXcQ5AE,2409
|
186
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=bUKyKKV0wI5wAuVDyNPh2mAtnzj4G44RN_Px1ViIgww,3741
|
187
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=rxH1mIa8dtBanu2CdDkb_qFeJ2GVQZxBw5KCBoYmPEc,2610
|
188
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=hpMPciGSUUWUbYmMJGrK3J8e_D3m5rIGZYDDShWXqhI,834
|
189
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=DfkSIoNoJ1f0YipEHfpRWY5XR7ERLo2oeDdtI9ijX9Q,874
|
190
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=E-CZtAWpfNFSa8jhEjJHPbMw3nxG7690DRQqvgAAxcI,1042
|
191
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=x6lX7cOeQlR-2atNU1_-2FIwzA2ap1DY3OZxZ9FnNR0,986
|
192
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=uBmofvl7_vQ9M_TPW8JNQu0vqfTePXEw9Y635B17tqg,2345
|
193
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=xHMeSWG3auIQxfs6jK7AyY5EfQqorum2v-FlbzMG2Hs,928
|
194
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=eR12K7PBWLz48C0_VOFryKlRvzb53k1grm7BIMvJSNQ,1628
|
195
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=qGPcvfQ6UD2zbKK_VUxSBzm6qoerX8sCWL_iBIIeA9s,601
|
196
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=0L593OBYAvDbe5QZ1K4dwwiY5PlmIjOBaaDgjnQVfbk,1327
|
197
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=cm4qhyMrwvgC-F76dxhcHjnCRNoLo6t73O8g4aRqrX0,696
|
198
|
+
metaflow-stubs/runner/__init__.pyi,sha256=d2uXgi0rrXM4qaS_El4KjCLPHXShIoxl7dJf_tQSLuA,831
|
199
|
+
metaflow-stubs/runner/deployer.pyi,sha256=ud1i8WkujY_mN5oU7ODUlyU_N4i_Qup8hY8JTQOuYVw,7715
|
200
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=r_IjhIk5kjQogRRDBbI6ZtkewQt_L9E7zCjHyzb1xO0,3344
|
201
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=iHul4GTk179ZqbcmO0HWH3kL7qvX6HwD4JhyjTMcnaw,10925
|
202
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=IznegBSPn_YCkI4w_h3bzP2hZhge-Ccq5SJB1lBJtoQ,2946
|
203
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=bi1dFVrYhC3tsieaYms7tbB_fsAcA0S3H0l_La7mwSE,6035
|
204
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=f3I4eG_RNzRbXaTR0WN_Emmp7INmywtbd1U1clK6HFc,9271
|
205
|
+
metaflow-stubs/runner/utils.pyi,sha256=ruSlfI8HoGddTjhje3T-5vsxAot6v7d7lnZZSC8cpbA,5936
|
206
|
+
metaflow-stubs/system/__init__.pyi,sha256=9LVEpp49I_i8QQ9eOoj-pK5vHMIYs5ty4RI5R8vseTo,761
|
207
|
+
metaflow-stubs/system/system_logger.pyi,sha256=xCMJHF4BbfgLsZR0H-0ncK3lbbC0RKcMyjqLNKB_XR8,1666
|
208
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=1I3y57XNKdrViNi1XojwjUTUkteOq4rIxj2_uUrem-U,1788
|
209
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=iKbVSb4MSKcpAu4C3VVgP1Y_Szb9qezZrhGqSAXjBQE,707
|
210
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=kGFexcIGqYKixliNH4bV3WTPqD0KKqcXD58atWRVaDo,8940
|
211
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=8y5YCvd2D-lEMHTdT6nDpa5DgKrzPtF6OAOGowbYNIM,2955
|
212
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=YVDCt6a1_D_nTG0ysT0Tq1C65I35PXmu5JuW51jsGN8,8349
|
213
|
+
ob_metaflow_stubs-6.0.3.175rc0.dist-info/METADATA,sha256=biVF8jErfphXXPip2XS1OfEnmg3C7Nf7F2atNk1wgS4,660
|
214
|
+
ob_metaflow_stubs-6.0.3.175rc0.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
215
|
+
ob_metaflow_stubs-6.0.3.175rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
216
|
+
ob_metaflow_stubs-6.0.3.175rc0.dist-info/RECORD,,
|
@@ -1,211 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Ha_VyaivVgiu8Keqh2dzO5iSY6-BFXFIydUDULEMZmI,71049
|
2
|
-
metaflow-stubs/cards.pyi,sha256=ZknQFJzvi4MXsToSUT55oYu57uZaFJ7DNbzQ6aKKc1g,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=8PYvWLORxg0tGK4VP8tz-DpcGxuwKZhmtd2tDVRaM9w,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=OzLqGsKSi_TccbxpOLKn809HIzGHl4J13wj1YEo8CeE,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=QCpVrrDWQjxswHkTj_LmF5JOIknwZc3WwODKxnXByuU,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=gfi08pgCZSAnNPmA1fEhTSuXaTFOPayuoFhroPXvkoE,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=6XstY65vzGQziEfN7uhxFE3lp99Z8J5d8DO6uFj6cLw,63
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=-miUJDSrKemw_yLUEygCDWsdnnydzR5HKCSXGJ6WWYg,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=U9niYlmhOtOpSqowvyOWz2pVC8r_XgBb8QvApC6jzJ8,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=yVwgI_GnVysBsx8x9by9t-F5m3kGZCa5BeIPkYMIMjw,5104
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=YMUDeMuJcIP4X6mAIKku6sQRVYRUYNo_9B_OqrVcx5Q,18083
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=eY4zNbURjjrmwkZ7ykfDn5naAtPSZGZzSQbEJ-PK9P8,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Xxap8I0AfH6gI7akMONaMFVC8atX4_w5P4zSdp0tbqo,2516
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=WjQxmnMSVnC5PcbsHzplQNEqONGcuXn--NFvcpb_cgg,7413
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=Vxy-h5Zk-IlKTMJW2YMfwi-F_4DrUL6554rurkGYFlc,994
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=mirQD-qCGbHiEPXIqd5EuV5PIy5nhaAOiA20TnVPDTQ,1494
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=bAs964C0huioYktEJ6bVimxE-4D0LfifJsq_Nbjb2jk,663
|
19
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=59EKzUy1oywwjYKklF8uzTCuVDSMtuv7RrjZ3Tc6pfY,583
|
20
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=4ew5BScS27Ur-ioGYFEpm5hw3SqNfLgcrOq0MyaeLGU,1260
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=RoSQ51FKVP_ONtQF-Gl_URdnvluLXKUpxxCUJ7HWPa0,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=t9qGTsX7-OIn7sPBtq60ZXbf-pG9qMg1wDposQAB7cY,47719
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=lqfV08YOi5Wg5FiiLNvnxRc_sU74YR_aNjkjXkmYLog,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=tiP_deUl8FbUrj0_D3_58RvNRCxyid64PD-H8dj_ICE,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=vpgzQxqD9s7Eyp8GvGJu00trs4fxo8yt_vKh9HefbS4,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=GvgY2NS9Dmc1CPswvMDvElJVmrUtv6_1AHPqBtioA7Q,13235
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=ru3nJoBrDPsw__2Qewi3-_yopoZ3zqemaklvgmNFxro,758
|
28
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=zMj61n55prhv-LXHLCqnBaLS8PDQtfl8u6iOWduVhbc,516
|
29
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=oZsWTopu57R9YUzbS38xzJIvjntCOn2PcVqZsyFAZeU,516
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=cjjb5XT_u4b4pbbOKd4WPKVkCjLPE0aS5tu5DVmtsME,516
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=ccrqL21XiVGqV_LhJCwtIX_5azkwhifPhUiTyRbhVyw,516
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=_YmO9-R3ZL2cyYvmNogXKvibLT_RMWZ86eYI0d2pL78,3360
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=aUbhyL0M2WszFZQo0zhAm_sXSn4VEZHieuEs92n6YLc,1433
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=JBbTm70NqE5pHAl_FW7EjMekvpTNywEMLqwn7hqg9OE,516
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=24Id1BYGS5c2Cnilip07ayvRzfeCB27PzB32lRUFai0,1870
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=-jOUVeWznuU6_ww4y-1YGgBHOQtkwPf0wBMCzfNeENw,1036
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=aLCHaM1aOcs6wTMo4C0ZabGiohdL59_WQpmrO1d9DYE,3387
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=lvAxbymlnOQ4ljTfvJzG6sIY0HHAbmbiP163iBr3CZY,516
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=wW6m9WIKtnKRQyGxf0AdE1L1ELHl0vvcz2z08stkWPI,6452
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=SGQn19V1Aa526xpoGAH69zVi-3orofeyZIe8eprKmiY,1167
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=FxRx_xdanM3K9_P3-NhigFQfXl9soxlmWfv8jrGitPs,6675
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=ZD-BeorjadNw4JcTsAWZ6ju7A25_EI0EmQ1pDFNzf7g,14096
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=zslNh-Rz0X2pBi2g46D7tAtPQTizACRMv5xe9P5pJbA,988
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=OYrjmNpBdL74rplFlxvKiqMY0Vkep1qXan_xpGlED5M,6872
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=5FQxhoS2egpcOAYlmQxrJHojWhUt3_xQ4M015-oeeEU,1347
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=f7R4f4xPSxKaweHB6FuqABtezDxekbqcL8HIGyU9DJA,516
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=5wvqCB3qvNQSWP4ONN62UpjdTAo2I8KecMQUd9OQF_U,3519
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=TID56tBTJ6b26wFikViXMMdVerOCXg5s5cxM-Td6_40,1499
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=56VQe5WwSoNDT0absM8_3LTfidwKBhn0wgijZij1jIA,516
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=XmyoWM2gnPxQad1Odg07A66QPZ_mEg_nnujSsYbkd7I,3085
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=amIO3J11ow6z4nfzM6UJr6ryELpA6p0_WVlkDaywpCg,6382
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=y5se7LlLJQSr-QaggH5XsOEq_-0-ZpKDn1ToDrEcTmA,5532
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=qodCQ7CnEWuGE4gx66ud9FMEZSrsORdo6DWLQYSRCtQ,1133
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=YJWTe2j32m5_5t0DDjFq7BAz4ln3ahRqrUQzxXH9Lq4,2810
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=jPDVO-BbDN4Pa-FN5lJjPy4CaMeWpdiIhA1bA0TDYEc,688
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=GIkwNT21lCHiPWBt1QpAodJ5Pkx9WlHVtfr58VSPLxo,516
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=_IyZqqeQ13SmsJt1IlvueujfJ2mJG8MqZVUzFbKnVqw,9385
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=HEUEBm9gPz8xIjFUk8Utu3ru3LZZkjIsmXhMxfE2LA8,516
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=EqpYlTtj6W_OaJBT3vhJFm0vngfWeS071AwKNhZaYcg,4492
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=-2WLbrKVuNiWPIOGG9wU5OPopbS9F9zVFYTNuprJ3QU,968
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=R6UPnLdpb1zjxU8K7sDTPq9oi1taipoTchS2W0h96n0,3449
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=fyKr7cDkAtNGTNJ32b6DUsZBv9b71Fsy58FYw1YsQLs,516
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=NPs8MhH3XKiT_N33O7jZb_cB6O4h3rKReG2g3LedmEw,2481
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=UCL5rcnsqV0xJXYKCC595V-oE9fXcDirdDypYRM0bLk,1694
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=45YuV8_y6w_gpmicygTgS4r-1JjaUJ7oJrrOY1xhbo8,2135
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=y7dyzHC2vPqu8gELa9JrUS2H7J554PIieg7EimFB0zA,1887
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=zDraFrOplfsVOTrKyDxjlb4A5Ej26HMtfHWZMhNlKOw,516
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=AqiCENWSmG0QF-lVvTDCsGIQeJCN8eOUMkmkqyMs_jA,823
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=v4f272oebh10EjBNdQL1VFHNgb5ZlvQ8NtHwH3Azo8c,1383
|
70
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=-dyynjoCJHfvzKQENyTLTC-XY3bKKDS4OX1qY84NmrU,516
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=evrHMccIcELOJOOZKMtrVko4jnRwNnQNrVYesEYlGr8,1817
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=sJUR2lMmMI-JwG5oLuSjsEVOma6ZgGSu9YZYKWPM_x8,516
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=SyTX2ssGyUR7mfJMjdkVHc54eyNywHdfzEuBIv08csM,516
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=PLjHNcO-eiOn5xszTVlJg6GNqC5uYKCcjgDBygaV1Wc,1035
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=JEyLajBUtXVO_zVnlIq2ozUmBfmmxjyA4kpCGKKCuMU,516
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=zBOERUYpAki6cvT3x3MGwJtPTtUny249htUIJngoY3Y,2238
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=gBIbSHrkuIZVDX00NMZalwE_fwGIIk8DklC3zbMyisY,2398
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=Eco5F3vRPsCX0XuOAYUhS-A31g8lRANRq32sotPfHaY,516
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=YOKJ_poZ0y4sO2bB5pWIJEdN9Mmrzlf1ncRSHfwcdAo,1053
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=vdxPo8U4b_1ZxP2mpVrn3hthJeqHtRtnSa2YoOqr0MM,516
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=ln8ocJTX3ailwagGxR-YlGHe20xT5NGxdMyiAE50kqE,574
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=IKYtHwmA_R4_lCGUcr5dh3KQlTCx_uUYdByxL0iwRDM,1152
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=cogZpg-MKFJg2YjPIn4RA5gyu6Tv1ek3Vq6TjHwaBII,1592
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=07cfnkaWoBXFiqeAwNVyVKxtf-sxzX0HX1V2ZGXuDZw,516
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=B6kYqnhJOGrMAhI01BSzkfBIJuOiviAOAYoVci1b6XI,3281
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=tXVlB4YcPfFgESpCpJU8t-uoVrpJUaVlgr1EqyHVps4,516
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=kvhYrKVpbHIRNOdBvlhv5DTzihZSJBQxcOR8_WdGs3g,4478
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=lk1Xl5M3DJO5J_lYaCttYrGFlAp2ORPBWKPTXnu6TOw,516
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=aBkACvCMxDakvgAvyP7LpiR9Z50CLWS_5La6VQyCvg4,1003
|
90
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=wxm2OU-ov7MDGpjpr3cH_DGEt01PlkNqCHhZf0_6T5A,3908
|
91
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=vKVpVRM-jh9iETcoKJW1nzFfK0fh1bFH5JStT3uu-sA,2243
|
92
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=l0gw0bjG-QpDurzi6-JmCaCWR3Bq1pA0xlkt3Fiyhzg,932
|
93
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=4IWIa9jB2P73qP_i4_qj0lhanVwQIOVzVSJJw9pYb_c,910
|
94
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=0Im5zJNGZzioy_bsR290vSupT-uOlu3vMqV59H7yv7I,1052
|
95
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=zp94f7rdWzJXnrJ7kAP_6Jd3b_lqP7i5-k2NTds7Vt4,4772
|
96
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=0EzyuBKLRv3NychOo-8-6yiNcP-5I1Aw5shpJKcA7sg,2445
|
97
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=o0YJF2vauWEeR5M4uh4XPO0G0I_AbJ_SO1HVccRIzU4,811
|
98
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=0H-uzn84jIwdRtQX82CGnSkfEss7DLhowuF9PqxyNho,3713
|
99
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=LuLeQ1TgPk9kIGpoETTgDAMDqysdu_1MCHfmf6vEY3Y,1829
|
100
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=7gCixSIdPSiasQMVPvyaCZtrPHUGO7HdwvFC6AgnxTk,1709
|
101
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=CT6DCp_n2jG_5VVglH5_jzQFrh6WogZnauzMSI2y2ww,1198
|
102
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=DdHdVqjG4pB4iQ4AqjIqP9V3kAwbOghs99g7ATOK0Dc,2087
|
103
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=u_jvg8l2--DsjrJaiQeKeoaInzU_TsVX1DHtB0sQh0o,2296
|
104
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=f_vIgW5VNNLwdEJ6-IUVpwiU6l9xJOfIFyxH7FdFpJM,669
|
105
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=5hHHzFMVhGVpz6RlIE2VD_NEBqlZr9Z8ZikgeFC77cc,3154
|
106
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=sCDMiKJQhoz7nwiTuSSr9CIqDhd29YSPUzs8uXchoPk,923
|
107
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=OSyrSUiZwWa7JSj7hCT2p67ao8vqq-qoixR-ED54zKM,877
|
108
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=sP38DkebQ2rkwf3Qh0-iNWBFCPdItnXs70jryexSN1E,1497
|
109
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=2kVBuwcw8s2pQpM4ceL6bXn7IxeiCTR5EoTtsQ-U-E0,3309
|
110
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=olNE9bHeyiYqu5f3abCVSSPWTFvJiZ7lYrPrVyI5Kfk,3220
|
111
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=XWf28EasNPbso9YPyKb8QoLJNgquGu3Ml965ytBEz7U,727
|
112
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=J9YbY_TeUISyAznDiq82VgVUh4zaYc34IbQVxXlCd-g,2534
|
113
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=qzbTQPZ9hPcoRzYVDjStG_0PND-H1oduQSNC46VX8fM,3348
|
114
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=gVLBuA2yRnDn0Zcbpu0ith62sckD5XR-980vXJ8oA5c,13887
|
115
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=oAOsD7HBHTK_4IPipU2B20YHnVAw6qUpbFQQU_DgI8o,1375
|
116
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=L0TSir1HO1dPSnzqhqavFT565W6EOQVQ1idWbZ4a8Lg,4595
|
117
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=yH25QmW6FPN6G9wbO_WRWL250-Ow_zSQWAWAbe7GNrQ,6197
|
118
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=mOEjKbQcLiVz-tGUA3u_LF3uZBap_sbeJC52DEYScEM,755
|
119
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=gBOVGCJBa2IslWYsocpdUIFgpsULmminSEVXu_575wA,930
|
120
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=zDv0l8WuRdUpYbIi86ovwVZwaenINw9WrGq8la8i5EU,3147
|
121
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=5wlTcoNQT--R4XVDAvEauUV9xHh8pCLPndLZSsoLYP0,675
|
122
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=bXPo9tHuoq4fQpdh3FD086RrQ1zJ52ygGgeLWZNU7Ew,2905
|
123
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=UBNF-2Mfm_VNGBBCvk_k3JNzIW0B-JeNaWtKIgbNouU,3767
|
124
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=4JUPhtR22BD4WX8ozOKywAB9HQHL4pE9VFXnbRPG-T8,5937
|
125
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ovZaKdjWZkuGDb0TqYXXi6H7wmuJ70wuF9f4nh4NL-Y,645
|
126
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=61TBYP2JmMJ6rsDHApvHT-pmMb8nfqtM71QVtnlOYVs,3575
|
127
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=SLUfJ3KT6TnTfXvJ7pO8LHgEWA0w0a-pMkzGZEhpYuw,674
|
128
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Bk0CmfF3psbERxH4IpKtMWthWF-1Iug2235VgrMDCxI,899
|
129
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=sHPFmml6fqV6bc3KitXbD7CFKsZ9LRMDhjXalDLC3M4,1637
|
130
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5LpOcau9lG0BsjyWql2yKvYV8S94EAWHg2Uz9bSFtkQ,4553
|
131
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=cvQt5pMycsWxo0vkA8wxc6Hnchf5tZlLdnJ8YMG28wY,1186
|
132
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=xcOZNJvyoib7wFKYROxUPXFQD7pm6CByr2KK9q7icN8,3881
|
133
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=UHFO1OiDvEedwxUuIEjIIz9FMDc-OBTJK3yNOjI1zyU,4342
|
134
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=JBkWLW1yOXL7Z6MvSz4Bsxt33M8q6jcy0JGAC2-GzV4,1011
|
135
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=e2kJCECHT5gU5vd9gRT6gpjhXphcX5FQsTb9uH-TFEg,1168
|
136
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Wm8hZVciV1p-9wce19ncjokmBfIhy4ve2Nf0rWq1nWo,999
|
137
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=onWGcwxwhAtI8S_I9AyOoGt4VW-pAwX9b0oPevkmm68,2289
|
138
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=yG-5R0ewfCahwiDPSFLSBlTWFW3TwZ1HfDIe7P3Gr7g,2458
|
139
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=wQzHoBfWW7uvteupabT-1PlH-k2_LEbow5dlQosKoqk,1568
|
140
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=sWRn737QT839a6HHKw5dfQKjLlnStPRCWvR45VFaBZI,1667
|
141
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ADgtRioae3BLWAukxpP59Pz9LG6w3vof8YaSai-zwqE,916
|
142
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=5228bfufc5OEy1pv-iBJSJHPzDM_Tq3UdWHB0itmqEc,4909
|
143
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=eqY4vTWN-JTPSUhoXeQGILsGXNEfkZXAesUxU8oBuLw,1089
|
144
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=RohHzelIlMi3DPSNa_iocYDSgglBYm1s3zWV1B8oZdY,2962
|
145
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=nTmylOzPU9kcrAtQwLT2K9jY4FaByutsw5RkL8uC_Os,3038
|
146
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=t6dtp371wNXBAVk42geJwnf5Jh4EgzjbKvqrc4Fb8W4,759
|
147
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=rkE7PU_ZKlm6D5Zy9PX5uscYPlE87sLVTB5r1weT8uY,8476
|
148
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=R6nZN7jzKUGKXTs2W6Ord5AxXJIOF85VLBdfNgm2THA,2470
|
149
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=DaFN_DnMfwumML1HRRQA679Blky3BlGjFGkqFUfxkMs,986
|
150
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Z-1Ny73_l5AtsIinDnQOh03xJgiUcRsYB3Xi979xBgM,7501
|
151
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=hVna-65KlsJLuvnj2y4MBPizIgjpTlUfiilQVKQwrTw,3196
|
152
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=g8lLL-TvAococvY4vk0y1F2KGADiRl5JjOyoQc-6J8s,11481
|
153
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=rufvHxkEBirkjvn9Xfz5woCby3i0kRgq94A9bQEaaT0,1479
|
154
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ZtwHS8Mul_ISYi5pX6CEoLlYxl9ztRANXDZeUeYANRM,853
|
155
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=sS1lEXHLS4tbOPWzUjF7j6rTy4l11TEpWTwwlNq3e84,3550
|
156
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=XUNTK6lhBr3RX32oJ5X9puNTw-x4SPC8d8IHzAI7wpk,933
|
157
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=qSdrKSslcMToMsCdfLl1vnHqtuDDPy9p9Jf4KjV9dTg,2797
|
158
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=FbpotA-e-yMjQam7rx_rdxpvbBUUwF78kc5vPYI-sLM,1204
|
159
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=By7tts0ogUP5cMrHGm-gHtBc_AhCpda_B0Y7wLw4sOU,23826
|
160
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ArES4Pz88TeI8iRNwwXA6FpJVaa_5X5HXUXtLfQGJ5s,1036
|
161
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=BcZcDT7O1y-SpQf3Xt6feeywWplmCVoT6XCcEEAv36w,1132
|
162
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=PPVii7KJ6KnE1elHwdhPK-MS8cBz0gB_-cUVqBA9oRk,587
|
163
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Y8uD5rfF1r88p0je3Yw0EEHOA17Aj9D4q7xErIyCQhE,1200
|
164
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=V-ukGVJKLCZexvkJQzSA1Eh5k7hZFrFLFTaSZnqZyxs,923
|
165
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=BdhpZF-HKgKaeiKxF7n0-1SiFhzTDjDoJk6MYRAdFX8,3298
|
166
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=K0TjswprRzvE20z1sBokv3y34x6l5ol1yJazyATZBqQ,796
|
167
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=VoUOHi84EMxgPn6ZR_OvcP6rNwLaTyuLwweQcqVuY5Y,899
|
168
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=oYAjIaqc47pkO_nOVyRYflf-6JvPNyiWboGllyujDwA,1086
|
169
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=65i04kPXY60qe1onCg3VGFbXHB840dU5nTPx4PgRiTU,1641
|
170
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ijiQcJYcP7jNrnwkzSHGKT5VR8kf5FzA1dpb1OtGVok,803
|
171
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=7x4CltSs7tSqUKjo-i59kPn0xeaTxhnwYuyhMEwrwHM,1707
|
172
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=OhRIMn4Ahj2vi21kpbXO-z9GNLih0rxsGQQqXFShlIs,3815
|
173
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=j4a1zislitT-1uFb5aIvtbc8L13cM-5B-OpMXFczHBw,1292
|
174
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=JyQ1pZLTsue-ROgFXFyIUHZE0vVdxDDOyIp1HVD0Tw8,7671
|
175
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ZPA5YVlAkNysp46OsY3Usi76IAncVH8HrywVN7JI00s,5389
|
176
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=GkD50kWS7UkVvCKvc5GR5qPHe3gOBtI7wEMJYUi9Cmo,762
|
177
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=dGcziLg0KvV-dZfWxadnlnwFSQ2-zyGp11dCxYM5UwI,2737
|
178
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=EqJjVWEUULlRYh3IUVWPR-_ae8Gr6Tng0mk11ykfbBo,948
|
179
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=k3j_QsVnirSe35bxwPowGQbwCK4_TZYtWYwsFO2mSjc,3789
|
180
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Jaa1Y5ns5HfHFm1gEIkQ51Yq_b21DRfxEf0ptarns0A,2409
|
181
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=uvmzcViHFL9-JAeuDdKEv4U3ktjLNqKk-5nxSpAs6JM,3741
|
182
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ZYIftZyV8ORU20_FLowDDa0HJXeuxU7zyJZFWCBQd6c,2610
|
183
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=IfVlyK6MBfiZ5CXToCyWKB_TeFD8QJKlnIqIHZocD9Y,834
|
184
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=sgswX6SslpXwDuHKHY3ii19SMLI8NHpok-oPPmc5ShQ,874
|
185
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=52vSMtSQsWm2Rz99GKjLjWOYKOEa5SoFfwJHzBseaxE,1042
|
186
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-RkYV4vqyVmdDLMnGtG8IbbBB296Bz_7fQQVT2uCFz8,986
|
187
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=fQHhQyzaFjUEIkH0nBJYlhIfgmvEUnsOKWs2A56qqcs,2345
|
188
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=dDD6vq0be7Y5VeClp1NuI68AMmTYZXVtUl0xuoCOUp4,928
|
189
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=0nxm0E_mTbCFizgU9TOzgg2OUNQWDttJgR9CdikIsEI,1628
|
190
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=qmS-JgnVZL9KAPzGJsLyZ3OPvNwXWFlyVBBxw00K-E8,601
|
191
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=O_PHulwKeCPVu40s19r0kKkW35NNjHxkP6CbDteBScw,1327
|
192
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=tNu_IkqwwSq10wICmP_RGp7n7VPQuDRUBe1CGMhwdlI,696
|
193
|
-
metaflow-stubs/runner/__init__.pyi,sha256=doTSN1MKpSr2rXvF5GcvfBoh6wgX0Xp4eSMRTUddcvg,831
|
194
|
-
metaflow-stubs/runner/deployer.pyi,sha256=0oS8QOgTPHXH9PDkSgIFQe1Be82Qnd8Ty59rDkDRr94,7715
|
195
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=kw9XGsRa5dIZNzF8MLVytX5Qhzqjb05iO8ARe1Is8oc,3344
|
196
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=LDPvCuotLqjryhWRoaG1dcaFu_RXqVxB_mxNdhPQLyo,10925
|
197
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=J00gMdck-YHR7rWlQA_jAnHe0-6-9OYdk8h_0Wfz0UM,2946
|
198
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=vI2l8D9eX-zFVv6txdx_DAuE9avU8q1qHvmgydNsPZ8,6035
|
199
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=WBG9zpFPeYql5OtjensVh9HJA07i5FBVbPM-RfGNh9U,9271
|
200
|
-
metaflow-stubs/runner/utils.pyi,sha256=h7Mz1qtOAtomxztJC4MIs7MYTweP41OZAKvxhlHr-DM,5936
|
201
|
-
metaflow-stubs/system/__init__.pyi,sha256=m0zSEdf6YxssHshCLt-vpYp93Bb-nUXHc7A3SfEabMg,761
|
202
|
-
metaflow-stubs/system/system_logger.pyi,sha256=VfZ7wJzbOQG7fbdp0NS6nCsryiV1yil95H_UHZLWBws,1666
|
203
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=39n8wJbfOUDiGf5KjVljIdGZpHhWG8fJONVNdeKWIXE,1788
|
204
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=8JBupA1mr2qT44SqdWI31jbTaT69stkWtszmQyiAc6Q,707
|
205
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=RnAHL4mL-MtLV20hur6pTSt3gPZX9EuJ4ymsdlJf-Eo,8940
|
206
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=8yS7KfJDjLZ6XZ6vPta5sy8xolgYv24mUm94lN_o5Dc,2955
|
207
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=_GumFkV1KtzPntl8CE4GeMEM136Z3uvHVpP2Wuw1I9c,8349
|
208
|
-
ob_metaflow_stubs-6.0.3.174.dist-info/METADATA,sha256=U6hwI0ZHRz2n7FuarlDAbjvizKTAg3894yHuQ74ztf0,657
|
209
|
-
ob_metaflow_stubs-6.0.3.174.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
210
|
-
ob_metaflow_stubs-6.0.3.174.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
211
|
-
ob_metaflow_stubs-6.0.3.174.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.174.dist-info → ob_metaflow_stubs-6.0.3.175rc0.dist-info}/top_level.txt
RENAMED
File without changes
|