metaflow-stubs 2.12.34__py2.py3-none-any.whl → 2.12.36__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 +187 -187
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.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 +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +5 -5
- metaflow-stubs/mflog/__init__.pyi +2 -2
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +14 -14
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -2
- metaflow-stubs/plugins/airflow/airflow_cli.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 -2
- metaflow-stubs/plugins/argo/argo_workflows_cli.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_cli.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 +2 -2
- 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/production_token.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_cli.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 +2 -2
- 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 +2 -2
- 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_cli.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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- 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 +4 -4
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +8 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +8 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +3 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +3 -2
- metaflow-stubs/plugins/logs_cli.pyi +3 -3
- metaflow-stubs/plugins/package_cli.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/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/tag_cli.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.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/version.pyi +2 -2
- {metaflow_stubs-2.12.34.dist-info → metaflow_stubs-2.12.36.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.36.dist-info/RECORD +158 -0
- metaflow_stubs-2.12.34.dist-info/RECORD +0 -158
- {metaflow_stubs-2.12.34.dist-info → metaflow_stubs-2.12.36.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.34.dist-info → metaflow_stubs-2.12.36.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.846997 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/procpoll.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.839304 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.838831 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.824150 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.923041 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,12 +9,12 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow
|
12
|
+
import metaflow
|
13
13
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
14
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
14
15
|
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
15
|
-
import metaflow
|
16
|
-
import metaflow.runner.deployer
|
17
16
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
17
|
+
import metaflow.runner.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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.845433 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.837016 #
|
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.metaflow_runner
|
11
12
|
import metaflow.runner.subprocess_manager
|
12
13
|
import metaflow.client.core
|
13
|
-
import metaflow.runner.metaflow_runner
|
14
14
|
|
15
15
|
from ..client.core import Run as Run
|
16
16
|
from .utils import temporary_fifo as temporary_fifo
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.838078 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.837646 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.844773 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.843494 #
|
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.subprocess_manager
|
12
11
|
import metaflow.runner.click_api
|
13
12
|
import typing
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
14
|
|
15
15
|
|
16
16
|
TYPE_CHECKING: bool
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.838494 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.863307 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.862902 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.821473 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.823901 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.36 #
|
4
|
+
# Generated on 2024-12-07T00:02:15.838197 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.36
|
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.12.
|
24
|
+
Requires-Dist: metaflow==2.12.36
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,158 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=M7sbfoxo9NHoKJtWzq_vgqG9nsahYZwcAOKqyVxw1m0,34622
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Q9XSP_eogr_w57wZcvUV8GdDq9TzAIPb2OzohTH9Yqg,1564
|
3
|
+
metaflow-stubs/cli.pyi,sha256=dRMkPJ_Z5p9bUCbYmBwWogIUrlyS2yVbb7hWY55xw8A,2148
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=UwpjFok5ITk0QYDF0M7L3xQmguMPH9j3WuhJgNlPJSQ,789
|
5
|
+
metaflow-stubs/events.pyi,sha256=ygO7jM487UM-Lw-HQ__uhgRSYP1kVTCNMXipuFbB97M,3974
|
6
|
+
metaflow-stubs/exception.pyi,sha256=ZMjfV-ibBBOTU1K0cqvXF4ujYkIa1XdU8BmnctXBmrg,2641
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=ctg3giG8g5IKAwahJi6LJ48Kpma4gZbrCztuNxEuH-M,9864
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=YoWpenQGsJvcB14tJqq5jRu-8IOyVEeqDx1G84dTFCQ,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=utPVI5DCB_nMMGxs3MocL-IqEwlCCJzcpSTUAC670Jo,4235
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=bGIknLvO8othHdQixShnENo4ZTju5C4vUtH20ukay1Q,625
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=X00tQ83X0yef453L_rXcqdZcLy__Nw6YeDsebfWbONQ,4606
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=cILIMzqQIsB8PbDGKSNUgV_ASgLgY1B3r6yGN1AbSx4,9655
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=ofBJuBazsHr31kZQZGvz6P0fchhfeV-tIJDwBQZ4ytk,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=m548yXw7OVPIyPoTEARPfKt_kc0bjG85yxttQ7c9OXc,6664
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=4wOWPD4YmAVOhy2LYOoraifuOMTwX5QRfkEsnW0Z0RY,1366
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=Ge0oFuGV1bPAYtWSy6gpvwHU4wSEYPwyGWbChzEnUTY,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=LI1GeKS7Y4EbPDPyIS4AfXGlcvAJeDk9wAeJgvkk6sE,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=nBB__WUHMYvqOPpQBZh_w1nn4UGCui5XDypdmoJXpec,663
|
20
|
+
metaflow-stubs/version.pyi,sha256=LJWAx0nTBL_OaZeYOREYwGBD7kBlwJ56oD4krhbLccY,577
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=GLWYTCP6Y0lvh-kbegOhZlIxfpjqNXcx5KBeG_Oe7oc,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=gLg0nm4uAmOrzwQP1rhZzymYV2V9vuwZiSEdpYqq7cA,44999
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=K0mHiFBZ5oN2SfjrmRQhNHyd3c8ndDwTfZymgoIpR2M,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=3GRGshadvetZp_TQqVFq15OwTgOB8ZhuF8CjhIrcAoM,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=DOBDNiNWO16Ci3xwkyn6KaYzXjQN8EEmEFmkRoZvSVg,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=HH4Etx6Spm0Hf7F0r5SUKNt1yLCmg_qeXVnk0BfRjlg,12392
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=yWdOglQcDg6SSWsNM4neEsPZc9WyZZjOnZut9GGT_as,758
|
28
|
+
metaflow-stubs/mflog/__init__.pyi,sha256=eB1tYYzD0K36XZWi8eQSayQclLx0rWLpFgemxVKC36k,516
|
29
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=_l653sgW2bHWoZ-HiPfVSZs0_IRMfea6cDWCDvPL11E,1722
|
30
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=mwRVyp6MEjokM74cetAT1TdKkrGCFbdemUMfF-e4FjQ,3682
|
31
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=0h1PBdMOV2MUlcExJFoXY5Sil5Cw5-UGjdY0eC14iFQ,2243
|
32
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=nENxCjX7cV_3ots8YF_ICx_jI-M3eDLkMYMfHXHgYzQ,932
|
33
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=tqH04bjhDwAqeb-BrXt1Be32gZlXliSfvGP1fr4ifIs,910
|
34
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=lUVZAj0-d6vB2DNImlCTWy85yR40ZtVACbfwTqYhN7s,1052
|
35
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=w974hb11k7PaCz68SW2toLnkmqBPOdKnmjKB97Kt2Bw,4772
|
36
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=PnGCootPJCojMnzunioApVEujoZXA3YGiYmQzg3TV4w,1481
|
37
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=N4p6gGmcYXIlXDzHEBMgVj_Da2VkFIsYHRwXOCtf1Tk,591
|
38
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=zDYAQ-13LJM-dTxKz70xyaw-miP4T2ds8z4PG55fNRY,2445
|
39
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=43FvuI630oFfEvUltUwLnFIB27aLYgKAub5pkpkgciI,2743
|
40
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=UtF1ilztpAhIg9BKJ1muShFh1etmZLxldFJ-Ew1DZ2U,1829
|
41
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HRe9uZwYeLR3mjUpbeq6rUGIADALAzq0_azTkvnGNzE,1709
|
42
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=UFLthK8touFZaSNdcyOHBC6-9IzF4ND_kEr-uOtt5-M,1198
|
43
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=x9dKoAudBG70wUD9N6CRwws1WgmW37gW9jhHt28QuNs,1038
|
44
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=6vFf0_BD8RQ4uny61NfzfzcOlzjBfq9HHWK1QWHVmV8,2087
|
45
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=oWpJWEJ04unm17Z0ZxTxKiz27Uxo0Pm1LzHWJjvlDaE,2317
|
46
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ex_ETyDz_vhD1jx6bPXt4E44bEX5gKeLxZskSEHSEUU,796
|
47
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=TW1aYHi0w06pkq4iQL8FIyf3mCyHZvffkdBhX3cotuA,2920
|
48
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=Vi6aEu3Ixbhmu2gSMXSw9W5wxSaNDIAYYf8NQ3eZqcc,1738
|
49
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=N0WCM9iXpETPkHqgM4pvaZUk96rOGF2DKEU8FhsxArg,1229
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=kEwol11O22k8i6oOyFH6Ji9K0UPg46VTbnmKczh_Ifc,3154
|
51
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=tUuO-ux8Bl9yoD5lS9AW7ER2Rwu1SnkDUwzvnM9znoA,923
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=fuRpMYfLDRI7EhA9G9PpQQfhPBzhIBN5-RMdNE0EyJ0,877
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=RAyUNZ5-5ZB9iT9c4ZMlkdu30DlVHGHPip3S5KyskGU,1497
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=drpTbPbCJi243v4QJfpxTqqAmOqeD6POHhD15-4z46E,3309
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=YPgXkdZ_f_Cb4DJ9LK9wHMw8MMd7TAS7bodkD5wKgFo,3220
|
56
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=R6yGhhm5n75S8a4ZzyifMyXwUSS4-xjiNfr405-1Z-w,870
|
57
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=kKLY-JdL6BhoSb-hZkc7asaOEbJiNCZfDdEPy6ZJYlc,2514
|
58
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=gLmlA9LWs7EB-aqHktTVs-JiNDmcIyaQtzMy0t6gUl4,3348
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=IolaLwUPXXIvhAfkOZXY-tyavqLPJ24lFrLCMnrIi48,13604
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=hCWXznH86NEAK1objB9jj2T6I9e0s2rlRvtliiHmwPY,3805
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=D2rsMTcWW4yPyNNkOTj2qx_p0b4yt0YL6gyjjl6G2RI,1406
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=y2vf5jtwYJNK6D5aFKryP48896Z0T0iF5EmhooWnsUI,4595
|
63
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=68cRjP75janyH5_tfyFMRAm_lYztvyd1gbf0dOxURro,5267
|
64
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=vQeexaLkS1JHQDrVda2cnCQG9VPNZ0j_M7qRxrW9ZbI,755
|
65
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TF0F3uqkFG8FAEGiO6FFB7bNIO4--uwE7qeSScndcRE,930
|
66
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=-8WxKrI7X_x24L2Q0xBxsQTiYPCRf7ySPgxDRKWw4Jw,3085
|
67
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=raHS06-wZqUXey2ueyDDNJPclXobbCpzyeeN3xQ5QhM,712
|
68
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=TPfL8H5fBO7NPT9pGrKDcEnQndcM4an7VqcZXKzHBhk,2905
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=8aBhTwuTRILs1-0Ug_gF4Jw1nAvPobz1m9ZwOBqksjk,982
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nYJF0Mz2gTIOEZwCQE566Qnq4sEaEZsdOoHAvCT0KjQ,3767
|
71
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=c8gWWwSg7Y66X3gLlzp7pZ9uYwcc2NQAuKrGfgGI_L8,6064
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=cux5PlGZrMlW3LRTUDxzAFwOmyZCQZ-TZdOrTax-uIw,645
|
73
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ahgP-nL5jKNaa2dcGuyzKyZ34e_cvNoBwtvBwBIbg7g,3426
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=MZqKIKhJRDCaLE9daB1l5E9iAVouV_pcHgYMcIPKnPM,1063
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=8RLkSidvzY1X7JDCuY63Dy02lWwmxPaq2CUta-1Uu-o,976
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yQN2hJ1QRGLt9FAlF87vFKotAnV9S1NUUeQCmUFVtV8,899
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=BlMusij4Jfd9YORvmoaYCz3frBnkdTJ6RHZi4vlOJ5Y,697
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=9eVA4FFdWWR3kdXEgdiguD-orRUg9jY393gkRFNc000,1637
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=PlSHPdQpgvyDZVbL0QBJVjFn-r1S2HwtGGBa7RQP1Fk,4482
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=jirwAgNajIh-5-plPXECJ7eIfCF_KZSlhC_Bt88dRWk,2622
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=LZ9ERW811gWk4SHmgWznmOM6Tqbv8lA2fKn_-eXANSg,1186
|
82
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=kWNGaRPHDfPNkGWxPBYXcifpymAiFYcMy6i-JJApPo4,1145
|
83
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=2e-aI_K1mBcTI7aNnphyP52GFToeJkqGpZ8oDnqSTmg,3881
|
84
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=iNqc99ynPNjKbvhrVjIjebLgTrPhmm_fcJvaucJeFHA,4342
|
85
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=qSLsHyz6UujmRziOmYdXzKLfIyeWK3bvT_jjDKi-luU,1011
|
86
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ppsgyziyuVU5pMFGJxfB3gcdX_pXhckoWqFkLf7k81A,1168
|
87
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=OyW-Eyst1zwpSndi1jn-9MCW9TTJv4utryOiqwMsQKA,999
|
88
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=6Uo2lx4_23kk5-hkFB5UEuxuZj6eGJjvXzm7F_spRAE,2289
|
89
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=no_y8arq0I7q4jqnLJww2wSMjHF4zbqtr0K8i85RZks,2458
|
90
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Omy6K4afJ_fg_4NkPu09UqXejPOmbLztwN3RFr_sxFQ,1568
|
91
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=5lRk9nK9PmdszFgW7wpLx6yXBV7uSf_tgnox1sKTrrQ,1667
|
92
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ErRQbALNFFJA6bIphy0_UcWEqmjUmVHRK5jo8A1EIUU,951
|
93
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=Huv2Au2gxc3SqoFJ0Dj1QPjmwelUWRzGmXCxT8HCzME,5963
|
94
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=DKE48iVC1YctJLB8NAPSweCHg7bW58tEpzuSPgCxPMk,4909
|
95
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=d9zLC5senfoOYBCive96Dwz-2gexwHkfaFL9n79Hwg4,1089
|
96
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Va0aEDxO-WlgV9nUyk0aRwnTTqYL0qsJm-dtOKRYAxs,2962
|
97
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=4evALqlJX0TNzbs0YHVkeOffVdkW54HLYfMjLXu05Ow,2768
|
98
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=-Q_w2wiqHWuiTtllWA86de8Xi9RP_OYo-EmPEu-Ay-I,759
|
99
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Zq7em_DfeZVEn8bfTtut5fadKfR6u-l8rPwaYSyxCNY,8482
|
100
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=F_M364T-L2Phafg_8qws02mQdOQHPRe3KEOQdNWXp6k,2470
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=0l7x2mgTNCkM40pKRDJNiH86rlkpilqPLIMWIglP__I,1019
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=QiYIrg6FKEdRDJhmm8UHkvmr_hb4Y1TjLCfDCt3iNTU,7180
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Av0ABFvkSIc_xjshtHnTkH91faZ1zziG7cuCWn6iNOg,3092
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Wt7kmHwqFIVjWp1ngTAVoc2SJwuuP4YzO5rqX2pp1A8,10309
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5c1TzXjiNQBGh2NFq3pUNvA1Mxq4yQBiCtKtCVpwYVs,1479
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6emBnwcXXvPI9JP2aZjGolvSiibD1QZe2fnDhuQQK2o,853
|
107
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ZJHuswngWAP_yWOeWZunwBrmiKpj1FTtCfMOT2FrfwQ,3622
|
108
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=SvbvCHn20ofTgWWb1juoJThVjqRvVfGeOvOKkByBG7A,822
|
109
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=o7D-ZvT0wyOMS5KYoIJtPPwJJNN785VbaEgx7V6dT68,747
|
110
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=yc3bLh1Y0WURixaQ-O41MUz_Oxu2xD7ev6H_Pnnw1wY,568
|
111
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=gD58F9QeilmSp18zeJIJdH3xVXYflRoqhZdV93PLeAc,2736
|
112
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=AUE2TAqSNc3KsQ0Oh84Kq9eYwbgFEUuQbINZW2MSl9I,2014
|
113
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ovEy5OgFhtlHnmeiJDREknaL8Id3f6hxtG957hEHWoM,933
|
114
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Uc-mEHZIRKcAvXm2rKXGlTdD1XdanyTkoVe6vwswR08,2797
|
115
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=IYMgtHycRUVqrtwME8lMu0aDMs-Mvpwl5sJSgG3igY8,1204
|
116
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LbGYPlm2o8Zmc6lsyzTS2K6bee7D0bf6W8NMCqAJhD0,23702
|
117
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=cpBmTTKlfoxMT8prsPkrXjKLTTtaJGegCjBDA2wk7js,1036
|
118
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Hc0czM7YdKTds9zZQ86-gG3GSSUqeJHSfHY99C7ajxA,1132
|
119
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=d0qruogY_Hitv4yduQ2iu7nh6lO_fUaPoZTJFMe4vNA,587
|
120
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Y51PJtJ8kD-de9tDrKHNGY8LIGmrAiy663YhKEnL8Ko,1200
|
121
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=8adABouHexWaP1P8YcwEnXIG1PdMD_8GLh1XCmFsOmk,923
|
122
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=TuYEVRJB2Khc0eCG60_xvoP0OEp0wb9DhZmTofslKOw,3298
|
123
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=jPHeSh1rfgVdt58cCU_ZAv-Fo6H8S6h1KBgTapc6AC8,796
|
124
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=JqvGBqCDKx2J9Z9ldgxYZcUjtt1Zwf7eKuZTutjlgwM,899
|
125
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=jj6ACcPotxOJTu6ZMXccUM3zANxivLgfKhezEk_tjfg,1086
|
126
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Ghj7yNg-H1svywKZYkCVe2Roc4DVXlxetKTYZDMGsJ8,1641
|
127
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=cANtNiA8yzxikExVCkqHvLIf_gmpHfIw2HvXcXU8YMo,893
|
128
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=me4T1lxrFtMNgByn57TC98zgQ8BvYobHdrr92gw3lnw,881
|
129
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=dJQlqWgZvlrYAHk8_8MFgZ2lUYA4CqbQ4x9bAR5mZYs,4254
|
130
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=pLHnsTsRhe1DYsabiM335sKeGmxojQbRAmTo0CMLmZ8,1444
|
131
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=s6uI1N0kNb_6APitWvTdTF6NUBDu2bwgsxvcAU6AR6Q,1326
|
132
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=GAEh3SuxKWX8ylWPBna31IRGL5r1xj8zVvJO_yXZrsI,6806
|
133
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=M6oKLzWRm4N8iho6GhSfV0oIRbiAhkkQ7Ph6JKAotIs,2558
|
134
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=0dcMrs1x7HdFzcXkZN1sehRiZuEE0cnrTzhvA_zUp0s,5226
|
135
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=VdOYK33sF6gMloOrOwS6yVx6doUuWPzlIyKja2cyXUA,915
|
136
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=0aNfYwsS3r7tIesL1Htc4iw3GhsYqFhMjY79IJii7xc,3725
|
137
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=MfgmjkDmrvsfnyNKvBpPcLuN8Bt3pRTvI8ujd3J8PCw,2409
|
138
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=K09UiKGkXoAiVQqTcGwx3feb_Ix_AUnD95jIcuGKZQk,2610
|
139
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=XKkC9F31yAFcSUtIooNQlp4D1qsqeD0Bifjxf1RBapw,834
|
140
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=7hUXGkvK1sV1hn3MCGNSVZzcVibDaTr9yzMspNRur9g,825
|
141
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=wQ-PaBV5C8n1YjbEpsaUJ3DYsdb7Is_YOyXXROBdVyY,1042
|
142
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=HASAvQ1wwcg2Cy4DO9pb5cUN147k5QT4pXOJMUlTTBw,986
|
143
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=5A_IPAF0rs9SfNC8g9frR6Cr13PbkccYR-t5mhN0yjY,2345
|
144
|
+
metaflow-stubs/runner/__init__.pyi,sha256=E6ElZ0wGWkHK6v8lPDInK-wGNE-qAWvk8W8dun5NO8w,831
|
145
|
+
metaflow-stubs/runner/deployer.pyi,sha256=BIiNKFNLotnUdOw5LdGPnjAnytYzs7BnnxNuSiZxfhw,7525
|
146
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=1TV8rvS5cjsCpxGnelgIY4Z7cyL5AgsKWCaKxNVeXx0,3300
|
147
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=BjtwkB9WdaBhsV-iOakSgHjUGUoiB7B0wst3n0qETZY,10652
|
148
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=k7cwClVsOpav0VI8qch8oOEEBhumt7uksEQxpjsYUvk,2815
|
149
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=Kbz3fvJj_XLW7wrwOzqcZRtuWRTsUXGcGL7RBDgbVV8,6022
|
150
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=lbNCe7eGsP2sCB7969d1Wj5T3wJlwPfYlkEw936hKM4,9136
|
151
|
+
metaflow-stubs/runner/utils.pyi,sha256=l3CuZd8kPZIKuderM5PREwTVs6f6u3CQyxkCgQqFCsM,5924
|
152
|
+
metaflow-stubs/system/__init__.pyi,sha256=mcb165y3_3LdE86O8axvHx79EtOOFlOiyQUVDu21YjI,761
|
153
|
+
metaflow-stubs/system/system_logger.pyi,sha256=ThNEg4BVvIHFiJ3V3wlXCNRZk_h19bXZKWa7vx02LM4,1666
|
154
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=uHaquLfGqggqSDrI_lISfKlO7_MeR2AXGH45sY2o-cE,1788
|
155
|
+
metaflow_stubs-2.12.36.dist-info/METADATA,sha256=H8CN-nikMcpuvPZLTalkPmnX7hvMXEc-nXCdD4uuPA4,1403
|
156
|
+
metaflow_stubs-2.12.36.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
157
|
+
metaflow_stubs-2.12.36.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
158
|
+
metaflow_stubs-2.12.36.dist-info/RECORD,,
|