metaflow-stubs 2.15.11__py2.py3-none-any.whl → 2.15.12__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 +452 -452
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -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 +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- 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 +4 -4
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +9 -9
- 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 +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- 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 +5 -5
- 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 +3 -3
- 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 +5 -5
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +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 +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- 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 +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +27 -27
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/runner/utils.pyi +3 -3
- 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 +6 -6
- 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.11.dist-info → metaflow_stubs-2.15.12.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.12.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.11.dist-info → metaflow_stubs-2.15.12.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.11.dist-info/RECORD +0 -149
- {metaflow_stubs-2.15.11.dist-info → metaflow_stubs-2.15.12.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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.996225 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,10 +9,10 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.runner.deployer
|
13
12
|
import metaflow
|
14
13
|
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
15
14
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
15
|
+
import metaflow.runner.deployer
|
16
16
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
17
17
|
import metaflow.plugins.argo.argo_workflows_deployer
|
18
18
|
|
@@ -55,24 +55,24 @@ class Deployer(object, metaclass=DeployerMeta):
|
|
55
55
|
"""
|
56
56
|
def __init__(self, flow_file: str, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, cwd: typing.Optional[str] = None, file_read_timeout: int = 3600, **kwargs):
|
57
57
|
...
|
58
|
-
def
|
58
|
+
def step_functions(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.aws.step_functions.step_functions_deployer.StepFunctionsDeployer":
|
59
59
|
"""
|
60
|
-
Deployer implementation for
|
60
|
+
Deployer implementation for AWS Step Functions.
|
61
61
|
|
62
62
|
Parameters
|
63
63
|
----------
|
64
64
|
name : str, optional, default None
|
65
|
-
|
65
|
+
State Machine name. The flow name is used instead if this option is not specified.
|
66
66
|
"""
|
67
67
|
...
|
68
|
-
def
|
68
|
+
def argo_workflows(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer.ArgoWorkflowsDeployer":
|
69
69
|
"""
|
70
|
-
Deployer implementation for
|
70
|
+
Deployer implementation for Argo Workflows.
|
71
71
|
|
72
72
|
Parameters
|
73
73
|
----------
|
74
74
|
name : str, optional, default None
|
75
|
-
|
75
|
+
Argo workflow name. The flow name is used instead if this option is not specified.
|
76
76
|
"""
|
77
77
|
...
|
78
78
|
...
|
@@ -159,45 +159,45 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
|
|
159
159
|
"""
|
160
160
|
...
|
161
161
|
@classmethod
|
162
|
-
def
|
162
|
+
def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
|
163
163
|
"""
|
164
|
-
|
165
|
-
metadata.
|
166
|
-
|
164
|
+
This method is not currently implemented for Step Functions.
|
167
165
|
|
166
|
+
Raises
|
167
|
+
------
|
168
|
+
NotImplementedError
|
169
|
+
This method is not implemented for Step Functions.
|
168
170
|
|
169
171
|
Parameters
|
170
172
|
----------
|
171
|
-
identifier : str
|
172
|
-
Deployer specific identifier for the workflow to retrieve
|
173
|
-
metadata : str, optional, default None
|
174
|
-
Optional deployer specific metadata.
|
175
|
-
|
176
173
|
|
177
174
|
|
178
175
|
Returns
|
179
176
|
-------
|
180
|
-
ArgoWorkflowsDeployedFlow
|
181
|
-
A `ArgoWorkflowsDeployedFlow` object representing the
|
182
|
-
deployed flow on argo workflows.
|
183
177
|
"""
|
184
178
|
...
|
185
179
|
@classmethod
|
186
|
-
def
|
180
|
+
def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
|
187
181
|
"""
|
188
|
-
|
182
|
+
Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
|
183
|
+
metadata.
|
184
|
+
|
189
185
|
|
190
|
-
Raises
|
191
|
-
------
|
192
|
-
NotImplementedError
|
193
|
-
This method is not implemented for Step Functions.
|
194
186
|
|
195
187
|
Parameters
|
196
188
|
----------
|
189
|
+
identifier : str
|
190
|
+
Deployer specific identifier for the workflow to retrieve
|
191
|
+
metadata : str, optional, default None
|
192
|
+
Optional deployer specific metadata.
|
193
|
+
|
197
194
|
|
198
195
|
|
199
196
|
Returns
|
200
197
|
-------
|
198
|
+
ArgoWorkflowsDeployedFlow
|
199
|
+
A `ArgoWorkflowsDeployedFlow` object representing the
|
200
|
+
deployed flow on argo workflows.
|
201
201
|
"""
|
202
202
|
...
|
203
203
|
...
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.921198 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.912494 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,8 +10,8 @@ import metaflow
|
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
12
|
import metaflow.runner.metaflow_runner
|
13
|
-
import metaflow.runner.subprocess_manager
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.913506 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.913120 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.920598 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -201,7 +201,7 @@ class CommandManager(object, metaclass=type):
|
|
201
201
|
for example.
|
202
202
|
"""
|
203
203
|
...
|
204
|
-
def emit_logs(self, stream: str = 'stdout', custom_logger: typing.Callable[..., None] =
|
204
|
+
def emit_logs(self, stream: str = 'stdout', custom_logger: typing.Callable[..., None] = ...):
|
205
205
|
"""
|
206
206
|
Helper function that can easily emit all the logs for a given stream.
|
207
207
|
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.919330 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import types
|
12
11
|
import metaflow.runner.click_api
|
12
|
+
import types
|
13
13
|
import metaflow.runner.subprocess_manager
|
14
14
|
import typing
|
15
15
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.914116 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.938083 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.937685 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.893025 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.898551 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.892666 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.897620 #
|
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.decorators
|
12
|
-
import metaflow.user_configs.config_parameters
|
13
|
-
import typing
|
14
11
|
import metaflow.flowspec
|
15
|
-
import metaflow.user_configs.config_decorators
|
16
12
|
import metaflow.parameters
|
13
|
+
import metaflow.user_configs.config_parameters
|
17
14
|
import functools
|
15
|
+
import typing
|
16
|
+
import metaflow.decorators
|
17
|
+
import metaflow.user_configs.config_decorators
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.916216 #
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.895948 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import metaflow
|
10
|
-
import collections
|
11
10
|
import abc
|
11
|
+
import collections
|
12
12
|
import typing
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import collections.abc
|
15
14
|
import abc
|
15
|
+
import metaflow.parameters
|
16
16
|
import metaflow.user_configs.config_parameters
|
17
17
|
import typing
|
18
|
-
import
|
18
|
+
import collections.abc
|
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-05-
|
3
|
+
# MF version: 2.15.12 #
|
4
|
+
# Generated on 2025-05-15T19:09:53.913656 #
|
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.12
|
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.12
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=JrFOAN95GTO2U-RLaRL9mXK6sLGJsGefKipVDfAW2zg,63365
|
2
|
+
metaflow-stubs/cards.pyi,sha256=6ZtwSIGb5a9jRtpRHJTJv9gMppPPrNhEB4TT6KA-gMM,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=PnoNGT3upEsK21TSqY65dtkJk89bBUmj-nI153owBTs,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=L99SdMoy0m2Yr2ok0Y_kGit2Yk8zwW3MQ61flx1j5v8,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=JDGe4-Ne7HuedCXNtOxiZ-3OQCZMlNLcze4wbgmMK5M,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=34imc5aOe1GnlrqgoYHN05FfYNHnuCwqkbnuPgFTgZY,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=9S0tpAA0qWRjVEviHMz6E7yYr1N0dwtUdtanBAVT-II,34
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=kGBGv9GD2_kgGvIIVzg3wIyxTZV3SpZWfRBo_SkJoPk,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=H1ZMP9SfPy50By-OjwpTyrvMmxiT3nAzoFl2OhB4cgA,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=2A_mUmAToqe7fsWQutiwy3SBx5OCpwKT_ZPHK79EINQ,4802
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=6J9WGmDTXgyIdylVwUoJ3NTRj9NExMVtAsoXwuxZfrU,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=Y5-YTn2W5iXWoRCvZFy3pHDCu1xfRk-GKQcbV8htH_s,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=2y86klIR52sVMfToesJh4dScWd_xgBJ1CMzyS8LHCTM,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=V7vIToI7KjARKDeGQCQ4d6oIsTLUTzBE9I50hIBfXHg,7477
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=xxDL8Zs-SBzwQpBD5IEXBaWrpBw4xtDNUDyetbrDjZk,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=8LYDY3lN4zYoLUZZpeIU4jMBnr8OxLns3TwyksfbReg,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=MHzHLBv9oM0JzhmZfKagsMs92pP9Z78qsZD59brHsQM,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=BXat_xlFKsJah9widk3JcYVvc4FZPO7VGZG6Qntrm28,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=cQQrxOHpdar539qe5iZFVBHXkDaGeDd2ndOkt3UjJm4,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=XhzRGqjOPSgKXpCoXfKPfmtI5PCHCqYeoCx6zcr1ph0,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=kAi6yiopYOfWUK0SCX6hU_VjWoMrJjW87ZuVD2imojQ,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=znouxRUwzEpGBLHV53DXe-qw7QTHMSkMZtfETzfUaIk,47719
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=bC-yETY2k74mOdNUy5LPP4voA7ofJLXfx8AnRa3xhew,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=xTVKVME630PF8T30vYHv_aCLG4qejQnJgKn7_o56H10,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=4FG757RatnV0VLskRBS04iJtHd3ycEg6GkPymcjo8v8,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=kchAbTv4u-J9uu-iemJlc19qDbwI7YHK8UdGImUUaN4,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=NBS8DOiRAFqBZKXWMf2J-WfdpFB4f1U12rQnaspugh8,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=u60hdnBzCWU2-dXA8hMCMh1c1YyI83izC5zQ1q4qHmQ,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Yb9gvIIUBVWG8bCwApRlaSUk1GABHATUUsMut6PVkzc,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Gp-ob1GkRkPPN9-fAevGiN9oacN0JH6oxl4ChAUoc9g,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=KBUel7IU2g94Kmja6lM95akJqXKHPB4KcyW7wfote2U,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=MbU1UIN1px-Sg10wgCcmV4Ipt6WunY1tSfpcyvjyNxE,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=n2pcjXCut9K01O7fyTvbmsgG6FGNIEXoxbrIpPc25gc,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=G4aOKissVFersYGR6N6a50xgmo9wsjQLkNKYRphixdM,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=cQ2_1ssHJIUvUk-odydryHSVzxP4h-7gXQ747h5jaIQ,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=sUeVKpT-fiJJTS0ZxbK1T-BEVPElAG-N9kkftzDXe-8,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=FikuJKPa8jbN8On0UGwjngWRnOExNH1uvKOjt4HnTv8,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=26t_5VKBLHNxOzMBgpl1SWLy7xFkkmZZsGj9S_ad8qc,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=r_1Pc2hirhFmb-0CXyNGpc4-JeEMb08X7EcMlDll1ac,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=ZbyEFCzaOiiU2TIPllf3TuYFd3BhweKbbT1RR5eOYkA,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=uk2C-Gk50cWf9tGy5WSvrPXEBHQt8Wlld94xSxHyG7A,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=kUDY4pC8DaD3LUVGWy3lYVX1ImBgPFaxG2fHXA1D0hs,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=I-fFFHjryf8iNZ9-o5lij7kNk4ok91JksPGEUA9sOyY,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TWtpK4tDoAi7qpyqP6l5uz_4K0KKKZ2bNkHFnWHnzr8,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=buRtPuW9vJIiP9SqxhrYOQzNZuoF7tP9ZuANL_s4t9U,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=hgnqVeA1vb6yjoWI9ztIeO23OkelRNiiRdsEY43oQEk,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=HA0NzxCuoYwP6tIuBne2Q3cV6T6vK8iIeZZtwuq3EA0,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=n1dNPLQVbo5Ugrgse5-PCEQ-zLS6zCMLA4lC7o8b51s,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=gYb2idLhmYCxO4lTIBQs8td0cZsrH6WfHlhwIxE29Kc,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=WZQ7NEfhj1j6fL3S2ekze26cVjVbIqlQzZSlRO2dFGg,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Plc13x25N6BE1hXlYh-YtkmcnI8Cfcy8zNzN-1COhwE,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zVyyKEIIFXB0VDfcYbpHZdRb2nFAvz0Y-KL8JceHLcY,13775
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=RBSQjzF-H3_WlyAcJNKLlxLBfIq742pixsBu-pT3dIs,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=ev_SiYYS2D23hUzsNpD57pWFB8_M281NNStL-M9dS1Y,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=j1yGTc5JIgO8Nkbz165zlpCkTralFcmnskw7c3cOtWU,6197
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=NUM8ScLvM3Kh5Kml8-9BFRa9UWleLx3EyyIXdZorZ_M,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=pFOlZIkbvJAN2HRYTZHSM_QLr6-vCgBCYRonkATe_t0,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=CFc_rC5NPjdf8y0oOUgYOd34Aimn8EtgzeAWHy9DS8w,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ZJmkFumO-jew-taL77npuH4Xi7NpekYVHbnHOWiRObg,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=E9QCXedw2yRWY0ZcX9l5gPjojMipRKEan7bSBXEg3Ms,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=atapnHfbHnWIvZkAU_M0L8pPvpdd2S1GxFGViIvZYKA,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=94qJbE91v9hG5X7uljBzwc0DTetYK7PLlg3iN9_D6u0,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=frj52kS8AjQ-0UK5NnxCoQeq777EJL4WVlAtqLaRuq4,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=1_jvQy7JVrL6p3D8wYh0GrE6jJD-RSh3yU7CWgmfWFE,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=_8LQ-30TGV1ZSApMJoreTDHCk2sp_e5fNl-aQlhVN4I,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=3c5qw6O22CBjZz8AldNCNdtHku_TrD_InM8hj4Rf3NI,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=QZMX5dYVKx1R5GHIw8jraONcpmQ_6VOjo-ahCS5rPw0,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=LmdRE5UfMuDD_tRlmaORyxg0SrdKOR02ZLnzgTRGXwA,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=mKAyAHoOUhOqZ0Ugn-WhI4UvsoAAB1BpMFtQj9tDsIM,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=RDXi21Ry0k79nEDh1rJ_yVWQoAvy7obMVP6Vqw4FQhI,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=4rwkitRXSBr_AOHrYSct2qJBbQSjt54J8QmJKoHss1w,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=QHWCLSEhczoO0fGPIlrFHnIL90txpn2uAdW9v5HoN8k,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=nvgu-Pgu-biWHakgP6q6e4REiHZBLDK6w73-RfDbngI,4342
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=h31vUjFjfxKn5ViLe_D2Ffi1pTk72Kf5yWLX4g1vZCs,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=r1u8OGd2izp2hD9SlYEbQNRFl-BiKLAQefgjtQFGV8A,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=TkSwpf74sqEWkJX7gk4t8GDijk589yf_rMlutIx9lhI,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=uxZ94JRhwX17h3FVMjNJpHXGoWIRy7OOD0c0KR7zzgo,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=XfZnB8iZ-5zb5DekHxe4VACFpHDZJyyMqUTMPXVSK5M,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=apmcuGeXyHQk2LptYKnoLIT2yToX7Ep9e_KYd4cddGM,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=T-T7wFxqVHnLeIGwoqWJ5YnwAsdmEfzbUq2H6roq0sU,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=4pSpuoivzbB_W5Gov3TKuM5htXf4YYFSv4fyuz65f_o,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Ac9hurLbBuPJwyjUoSATILODQYZbHRx5PSpG-25nzWM,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=n30p2wBuN1LHtg67n0jWbsGfVh8wRKt6AKT_z1iNUgM,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=-HZ_3cJAkZVe6Z77zPgmULQRhXyByaE4GEH2qiaM7QQ,2962
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=D8HyHPCmqC6SUwq3pQOa1sVedDcH5B3t_shEgWHhYxE,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=_hzrRjqpswTmcLPoscVwiOge55U8w-1TTQexP9Rsbdg,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=G26Ii8MZlfsX91Zsp-4AHpRLMH3_eCl0ZWCqcOSsfHk,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=NQ-b11iZrPxy_oFyWjS037gOcKg9vz9yELEcmgbj8tc,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=uqDjMa15RxpIKEI47dtHpKT4KobSLpu4pCPhxRzer5I,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=9OWzLDZZnV2OjB7g2kOLFV6jqkwLu1tyJ6eBEIuQdwg,7501
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=N4uEJfuCCAdkv7XRfokh2R3BLZF6_WGykdCdP0jvoKw,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=DHXEgEXB_qEGGjYoUS5tSYLiFdhNGAjSEhUsG7ecY0Q,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=OrtdWY4VLk8WznCvAyrGNB4KaLCBWZsxej-Z-ObqMxw,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=XYhRFAsZCzWdL3Fk28o4u1NIUQ4BE2MsOy5mAi7AIvo,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=yMpnjmuEmzdvMhZUENZB9kcRH4CyqEvviio8FJumr2M,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=bsbpu0oV-Oryy2aagYvqX2Sn309jTAmXo-6mYg2eeJs,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=OWyU_hUrmkMTv_eFLFCssRGenmcyPgtaNWIkb01ix88,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=EzLLaG5lhJUWpYT8sP7BiR6AfcGPmAG0Zx0smoifdWs,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=P_oxytXDlFFw8-iJ5vOiwIKIQOBBTXAoHlSADgAwGZw,24018
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=5jqaTkWKoyPshywcMXwvm3j1KevV258oLEFLUDw-Pn8,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=omBntVkzL6BN42dgkgQ-DVCKkYlfQw-8MycuOXVJaL4,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=sDpfBXXgOMAQLbx-vh-YRR8zrLIZNth0KrHKyw4HMlM,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=w44ZzIqa6KKAJm2niGV2psaeBU0d2eRjsk2tyWVQjoM,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Ui4MxXBFe76CTPtJjzanY8D2AJcnJWcLU0ACdc_v8Jw,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=GWL_dzj3TEum8VSGQbvfqsBkBS-vmwkV2fd3wNSgFpk,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=kEgTz59RfyA0KD-LHiiI1u1K7D3aKmuRguntA84g6Ik,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=SmJ1Bzg4VMR-Ztp3oKFFxtxQw0Fov4rNm2w1hMo-WMM,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=6Mk7Y46mH91IVm4mPblKEGK-9vZXFrrteCC34tyU8bA,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=8eEKelUq--sgIZ60YxtdzR1FqBdAj4KHIcNkAnIf-Q8,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=1790DIXUkwLdtEBN1gBOVRfrFuVz7DONubGGmA-YfMw,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=jib4K9-G2Ta6C6WhOf5b8mcyFSLunhbn0zeZIVx5RJ8,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=tzxT9nNuPuDhAJpbph22N9_8LAU1HAnz96BMjMBfu20,3733
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=E-qX1LBeJvRYhQlF5qWck_Eeo7iZMrQ3_twi4DXUKxg,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=kbBKJNc3CX74ZthSyj53NaAbrGNG_nMp17npiXdbcIc,7620
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=wV0dJc3Qbiv9-RGlbu-R3RKvRV5Cl411H_taDo4YilA,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=y4PClC_gOvi_sljLuB0S052C24xTGVGnO-gE_LIH_3Y,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=fmGPmSmdzccw0b8OctNAO4gOvQmqN5ntodwJ-MOdy5k,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=zQLdHHZ8-woB316uCK6XPZM4LFvUIOThGt7t7tSNfhQ,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=bfmN2PIYho8qqKXLzJMFBS47UkO7bKcsyo5QCB0T4lc,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=2lzXPfZM8G8VGUiFwgQES-_2gnuhSDTXXkT1tddGnG0,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=HVG5md3MVYkw_3atTy00etjOAerdlOOvhs6otAb7yCA,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=BpcTu77BCuyKDPgnDji9r5Q93Vjhd7zBfS6Wc3yJ7ZY,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=fGaqfYTFFRl_9yhVbm-jEgezM9x4V6zvX3SHtIGJ1uw,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=dpk3g28oc780rNN6iCSsEp8mwYuXaY5t7ETccE2Nw2o,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=y6swoyM-aWIHtje2mR7tgbP57k00YrHgjwOqgmsMRFo,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=g8FpOvro29UNRW1e3j8D_ALcnMcgSX5ef3kddOUVbVc,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Qh-66-2MjtKiuls8Zant1ddXmArRxErNQt7bpckvY-s,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=LJTjOj_LtZLGVjMzOipbnQl0CdWJv1Sg-6Oqg056C14,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=U2jO6rqWcBRFlCZJ2J0RFZIz2H1yuhUZgzy3F29C1jI,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=qzFlhST9WKxjyxPKAZj-cjxoyVrpJG_aZlOxZBk8Ad4,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=fcqZXf9EjUp5I5UOTHcCDUBLW-IMThFtbExiqoBYQSE,7715
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=ekr9l500As2nHKAIbmYFn3Xl7E3YZyJJp4MBv1nuHsY,3344
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=5yX3tQdrfmJzk-vxHT-oPutsLJuVzgjJoDOseAzP3e4,10925
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=pAcrVsxL6TDAsUGMcQpuTLU_WZ1nY9Q_71FT49DZCQ8,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=pEiSHRvFieAZLQdwJlV8nUzzqhOZRUSA_v9cGvBFn-s,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=8DEKbDlTftGyiMoLvpbVMlkzmS7YrTKxSQVVGaAWSp0,9271
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=WS5G3rzdx5rGzFQ8s1eSSjmQGn4ux5G6WqO4KogQaCs,5972
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=6AkwFEMfX03bFeBUnlp9Dine10R9HaQrTg8KZEyVw1o,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=IW81TmVEWif7FDk--OYLNiJ9FyFyDJvR7Nx0Kixohn0,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=lN3Qj6dSjkcfF3puiOXHoN3alwmujgjsLPjEJwwOBiY,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=hwgVAlrDMZL6aNKLDO-B9IHWeAGKMAAWFNNegLZhvJ4,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=re0cLjPz_tQMNR4CZWS53hOiG-lJIyps9EXAZqk5Z2M,8940
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=cuwoQwCy0OUyCMF-TORAKrqZmoWVaO8KrG9ef7DaLeo,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=Mb4xHjc8mrZGNCO5hkcc8h5SHFoeDix_Y5Hk9DplVfg,8349
|
146
|
+
metaflow_stubs-2.15.12.dist-info/METADATA,sha256=NSr4j8bTptE42oIuVZuNs4Yz7AyabhW6IB57sU-bBwY,1619
|
147
|
+
metaflow_stubs-2.15.12.dist-info/WHEEL,sha256=_z0Kb-VmhLeNt2nZ-PsoQBjD25rP0tBwgAyRYD7oTKI,109
|
148
|
+
metaflow_stubs-2.15.12.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.12.dist-info/RECORD,,
|