metaflow-stubs 2.15.8__py2.py3-none-any.whl → 2.15.10__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 +580 -572
- 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 +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/metaflow_current.pyi +18 -18
- 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 +13 -13
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +10 -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 +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 +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +29 -29
- metaflow-stubs/runner/deployer_impl.pyi +4 -4
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +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 +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.8.dist-info → metaflow_stubs-2.15.10.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.10.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.8.dist-info → metaflow_stubs-2.15.10.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.8.dist-info/RECORD +0 -149
- {metaflow_stubs-2.15.8.dist-info → metaflow_stubs-2.15.10.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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.087752 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,11 +10,11 @@ import metaflow
|
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
12
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
13
|
+
import metaflow
|
14
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
13
15
|
import metaflow.plugins.argo.argo_workflows_deployer
|
14
16
|
import metaflow.runner.deployer
|
15
|
-
import metaflow
|
16
17
|
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
|
|
@@ -36,7 +36,7 @@ class Deployer(object, metaclass=DeployerMeta):
|
|
36
36
|
Parameters
|
37
37
|
----------
|
38
38
|
flow_file : str
|
39
|
-
Path to the flow file to deploy.
|
39
|
+
Path to the flow file to deploy, relative to current directory.
|
40
40
|
show_output : bool, default True
|
41
41
|
Show the 'stdout' and 'stderr' to the console by default.
|
42
42
|
profile : Optional[str], default None
|
@@ -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,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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.007476 #
|
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.deployer
|
12
11
|
import typing
|
12
|
+
import metaflow.runner.deployer
|
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
|
@@ -26,7 +26,7 @@ class DeployerImpl(object, metaclass=type):
|
|
26
26
|
Parameters
|
27
27
|
----------
|
28
28
|
flow_file : str
|
29
|
-
Path to the flow file to deploy.
|
29
|
+
Path to the flow file to deploy, relative to current directory.
|
30
30
|
show_output : bool, default True
|
31
31
|
Show the 'stdout' and 'stderr' to the console by default.
|
32
32
|
profile : Optional[str], default None
|
@@ -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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.998404 #
|
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
|
12
13
|
import metaflow.runner.metaflow_runner
|
13
14
|
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
|
@@ -187,7 +187,7 @@ class Runner(object, metaclass=RunnerMeta):
|
|
187
187
|
Parameters
|
188
188
|
----------
|
189
189
|
flow_file : str
|
190
|
-
Path to the flow file to run
|
190
|
+
Path to the flow file to run, relative to current directory.
|
191
191
|
show_output : bool, default True
|
192
192
|
Show the 'stdout' and 'stderr' to the console by default,
|
193
193
|
Only applicable for synchronous 'run' and 'resume' functions.
|
@@ -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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.999489 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.999060 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.006833 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.005433 #
|
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.click_api
|
12
|
-
import types
|
13
11
|
import metaflow.runner.subprocess_manager
|
14
12
|
import typing
|
13
|
+
import metaflow.runner.click_api
|
14
|
+
import types
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.000062 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.027097 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.026684 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.978696 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.984466 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.978324 #
|
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-
|
3
|
+
# MF version: 2.15.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.983323 #
|
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.
|
11
|
+
import metaflow.user_configs.config_parameters
|
12
12
|
import typing
|
13
|
-
import functools
|
14
|
-
import metaflow.decorators
|
15
13
|
import metaflow.flowspec
|
14
|
+
import metaflow.parameters
|
15
|
+
import functools
|
16
16
|
import metaflow.user_configs.config_decorators
|
17
|
-
import metaflow.
|
17
|
+
import metaflow.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-
|
3
|
+
# MF version: 2.15.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:36.002241 #
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.981681 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import collections
|
10
10
|
import metaflow
|
11
|
-
import abc
|
12
11
|
import typing
|
12
|
+
import abc
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
+
import metaflow.user_configs.config_parameters
|
15
|
+
import typing
|
14
16
|
import metaflow.parameters
|
15
17
|
import collections.abc
|
16
|
-
import typing
|
17
18
|
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.10 #
|
4
|
+
# Generated on 2025-05-01T20:06:35.999621 #
|
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.10
|
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.10
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=NrnWFGH4WXMe9xZvb7IEXbmXxAqboa_fRejmoLTcjQg,63365
|
2
|
+
metaflow-stubs/cards.pyi,sha256=dOIbK04Q2KWVhOc4lWQEkQXLHDVcNosFMOCBTQYCsVM,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=rLRF-K0ysR6ntqFPxVnHqyntLHGh6GYoGdtfCeEWwwE,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=Doy1pf_7Qeot2qdheHxCTFNiMasTlwmJ58xm3PgdjrM,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=rPD61x4-t4KiR2CO1AeuEvpzlvwz9UezECq5rWsuMNs,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=3el9q3jKtXL4NN1dS0TKfNUWLhLrKOw23S38F292-vY,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=vE_MFLXkp0UrJ9WgtlRme0VH4lWKOI-KtoQ_AHSzbsM,34
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=AAMSKOUNRipRMVvVWjWSCEY0KTPnjAm2nH5cqiNMb9E,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=RAoMgkkuNZpVdoZ3Kge49aRvvIXELkXvTa95-D4WwRM,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=yV_QCVuHESMwoRTuzN67eiXfJyM4sicmNzGTW8MizG0,4783
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=ITLW8z5zmS4YDGbIAQe_Yoi6x0Jh3BAodwEZ7ijCBGY,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=LhTqjzla_XID4Rq8aRo92ZljA3ud6q9-VscRqfsQKD0,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=EDB3DlZhk354MH37lCe0YX8N6Anc9J1LCgFdFGIny7M,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=Eoiw86gndwzREz680d05Vr-n1mOaB0MYAiep99OZUiU,7477
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=fgToa_F3Vz0T_CWwszXsp8qTGdiIvYLdxoipQwVgAGs,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=6lsTo2wx0QqAL7ahobPCuUwnDICnmVLe8F6Uofr4dw4,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=_8ikfp0unB4iPcPbmzmr6ZoGhqiwc6GmhDKROHT7YsU,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=gOnQh6Sf_cmnKupFLm8_jge0NUUe3YSOUDZK1cgTFTM,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=FM-um-Curg7Z97_nq_cig_I7sXBtyV0rWswr35Tp0Sc,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=ACOFcM4oHK31ovAjyT6lOZ8QYP8GTOZ5pA_5f_IiIKg,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=0_MCVYCKNnykVo-dvWxtS8Qj1JLH6-uSYY8NzJ4Mk04,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=LvXp0OQYbbcg5EsCXlko9Ac54HE-vrybWi-0AYX5eQA,47719
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=t0_KMX8bHZn50IfRPvwb0tbpYo0yBEGc0dEQ4eYyaXU,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=Dg-DnI7nk5IYn1LCWNXcPFRQlkuJOmvBsI6XGf5LlNU,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=vzCXCRl-CwarUU4O4N6eMq4SMngswoDUkgjsMO8aMbE,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=SzsvJJPdhs8YGxhhLtomROLdSgKJ-nguMzO89zTmRaU,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=mIXUIYSNRPk0hfzLxV_poJGsX1KGeWMlWkQIr9PCnfs,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=muEcJJ8DL3h3pKOM0aSIbtsRuqb66FqFOy0O2XyAIt0,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=tijgn5k9CiTdeulJcrJ6WnVOauj5y4P1B6zv412m9OI,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=c7Tm_VKqvG--mxRsx9zSjKb4Dclc0XRvtJh1CX2EuIU,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=Y2ci0DjtBGL4LdxLlgPinVfDkNg8SVI7z70cR-Rh5Lk,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=yLzbN0RyQvf12NhxzPzykZNm2e_DHojETwbatKtC_xg,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=yP8_bxuYvHXaEHohWZydAfVdFKtzlBHAe0-hH5WgtKo,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=85j4-ZmbQ3Rw2R4fMISTNbkkgB1cPH_apNpjeMNHrzM,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=yZ9D80RMfGcDMIRoRDTjeHiNjrNfx60lVeGO1mIFNA0,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=2XT5HPVe29fVRA8N6JN2EzsjAyyLEu1BLukVZDNN-AQ,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=JJa6OdGKNWu_Az8WpjI1PoSxuaWoulYSmX-NHRSsAC8,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=ExtF0XyT7oKpXtiHuN2IC6Ee4iZto67zObsDKpM8LKw,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=s6TFMDjOIqbVIfnmkNAEg-4q-U2Dj9nC2rsaKWhOGk8,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rl2T-bvUOuUEDvaJPGKy1lliL8mA5NFOwgtsILu8g98,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=qTQCtax0mCbvXidVySR-DAB05iz-3UvwvqBnGey7KjI,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=MAHv6-KwVDQW65GmHR16Kj315wE5Nln2Cz1gcjS1CYA,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=hf34IL2dWAt_zivmkO8_b6Af6rH4Z-UtGnbsrB_9On4,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=OO-2Ainhdn39IfYCtOB3GTZDBOV4MI_U7rJd9R3U0FI,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=EzDAxQM07BDbHyg3HPml67oKIeBgIeF2UcBhUpMnrNU,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=WHefU2z0718IUh7J3JaXyZ__7rlIFsvef1XYAOT14pA,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Yn1W5wLmHEWTaMNXwK2REmXIr5fHZUjKqM40IxH4OZU,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=CeuL3aWDo-CavAUx4_f27SnQEGVf0jAjOme7NunmK5g,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=KGJ5xaQNR9X6V9t0nBA3_m5gtNFgivZ39Ihf12WzubQ,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=v_9HPHETz51j0qS6VACqikJ7Qkb8EclvntQ7mfjlsyU,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=s8makHPoifL_ICeuaQ4gqex4w97bxpO027amL-ynuR4,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=hcWVJ79pWzrZjkM0DFSi7X48Ce-i8AfpdGk9lQnSM7E,13775
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=RbBvINaB_fBvvKIgKNyUe7B0saky4dxam_zYHlIgBYc,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Oj2m-dv2VgMXajyS9UJD6dGnf0cRFEGz3LFRXcRSveA,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=AlXwigpfFruir3RI5ylrI_NDXaVtIG8_Mg5QIa3xLRg,6197
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=chLI5FX6UuL2NWxvvcuZKH_13wNabV8l13Ih2CSSsHk,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=vTn8S0eaJAKF9vVLM8PkCdvKf9x6uCxvV1QAomISK7U,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=sxYAtD5AGvtoyrcfYqsFpJ61uSPcV2iu_XtvxLlORyE,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=BXodT-xck7odrZ6w17QIGNxUI5sW9bA6GzLUq-OCsP8,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=DvNHH48Ew4exyr2DtWij0fK6VvZ0lMHXAAGHaZR3TYQ,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=oTD2i6MJIH_sKVOqWS1U4rDhkxsYJUc-DosA4YEhl0c,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=hOfg61TazuR5cFRAAO4joUsIVJeEbxvCRnL4xIpfawg,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=0nErjs1Tu6c3be32CeSLh5HJqZixRQtZFPbQkEQbewk,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=iX4ypwq4N41EYjrR2Frm2xcfX2dZcirugbIl5tHEylA,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=njnosHPjkjVyxP1cx7yEnb1cW9NaklOoapz4N6rcVq0,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=H265COlq8eksANjzSYcW3VvfnQxK1YAr5Q2zi2Bg7So,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=say2JluR0KlWtHVy65HH-XeOuqx7Z7YIVPxJSXMz3rU,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=_XKcfCPIBsYSJOtAo_FzVuGehdgp1s04bcdYedkj0CY,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=NAbTsORT-qMSe6JIrC6IppseJeBRQbHzXHKWC4WQTiQ,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=km_AXF05Cr9ZRC3SoR18zt2sO2qKpLiqNq-3sJ44VfM,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=CabkvZ15AIsMr9k9mc3XzqTdfgoOycmsZKcoPYd3C2k,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=c3kMjH8CMLDJifte46WoNbilWbAzpb7dq1meMHR3bc4,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=JhWuC0GFtMnqMAekELJGQV9zlBREUkGtNn6TX4uO7sg,4342
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=GvAMrRZ4TwPPtO_OdUX5IpJ32Qf0Ydefj6uzodSoCUw,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=6zi4e2dJwYXCoibH58URpInnb2SgCtz8MBhw8_sssyE,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=AcC5_eO-U8Pup_SpLYHxUPlyGuSWMsp46om7I7oFVmw,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=XFxPtbMfWaRsAJ0w1xVFCgbGY4cU-U71a7Gyi-OBH8Y,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=olK0tzlOI-6JI4KWCv9Zm1A4qXePY1TxQhvBHQ7areo,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ArsORRajfmC4KSKbC7vBZg-7JheQQngwvDVEhnjqlLw,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=g2J3TeX1KjHGMGJOXBzl1vx34Avsls4QJX3I-K0FGL0,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=KdEx0LNLLEXdYYRruH_4kg0q-8e3OarfdG7C2eEuqwc,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=KhOijBe2vGoMDiss3xD6pVfZ-prhAKLdQvJNhenvSOA,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=jFAMETe1u005d15_nWawyzNV6q52C6DFgdy3t6lXyaE,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=lDDiUqwQKtfz2JYAqmdgFWAfva9_VNoP1wXQt0sP5Cw,2962
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=SmkShQJ5cIsCl81HPWHhKYhgzSrRo8t8knf3vHVoL_g,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=c7C81utaHvfahpKuoQfhHfFFK1aI3LGbTmaz7oyITGY,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=vAhKtLIe4ON9-Si5MY99ewC9doQVFlycAXM19nJftds,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=wguI_nb_pafK2s605HAbkEi4diC5dey1ldJaepZJflQ,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=ZCvfQaRP8GONTf19FmoMCwchO7zsSHW4UGG2Xga_56M,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=7pVPHwiiBh9CaZZc_XQ6kuwJGiipwHE_hKtH8he76R4,7502
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ChODEU7fXc7Uoda6NpWXITAn8_p08m6rOd4oaBcb4R4,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=VX8u1jUdfIoNZJvMWOUepveNnr_zVULG7zNQNSYXSUQ,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=k6gUzHW8cAnsIyRsNl2pQZcwzHqQFKzhCgMCS7LsGzQ,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=MAbZhPjKnOblAUaDfZ0WBtA111BaXADpcTcO-yzKauI,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=W5kjP2IiCoJHGL1UPVDzvFVQ8WhnsTK2Xvxn98qugTk,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=dHjDLWk8Kmb4xVGqYYa6rVwAsU9bvz-ULBTAr6OnCj8,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=kcGuXW98N5DOhK3nDyXRrR8HyR1mL0r5CZnn_aTQxj4,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=Kku6DR-0IMkwX-T3INc9wb7U1NZnhZ7g_X87Xtyq5O0,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=RhkJ4WvGuTT0IS_ggt-Y6-McE4qXHCrjb4aWZCOg8kY,24018
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=8teFqLpXoRV_foZVIO6HoppaP3yTn4GdYkhFjJXzxOI,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=3I2NV0q0rbJX63xJJbuvmtToxiFrJRr782n8i78ivvA,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=NZB4eKZW2gYXFUEdVPiQ4nSdqu6tWIzmY0dAu-7m2Kk,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=IfvUNNilE0IQi7YNRkGxnwS8ESKKS4j-aX_8K8enuTs,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=rNknDXhEZWFSxEH7vIrn9pG0tCbkUWWdGf03X1u3L3M,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=ynfa1JmWB3lTrD2Hm7GAsoeqZ4ktwRr3e8TxnbypcF4,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=qtBIhkgQs9mxCvqqa2EI6pEATJnIj8wDnH7ahyP51uY,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5nIt_ic2iffBnDFjXW2I3wCXV04GDB5Yx8vsgn3HGZU,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=o2wNn4qbovygqPrPKc8mbwxwGv4wndg17j3ULtruALA,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=9_1pwNeTXdbDfuUSF7m0Jc8KKZKUm6Qkv3jjf8T94OE,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=rh7crwyeZRVd7y7-jXnK9kiOwVRlqO54FOAC7qwQg-w,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=BJL-l5DOCQmIYaJjVCz06_nseDgmlAKOCAxlZ9htDkQ,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=jMc0kG9iNh2PFXbwYlOC42_Uo-ujXgkJoyX3zYG0yDM,3733
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=hW_YE4MFpvpf5mMtslPEDgLVZVDeheau8Bl8jWoMvxE,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=tW3spCnmKqSgqOsGAykuCZI1B6cF6EaM5Ui1r_F8ss0,7620
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=XyfZxOEheK7slb4nHQg5XX8uyfZzZpGuXyfLZQkm-k8,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=bQf6-OqTDQ9j5oJvUNVuzaZq2qf52OqKyTUDXrvNJwg,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=nNM2cxo3TIEaCynw0jjv8lhfk2CtYdqHxi1pCCMt-9o,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=j2LPaKLNYNUCluw3k9IJEaeCTKPCOrf_6n4-wUXJdsY,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=wBV6I1_jE75MZ51grgcuIu7jdH25UoArq28y-IToNH0,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=cNf2gbYTGrTZCHee3-PzCHXc7yrJ0dgRT5xz6ZfqvgE,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=n9-UfCXO-u57bLyAE2jEgFHtmYm1fNaceAR_50hNKsY,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=YTtIERbO2Xta1VRLI_5UQK3DTeHL_DxSd0MAgGGUaS4,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=YrijHH79VIK675kkJKJOHsMF3wcXhujZ5tP6kJSGcMA,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=7YL4GwCBSR7P4sr4VU7dq8f8C_FmtpbDST0GMNHBI54,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=CJ4TjAWmMXRaddRc2SlhZnauUA6N2wxMzvfYerm0Vsk,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=tj_gAzcaECzkOZM5TuTvNEEEAVXJ4KBQu_s_mexoSjA,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=sYXwCAcV4OzV48a2_Rgq9DGRKycTsJcy1jU_14pPuf4,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=OaDe7XocrL-c-dODqzUeiWIqKWLr9cj8Kjzyhurpy74,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=OJQKaEo4rol8pxLbKeRzqRHivB-tW8ivap3Lbn0GTCA,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=7bbAxPhZ1WEBN_GqSYazc2WkjpUA5duYPmzbVUJ_Sms,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=Fl6_Wh8w4ACifBqY5z-5_C2PRsg0K4DeBJrbZT9cIFU,7715
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=Vtt4d1vF6QjmVIy6mNVOi2acmktWglkPgs5ioEdrUuo,3344
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=24ZAw2LrCqpaQFBU6lyTrfUHZvLJJIo-RWJsL4u-VBw,10925
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=Tmc7ftPAAmJSpqGFP5PTydIj_Qi6gVzRO_dUfxc5QuM,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=ocWWo3gqmdr-ai-OHVrxKMHNwOSSuJOsemaMSNfAjE8,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=s6pFuCTc0juRAF-Gwf29ANrVdTHSxsB0fwFzVxYDVYw,9273
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=tIYa83o7bK4LIRRLEeVyCSJSIKnRvMnhsAbXcshuBTM,5972
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=v2qxBFIzxE-0wpfrEX-U4swddx9gG0Kdkla_e1oHzdY,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=N33IUNejQVH8I3fa59wVsw4FXO4w-jv-xUqfv5jr7Sw,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=18ekQ9DqQGy1A6cz_ENEphyzNxUDT6Oa4nGKdwaOlao,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=suqrJHLo7gMwOx2INrT1tZdqh13UuUbrdKatDFsBUho,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=YDWd9uv64AcGtZZbzuaPZ7OknJSUIvkQd_MZ-COEP2s,8940
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=HTEqRl6IhNqd9PmWvbFE2TAgRwQF6dicYm8BfTIFaF8,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=U5BNJtHSWr2ks1-ntRna0bw1rhq7lQyIjfQ-4lTTGUs,8349
|
146
|
+
metaflow_stubs-2.15.10.dist-info/METADATA,sha256=3Zoyas9S_gqUC0A6IWeWZrK-3GaNd240PQzCX10K5NA,1619
|
147
|
+
metaflow_stubs-2.15.10.dist-info/WHEEL,sha256=_itY3bZllKbLk93i0gzNzdweAt5eocJdfN7atrjOnvQ,109
|
148
|
+
metaflow_stubs-2.15.10.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.10.dist-info/RECORD,,
|