metaflow-stubs 2.15.2__py2.py3-none-any.whl → 2.15.4__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 +596 -596
- 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 +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +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 +23 -23
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +18 -14
- 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 +5 -5
- 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 +4 -4
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- 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 +4 -4
- 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 +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 +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 +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +31 -31
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +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 +6 -6
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.2.dist-info → metaflow_stubs-2.15.4.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.4.dist-info/RECORD +146 -0
- metaflow_stubs-2.15.2.dist-info/RECORD +0 -146
- {metaflow_stubs-2.15.2.dist-info → metaflow_stubs-2.15.4.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.2.dist-info → metaflow_stubs-2.15.4.dist-info}/top_level.txt +0 -0
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.420160 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import metaflow
|
10
9
|
import typing
|
10
|
+
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.plugins.argo.
|
12
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
13
13
|
import metaflow
|
14
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
15
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
16
14
|
import metaflow.runner.deployer
|
17
|
-
import metaflow.plugins.argo.
|
15
|
+
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
16
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
17
|
+
import metaflow.plugins.aws.step_functions.step_functions_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 argo_workflows(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer.ArgoWorkflowsDeployer":
|
59
59
|
"""
|
60
|
-
Deployer implementation for
|
60
|
+
Deployer implementation for Argo Workflows.
|
61
61
|
|
62
62
|
Parameters
|
63
63
|
----------
|
64
64
|
name : str, optional, default None
|
65
|
-
|
65
|
+
Argo workflow name. The flow name is used instead if this option is not specified.
|
66
66
|
"""
|
67
67
|
...
|
68
|
-
def
|
68
|
+
def step_functions(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.aws.step_functions.step_functions_deployer.StepFunctionsDeployer":
|
69
69
|
"""
|
70
|
-
Deployer implementation for
|
70
|
+
Deployer implementation for AWS Step Functions.
|
71
71
|
|
72
72
|
Parameters
|
73
73
|
----------
|
74
74
|
name : str, optional, default None
|
75
|
-
|
75
|
+
State Machine name. The flow name is used instead if this option is not specified.
|
76
76
|
"""
|
77
77
|
...
|
78
78
|
...
|
@@ -157,24 +157,6 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
|
|
157
157
|
"""
|
158
158
|
...
|
159
159
|
@classmethod
|
160
|
-
def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
|
161
|
-
"""
|
162
|
-
This method is not currently implemented for Step Functions.
|
163
|
-
|
164
|
-
Raises
|
165
|
-
------
|
166
|
-
NotImplementedError
|
167
|
-
This method is not implemented for Step Functions.
|
168
|
-
|
169
|
-
Parameters
|
170
|
-
----------
|
171
|
-
|
172
|
-
|
173
|
-
Returns
|
174
|
-
-------
|
175
|
-
"""
|
176
|
-
...
|
177
|
-
@classmethod
|
178
160
|
def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
|
179
161
|
"""
|
180
162
|
Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
|
@@ -198,5 +180,23 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
|
|
198
180
|
deployed flow on argo workflows.
|
199
181
|
"""
|
200
182
|
...
|
183
|
+
@classmethod
|
184
|
+
def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
|
185
|
+
"""
|
186
|
+
This method is not currently implemented for Step Functions.
|
187
|
+
|
188
|
+
Raises
|
189
|
+
------
|
190
|
+
NotImplementedError
|
191
|
+
This method is not implemented for Step Functions.
|
192
|
+
|
193
|
+
Parameters
|
194
|
+
----------
|
195
|
+
|
196
|
+
|
197
|
+
Returns
|
198
|
+
-------
|
199
|
+
"""
|
200
|
+
...
|
201
201
|
...
|
202
202
|
|
@@ -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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.351208 #
|
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
|
@@ -1,13 +1,13 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.343119 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import metaflow
|
10
9
|
import typing
|
10
|
+
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
12
|
import metaflow.runner.subprocess_manager
|
13
13
|
import metaflow.runner.metaflow_runner
|
@@ -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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.344077 #
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.343704 #
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.350641 #
|
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-03-
|
3
|
+
# MF version: 2.15.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.349435 #
|
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 types
|
13
|
-
import metaflow.runner.click_api
|
14
12
|
import metaflow.runner.subprocess_manager
|
13
|
+
import typing
|
14
|
+
import metaflow.runner.click_api
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.344608 #
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.366742 #
|
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.event_logger
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.366355 #
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.325846 #
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.330185 #
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.325462 #
|
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-03-
|
3
|
+
# MF version: 2.15.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.330010 #
|
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.parameters
|
12
|
-
import metaflow.decorators
|
13
|
-
import metaflow.flowspec
|
14
|
-
import metaflow.user_configs.config_decorators
|
15
11
|
import metaflow.user_configs.config_parameters
|
12
|
+
import metaflow.user_configs.config_decorators
|
16
13
|
import typing
|
17
14
|
import functools
|
15
|
+
import metaflow.parameters
|
16
|
+
import metaflow.decorators
|
17
|
+
import metaflow.flowspec
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.346649 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import metaflow
|
10
9
|
import typing
|
10
|
+
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow._vendor.click.types
|
13
12
|
import typing
|
13
|
+
import metaflow._vendor.click.types
|
14
14
|
|
15
15
|
from .._vendor import click as click
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-03-
|
3
|
+
# MF version: 2.15.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.328512 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import abc
|
10
|
-
import metaflow
|
11
9
|
import typing
|
10
|
+
import abc
|
12
11
|
import collections
|
12
|
+
import metaflow
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.parameters
|
15
|
-
import collections.abc
|
16
14
|
import metaflow.user_configs.config_parameters
|
15
|
+
import collections.abc
|
17
16
|
import typing
|
17
|
+
import metaflow.parameters
|
18
18
|
import abc
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
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.4 #
|
4
|
+
# Generated on 2025-03-05T12:14:55.344185 #
|
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.4
|
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.4
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,146 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=umZEtWIjvtGZnEke5_JGc92HF25xsUubd4qIvVFFc0I,62813
|
2
|
+
metaflow-stubs/cards.pyi,sha256=KXaZdqZ1X72E02FOQVDPa2kY86bOWGGMgYJ5MB3uhjk,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=iCg9fmP9P4aJOvEMj9yRBPlsfsI9f41f-eaiPXqeKJs,2170
|
4
|
+
metaflow-stubs/events.pyi,sha256=2SQzcylVBY5s1HpfGMrUeMRVVpmpK0kR_o_uPkkhuzg,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=OzG8_x7vypvRL8tbhBV2tPfMn4V5tFxacAg0lEslmo0,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=WBlA1jHjZhjEWynGp4ii-PbefAMaMq6RBtIilcbjgTE,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=KfnJcxjUWLMu6QjDojX0sKMMzOEprfqhqxZDMj2KINk,33
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=NtIVmeTu6Ay7Fc7e37xNJfjAHD8mLm6ewOAGBLb29-I,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=l1R62NLVUzpuAIZouuwReWPqkOrSf1hcVPfhIwLsb6A,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=osYTRzcWiJMAHp-kBfgmm7PnkT9W9x70Qe4cg1yRc5s,4753
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=E7T0c4OImYI5cVEMaJKG81t_IhsOwLiCURHWNjye7y8,9655
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=oTHkV_9mU63lbRFhjGsEvSA71wTWwWXlP3dZ-ET5LMs,2516
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=NtltABolwUcAY6aXhJ6Dm1QZjoflslMRrb2cJxeMgiU,7477
|
14
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=gRBc-ilTLL9rAzteEcXhWNphyqjerxwuuZ4YJPq7Ou0,994
|
16
|
+
metaflow-stubs/tagging_util.pyi,sha256=MAwfQP71vSNw7AjVzwM4J9ch3iAFsh2U_4YB5DkttWw,1494
|
17
|
+
metaflow-stubs/tuple_util.pyi,sha256=RGeijH2_iFvelSuIsY_v2CaMvCxrQRQy8fyVPK723QY,663
|
18
|
+
metaflow-stubs/version.pyi,sha256=CTYrq1uJZwC06FMRZybHMkW90R5lxf9CIvO_V-yUwLY,577
|
19
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=adCCknHJ79IcVOV27TJba8x9-Sn-7ofjyxiMXWZQ9hQ,583
|
20
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=CflsH8UO1A-1dzXvgp8H5ylvIA0foUAUVcIrFuKzuac,1260
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=raaOFWjv00A3X3-ENnB1nM2l88TFjY8cwEyEsrZ77b4,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=3s9FxDdSOYeNxSSu6ikY3G5qfY2mWMbior3ekLkGhv8,47719
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=j7o7TJKA73Km-v6K7NxoDGPlkCxKa-X-MmKQU51CYX8,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=y2tsj9c6urjPBpYcKlPaqp-z1nLGGVmx3E6wwMo6FXA,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=VQoh0YTvzN58mSy694Pq8yjr3DxuQRLA9LmUNrYMv4A,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=Sy7IavA9tXnmz_d5JfBr4O6EnGWdTQOGRc0w-roZWpY,13235
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=HY-FLKAFthOl0E_FrAFVjG9gCdLOb_t6k1BpuM3CKVY,758
|
28
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=ZFCWeDKPDv-6lqqt9W3Q0mD-CGnBj6k6Sk4HYN4u214,3741
|
29
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=rymFH7KFHNIX2QW5JbvE_TkFvko5db4g2iEjouIqkjU,2243
|
30
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=e_lX5Lh3u5934w1u704ElEUxBqVfVBggGc30ZrfQ_yI,932
|
31
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=61zgwAlvyR5hClitr8DWCMsbehZQmCXo7QSPdm0yX2s,910
|
32
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=UmvE3EvKhVwSMzKLSmtgV1IfjlNfkFGvu8aWxjM9CdQ,1052
|
33
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=G51P2uB82Kj2pxlZWZKREJgSNAc8jRfmnUf4w5khxgs,4772
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Di2D7KfwTHoFhZRkvXpy221rQwK72JDVxzuRwvB-cH0,2445
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Ug-B-KadUtTYcv6irYc7CqLcnd5C1GfNZtMdq2WexnM,3713
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=bSVp7TR4RlJlAVUvzuaflulVcRcAzRsVRahAVa9J-T0,1829
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=RJto1LBWqOJxZcn2rr8jAuOhDEmXH6JS8ZA08OsocDY,1709
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Wls8j06lB5blzn-A1B6Zy06aHkTqexTKwN5m-vIXMeA,1198
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Ak86F5FkAcdLveTF7hwdQfyktVvUPhR2aNRDGvkCVgs,2087
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=6o0lzKoVlEzTTs4SEledWJDHBmSL-24RXg29EfjWPBM,2296
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=CA351AWXUo-NMe3QiBrD7KwHovqUNGeJWjw4NxAYg3k,722
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=78Ux_gD4tMNYxX5aX7HQgwQefToH6rMmXHTOrlfwmmA,1229
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=vuuTXQF_QzmrPN4vilQLLeOTYDxDYQW4TfkLY8zenTQ,3154
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=CuwdMiCaSFEgP78OjkRBpBI_xXG4oNBcJfFW8Y9B3bc,923
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=rXCCkwjnDhYXAKQUoDw3smy8EyNQQv1Fc-cOuCI8Nxk,877
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=MQavUMi-mCQ4s7v06UKVTJyBLIU9NzmmCJyNRb-m5kE,1497
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=lrVQzoRm4u0a0wceAeL2TTtu9h04neC5wKCxT1Wai4U,3309
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=TzY8AWo_Tkfev6zSnJuWyXSl9ZfMkbJiMRZ3P5R9WeE,3220
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=-3juoQQsALH20o2d5CHFHXIGFPV4sKEkvWRLKWPzQ4A,727
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=-JDMItfiICFBPpduHsnmuCkZ0JKChnPXvnDZMI8HWro,2514
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=RnzAm5SIfzWCpr4ucaqcuTEE_NMQQmDcYKOMMEx5TF8,3348
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=kK2a93FNrKukAi1cIgAV6O_6jxZyOGpnUbbddv9jBAY,13562
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=XGuGRPpIAhJnp37i29EZJMYuUIKSEVdarEzUwuEx4Dc,1375
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=N7Dp_0_ja76aApAtgHziSjTc9OQJZDIP1wU9toG4zVg,4595
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=0DqJAV8yiS5TXwEvB1_NjomzMF6dC3XBd9ZQ2vOkvNw,6061
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=2hnQLjUGd-TYMTW9lLVtUpo1uwGuNWhqPfMKFCNtOhc,755
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Skc-04I85z7t8ipwqexYjnvF15cbimPtL27JDML4WbY,930
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=F2RFhgQO_7GvOCXYQsoxNZKTWnhlEsT7ihHXKPs-gvE,3085
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=6I4tWRm4ZtOO9YTmdcMUEu-G7aTN7d6XuVw7LP-InUE,675
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=6Db0AMk3hS2TgXtUOHR5UcpM9bBq3EVpi3lAlDZE1IE,2905
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Sm1Zl92VGaNp1QIn_vgJ1CdZ13xxvrQBqEcOLo-W_Vw,3767
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=PZW_LzUWwMMj6_mFAzVGZ7iFKsQZzpFWoU-kAKe_W48,5937
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=lgbO2By1roVdrQJa6bDqaSJVlAd08Ayc4169L3boJAs,645
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=V1v_b3KhWeGiGCqsEvhMbr59s6c4S5hkBx6YmWSB9l4,3575
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=BhRqxIwSk5WpdvPdP4lnfwiI8rCvqkhatrQo0PMyKoE,792
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=IL3JuHgCDpfiL62LNGnKetayOrZwngAt74KvWsBwosA,976
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=jCr0FU5bHOKVj5VXK13RS3RlK1_kmRow7PYBwUo6O0o,899
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Xd4q8s37zylXXQShiHaBxAhFeDIXuJDPVSgt3XXq57s,1637
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=vxs_Kj_cQmyRdQqChWiXzJu0ADexQc8TtUXHBU6Hg0o,4553
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=D2ijE2CeL2qW2c35e9MtVEPgl7n-UzTWDdREySDJBo8,1186
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=qM4HJcBN1E7Kbn-GUM989TmscNdwaP4xzaH42djAThg,1145
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=fjvbwb86QJoX1DNyE46umiDpRNs93BIsU2lLF2KJ7yk,3881
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=ABj0uZCcf2FWmY2kH_jwDl9TNzoGmAjcCkHQbdd_Gcg,4342
|
74
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=v8gcCHYngHfxLBtbvBdXFFFuDbc5Tvq2K_KhM1-6xGs,1011
|
75
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=7Rdu3LDvcf2jiwNXCLBXkPWp-ZKrSqrmZfkjGP71cFM,1168
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=k8KyxrcyVxNXdlCEk9R1vRwQWptQEVZ5jqbwcuYIL7c,999
|
77
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=kywQkuVVwBKz_w0NhbWbcQbaLUkrpujtvpJt4vDiS34,2289
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Y-tKztPyZbhS7f2NxuiT-UVEAuPgJVLDlihYFRDxfgc,2458
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=7IxZ5IBNkSDfwNy_xH3Fk5uIf3s1RyXfEujnXx3arxY,1568
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=p7gRvQ_vU8t8g6UAUT0BtTHR3mTJh_SPtg6QdeoRTsg,1667
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=aMGjqnYR5B_Ko_rs5DYkG9uTeQoWT3ikp_kKooH-sJE,916
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=dqqN8-j6r1W4hWJYnvXJsFW8lumC8ayXjZ2MziTHOQg,4909
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=UV7TF6dudCGeqg4aciC4TJN-gYsbL1axaG6ILCIGB8w,1089
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=CKyDBcfKMkF-C_deKuKJ4skt0fRXOSPPR51M6mHyUQo,2962
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=HEKGEPyTbOoPxq5azRTje1561iobNIJ6L04R4QDlKIE,3038
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=J9y-LHFulMZLjivg8sr23J4wW0eG9uwjJvBc-83VGrE,759
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=7WtYI2pWZGPPvP4sUGmVNT6ZAblCXBIX9rc6hB9E9yU,8476
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=zgwqyeWP6Fc2VvwdH1MbvxcZ1luBEZ54VrWQOUOkwhk,2470
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=nsXfG4KKmyDSxqgRK-jlqwwKVkllXu8huNfjONdzeFM,986
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=zZJTsxw7Q6G_bfbCEcQZKbkQGL_JknMlXyU6fIf2T-U,7502
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=6V62Z-GzMrUzkS1uQESQN7OcM9K5igXoTb_Wr1CgpXo,3196
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=3s8tm2IbDw6rPLbwnw71VhdHU9RTEmVNnpzM5Ws2ALk,11481
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=pvnU6qre7tkMJqvmxW0hX_4o1smybtJyhLgNkHNQ8LM,1479
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=-VnDqQ-kRzTDp_4cFNc2KVM7GU7mUSh913BLkeilt2c,853
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=dd3hyfDMUslRzPFeMVqgmmrDgGXGblzirkDAYlJJrRU,3550
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=u-S070QLCWZFkgBaabr5L27-TU0RFNjmm2IfJJgnWoo,933
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Tf87nr6sXn2ArtzjUGr6uSmMwmkOkwsVatwTUmoi8XQ,2797
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=KSNOUaEFLOvPL1vsoL3L9TDWB9qk73D3CoxSuaO7PkY,1204
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=wYCYsQW3PaV-TOfs1vPn_hlWeUyDnXDOsyV_8OtBBfo,23894
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=gYyNV4iq8ktEBNo47BniXraKNIqhDVMSre-hfaoqez4,1036
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=vpMNsUo6r80l3-coHqSNAkTfMd9i32sAXczDe6R2H8s,1132
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=3QwC6Wn6NibJUJNyIRU2CkEMY4GmZJA2ewdskq57mG8,587
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=2siDpJ_OCrc39DNdismDd91OFmc7rit4K4458x7DB8g,1200
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=PsBk1f0ERfPlLWRsqguB8fXu86PRLo6oA7MICnc-I-k,923
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=I11JajZGm4vmpu74fvbFbmPHEwaXJUyfG3Fr6sy3hyU,3298
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=WXUyLrBtgEKeN5SZPhQ8GBoEqaM7-5cm1NnBEdgg1vM,796
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=M_JHzR9Iy9PFMrZTuvL4snJP4LX6B94BxJ8pCqVzlzg,899
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Mp6GIXolxTdPfPQh-8Z9G4i8i68tC9joeYC4RMpH-Ic,1086
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=6rf3KtpnAJPgwF_Vt12XVtzkUguOBG_QGbBGmLOPlJY,1641
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=cFNHkDVfLwSMbTI31dHIW9bZcXP1rCtFV-CY09wH8s4,905
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=-NtxnlC71nVODczOchW_P9lMBhbKHdHskzk7_-gMMTA,1707
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=DMfTna-vNdrsY_5WaEGMCGdNXTzq8tCNrMZLoah5I4I,3683
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=4Aaq9k0-brbwO4BSgw7hJBH0CNo-0Xz35o8Yr1_icI4,1326
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=hfx6edpr69gkmbsC89GCSNBI-jfs7gA7e7_FRKXLTL8,7183
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=E-g9Om7Fg7TjrDvSdpe6GSpvqRFJpOmIZ53WHlXwmsU,2525
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=7nW0hF9u8Zv8tQQQuge9-TiseDrw_gbLhP_625ZAoP4,5389
|
117
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=BmlafSy9guadr0vZTwLLv8XsQv9PXAvKR0AnXeFKSJs,762
|
118
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=91kXo-JwiRiI6ZEjDZmJbmmP1yBIBkAsXL5nVZ86ihY,948
|
119
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=HX4rFHtqE0GS_Gh2mKzFAWL9UiYZAULK8q2eJq6XaBM,3789
|
120
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=T_UlW_0dotJRLwr4agJ4jrxIHgUXZlgBvk-Hwhl1mzc,2409
|
121
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=4tJPXM8zi7j_2p8sQUAfe8i8Z64a9DNf2UuqMyrh014,3741
|
122
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=C2YCylss-N2vvtpyvLhpC7xJUpnjAML1tQ7pCI22vhA,2610
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=2778A2PJFf_4OHAlMLOytHHSOjhTciLFncLdZD2pqYQ,834
|
124
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Zhy38gpwAzR9NJYMCuvxVK87UHc9bOmc4Amco00OUcs,874
|
125
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=6blWBanJl8ukyFwrCaJGwuQAjTDz0bYipqX1zVKAoPo,1042
|
126
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=K-wDVx7Rtd3WoXlCnY_t9sg-T_pmO45Fa119OxKWbcs,986
|
127
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=pgsDPxcNA3d9_Jo6qzim5XsJ6yvyFE7LJmAHdJMdsvw,2345
|
128
|
+
metaflow-stubs/runner/__init__.pyi,sha256=RRUOzExBbw2WlVfzqzIzx-SiPzYIGLO0pwFNcbPN01w,831
|
129
|
+
metaflow-stubs/runner/deployer.pyi,sha256=xQryIf9BTuRpQHmGrybxac6kGM5qSGTbkjt9xjMWODI,7538
|
130
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=gpSeniHT9vPu6qFt1OMDsFmtTaOOlXM8I9ATZ3sBe6o,3313
|
131
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=466spRUSc3w7mo6BBsXBWhx91TlX4jlZdrHEI5ruXPk,10893
|
132
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=MPFTMMhS5VxLKOGFmos6W2DYazkQjrTN3r52PcpUtH8,2946
|
133
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=M1HZwJLVlFXo8SzB4VNb8TqSWFDm2nJtzKAxicYoAR0,6035
|
134
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=SVHaT-SGA7wtfmxo8vDW58rbG3ggnJ1WNBkiS4eq4v0,9273
|
135
|
+
metaflow-stubs/runner/utils.pyi,sha256=pr-X8rg_r9b8wuR6czaITRhX9jMM5BKXDWFIZq-305Q,5972
|
136
|
+
metaflow-stubs/system/__init__.pyi,sha256=8Menk5cQXhHDaTYrBmQi6Tz4G4hzPp6FKNWbB58bSXw,761
|
137
|
+
metaflow-stubs/system/system_logger.pyi,sha256=FSe69KWKWIxGdazlcb6P2-lpSl3VgOdZon2_KKgcTVI,1666
|
138
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=VEeyvrMFYSYX4dOKmSKDmqHWXm6YvndXUq10S3agszI,1788
|
139
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=l1ft9vJ98PKieJsQK8-fVxfXqeHvfks9zUZgRPAfwh8,707
|
140
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=8HZugkArUp-b9WWChAaWqJUAKRC6tDgpSDYBbe-3oh4,8940
|
141
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=7uZc9wpECR4PnRnQ9ZjZ9m8L7NSwRVFtgszztaGkIJE,2955
|
142
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=vay7j23zGTdx_UtPTfDHcyehFaJ2L2SipfCcTu4t1Lc,8349
|
143
|
+
metaflow_stubs-2.15.4.dist-info/METADATA,sha256=Rp36K8nuZ8_13ABegwS0nDc5JCYAZwZXIidyz8tt8zw,1617
|
144
|
+
metaflow_stubs-2.15.4.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
145
|
+
metaflow_stubs-2.15.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
146
|
+
metaflow_stubs-2.15.4.dist-info/RECORD,,
|