metaflow-stubs 2.15.0__py2.py3-none-any.whl → 2.15.2__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 +443 -440
- 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 +3 -3
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +2 -2
- 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/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +10 -10
- 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 +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +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 +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 +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +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 +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 +4 -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 +4 -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 +113 -0
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +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 +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 +2 -2
- 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 +5 -5
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.0.dist-info → metaflow_stubs-2.15.2.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.2.dist-info/RECORD +146 -0
- {metaflow_stubs-2.15.0.dist-info → metaflow_stubs-2.15.2.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.0.dist-info/RECORD +0 -145
- {metaflow_stubs-2.15.0.dist-info → metaflow_stubs-2.15.2.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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:26.012833 #
|
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
|
13
|
+
import metaflow
|
14
14
|
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
15
|
-
import metaflow.runner.deployer
|
16
15
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
17
|
-
import metaflow
|
16
|
+
import metaflow.runner.deployer
|
17
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
18
18
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
20
20
|
|
@@ -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
|
...
|
@@ -157,45 +157,45 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
|
|
157
157
|
"""
|
158
158
|
...
|
159
159
|
@classmethod
|
160
|
-
def
|
160
|
+
def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
|
161
161
|
"""
|
162
|
-
|
163
|
-
metadata.
|
164
|
-
|
162
|
+
This method is not currently implemented for Step Functions.
|
165
163
|
|
164
|
+
Raises
|
165
|
+
------
|
166
|
+
NotImplementedError
|
167
|
+
This method is not implemented for Step Functions.
|
166
168
|
|
167
169
|
Parameters
|
168
170
|
----------
|
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
171
|
|
175
172
|
|
176
173
|
Returns
|
177
174
|
-------
|
178
|
-
ArgoWorkflowsDeployedFlow
|
179
|
-
A `ArgoWorkflowsDeployedFlow` object representing the
|
180
|
-
deployed flow on argo workflows.
|
181
175
|
"""
|
182
176
|
...
|
183
177
|
@classmethod
|
184
|
-
def
|
178
|
+
def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
|
185
179
|
"""
|
186
|
-
|
180
|
+
Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
|
181
|
+
metadata.
|
182
|
+
|
187
183
|
|
188
|
-
Raises
|
189
|
-
------
|
190
|
-
NotImplementedError
|
191
|
-
This method is not implemented for Step Functions.
|
192
184
|
|
193
185
|
Parameters
|
194
186
|
----------
|
187
|
+
identifier : str
|
188
|
+
Deployer specific identifier for the workflow to retrieve
|
189
|
+
metadata : str, optional, default None
|
190
|
+
Optional deployer specific metadata.
|
191
|
+
|
195
192
|
|
196
193
|
|
197
194
|
Returns
|
198
195
|
-------
|
196
|
+
ArgoWorkflowsDeployedFlow
|
197
|
+
A `ArgoWorkflowsDeployedFlow` object representing the
|
198
|
+
deployed flow on argo workflows.
|
199
199
|
"""
|
200
200
|
...
|
201
201
|
...
|
@@ -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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.945395 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.937463 #
|
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.client.core
|
13
12
|
import metaflow.runner.subprocess_manager
|
14
13
|
import metaflow.runner.metaflow_runner
|
14
|
+
import metaflow.client.core
|
15
15
|
|
16
16
|
from ..client.core import Run as Run
|
17
17
|
from ..plugins import get_runner_cli as get_runner_cli
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.938424 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.938051 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.944844 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.943645 #
|
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
|
11
12
|
import types
|
12
13
|
import metaflow.runner.click_api
|
13
14
|
import metaflow.runner.subprocess_manager
|
14
|
-
import typing
|
15
15
|
|
16
16
|
|
17
17
|
TYPE_CHECKING: bool
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.938985 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.960675 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.960304 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.919915 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.924930 #
|
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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.919530 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.924099 #
|
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.flowspec
|
13
|
-
import metaflow.decorators
|
14
11
|
import metaflow.parameters
|
12
|
+
import metaflow.decorators
|
13
|
+
import metaflow.flowspec
|
15
14
|
import metaflow.user_configs.config_decorators
|
15
|
+
import metaflow.user_configs.config_parameters
|
16
16
|
import typing
|
17
17
|
import functools
|
18
18
|
|
@@ -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.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.940866 #
|
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-
|
3
|
+
# MF version: 2.15.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.922549 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import
|
9
|
+
import abc
|
10
10
|
import metaflow
|
11
11
|
import typing
|
12
|
-
import
|
12
|
+
import collections
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.user_configs.config_parameters
|
15
|
-
import collections.abc
|
16
14
|
import metaflow.parameters
|
15
|
+
import collections.abc
|
16
|
+
import metaflow.user_configs.config_parameters
|
17
17
|
import typing
|
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-
|
3
|
+
# MF version: 2.15.2 #
|
4
|
+
# Generated on 2025-03-01T03:37:25.938529 #
|
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.2
|
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.2
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,146 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=FaFyD3SLKalhSpL_mxpftkEMEeOEP9qDIJL003d0LMI,62813
|
2
|
+
metaflow-stubs/cards.pyi,sha256=kkv-spscLNInLfTvLSsGkH8smv145edjexSado-2C5w,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=HVPyNFj7f8l1VD_q-SXNHhm3qCStis-dJW7anqYH3QA,2170
|
4
|
+
metaflow-stubs/events.pyi,sha256=ckYSuOekODDu8H8by77l6R_CekWFMwa0GiC_99nO9Sk,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=3lSw8tQIeYVweg8vlAuymf9A9F-aRt_5zYv2EWlP0So,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=1zsnOcHNyzBphcK7dmC3gq-vvTnZb7QfQrUCicfaPN0,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=Sf5KEZSDjFoejMftTN69HLqCWzqR20nVNRqKtA_Jf58,33
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=3_TDE_5hapZilVcQY4zr5UwR96nm67JAcW4SdZ3z0zQ,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=Kz0Cv4n4gkqBakR6X0yYaKvlSCODjE0WOLEn3-mVaJM,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=EJgVL6bnFI6lCF0NgoKUHVc8keCgocm5c4NSsKVmD1I,4753
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=09WFBDK8UoTgkWNaIo9U0Nfa_pA-emfzz0RDK21aIkY,9655
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=qR0mSvcyHEM-iyyb4_Y_3lnBGSwHUhH2-czCyepnGQE,2516
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=8rq_v7oTWcotWK8umgHCDvR49OCm8GP-LQ1WYNA3a34,7477
|
14
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=Y25oTConmr_JL21nX_GPva1_HdoVduwSa4xpzlyAbfU,994
|
16
|
+
metaflow-stubs/tagging_util.pyi,sha256=JGDXU3SlgKcpMJ7JDMWU1FgZOVjdUUNPxRH-1BotEHU,1494
|
17
|
+
metaflow-stubs/tuple_util.pyi,sha256=uvzPeEnKIbaXUcspuc48VeYry0TM8Oi_OSKikXF_kPs,663
|
18
|
+
metaflow-stubs/version.pyi,sha256=edjyr0UH7ztTXn7HjQtCFjmnJisVnYK9B4onsyBAp8c,577
|
19
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=zSU30ScRzcHo7iPpOOW9vDAdMNjXnkaVoUFT3OeSszM,583
|
20
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=rmN83VSKHXuK1pD5aebc5n-g2NxY3uZkbqdNab-Sd7g,1260
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=u5YzyJIiWu2wBs0wxfmkQ9Av7zY1iqmIkAV4sUR0VXQ,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=IXjcIMf2Tk1Z9gL4bbGzl58oIGhaaGd7oF8LSBR-ORs,47719
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=0pqtb6YoczkAHiVAag0V1BIhunU4kRncPJbRXxJlCPI,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=egVqu27h00zGHnE7oWeXUboOoCvu0T-Dq7oCKXDatwU,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=vLJS0qBOApEnRP-giljEvo0_b1Wp2-6qDB1cZpn86BI,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=81Gn0DHJO8QzU7pWWVmkCFExtLv0sfg5xd5RD5xcYUk,13235
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=PRBnyZfllRq9TvMhC3UCt6lpfe5S4BsNgmaEcpEVxME,758
|
28
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=O862ut2AVZMQwimv6uyqa1BnVPY2lA3GWJbo3bYreAo,3700
|
29
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=zJsEfioh48nly6k9g_LudtSYhhoink8zkqoD4UtePag,2243
|
30
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Yv9T2dgLOF-ul0hNcojJWotr5X7lp5z4Mkq4EbzdXeo,932
|
31
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=GQrwjuF1Z1bt_OcEcY5Rk0iVWKzjLY4BxzkeovmoKyU,910
|
32
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=shw8uxW5CDr27EkyRoF0TlbZ2nyAHYaSWk6F_ufD8kw,1052
|
33
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=qi623Or9F5EGr_VLGFVkOaQ2v-w_eSyzWYgkmtCER6M,4772
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=VttoF_LUbWU7VjwjT7XwrqttxygGppzfskRHHrPLruQ,2445
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=AWu7gL1Qo4bsFiPS36_3QbJutONjesf0xhrvy3BupEs,3713
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=m8wA4S5fKExmjaqYnRZOrfbhK7wiytn4YgohP8_D6EM,1829
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=a022yJ-pKDJ4whmVvddiktKjgLtb3vM9N-KmCSAdVKA,1709
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=BVPyDAIoUARiqijAEjdy_JW3LdOoZQqWj15pG0wHj_Q,1198
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=3OlF5gP_XHwoRZwrgI7JFdTshHWIpEcZ0bJLxFCuHBo,2087
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=tQs1kwri-rpDtFaDBsixLECbT1UTzXAgbMAMwhNCfK0,2296
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=z6g05NOCsHDdFeFOAvuFuXGBZp8yZ8fqp7vg1rer-To,722
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=C0MMLWkQvKLrScSFSXUWHvB3VXiYvutodOfWTqKUSx8,1229
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=RbrtmSCCyccIx7YcKVtSfdpjhuDqDQdLaop8LA0ERgE,3154
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=9fjxbyvr4HEYSbcpDvrsP08qI1bczOCM0UyD8sandKY,923
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=avmVX_uThu-e5OKGOlh2BksxTPhV7iOu_ewAS_ey-4U,877
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=kDziWY1dM4rZ28OmZtVEwUtltYxWS6DoNURt5s4u-Fo,1497
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=O9rQBmJnWqAolFfxNIymshOSY043uGP-OEQluxnAvNw,3309
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=blzeSXZ9b5ag2HItKff_2SvG8SguJNQNrlalZYHSmjI,3220
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ZipZ5ifITp_yrVsfOGbrAUema5Vq-vRLXF6CvjGB14U,727
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=KknsnfFv7qgSMOAZ4_iG-uTHxavAPI4mKRI23B46QAM,2514
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=TXiW6aFF6kMr15kL7W5vLypNwaTHlgip2EsW3UYOowI,3348
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=7xtf-coklYgFWtR6l8z6rGZIQTkTlWN6qdNX6Jwq-os,13562
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zx8Wwx-2QoeOkzmdEp-Pm8doIVFOSSxU0zcryXeLk5c,1375
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=WC-CNxZYYOWywNjyLuLLNmxpuTFjP8ai9KrzZCHzgwQ,4595
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=f9KUMTQEIdqNFgfGxs6qGc-N3dUT3TvivPVmuk-IrlQ,6061
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=B0FsKEYkaDlKSpQHd2u7qUwbW54ImVm55KrvxZlwGyg,755
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=BAt29AyFqlYfn9cRVXiCmJfAerIXBs-Lo0sROdk7fwc,930
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=cwgn_pbYCHB5X_oNi4eha1tPzFFd9kqqMZd88wnlfPs,3085
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=5hOxr5yBr-dQEFQ9rTXBcV04dGhgElJRZ0u162wX25w,675
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=4kuMSx5GHaoIFSD4f4x7pK_5fk1IB9xP3Aq4Mw9JSVc,2905
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=QH6-iyr0Vo6kbKmCOhT6u2rEB4UdTky7erThh2Blk-w,3767
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=bbPFlMwQTMeyZBUno9uMXfUXt48fXgMeDpOOHGi8hcs,5937
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=V7XRlXOAOn9R2TrL6MTe4r7N31pI_jhidU5mWJZHBgM,645
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=lnrMx59B2H_-DT15O0xYiC1Rg7AsrMbVbds4c_CqzFE,3575
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ABaT3ZGbBlIn8uqbOUuyx40gAOzcxqxCLdXdzKy0hUo,792
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=t-KhW_dSmLmBgfFwhv5sgLtaMSmC85_v0rJo8urh-lg,976
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=XbbpvXY6E4dnzNEGklJ-a1IRjNyG0WEZR-wru4g-HpU,899
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=nHnxdH1aNbQ_0skaGidEz2OOIhWtxw5MtFbIFMCNV3k,1637
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Cch3G2KJ_fetklU_HYvCkDTiXOIWEOvFFJF59SYBh5w,4553
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=hxl6zWm0zMu57RRgHg5CjdM2-qm_vyRc4353K86ETcY,1186
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=0NLn7q1033Z4cDa0m6v7TyZgaL79DFZ9NIrXKiJAcoY,1145
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=cBqyOA67j-ronxJjKTuQBWWlLKzFSbb3Eu3fpPJb5mA,3881
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=t9ByA7iFRaWkhnezGbBBuffsNmdHdy83UquY_nWERcc,4342
|
74
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Gihe4BCOKF-VTphYduk2pGmIvj_c54OTG_Fguo4gyI8,1011
|
75
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=t_GXX5I447LJmPUs9UmW9nZRravzF__di0dMBrIbLbg,1168
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=P-c7BasKU9wudQ7TZZYdQXiv1H6QZsYEQxYdNzAwtQg,999
|
77
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=S_ERYTJN9UZQAA4gEiJqoaEw_DBU_ypo5PE1YXmgqD4,2289
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=NGeyS0Uot0-LTDc0qBcTvyvItGh1EnUBeZYhsigAdX8,2458
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=WBDsWpkTf74ctgOUDoxiHQlkgePjfCHhBsQeQH-KcPY,1568
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=eKoUOytpTvgIHccHSFQTEmv1jQGjOTyVCZU4Bbky8hA,1667
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=g1dv_8CGpNbWBOFbv_WpxKef55nAD8kyuYK7O0m_4EA,916
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ukKl4X56CAlrQ_lL-Lhkvx73eFBwRUJSWZjaORUe3Pw,4909
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=0HjewPbg2H8xN6gTkMSxOXHpym_Xz2SV00H-60fnvp8,1089
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=xlVLnyF1Bz6j4dhmEcbU1Jy1rtXUAYRseQc_1SomGlg,2962
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Mq_T8eV_GqVD5cXgQJhoQiMtjFcvk4p-nlNtLCfo0eY,3038
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=9HLNY8k0c48xhcfx7ylw_SVLwFowSq12hJLAUC6YTVQ,759
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Z8OIv6YIKLfmUXG6w8oUQG0noFZ7-OVSshbIG5LHuyE,8476
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=9emyVoCrNjkVYTEnUG40zMXIBF_XRUSAJZhXA4QO4lc,2470
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=ZEq1IYFtEIGBpSlhcCQljwRtn9MTLZqqwaPFUATS-xQ,986
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=bgNtsidUz4fhc0uaJdL3-5G6JgBc21AkKk5V_snpUCA,7502
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=34RORzQm2bZX7Yua5G-pSAVI49SbrXDCKYrdo7luMHM,3196
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=zceBsoB4uvlQJu3BZMzpPMcJ_VCn_epbapu6LgJtaEE,11481
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=PskKuw9_WP10FoLxJqTO4XdWF9NDGaCUghaWlwBYrHg,1479
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=e0HDyWean_GcO9kP4h7dZ36WEXGhEPkFSj3lW3LUTN8,853
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=JYTUxIdqux7G_60S14YkNp8ukVZlEiQ8N8DAvDP9Azk,3550
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=yCBUCIuoCbBzZ4KnaM0ikPiW6DGZG2y_eb_TaDf__F4,933
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=1Ih2DxxbuOuOsj5x9jIRwOSQzuPajdY9Xi77JvuEhv4,2797
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=cQG-J0nh9SWOK5TuvI1BKVcOpVcHlsoXLfCzjX1c-1E,1204
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=mEoPmWwz_4xW0VJaKd9eqGmBZ67ntWFfQhq2iKDuxxA,23894
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=LFIXW4tMFBH4lrjJ6nbEHTg8VcrbAL8oUJVnfHNno_0,1036
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=yZ8UQ3kl98taQztu08LqGuL7IfSAYxiwynzDexTKTlo,1132
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=YSxfIIAlW0YeLSvj8y75xjjsA1obW3Cb_2liHSEi6Sc,587
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=OUtKRAuMSV1Q7Lq00UtnEn1StP38aZyXJkxJEcJOh28,1200
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=84nSUYTiPsDNQcqBvRhCd5vmWl9V4COyMFvpDXnnOls,923
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=5sYleIrEVZ-ZK25QjlhFg0l5e7nHa6vku-x9LpuNEc8,3298
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=MYs0c1gOqe8Wo9FRo1VhkntbhggU3WLpul1RRbrkljA,796
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=LeobTEmrahXMLo3rNomvEc-SToacwoiRy00uslMc3Pw,899
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=zDR-3Xp6jRK2s6zS4wxKUhnzjfWJPpiAj4sueuH75ww,1086
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Iv1kbsVm_5o-I2LrP6AjO0ioR1sLHC_RIPAtudBDv9U,1641
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=cgMZGQ_UfHdjhx17tF0Mj5Jl1ogcnW8Xsp9WKXkCcWM,905
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=2xcHo89ZdQr2WwprKOyyF5rYLUn3EsNuBrOBODCJ2qQ,1707
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=wnyv1wdxNX2XhUfXc1yifozI46l9zUd8NfO48mqtTPE,3683
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=9FVR0MeR2UT_kZWD1zdp9wt1ztSOntWQXXluDRDfBTU,1326
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ZTZrDYCMV-K8qWjJnPb28P4h_mPp13N2ZVP0aCnjvN0,7183
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=yGS4CezZijv-HGKS1SbNnOMj-bhl45ws_hgKAV0zZzA,2525
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=6hZaxh8fJn7SzEVQdK9APUqncPFeTbOH7SIkFGYbcrE,5389
|
117
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=al2g2z3BBZMX-d6myQ8pEKwWOxlIpbZ8Y3dlqZ0E8YE,762
|
118
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=syknSGZ0z54fwNSgTOmz8hI9v2OphiTBesW9-o8jCIg,948
|
119
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=ToF8bcc7p0tDRlH3LRx9sAQKxBtVECZCfuHbMJPD35A,3789
|
120
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=p0HoyVxx9k1y0Kfcpzkbcd3nr2_RVMMgY__Y0gDqiEs,2409
|
121
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=xZdCQYM58QwXkFDvG2XRsW4X5xrL5lYt2fqx89uF8R0,3741
|
122
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Ov3HOq192k2A0wT5VBMiW-ltytMdvx6xii_VbDkGh4E,2610
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=OegttrMxRBf2eYbxHN7P5_t8y1Q1I4NIJDJSBcBACsQ,834
|
124
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Lzl6W503bft5yzDejQ0A0uQ1cRz1_VVibfwkmPuVlEw,874
|
125
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=UsgBdYFcucJH4UHS9_xihS2SPBo8HEZo3vHyyBSxbHg,1042
|
126
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=hbyK76dX8hLoB-44cha09bV6R3w807r3BIpItzoYZh4,986
|
127
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=zPtZ5P-lcA0BxwpV_j_P0h4jeE5LGgU8CZToExJon4E,2345
|
128
|
+
metaflow-stubs/runner/__init__.pyi,sha256=7OesbxoU0S-WIpFzmKYU_sr7sCHwOQs5Ymnvm6iXR9M,831
|
129
|
+
metaflow-stubs/runner/deployer.pyi,sha256=CXPIzA27Sp1dq5CDLedEsQQwh1WcOVEgqHhNvRX55GY,7538
|
130
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=UEhgO9bDgprG5nFLQ4yoYRei_KgzK1xfAJW7LURQuCE,3313
|
131
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=5jHq_PKjOs4ersdSSUY0iMgxjUvck_uwsm_h9-uYwsg,10893
|
132
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=X78LoezsFW5bkkIh1pVomkchwO4QOlooiEVKdFP-clU,2946
|
133
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=i8J_y96HeVo5rB7eS9vJyLnt8xV8DzgMvVv9_pAfR3I,6035
|
134
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=fIvm3rhzBRfChLAfiIcHpoQAqvn_CzvuwEWvC3kBOCY,9273
|
135
|
+
metaflow-stubs/runner/utils.pyi,sha256=8ZOiMfG852w9ms3oj2NvG2LCoLRHCQeicqvNePoe6Ng,5972
|
136
|
+
metaflow-stubs/system/__init__.pyi,sha256=mfm7f0hyNu1UwiIcInkO4K3lPatlfrG5Eprt8E8ZR4I,761
|
137
|
+
metaflow-stubs/system/system_logger.pyi,sha256=L_K_ZwM8jr51UdZDlJnkYLRxrhNKGxjw_hqP4C5-GOM,1666
|
138
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=N7_flBd4XivfT7Z-RUhOdO7om357d1aY7VP_jqqH39g,1788
|
139
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=K-7rG_GjYA7f3RSLe3hNCw48I3Ru7cUsR6BRI_H8u4I,707
|
140
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=U4FhZVB7EjO0p3LsAoPxzD2MDUDzalAyrWLh_kYK61k,8940
|
141
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=kZAvFx5BwcNXyMkU1RD5yDj321jkS-z5otRqLlLkLTs,2955
|
142
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=OiA8RYa8idjzGSCOyx_jIFFq4kb0BQ5loFn0Qaa3iwc,8349
|
143
|
+
metaflow_stubs-2.15.2.dist-info/METADATA,sha256=i9LsljZOsoCwrt05GT-_VKftyQGS4Iok0tLBkplRh3E,1617
|
144
|
+
metaflow_stubs-2.15.2.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
145
|
+
metaflow_stubs-2.15.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
146
|
+
metaflow_stubs-2.15.2.dist-info/RECORD,,
|