metaflow-stubs 2.15.4__py2.py3-none-any.whl → 2.15.5__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 +570 -570
- 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 +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +6 -6
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- 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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +7 -5
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +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 +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 +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +33 -31
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.4.dist-info → metaflow_stubs-2.15.5.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.5.dist-info/RECORD +146 -0
- {metaflow_stubs-2.15.4.dist-info → metaflow_stubs-2.15.5.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.4.dist-info/RECORD +0 -146
- {metaflow_stubs-2.15.4.dist-info → metaflow_stubs-2.15.5.dist-info}/top_level.txt +0 -0
@@ -1,19 +1,19 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.499582 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import typing
|
10
9
|
import metaflow
|
10
|
+
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.plugins.argo.argo_workflows_deployer
|
13
|
-
import metaflow
|
14
|
-
import metaflow.runner.deployer
|
15
12
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
16
13
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
14
|
+
import metaflow.runner.deployer
|
15
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
16
|
+
import metaflow
|
17
17
|
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
18
18
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
@@ -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
|
...
|
@@ -82,7 +82,7 @@ class TriggeredRun(object, metaclass=type):
|
|
82
82
|
TriggeredRun class represents a run that has been triggered on a
|
83
83
|
production orchestrator.
|
84
84
|
"""
|
85
|
-
def wait_for_run(self, timeout: typing.Optional[int] = None):
|
85
|
+
def wait_for_run(self, check_interval: int = 5, timeout: typing.Optional[int] = None):
|
86
86
|
"""
|
87
87
|
Wait for the `run` property to become available.
|
88
88
|
|
@@ -91,6 +91,8 @@ class TriggeredRun(object, metaclass=type):
|
|
91
91
|
|
92
92
|
Parameters
|
93
93
|
----------
|
94
|
+
check_interval: int, default: 5
|
95
|
+
Frequency of checking for the `run` to become available, in seconds.
|
94
96
|
timeout : int, optional, default None
|
95
97
|
Maximum time to wait for the `run` to become available, in seconds. If
|
96
98
|
None, wait indefinitely.
|
@@ -157,45 +159,45 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
|
|
157
159
|
"""
|
158
160
|
...
|
159
161
|
@classmethod
|
160
|
-
def
|
162
|
+
def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
|
161
163
|
"""
|
162
|
-
|
163
|
-
metadata.
|
164
|
-
|
164
|
+
This method is not currently implemented for Step Functions.
|
165
165
|
|
166
|
+
Raises
|
167
|
+
------
|
168
|
+
NotImplementedError
|
169
|
+
This method is not implemented for Step Functions.
|
166
170
|
|
167
171
|
Parameters
|
168
172
|
----------
|
169
|
-
identifier : str
|
170
|
-
Deployer specific identifier for the workflow to retrieve
|
171
|
-
metadata : str, optional, default None
|
172
|
-
Optional deployer specific metadata.
|
173
|
-
|
174
173
|
|
175
174
|
|
176
175
|
Returns
|
177
176
|
-------
|
178
|
-
ArgoWorkflowsDeployedFlow
|
179
|
-
A `ArgoWorkflowsDeployedFlow` object representing the
|
180
|
-
deployed flow on argo workflows.
|
181
177
|
"""
|
182
178
|
...
|
183
179
|
@classmethod
|
184
|
-
def
|
180
|
+
def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
|
185
181
|
"""
|
186
|
-
|
182
|
+
Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
|
183
|
+
metadata.
|
184
|
+
|
187
185
|
|
188
|
-
Raises
|
189
|
-
------
|
190
|
-
NotImplementedError
|
191
|
-
This method is not implemented for Step Functions.
|
192
186
|
|
193
187
|
Parameters
|
194
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
|
+
|
195
194
|
|
196
195
|
|
197
196
|
Returns
|
198
197
|
-------
|
198
|
+
ArgoWorkflowsDeployedFlow
|
199
|
+
A `ArgoWorkflowsDeployedFlow` object representing the
|
200
|
+
deployed flow on argo workflows.
|
199
201
|
"""
|
200
202
|
...
|
201
203
|
...
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.424605 #
|
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,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.415618 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import typing
|
10
9
|
import metaflow
|
10
|
+
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
12
|
import metaflow.runner.metaflow_runner
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
14
|
import metaflow.client.core
|
15
15
|
|
16
16
|
from ..client.core import Run as Run
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.416655 #
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.416238 #
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.423993 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.422664 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,9 +9,9 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import types
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
|
-
import typing
|
14
12
|
import metaflow.runner.click_api
|
13
|
+
import typing
|
14
|
+
import metaflow.runner.subprocess_manager
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.417195 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.441362 #
|
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.event_logger
|
12
|
+
import typing
|
13
13
|
|
14
14
|
|
15
15
|
class SystemLogger(object, metaclass=type):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.440976 #
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.396789 #
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.401490 #
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.396415 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,19 +1,19 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.401309 #
|
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.user_configs.config_parameters
|
12
|
-
import metaflow.user_configs.config_decorators
|
13
|
-
import typing
|
14
11
|
import functools
|
12
|
+
import typing
|
13
|
+
import metaflow.user_configs.config_parameters
|
15
14
|
import metaflow.parameters
|
16
15
|
import metaflow.decorators
|
16
|
+
import metaflow.user_configs.config_decorators
|
17
17
|
import metaflow.flowspec
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
@@ -1,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.419515 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import typing
|
10
9
|
import metaflow
|
10
|
+
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import typing
|
13
12
|
import metaflow._vendor.click.types
|
13
|
+
import typing
|
14
14
|
|
15
15
|
from .._vendor import click as click
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,19 +1,19 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.399689 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
+
import metaflow
|
10
|
+
import collections
|
9
11
|
import typing
|
10
12
|
import abc
|
11
|
-
import collections
|
12
|
-
import metaflow
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.user_configs.config_parameters
|
15
14
|
import collections.abc
|
16
15
|
import typing
|
16
|
+
import metaflow.user_configs.config_parameters
|
17
17
|
import metaflow.parameters
|
18
18
|
import abc
|
19
19
|
|
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-03-
|
3
|
+
# MF version: 2.15.5 #
|
4
|
+
# Generated on 2025-03-13T17:07:28.416770 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.15.
|
3
|
+
Version: 2.15.5
|
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.5
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,146 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=dmUWpkpXWmUSB2WoW8g_ztLvsasvgsk2g0Z30B1wclw,62813
|
2
|
+
metaflow-stubs/cards.pyi,sha256=ffJ6j3DZL9brC4jIPLzMpXAW47MVpvamqtL13csziss,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=TyHaEWEgDNHJMAN84JjUvccilkWNI00LSeYrm1GB3_s,2170
|
4
|
+
metaflow-stubs/events.pyi,sha256=iISh7q_kIl5wPoPV0OOqT6yiRkgAWAxWKGBfSeDesQ4,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=_lMnA8cP9VE6RzUYVn9Rrkhl6mhjuXdWFRnqU9-V748,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=NdoEP3m5sFd6fG_KmMG1UJFWy4Bejwa5qY9ZxX8iVIs,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=adctzzAso_9QMt2TMv_QZNhFXwMIqbymcwhNQAT8Vlc,33
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=q7vDc4-z9zUXaVThMQ8YjeMeXyAYciPdoc_VO7VcKAc,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=KntuhuovPBs74elS4pdVEGkSJZ_v0R20QacYuI8AKWw,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=GR6D5dzv4ernS_1lHkViblH5wBlq_aT_g5SaFSbBmxM,4753
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=zOW40N-sdQP18MxqYNL8OLQ9REjF1HW-gC-rGpQgPW0,9655
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=pjsqN_aBwLeydJXGmCMrtDD1i_-FSgFBqPaZp4XoUjo,2516
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=ztWOMMRtQYxkfKykhZHFHYnuTsCHtPel-GHjUZAXmIw,7477
|
14
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=mgWVY8J7RQSqPMrAMca3WFFGM1DCkv80PLNOxjlfmj4,994
|
16
|
+
metaflow-stubs/tagging_util.pyi,sha256=5lubrmgWPXpvHM-DMX00VLu9-Z0KxE0b0GPnsqweW_E,1494
|
17
|
+
metaflow-stubs/tuple_util.pyi,sha256=ZRtKq1WqDtv4cdpzF6NqYoltzOyw3UVqWXpX1Zit3s0,663
|
18
|
+
metaflow-stubs/version.pyi,sha256=vflrT64XpmiOxUvTubvPq8kmP8VU1-45PCEh4C38UGQ,577
|
19
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=eEOvBdiclSsbZonKQI6tGhhxOxlFc5uVbK2lETad4iI,583
|
20
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=QHwv5MXz8Ul_AeM-rNjUfchoZAMFxOvdusUuXKiykp0,1260
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=Xw3L1sBp6xiEu8EjzDOvi_b-LdceLi8zcwNrQBcI3cw,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=zpBmaYPAiBzggoEgwiBgEDEiQ3T41Z3pkZ1QjprgmQs,47719
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=TFljVWY75B-aNSfvrMGuob7AApwFLLtCd19GVK16KP4,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=1tulrTacz6CtUbsb3pJifzhsk_kdqZjq2ASU5KYmNVo,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=bl4KD8XyK_dFplVBux2JTX3RF8jcakl0DK4ClierQiM,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=8V6zFHinZ5gB1-Du7LCIFEce7Zj_C3llAY8vlZfLIAI,13235
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=8d0fnHmotHHUBZzRFZnGmCxJ4AvdVaKzVywUXrITi3E,758
|
28
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=kL5Bq_LG5E9ORJHWl8w18f1DvU_x69bPkkkMQGB08RQ,3741
|
29
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=LHkgwPB7tdrg7rKlTdcs52jyaZ38kgExHNsD23JSQQM,2243
|
30
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Uk8zCooTPPrRLEMauOGt07xHl3ewTAZ8sZchMZn_RQE,932
|
31
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=WsQXpebq31_zo8wcPN4xNNUo6Wj9RMAak2vrsGZpMXk,910
|
32
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=0aD9KGHoFFljgpmcqpBYPbqGF9aQCJ9QVLbbq8IH5Z8,1052
|
33
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=LP8tCVAF87WkB0onYEDhbC5MCQAGYuCLFfD8txjRTrY,4772
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=NEL95bJkftL0VSmHNvRw13JANkoKc82r_6W-G5Z58Oc,2445
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=6sBHkAXmBMDbjaOP3f8-OyD7BxvkPLl5z5vDiu39x8M,3713
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=cG5UP_c8PsRopJkBblMJiQqmNduW_4a37BWgBlg9okY,1829
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=N74SRJLgiSDRyVsOIT9LSJsHGFVQ7dbI4qJRMMNmYzs,1709
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9GNardYlOdfGGro2uSc1kzpP4xyZZ7630abs6k4BHqA,1198
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=vf_0ARMTz5ua8GyL_m0W-ptmDLLZdO_h5Dt0gvjanng,2087
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=BankpBsVu4RfhsKebjhc_Dq0DhQ4Ank4eeUtcUu6-a4,2296
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=bexM7Sw56GW0fTY7-M5LRnIfgGm-G6OrkCsxqKjyNac,722
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ngiSvn_zVGtukMIh96oxmEPf_ICD3FboA9bb-M2RCxY,1229
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=FSVrx-k8Tu75GRpPWSa78Ecn1ZYG-2yACX9xw06XmJs,3154
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=GYYt15FO40CgRAjY8Z73Ca6EQ98Ba-W5p5UTAja92_Y,923
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=vtA04keKnIAei0cFEiznjVigEgpaAWDB-hK4D_WvWm8,877
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=cibJTdi9RqYdhrGsIvIDQ4BIlxcE8-f4WnV1WnLnEjI,1497
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=uRjlVTHhJVUJ-gcTjb-xfJHavQSUAmqUVF1Arvp6XuA,3309
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=n69LBt4Lp7TzuZfape9cg8n61Nh1YqkRs89WyGekfXY,3220
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=MZtD9noiE_r1hExiHb7qURzqzeZ-2F5Uph3nCHlgc98,727
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=l7VjE8nwxpC4Rp2xKHY_1eP0QMoEyg_nJNA3WguD3X0,2534
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=OI6gOcplDqLTeTd-zqH4jW7UVe7Er9izSW3JkePRX3E,3348
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=kISTu2pVrBJmVRvILZ0UD16XhH3finUvf_Msy5uTGKc,13527
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=5ZDCfsiBVIJfRwqb1S-IdJh_gizl6yuWTwVLKLTjjpU,1375
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=KH_iuZTsWQh_6V7dkkBaL_VS8AwnsTHIAz-9rBW7KkE,4595
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=-nIK-vby7ddmArAacBcuOBubpDoUeavfKSFVrOzqUZY,6197
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=rRR8n4MbW_SCEhAF0Vc3Vp4lxbu-QHny1Ph_XmZ-B1o,755
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=6Cj6ZCmqymhSyL5PVTh35zLXd30cLcsDnYgRD89u954,930
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=JjIzHujhTkh0UHDjB6Xe0cml9c3PGbGAaUFMTZQcH5U,3085
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=hVM3k-sUGgnfNI2KtKI4CWvGSIagdp9KVaQ1xkVWGrg,675
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=9TRXSaVSodug1ikPGjDt5UNxfXL1tlErG9b0iA5JYZg,2905
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=I9U4ZRuuITwZURisjdD4Cboyp3uM4nXPFYFPZZ-j3yE,3767
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=r76lr8_Pxp34DDtV0znjugFYb26YuJsR6p9yaC-hCq4,5937
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Ql4p_pufr1CANaqWlyGWjQ-830GMJk3_Oywu4iF6nYQ,645
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=yhc4aSZl56ARgtmzPj29FN3zXECM9rDMi7j6o5uDQR0,3575
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=5-QWCKcVlK7LcnJT1D78ozZ67ccTZW91uI9VePsBohQ,792
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=NokgyZK7E75SjwvXaa1Ht7TOpjKChSiVZklgRSifVNM,976
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=SWqY7SjmflwgGK5g0g0VXhh91eOpfzR-dvgMJJch8IA,899
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=mvke_1F1UflwealfLEhWf7NnPOdr8_fo3ybp-LQ6df0,1637
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=QxS_LVV_rLI531c1MOIW4EdRXszwtASXybXDCD8NLOY,4553
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=JQD3aQKRri9ey2FXW9SxsbI8cZ-MO452R0Z3Gw7ahFg,1186
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=VX5LDMQcTBPW14VldzQInwNu_1RJ-p6b3iCp9RsnN-M,1145
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=lLYi0GC2pzSgVjVJiVYeOqKGKJlUP-f_CDoA_ZfbM3E,3881
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=o_g2eqErWMGy_q5EYvcJH7hGbUieG46joxt2YZA1BRY,4342
|
74
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=kAd3d5iRXmJ739ksNt40fNF1BV4SXU2uuk_9fR4Tmh0,1011
|
75
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=8Sh4blj7FwBV73657f4uVQ-5czN8sz34Y8O5pacdsZQ,1168
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=zCkTrdhtj-qF6RP2hNXjxOzr4Q6wLhcUxsMuGjpSpec,999
|
77
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=seCKkr3cngznSEC0w81c9kCBt7JcGimnAZ5A6Ktfe7g,2289
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=tTydXyINvcB-KcrNMn9sx-qH-4oan84vvjSwekzCl74,2458
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=HtMRWdgPH5PinQVb_dkQuM46XiHDM7oZdzNT9szF89o,1568
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=EFK7XAvdC1tUy2E7UH3oWm0xQrcKPDq-a8UNWtdZbG4,1667
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ep_g30PiPS6DRmYf7Rb-nffDaqcaVjxK7LrCEE5trb8,916
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=2VXspsvkk9Fq8t8qOhSligOh1NZ5fO_9-YMWScrKDBk,4909
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=KkOc5M9lQL2aRXh5V4jBHzLACAeXwDRQTKMTYpiEvTM,1089
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=hHRsghqVTJ3s0eZQ6le8zYRXi3TVp-CUOqviiB1HN2s,2962
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=354hVdAfgxAnO6tMmbVrjbsn2dQ1GTzz68lqt3pUwyA,3038
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=EC2Biss44K8rqauJrzOa2JH_r9uJJWqE0MOezPwbN4s,759
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=YWPLx3KFp9bn-Bx6zfGP6QjMrFoGevc1qktXbkEO0IY,8476
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=3JlbxSkd6Z1KltZNfZAUix-MfMPgEgmtLnM3qegmbP4,2470
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=aMtiBNxfK-QmFeWtvr0r0bkFJApSsm4X132qcTXS2dg,986
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=zLaLayZpnJHnN3-yloHZsHYUGnwKedG1g9u_nqleUAc,7502
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=CXrhS3DxbdFDOWddrw2fidz4PX2wbX9bS9IzXjQFyy8,3196
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SLD0yYXPgOs7YcoPgNFlgMNlbMERSZ4W-CxxfMjrqnI,11481
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=frt20mnEr5NBs8GX0L7X9vte7Sm7GzzzBIi0kMRUHRc,1479
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=U4Jj-_5vDWUkXKLVnqD6AgO6s1-nhiIsRzq4dRjA_80,853
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=HVwzvM5JPis_xDKjSa4h_a9WPE8RlxDGn6wgU0MH0XE,3550
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=sHwYglbx4oirWfD0Z-NwlaWCH7-Cj6abrR6SMo9TMPg,933
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=6_zXDcxirDNih8XqAov8Le2r7qPiT1MYzi5PVzm35z4,2797
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=RBYhXM8Mxps-p9rpwK3socEaAB-pogKxGDfNBqVSZZk,1204
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ysEHdfN-y8pLeMPUpedI2COhRbIkJcyo05b0_kkcykA,23894
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=GKC7aAL6KTCbWmx6riuO2souP8K9j5B4-K4UMfQlMko,1036
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=q-eBG_3Gs8ZhFXCrOFAq8bDuGs9_xog3bfYieY5TPh0,1132
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=YT-3v94KrRlcmeliBkR1nhi8gQzzyC54UIj0JmrTIhs,587
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=QWUbqw7AFxZAC5kVwjeOC3rBf3P3v3fvI-c5rkhTa34,1200
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=DXChz9MBxYmKrPrqmVi6GlTeB2rbYohSxQ7BFzPLaUo,923
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=hqenugS_M6FfEvfrxJHKEzcG96J1e0RyhUKfQyp8DxY,3298
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=VrapztmEAAnX_a1KkSW56k36mJfr0os9tDYnPsVX6Gg,796
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=qwmfVmp4jVEB6r4rRnsPh5NpRWmI0k_to2VSP0yEewk,899
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=gespiFba63b3QbeJp0TXPmhxNhVHB9UR-i9xtV5vcNg,1086
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=TYeIy8BhlcX4EZ5voQ2qeIGa0iLsEbg_oYx_YUjFUII,1641
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=pwM1tfqG80o_giGl2eFnwusHtExjDBu0uJTGf0jF4G0,905
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=d5o5eQQ0CThFhGgq75CeNMt4vt3DwcfIl5S6BQfHnqs,1707
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=k5mCPZR_bt82qFKJM8BcoORcZBfaLifsqU7YT04Rf-8,3683
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=BaWVJDd45Ygk0dK3i27-Ym61X9IevarVOJfkVQ8vrVU,1326
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Pf4zMK1DjNM8lQ_2ykfLxabSppppVjck2LqAiM0oNJ8,7183
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=74WWhGyrKOC42toP_enbV9lOHo_OVD-VV2Ter55vB84,2525
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=bgG7GwWDq_21G2n9rDT8hpcJVAqN6wQqg9-Plr-6810,5389
|
117
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=S1rSRuVrRgAlkmMExFAyafnbcnMXGDOfLwLRAB86tIA,762
|
118
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=DWiiV5dzKZfBtAZESCUnZq9et49Z2nBpK29Or9HB1Mo,948
|
119
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=vvOgVroL_mIW2VZvfKYacCkh3ccLQ-uIzNViW1TXF34,3789
|
120
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=lZdTTV4GSeE81Wo54AcaBabr6QdgYBPtzz2huoiTbu0,2409
|
121
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=cSls7umogO-3rF6QO85NoODGGI-cIJe6PuhdqMS6L8I,3741
|
122
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=odROlyMlriJ_V2J00VHA2JFPPS59_s13TRadvhW5s_4,2610
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=BhHCwwlIf6PKime0cWKCEeOEmi-5X3xsajphzHGWgiE,834
|
124
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=MarSQqLsoDUJqjZ3kgtOjq21_WSaGh4AD2dQCvPq4ao,874
|
125
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=CBDx52BlVX-Z52qDnWztMX-z-T_2zO3Sva43SIWwbWI,1042
|
126
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=R3t04T-kxrA0vK6jwMI3CHAPUPq0gkXhFqcG2vq9RR0,986
|
127
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=2yOGIXaGyULuZ3P9ToNM_6tZnAMKXIRv9dMzqrC12o0,2345
|
128
|
+
metaflow-stubs/runner/__init__.pyi,sha256=nzVtNsthZa5nCq_rx73-BLCAJqLO7ONNXFiQc5SLjiY,831
|
129
|
+
metaflow-stubs/runner/deployer.pyi,sha256=UBohTXBoA_qdGuO7IBYoUs5-iAsMuwR2JxU0rUJYRPA,7684
|
130
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=_RM3YFmezfYdz26v7gbBOjsuzPyz-f-eNo7oc_WaGF8,3313
|
131
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=FsDlloOGVsSjVQZmEXbQ7DMC3bBvxqZawzLrm-WSBIU,10893
|
132
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=AD4-BAFvnJ-RLIUeQFvdBMSVn3XUTPB4nrS9Ze_4mp0,2946
|
133
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=b5N9AKcqPIyiLZgTPmUCOZH7-QlUEYrCdMt9Sm8QwsU,6035
|
134
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=_j-KL_bxER_yET2C8ZfqLDR5ccUKM6q8wzy6VbcEksU,9273
|
135
|
+
metaflow-stubs/runner/utils.pyi,sha256=zajaW0PRhMoyuVD-5qYAI04Q4CA8scI0cQc8ltUKJGc,5972
|
136
|
+
metaflow-stubs/system/__init__.pyi,sha256=gzZw4M551WA5X8qS7-21mMJVzQvVyTHWvzN8SjNV1hc,761
|
137
|
+
metaflow-stubs/system/system_logger.pyi,sha256=q1H92ZUgvF0ieKVmQYaFGfemB1RBR7QUodwG-B3PwhM,1666
|
138
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=QBWAlgyJC8tBzVxndNPb6cN5BVU2aFvnhpa_psWHe_4,1788
|
139
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=54gZXdMxRAEthtFVth4X9-4cxPQOFbKIpTrlYUH9RwY,707
|
140
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=xyxG7KLi89SKGmKJscBJEil08FzzL540q2Tu3nc6yR4,8940
|
141
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=RWaAUHUhjZ3r5Aturter4C_34HeSOiBDU7gFfHnnOIM,2955
|
142
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=huEgnOI6DexRNETU6ASxZL6IVHfPFoKdc9g2rAJVjmo,8349
|
143
|
+
metaflow_stubs-2.15.5.dist-info/METADATA,sha256=jc2x5ggspp1hbZ7aWB8Wql7Px9RCYnAjEii2xsxBbpw,1617
|
144
|
+
metaflow_stubs-2.15.5.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
|
145
|
+
metaflow_stubs-2.15.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
146
|
+
metaflow_stubs-2.15.5.dist-info/RECORD,,
|