metaflow-stubs 2.15.7__py2.py3-none-any.whl → 2.15.8__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 +365 -364
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +4 -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 +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +35 -35
- metaflow-stubs/metaflow_git.pyi +26 -0
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +12 -11
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.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 +10 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -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/dynamo_db_client.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 +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -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/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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.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 +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +11 -0
- metaflow-stubs/plugins/uv/uv_environment.pyi +36 -0
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- 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 -2
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.8.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.8.dist-info/RECORD +149 -0
- metaflow_stubs-2.15.7.dist-info/RECORD +0 -146
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.8.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.8.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.894681 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.decorators
|
13
12
|
import metaflow.exception
|
13
|
+
import metaflow.decorators
|
14
14
|
|
15
15
|
from ..exception import MetaflowException as MetaflowException
|
16
16
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.899245 #
|
5
|
+
######################################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
|
10
|
+
from . import uv_environment as uv_environment
|
11
|
+
|
@@ -0,0 +1,36 @@
|
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.930534 #
|
5
|
+
######################################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import metaflow
|
10
|
+
import typing
|
11
|
+
if typing.TYPE_CHECKING:
|
12
|
+
import metaflow.metaflow_environment
|
13
|
+
import metaflow.exception
|
14
|
+
|
15
|
+
from ...exception import MetaflowException as MetaflowException
|
16
|
+
|
17
|
+
class UVException(metaflow.exception.MetaflowException, metaclass=type):
|
18
|
+
...
|
19
|
+
|
20
|
+
class UVEnvironment(metaflow.metaflow_environment.MetaflowEnvironment, metaclass=type):
|
21
|
+
def __init__(self, flow):
|
22
|
+
...
|
23
|
+
def validate_environment(self, logger, datastore_type):
|
24
|
+
...
|
25
|
+
def init_environment(self, echo, only_steps = None):
|
26
|
+
...
|
27
|
+
def executable(self, step_name, default = None):
|
28
|
+
...
|
29
|
+
def add_to_package(self):
|
30
|
+
...
|
31
|
+
def pylint_config(self):
|
32
|
+
...
|
33
|
+
def bootstrap_commands(self, step_name, datastore_type):
|
34
|
+
...
|
35
|
+
...
|
36
|
+
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.885979 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.870361 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.969519 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,12 +9,12 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow
|
13
|
-
import metaflow.plugins.argo.argo_workflows_deployer
|
14
12
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
15
|
-
import metaflow.plugins.
|
16
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
13
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
17
14
|
import metaflow.runner.deployer
|
15
|
+
import metaflow
|
16
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
17
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
18
18
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
20
20
|
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.892900 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.runner.deployer
|
12
|
+
import typing
|
13
13
|
|
14
14
|
from .subprocess_manager import SubprocessManager as SubprocessManager
|
15
15
|
from .utils import get_lower_level_group as get_lower_level_group
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.883991 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,9 +9,9 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
12
|
import metaflow.runner.metaflow_runner
|
14
13
|
import metaflow.client.core
|
14
|
+
import metaflow.runner.subprocess_manager
|
15
15
|
|
16
16
|
from ..client.core import Run as Run
|
17
17
|
from ..plugins import get_runner_cli as get_runner_cli
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.885056 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.884637 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.892258 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.890921 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.runner.subprocess_manager
|
12
11
|
import metaflow.runner.click_api
|
13
|
-
import typing
|
14
12
|
import types
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
|
+
import typing
|
15
15
|
|
16
16
|
|
17
17
|
TYPE_CHECKING: bool
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.885643 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.910384 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.909959 #
|
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
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.864226 #
|
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
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.869139 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.863846 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.868951 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,12 +9,12 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.parameters
|
12
|
-
import metaflow.decorators
|
13
12
|
import typing
|
13
|
+
import functools
|
14
|
+
import metaflow.decorators
|
14
15
|
import metaflow.flowspec
|
15
|
-
import metaflow.user_configs.config_parameters
|
16
16
|
import metaflow.user_configs.config_decorators
|
17
|
-
import
|
17
|
+
import metaflow.user_configs.config_parameters
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.887816 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,21 +1,21 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.867277 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
+
import collections
|
9
10
|
import metaflow
|
10
11
|
import abc
|
11
12
|
import typing
|
12
|
-
import collections
|
13
13
|
if typing.TYPE_CHECKING:
|
14
14
|
import metaflow.parameters
|
15
|
-
import typing
|
16
15
|
import collections.abc
|
17
|
-
import
|
16
|
+
import typing
|
18
17
|
import abc
|
18
|
+
import metaflow.user_configs.config_parameters
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
21
21
|
from ..parameters import Parameter as Parameter
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.8 #
|
4
|
+
# Generated on 2025-04-17T19:00:19.885168 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.15.
|
3
|
+
Version: 2.15.8
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow==2.15.
|
24
|
+
Requires-Dist: metaflow==2.15.8
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=2WG-7sumM_1FKsw9Xq_VAKw8BC8H9DZtbICpxBfKUZs,62856
|
2
|
+
metaflow-stubs/cards.pyi,sha256=oi9OwvzcU22nZnaekglUGzyzQ2APUITArafErrT-yqM,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=gcuQuVyHn6DJVFTNJa4s_aOfHJsvyisBLpzZ176VXts,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=HwQlvGZZiR4ydBUbSEYlJNHkRL9M6qaFr31_NE_B6pU,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=rnkogLjVAA5EpkVuBixnCgUSCLkdPfrd17JmpwQ0m4I,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=2GJ8kIjI_Or6BrZqokqU17FJSEDh7fQYAfK3q83Nzl0,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=39Jx6olyLA7IC1hP7NqgESgrwu9HBT59eGpKiX31psU,33
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=fcmcja3JtVfmzYQj-Oy8z9w6Uwhn_OoF9p27cOhkAFk,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=KNYCRt3Te6QbTuBH9J2IH6CY3k36U00f2s22PNH6wLk,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=DJXBw8Awgy3sTlCQe_Y_jz2Z3B-lNNPz7m1wiTFpcxY,4783
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=SQDbLE27EtEoq34fXmHygad5GZ3d_isk2mjpqQ9yARQ,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=D5s5SzOt2IG94m6grMjsJvae_0rf3q7g8EQDIpHjk9E,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=2imKF6XIkhAftR2BF1T0kx2-jaBXC_YpITlTcIbWbNg,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=BiwAc4HGl3FNRRqpehDhcZLCEbst4G8tbJ6H57SB_r4,7477
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=q3ZRDVnci0qip3LHl8-NXWeUFQF4SREB7oWTNXzbG0Q,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=rrgM7xZNVEMfjqyDaRsGyV1eX00n4c86kfjc8MTw3S4,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=5kUX7eJa61ZOGE8v52X4BJI7jBRn83dKqUxe-O7xn4k,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=1W6CDrliyTbQhyFDOkYMuSTjYWO0-zR8YWV9wxaoIqE,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=Bc8p3bjc1gK-9L9IiLWx1qpH5-KdlIzSBxP2WPHLSGo,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=sBEk6ICVSFl9kgX30gllQunaNmy-LypOXjB60DLIVuE,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=AgTrxl7E8rHsvMDlD7xWz0LVahAmczd9w9z2IOK7Ky0,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=arVmdIJD5IVzduVPlnv5wJ3l3Z-UTEVA8Y2SxnscMeQ,47719
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=dnKI4V8y2rbLKM2hQZ-C7O7jQhBBfxvBWn6q2MPFe1M,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=cuG7gKIjdGQDbjMkz8fZ0CqMMT8PrxNtl2SIvff-g3I,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ZfRlZHIGzqqZ279V8hliaxKQK3fsFNAosGp7p0E0M1k,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=LFQzIghkTtO26nsR0_kSbqCJS3I9cwberyB8xuRWLCg,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=7u2jiEkrd0r9bNnMsBwjrGwkHFB94FQQTjPf7zeoEvQ,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=dQlH_VxmewgFKs6dZfEVcSwDVrB1mzXQmgLdmeJbPto,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=_WpJh3zV_DNm9Ghv7UJWjVgS6q8fp7CPICfx11aOmJU,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=c5jtDKLfAswP3YVy7XaaXAdl1xuwa4FSWbWx9BZhxHA,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=J-__eBqnL0vcNHtO9lGE3OnmMouFVDsAm7pxepwLO9g,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=ImgL4SchcNdM_jFtEFQ97L4q9TYUaV5xANVgmKJ-dWk,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=do_K1nPZOeuSfqa-eevp5fiFRI_4qh4m4L3uCYfE-wM,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=frwemSkHZXwjBA3y8LeWfyDX1JH5YQChcrZw8e87Ai4,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Lkp5iCloxn0ZnheAZQ0KCNhSq9-nwtC0Vnz3O-5AglY,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=5JUirgRTXfpjqCBmjEPKBz312mObwKL_n1G8VLCByI0,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=oTp_f4p-7gNfeWSpujkg-icICytMfKXA9bKt_1Fmq6Y,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=koqm5hU83pEHLtxQ8hr_pAYi_aeTrwfhYGIXZiH5YP4,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=F2Q5b6gUqH5Li0elEyf8dCG468RL9khJSJ9EHwZlb0g,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=5GRU-6cpKnt7FRTdfcer9Vji2B7xMyxcwZjwmf6FJm0,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=BuxBpZNA7JaHSK8m3Kx3BZ8sHu1yBOVRK9FRlm9DAVo,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=8OzL3YRaF0fN9FjjaEim1f6y2kVcxtU8VC0l9Kyd9AE,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=2hxgoG1HlPRd2N3byJ2aysizQrZe6HxJSLR2Ei5hGLM,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=YhpB81k2zRPxPYBcvFbv-dvyw4y-KYxybSxYRnA1VVg,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=0toxw40TY3U_8y3WG8OTZtdBx2v48mst6VBq2YeOTK8,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=p4xHhzAjCRJo-4K9ISNixR_wvwXeWOP23c1aYvLE4nw,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=BXe4Rdq33o7rQY2m9hUYG9xKOyNYKJsMZdEL7un2eYE,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=c5Eqs9GQYyFVhahl3cpvMHHLUtKak6cuxfGzVazwFw0,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=GqyGyBt5dcopN1JwV1mhXcvXCUPLegF1i7Z1pAMaiz4,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=pUWApWB3WqOtFoiSHQyG-52qYIryRPxkrMh8hqazrOo,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=AhP7CqHkmZgMEnVZC84OyPq3J22hLFIcN89StI4RzkI,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-iMTuulgbpVfNtIICkZe3RYSACO7-3-11O9bdnQxUZA,13775
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=xYVdvX499guG9ygq9fLdWtR0133f9kteAE0UgaSbWOo,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=sFDCkRINd0TxbCgCpvUV5mPCa9Xc1b89-9YAhuMxxc4,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=mN9KPMS5AaqKiHINyI07zes6jYOuMnsxEUIN3bdIDLw,6197
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=S2K-qAWoijeeFkw3K-6peKhcM6eleZSNJyPpz9dvboA,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=VSxUp4mIF57bpAGZPo7kQplHJ7eudfqg4vGLedsA8vo,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9SlFaGPNl6EYMCKjQ29mUFB299z3GZ-797Vu9JdqMlo,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=3LxVyAThA40x7xM8IKG_pOMKhiNTKOsG4N8JkmN3YU4,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=awBX4Rh53uO4m5gFz3oZq7zVWiicrkqM0jnB0C9cw7c,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=XB7iLs45Ac3t9uH4Nx5pd7mwIhdlx1UQ2sHhS87q1kM,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=sES-fl61epANyuGYSnA1-DFg_TV-_QK7OfSVYe02IR8,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=yifQ7M83tcx6OauutGlpUSgi5cLapfd8dI2Up-AEf8U,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=6XSo2rbHvuNc07nhKMUqYdNv-kRSwALV6cn16m1V9Bc,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=vXlpF_U626vcpiBwS6htlyoWJ5NJCYXSKcx_sBm5Qas,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=UtewmyK3UNErQvwMeYqQSiu9qyNxSfs1niSUne0QpqU,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=nbwmPJmOy3rEBjpyNzueHM36M7_iANrADObzfvz7twI,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Moi83WF7LvZZ8B6t069KABxHDAts1rAqtxJIRjynoO0,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=_KvUzhL4irrkZNLyQm1OsIMpKvmok7sLPObNEwxbgbg,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=AV32v9Y_d78kwTmOQNmJ3q9Po9H97xeA-VAyyt98zCc,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=W9-CCavuruolE3V7C46IwaM__d5pJfArzwI6mCmoT8I,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Hn2d7UCZvPI8OIdZyum33dWJBrz0rNsswwC42lHKXUA,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=UguA0K_dLmk7fKmDMPjQpGvzyMbkLZ0Co4YlCrJwA5M,4342
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=JlBwuO5dAvg6eMqXOlcyG-CrWBuY8lhRn1YapI_jP00,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=kuc284Lgvk9mfcLK-CeAr9yVRfUEIfTJWvchQ3Om9nk,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=16OiAfOxxIBlivc7DvY_4vn89H3u5aLbKMOMATsiipE,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=2rk9W54KyDYmPK8LejC9NcaIdEi_2oFOTR8WPRQFct0,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=CofX8XzTdy39uyIdu_J4UQSW5jJH7ZhR07anuQ7mQ68,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=R-6_q3Xe6cytjDtdXb7fRXEW3RYtyUFeW5DyNgGb_wk,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=4yUblERPAmH0MS0IRJE5JedxigMkHhRB1qa7rDUoPlA,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=aOdSBd-WAsWnCutlwG_bDwl6IHTBa2tibHWYLnknRSY,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Z1etWkK1TT1IhSoWBB-TqsToUEYXYJ16ApmUgg4zMDY,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=v3VfcmPwwNn6oB3P0WDacF6PINEv2A3qRpV4zZ4BX4c,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=nan47KueIiicCoDZW2XzGInHffANlmiM-VPclOE1_VU,2962
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=5Pk1XWRmS69y0JGLyae8QhC41jGgqgSjWzI4NSHWyis,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ANRLZP10S3xmlmZzGFGtGxC4GPg8LUXqly_MAYmUIPE,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dbM13-D9zw-flhF7CTEORZDNR9x-3pJqzJJtPvJcZc0,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=iZdlLfwEzFzXKLPF36roGvMBxixlJwr4ExWYbBtSDKk,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=AXwYwkI8ks8X_-n6jKaQT97HJksHiBXxsgu7wYYZyA4,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=9RBg-hPSbVVcxtO1dQ5M8I7keNY0Oyh2_4CZ7Ets_aI,7502
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=j4kqdi4R0vcw8XN9rPdwPPwGO7zVo4r-wMwt-s59WDE,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=JghQgmbsxAu6P4bgwvzDIUiRkh3iQF5cLroo3QyIVIw,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=P3QxY0N1fijFDY9AdpKylwCenhmZD8EJprajuen1WVQ,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Ph7IyJ9H8vwjChiZyck-Pdtp1D1sc7UFlabgtKh3Lzk,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=UOU44YwIwcTrnTtSt6XPsK0xRsEyKGBGWe2HyqPvmVE,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Dsj_4ncrzFfdu8BeEZgTeSsR1rETlbaNpRDRuyI_YDE,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=cYOvsaI8aeTxM4wDvV58DWleQRmwo_-7jmLjElGoU2s,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=U47w656FhLNf28ZZubp3nNsPlOcZLimTsSgSkHWoCmQ,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=BsWS6jb3mL0dOo5RFIuXH6kV6XLGZb8HexZdAGOq7OI,23916
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=B35dVUiTKFTl195S0RMxDR3QadIyLidv_Y531cbOlQU,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=o5y7vRQ-7uGAopsK96gkeflsInkWsr2ZX322LBgX1eQ,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fP4vHY0VRBALAjq2mHubYrH0TnT3qqKlQjZ1bijGLkg,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=0ZwPwvi53_zbj89XPLeXKfdW9JNp54UOVoOjvsEkERQ,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=hwBakgK0hHYYAM88BGDnlgbsdL75fHezJYw2cABY-UU,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=3-nW4rPiOe2Pul3C5e58li2NNwp0pLPD6o853fb0kNE,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=CfHfImAhg6a_9w7K6Gj93SV53aay0zxFMroZ3-nr-04,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=K1s2abZrUYUm1JQ8rjIxDzfPy5e-1bc9LTocNl6kZm0,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=M30iSbmOCR_BPqAsZAnuUa2DvK1bB91ruHVCWGgD9KE,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=zQerTt15a76d2u0gV_fpHuC4q_Bmc0EUxyOC_OXgpsI,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=0r1cSiaj5EmbF8qjpPYU4t8dq3KYmMg2F3XyCnoXaWw,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=MQfRFENatdIi0sf3uNqmNrru2oN9vAb-hqI0Nn1CBg4,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=9ExkQpzVJsxdeuRuvbvsk7zZypJ2sbWbVLLa7Av688o,3683
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=nlJkXF4VxnCNUKcDGC5pqr2lYAQcpa4UTVNGCSLvSfc,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=2HVFMRLrAbNxcq93CrCSnMDTGv1ooaUtu9_dAHqcJ5Y,7183
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=abdZVY8MTwAkCb64jXVYvCnYVrMcYkRAyacturt-u2s,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=DH1xoiANsjHkTMvjgOrBNsSOD2d1pt4hym9LuPgOZZU,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=maQA-mfrf78DYilvIfhkDG-QeBBeFMSR8dzDBwNhrHE,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=yfuhtJpqe7eYLsBiQs1g_TaYxqO1qWBJYBZdBzgAS-4,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=my9bYXrL2Mx-O8lVAP3R0BzWKMIU2EC5FfeLhZqu3d4,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=S08zDycjsbj-qvawBIpSZ7VxKAguVhXcpD-LM7briiM,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=vD6ZVvtUaBJkKpkhtmER36fG2ig53PxcT8yjjE4H3w0,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=xjV0ZNLJiW-k4EfjuxvLCFJHV_mMOsRXzLAqforJzo0,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=AlqSWvttDX4HYgDsUixJGbwBcoe9ZMMRHLiTxS42d1s,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Za7cA_XRBwzO0IeGt_Mdm7249mNThcKFP128a6tqhjA,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=oot0bt6cfcq7UM5PQclgsPk-HYJ6g8QyfJPDgxuVe8w,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=hAUzSO1c6_7HtPELFGYLRaKJ7EtYCUxFxxJZmsoQUkk,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=2wvV0TOT45JhIYsbIh29usZ_V-tDg-amKC60hBicf-E,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=3ccUvJpcV2bhncVREyv2Zu1B7w45HuiLeiyaan9kPLU,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=j7RTNtIP5XQ1l_kZRHZEX27RcdUZ78tBIpGy1XziNzU,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=LMP2Fc0nYBRmcfgoU5boe6CjSKkfiah-DaRAUyVhk5E,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=YKLbY7SwXEJkzHj3UA3osj34O0ZE8t18U8hlTpI_IrU,7684
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=J61a5EOxhOC-Cv3Lakagoov1yncn4hNBGS-zUqZwklw,3313
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=TwJWZSJkjI5nwo6tGfrbLQVf2RELzTcl9J2k3gTJctY,10893
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=nOdvGy_Yx4VT7m216GcRlZuNqCSMNGUgyvDRHQDB74M,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=CRZdIbCsViCKvrZFY4c4diJ2I1BduC5ua38EBuDE8zI,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=tRcjo7tDf5aczCZaFZZF4StgTyx0PPgncJpJH2UctAI,9273
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=M3iLbbsOIXC8DE80UKnDE6U8BsEiVi1FGpvnuvn-fAE,5972
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=o7H7_Uk7TgtS6Cix84m4yLKgHyI9qlOU--bllIcfGZ0,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=4KjTsYFQpG5_THGpQdCpVkrpaBixCqlFDvE-lWDb-KI,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=UszfULtBlySDevHqH44IlfFNMvnbavJ_xOGarF9F-uc,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=oDYJ7gOwyWFNCraGQ_43wiJQwLWUBw74vqQwWAbnK14,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=hX1_YkjmRWwQaPkU-LfBjg7RechurJ_qBby4GIpplkA,8940
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=4INhDAKUJk2v8Xoem9I8l8dNVZCDoNlwmhDFbIF3KUQ,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=DYK7XbjfIpIjDbDmh_ghyO05vG5vCYMUzKRuqY_PCbI,8349
|
146
|
+
metaflow_stubs-2.15.8.dist-info/METADATA,sha256=Rrx71j4o3UBnd5dORyxxY9pG2JU7zJf_MXzxV0-3BuM,1617
|
147
|
+
metaflow_stubs-2.15.8.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
|
148
|
+
metaflow_stubs-2.15.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.8.dist-info/RECORD,,
|