ob-metaflow-stubs 6.0.3.121__py2.py3-none-any.whl → 6.0.3.122__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- metaflow-stubs/__init__.pyi +233 -233
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +3 -3
- 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 +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 +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +34 -34
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mflog/__init__.pyi +2 -2
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +11 -11
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.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 +4 -3
- 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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -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/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_client.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 +5 -4
- 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_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/components.pyi +5 -5
- 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 +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 +12 -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 +8 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +5 -5
- 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_jobsets.pyi +3 -2
- metaflow-stubs/plugins/logs_cli.pyi +2 -2
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.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 +4 -4
- 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 +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +3 -3
- metaflow-stubs/runner/deployer.pyi +30 -30
- metaflow-stubs/runner/deployer_impl.pyi +3 -2
- metaflow-stubs/runner/metaflow_runner.pyi +7 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +7 -3
- metaflow-stubs/runner/utils.pyi +109 -10
- 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
- {ob_metaflow_stubs-6.0.3.121.dist-info → ob_metaflow_stubs-6.0.3.122.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.122.dist-info/RECORD +174 -0
- ob_metaflow_stubs-6.0.3.121.dist-info/RECORD +0 -174
- {ob_metaflow_stubs-6.0.3.121.dist-info → ob_metaflow_stubs-6.0.3.122.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.121.dist-info → ob_metaflow_stubs-6.0.3.122.dist-info}/top_level.txt +0 -0
@@ -1,14 +1,14 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.587915 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
|
10
|
-
from . import subprocess_manager as subprocess_manager
|
11
10
|
from . import utils as utils
|
11
|
+
from . import subprocess_manager as subprocess_manager
|
12
12
|
from . import deployer_impl as deployer_impl
|
13
13
|
from . import metaflow_runner as metaflow_runner
|
14
14
|
from . import nbrun as nbrun
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.686517 #
|
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.aws.step_functions.step_functions_deployer
|
13
12
|
import metaflow
|
14
|
-
import metaflow.runner.deployer
|
15
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
16
13
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
14
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
17
15
|
import metaflow.plugins.argo.argo_workflows_deployer
|
16
|
+
import metaflow.runner.deployer
|
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,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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.610658 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -14,6 +14,7 @@ if typing.TYPE_CHECKING:
|
|
14
14
|
from .subprocess_manager import SubprocessManager as SubprocessManager
|
15
15
|
from .utils import get_lower_level_group as get_lower_level_group
|
16
16
|
from .utils import handle_timeout as handle_timeout
|
17
|
+
from .utils import temporary_fifo as temporary_fifo
|
17
18
|
|
18
19
|
TYPE_CHECKING: bool
|
19
20
|
|
@@ -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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.595848 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -13,7 +13,9 @@ if typing.TYPE_CHECKING:
|
|
13
13
|
import metaflow.client.core
|
14
14
|
|
15
15
|
from ..client.core import Run as Run
|
16
|
+
from .utils import temporary_fifo as temporary_fifo
|
16
17
|
from .utils import handle_timeout as handle_timeout
|
18
|
+
from .utils import async_handle_timeout as async_handle_timeout
|
17
19
|
from .subprocess_manager import CommandManager as CommandManager
|
18
20
|
from .subprocess_manager import SubprocessManager as SubprocessManager
|
19
21
|
|
@@ -202,7 +204,9 @@ class Runner(object, metaclass=type):
|
|
202
204
|
...
|
203
205
|
def __aenter__(self) -> "Runner":
|
204
206
|
...
|
205
|
-
def _Runner__get_executing_run(self,
|
207
|
+
def _Runner__get_executing_run(self, attribute_file_fd, command_obj):
|
208
|
+
...
|
209
|
+
def _Runner__async_get_executing_run(self, attribute_file_fd, command_obj):
|
206
210
|
...
|
207
211
|
def run(self, **kwargs) -> ExecutingRun:
|
208
212
|
"""
|
@@ -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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.596764 #
|
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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.596392 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,19 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.610130 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
|
11
|
+
from .utils import check_process_exited as check_process_exited
|
11
12
|
|
12
|
-
def
|
13
|
+
def kill_processes_and_descendants(pids: typing.List[str], termination_timeout: float):
|
14
|
+
...
|
15
|
+
|
16
|
+
def async_kill_processes_and_descendants(pids: typing.List[str], termination_timeout: float):
|
13
17
|
...
|
14
18
|
|
15
19
|
class LogReadTimeoutError(Exception, metaclass=type):
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,17 +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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.609003 #
|
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
|
-
import metaflow.runner.subprocess_manager
|
13
|
-
import tempfile
|
14
11
|
import metaflow.runner.click_api
|
12
|
+
import metaflow.runner.subprocess_manager
|
13
|
+
import typing
|
15
14
|
|
16
15
|
|
17
16
|
TYPE_CHECKING: bool
|
@@ -26,21 +25,121 @@ def format_flowfile(cell):
|
|
26
25
|
"""
|
27
26
|
...
|
28
27
|
|
29
|
-
def
|
28
|
+
def check_process_exited(command_obj: "metaflow.runner.subprocess_manager.CommandManager") -> bool:
|
29
|
+
...
|
30
|
+
|
31
|
+
def temporary_fifo() -> typing.ContextManager[typing.Tuple[str, int]]:
|
32
|
+
"""
|
33
|
+
Create and open the read side of a temporary FIFO in a non-blocking mode.
|
34
|
+
|
35
|
+
Returns
|
36
|
+
-------
|
37
|
+
str
|
38
|
+
Path to the temporary FIFO.
|
39
|
+
int
|
40
|
+
File descriptor of the temporary FIFO.
|
41
|
+
"""
|
42
|
+
...
|
43
|
+
|
44
|
+
def read_from_fifo_when_ready(fifo_fd: int, command_obj: "metaflow.runner.subprocess_manager.CommandManager", encoding: str = 'utf-8', timeout: int = 3600) -> str:
|
45
|
+
"""
|
46
|
+
Read the content from the FIFO file descriptor when it is ready.
|
47
|
+
|
48
|
+
Parameters
|
49
|
+
----------
|
50
|
+
fifo_fd : int
|
51
|
+
File descriptor of the FIFO.
|
52
|
+
command_obj : CommandManager
|
53
|
+
Command manager object that handles the write side of the FIFO.
|
54
|
+
encoding : str, optional
|
55
|
+
Encoding to use while reading the file, by default "utf-8".
|
56
|
+
timeout : int, optional
|
57
|
+
Timeout for reading the file in milliseconds, by default 3600.
|
58
|
+
|
59
|
+
Returns
|
60
|
+
-------
|
61
|
+
str
|
62
|
+
Content read from the FIFO.
|
63
|
+
|
64
|
+
Raises
|
65
|
+
------
|
66
|
+
TimeoutError
|
67
|
+
If no event occurs on the FIFO within the timeout.
|
68
|
+
CalledProcessError
|
69
|
+
If the process managed by `command_obj` has exited without writing any
|
70
|
+
content to the FIFO.
|
71
|
+
"""
|
72
|
+
...
|
73
|
+
|
74
|
+
def async_read_from_fifo_when_ready(fifo_fd: int, command_obj: "metaflow.runner.subprocess_manager.CommandManager", encoding: str = 'utf-8', timeout: int = 3600) -> str:
|
75
|
+
"""
|
76
|
+
Read the content from the FIFO file descriptor when it is ready.
|
77
|
+
|
78
|
+
Parameters
|
79
|
+
----------
|
80
|
+
fifo_fd : int
|
81
|
+
File descriptor of the FIFO.
|
82
|
+
command_obj : CommandManager
|
83
|
+
Command manager object that handles the write side of the FIFO.
|
84
|
+
encoding : str, optional
|
85
|
+
Encoding to use while reading the file, by default "utf-8".
|
86
|
+
timeout : int, optional
|
87
|
+
Timeout for reading the file in milliseconds, by default 3600.
|
88
|
+
|
89
|
+
Returns
|
90
|
+
-------
|
91
|
+
str
|
92
|
+
Content read from the FIFO.
|
93
|
+
|
94
|
+
Raises
|
95
|
+
------
|
96
|
+
TimeoutError
|
97
|
+
If no event occurs on the FIFO within the timeout.
|
98
|
+
CalledProcessError
|
99
|
+
If the process managed by `command_obj` has exited without writing any
|
100
|
+
content to the FIFO.
|
101
|
+
"""
|
102
|
+
...
|
103
|
+
|
104
|
+
def make_process_error_message(command_obj: "metaflow.runner.subprocess_manager.CommandManager"):
|
30
105
|
...
|
31
106
|
|
32
|
-
def
|
107
|
+
def handle_timeout(attribute_file_fd: int, command_obj: "metaflow.runner.subprocess_manager.CommandManager", file_read_timeout: int):
|
108
|
+
"""
|
109
|
+
Handle the timeout for a running subprocess command that reads a file
|
110
|
+
and raises an error with appropriate logs if a TimeoutError occurs.
|
111
|
+
|
112
|
+
Parameters
|
113
|
+
----------
|
114
|
+
attribute_file_fd : int
|
115
|
+
File descriptor belonging to the FIFO containing the attribute data.
|
116
|
+
command_obj : CommandManager
|
117
|
+
Command manager object that encapsulates the running command details.
|
118
|
+
file_read_timeout : int
|
119
|
+
Timeout for reading the file.
|
120
|
+
|
121
|
+
Returns
|
122
|
+
-------
|
123
|
+
str
|
124
|
+
Content read from the temporary file.
|
125
|
+
|
126
|
+
Raises
|
127
|
+
------
|
128
|
+
RuntimeError
|
129
|
+
If a TimeoutError occurs, it raises a RuntimeError with the command's
|
130
|
+
stdout and stderr logs.
|
131
|
+
"""
|
33
132
|
...
|
34
133
|
|
35
|
-
def
|
134
|
+
def async_handle_timeout(attribute_file_fd: int, command_obj: "metaflow.runner.subprocess_manager.CommandManager", file_read_timeout: int):
|
36
135
|
"""
|
37
136
|
Handle the timeout for a running subprocess command that reads a file
|
38
137
|
and raises an error with appropriate logs if a TimeoutError occurs.
|
39
138
|
|
40
139
|
Parameters
|
41
140
|
----------
|
42
|
-
|
43
|
-
|
141
|
+
attribute_file_fd : int
|
142
|
+
File descriptor belonging to the FIFO containing the attribute data.
|
44
143
|
command_obj : CommandManager
|
45
144
|
Command manager object that encapsulates the running command details.
|
46
145
|
file_read_timeout : int
|
@@ -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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.599044 #
|
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.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.622558 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.event_logger
|
12
|
+
import typing
|
13
13
|
|
14
14
|
|
15
15
|
class SystemLogger(object, metaclass=type):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.12.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.622228 #
|
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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.585381 #
|
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.35.1+obcheckpoint(0.1.4);ob(v1) #
|
4
|
+
# Generated on 2024-12-06T18:19:55.586856 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,174 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=EJHhl_FlRezxRPKmmmOhP_VrdTxBFTNqxhqtefBXUL4,37010
|
2
|
+
metaflow-stubs/cards.pyi,sha256=P_9YapXDxyHDEo2bm4hfNoNjswynYBv4B87YK2G4DSE,1564
|
3
|
+
metaflow-stubs/cli.pyi,sha256=WbL3uaEGDEwHwISJGFgFHWYWJP2aHMuFbImcKwA8J18,2148
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=NXISj6reHMaC1N4EyKGoxkDNOihiaz0PR7NVg0wXyvA,789
|
5
|
+
metaflow-stubs/events.pyi,sha256=JgWiSnZJQRI6LHO_8WGrObB5kyXWl43rf3-A_v_Tl5o,3974
|
6
|
+
metaflow-stubs/exception.pyi,sha256=xGUYzVIKl5fnHp8aoRygr0YkkqNDl1mrrFtmoir0o0A,2641
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=RNS_IsM3-mi-jlOqj9_aSdnZcUL7SGO5Gec3PXfesJw,9864
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=c-fp5zQ-dPUzGDDaWIwmh7iOfKCBkoRlmwy2iZ_jjwA,63
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=kkuNDe5EMlV4Qe3A_Ebsj0Dw-lRMNHOtPl7vVYkRJ2g,4235
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=E0jAPEEfRi1_ES6yAAhPhvT5ziGXFiJptObTYSgPXW4,625
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=xraONGzAUbTs0iKBllpWfePZhXgZlyX1ZQTR2ZbgkOA,4908
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=ae0Yr2kcTDDHV-pPGdC37rLgBdPTAUfpEgqt1hJGMuU,18083
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=lo9UninpOxi7wM-6_nohAamDyCQ2DPhy3XLbttWr3XI,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=DjQB_C6UP83KqZ8eWgcp8IxlzBd4G36golKlydb2-do,6664
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=KeChK-r06nKOl-R8VSM-b3IrkdsY5UHtsaQF1LLAH7A,1366
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=OxytFWEvR1MBa49NorrauhyPWUe5c4_8mWZwjkIrQQU,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=FmrnRUMQOdt-w7JhLOTiSqEpOm4RyWFk8DlmBx8abXk,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=WLu0ikZfP-uKyLo6Ux0CCV-2URKFGqQTQF3AbPmkSv8,663
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=yTUHkaQuM8i51pQ9vFO7LnXiFqsw3VgIi8MrGG-1vD4,1114
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=oatWp7EAEE81ZQaoWZUf9Md_g4F31HeFXGvjWjPuUw8,44999
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=Wx9U4HRmNmI6yIpvtxcq_iEg2BeNaNo3vhIjNJdOMCA,3059
|
23
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=wfSob9n9bCZrMs9q8oyO6XcQe-_PBj4GSVbyKT92N8w,808
|
24
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=TqE7JWMDz-JRvWAWLKh1UAmD0SIX6NGWhb_wtVB4a44,1068
|
25
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=I2QB7cGIpXFg8pRDyjCTigRjv0OK3ZfinGBzhx2n0dE,12392
|
26
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=LXNyw218uFpNh2CQ5jy2gI2MSdkD8KU1u_Ng4XxKyBM,758
|
27
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=Z_wldM_uCHzFpRkMZt51VctdPG95tKpl2gNHTu7Xyl8,516
|
28
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=qc0y0XvrIYUul3PZDWWOd31NyDFAKi5t92MdgiFWhe0,516
|
29
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=znYxw4bZEEaQodiyrVPk1czo0RlCJtXSoval-W7H7tU,516
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=P9JFetS67GKesfHWWgNbpkVm7usu7DQifoXdUb8yVpE,516
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=AqOXO3S6sfMoao4oKlCLwejJoch2mSzT6tXRXS1DyJA,3360
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=4SDrChIiwtJdsVZj6FTw0lrSgMyzOWer438OVChB7us,1433
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=0tNJGNk3S5Im1Jrzf4pO_VX5TgPEvkV1zdZjbqq43v4,516
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=wGLWtveZDGwajwulDjIqVRQ-khhCR7fEEaA7CdMRMfQ,6350
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=7CMBmlITOLj0xoS_yted3hi3WUb1DWMuOeNs7Ks-xuI,1167
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=-lf0_iq2n6n-DGqOo0hsTR4cFxaw33wSQvduq69dRpg,6257
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=9ZdwMay2hiVFlVDPqHH02UNLhEMdD7ZE7vDb_Pq0MKM,988
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=bFqq8BYwz4FWB1CZeQio1kKDkX_wrEsYhpPVrNVdOsE,5047
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=QgxZYHmh1XxjWR2aHm0Y9E0-z1g9igXA6BleakERlL0,516
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=rSDPMjlOEpPSBF9h5LY-ElH9wyFdgEmSoTts-j0ir4o,6403
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=AuBca7SD7PrDa6uDWXBwVdf3Syvbaqc1q2hHRiI2-dQ,1133
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=k3TB8TvQdkFKM8VLN5eGG_of-wpWmJ2npMbWMK3VAA8,1026
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=_508cAVmC9zH5IJqhs88VMTw-IjnpvW9FfT6vw3w9_c,688
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=OLvuZwxXTWGcOKNypmvc0E-unn3DkSwm02HUkT_q4PM,516
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=Xnu8DhsoGNP6vXEqUEtuMuZJoyi3jhoGyZkRSFXcQvg,2481
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=B0rmboUEskjXGe47fjgAzdb0a8XJX0F1qmUrhJXxm0I,1694
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=cbCl6cm5GYjxwoVLGyV1vNY8KjgB7gu6LJ7KEWS2uN0,2135
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=J6OsZBdCvaks42rGOYyq_uj03rG0gO-wdXeH-rBRTL4,1887
|
49
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=SZrSN9gbALp8yesLKkChsAGS6NiLTfYQ3eeAMc3ykQw,516
|
50
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=fcLIiRusnQFg2t4rGtDrt3HNVxPmvttji3DzLkRj1AE,1642
|
51
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=XNPl44iIq70FtcLLvjzj-0j4Is0EJXbfjLbKCUbkO3c,516
|
52
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=1C-0Go3F5HLJyMwLEqHuD9-oVpB7MtOjnSBC4l92nJA,4478
|
53
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=p3bC9ygEAbbmykA0q8CaCyGzzaYmVK-wr6z_Cmj_pDo,516
|
54
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=8P54ejYOSexsn_m89ND66numsRcflMCTjMUxAgkZNwk,745
|
55
|
+
metaflow-stubs/mflog/__init__.pyi,sha256=LEkGxn27-heB4ArA3grH8awnzRqrEzxWGerHCGIqaH4,516
|
56
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=qOCksohtYiBYAhnQDJ3ElHs3GegU6ucH31kaea1u-Bs,1722
|
57
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=vrFNRLzzsomttqPHcUjvtKqmFyKiEVqWnUf1cLoo1mc,3721
|
58
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=-Baa6kvcJVg4WZxzkTiZmoM__MettBJomI8J91nUY5I,2243
|
59
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=RP1iJC0-pFGdD8Cg11hJDrC0hd0Sw2JAWS_S7G2RIDE,932
|
60
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=R8MwTZ5ueiVDiIH7Ll4eLMX43S85OZpM-c1HtpdwUGY,910
|
61
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=QXa7BkPMdNKx-GmAXcRVvoM9xbh5eBK6dDs8jyxGMqM,1052
|
62
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=BUKhZTns75-FWbbEIiaA0FsSlN3_nKZkchz3nVuo3jM,4772
|
63
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=eAONICx7Dbae5XatSD0lNACdyj3kSuyOwsZrw_rj15U,1481
|
64
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=L503xkAGX81euc7kr5mTYTdCh7GxaDCqFfUaj_xrMGQ,591
|
65
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=91HKaROqi4an0AiPLmgRgacyejKiBgWFQyTCibWcXfA,2445
|
66
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=8lS7fZSF9jEiwUU4QOzzbDjjbEZCybYVZ56bE3szimg,811
|
67
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=mAMjWCSMeOnaQvNgm0MgvawqeTJwa20HFdly0xZFpBs,2743
|
68
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3sxUjIvHUGXc-a1z0MIaYCEWc93aHjtHJzhys95NZ3c,1829
|
69
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=fDjjP7Xgq7Z9Tdg2NHIYDCL8ynyKHUGcsN2VpiRxd4M,1709
|
70
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=nh4sLyVxYSbTp467-ew-0l3ujLnLeIGzjkr8kvQ6PfM,1198
|
71
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=YhYERvC93UkAstolWwylTfijCpjcXWee-lxaE4kM_hI,1038
|
72
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-17wafN9gR40twTQnEtHsm2n_TcCejdWUBfqUHREXdI,2087
|
73
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=dtlgtnDNDYAePap-NNjfO_Hgm_QsnXqI430Gau9J5Cg,2317
|
74
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=eb3zdAg_IhPWM6JMK4_ueDXpxtNM2Gy8W1BJZIzm9B8,669
|
75
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=2lrGwHdSogZ9t9wYs5VPZaRiVWt8g54njqV-Upledgo,3154
|
76
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=6InJmpZFaeeAnNjS7HPB1NpfTPlKkVCfiIra900ZaiI,923
|
77
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=YW3vWFzGdPyNMSSrLdcbDdeEvGZ-9GONVrtRD9WAHf0,877
|
78
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=oChAnFITfjVqH7XUULvAfdDw7oMYYTMclD42whjCA5Y,1497
|
79
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=1d40jHJAv_u_OpHOMDt_yqngayQ2wqu46sedDR2DXV8,3309
|
80
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=pnRFBSB9c3SyRKignGmbyHqRiwwjMsaZmN7-JnU_Pfc,3220
|
81
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=PS3s_oBfPMd36lGtODaJj5aG9PJcJbFHVTauV06RYq0,870
|
82
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=OfW-cOJrL9XWO6LpATaHLVxtZFkvvMlyn8dJae-hUU8,2514
|
83
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=uX-IfehHQmVMs13mNiWPrkk3Feln5Y1t1pQkjzl4BdU,3348
|
84
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=s8Sy4aLNwO13PT9g36bbOXWMtrzmF3zc91JjaPz3VFE,13716
|
85
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=ay2fmIv5E8KI9XDf7j_FJNQSRoA-6uZyxo9i1a5maYA,3805
|
86
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=eufB1H0j7c8NvyiTiJNOZnIqS00qqORjN2zyuOKwPoY,1406
|
87
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=oxmqC8B1ImFmFIt3K04ckDPUvuoD3lI5FFJaZXaBXIs,4595
|
88
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=86rpDzCQdam_DQBkgv9Y_k7E_-FKjbucEzynGrOgUrY,5267
|
89
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=RJbYR4KJw2XT8xf41ILI9s2xI8yh3AXyL-XkLAvxHoo,755
|
90
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=FUHiYhNRCL5n8ZqnKn-vgBHBSN0MSPWreiT5gdNJ5mE,930
|
91
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=1vY94dkPhLg8MBmEIa-sUUrVXMh5ShMIEZCmEjE8UL0,3147
|
92
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=EdCtb-4FyKMo1j6JE6crHY3n6UzcAIpZubmPGSvG4Sc,675
|
93
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=4hZ6GFZpjL_Dla45Ij_RWVEyHqYk-TXcfaYk3Kx-yEY,2905
|
94
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ByAvjjWLzKJ_7a0N-_E-9TEzh9sEA4Cbt6r_G5Co1ec,3767
|
95
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=RHvBCA27HWBD71F4aeYwm5AJ_6eCe-vg8ff48nSXTl0,6064
|
96
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=VWgKS7fZWRWJ7hRgEMmFAwR9jxyckycieLJUIFxEqKY,645
|
97
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=fR_l7T7TVEa9J-9sTQ7HFCAI-cl9QgpU0Cyym9dmW8w,3426
|
98
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=D2G-9sFQNg9oeTUz_l-o3c9KfSwQPjmXDrIWtqGbfQc,725
|
99
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=pG4iarB_gfPPOxo5vgHjtOI-bVNsQfkqy5k0pBsDRgw,899
|
100
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=kVPUHl2M5Clt9aapMxO64xPleHJas7Zkm0eOyAxp7lw,697
|
101
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=aFAYlOaTaV-w9hg0q5f7vZmN5pE5aB2rRLud4tnVDOY,1637
|
102
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=kBZ786-4dPdvOCY-T1VuMbL4qbkUrEiabh-eCZHbTMo,4482
|
103
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=uAcwL440yxoqcmatMDAfD23Qvwsab9BbMTVhZX64udY,1186
|
104
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ArWgieeLH295bGN1D4beKY0A655bxznNKWyS7RnslGw,3881
|
105
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=CPYSkzpzjfM9s7DOQAHtBL8hUXWESSQmKI2fmzEl0Qg,4342
|
106
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=i2xOFD22jSC0yk-tkT_JgeWL6yUsF4yv0CAEmEhsi3A,1011
|
107
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=zAO_3YdNOAeg4nvuhEO-U7DkjiWUCiAVpw--WGdnO9w,1168
|
108
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=4hn7hdGAVR3ScUf2WcSHI6KCmCewkuqmJsZW1zbS-aU,999
|
109
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=zk4P6123-D81yVFffkMB6LLdTNTJ9aVo2_In3PeeynI,2289
|
110
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=lm1PokCbLtT8gn8ppidcxm_KNIaIXiBIsosaw_4lX8M,2458
|
111
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=T0ilBKi0kJliZc9QnNCYfWWXqZ1LIvziEdEp_SUGEyQ,1568
|
112
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=HcUlsJOoQenEJDDF-wiLh4P-OFt9dQ1rvZv5J49UVp0,1667
|
113
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=TPzCXRGtEKup5K3U4L1gKXsld-abOXu3ky8mFNNusMI,951
|
114
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=EA7IyrWcocBNe2soKFafdpQMrkF8_4BAfeYP4iqWZqQ,5963
|
115
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=jpA8g8e_1bic7_fNwAkjewbTieEU1_2jnMOhvsjGzLk,4909
|
116
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=1fp-mcZCnCZyZ_abgj4uRRoLZynyNALyCyxafFzq8rE,1089
|
117
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=PBeJSkaWcMV-5A4QKvr5kUyCrwfMbBZV1RqDE5bKGdg,2962
|
118
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=O-FDcI3QByWzCD_uP4CAk7TAP_jdE-O8M9beirqr3bY,2768
|
119
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=CLxO62QtN6Rw_pt3Ux9YbekPVB4H5ZmNzHnGE02asbU,759
|
120
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Ds9XhiP4kbIGrWtdd847lgnaGK3idbH2iv5o7y1Zl6M,8482
|
121
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=V7nl1GKnZWc_UFnQNz2shRF7U6vHty09Gicy9e2MviQ,2470
|
122
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=OxfBF1hmGyyAh-FEwkZFd0ySoxBpwMVMqUGdUx0Rp_s,986
|
123
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=K4wFRyH5YUwM67MEPUO2q4ssjraqV_MveV1zATVMcUU,7180
|
124
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=QDjSPE4YMVND_l8215S7THJeBW9I-xackJbShcf9GSM,3092
|
125
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=1Br5W7ULdcrtLRw9x8oDgGRCRPKn9oPGQj0IFYZhtqo,10309
|
126
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=HUPfuiZBzQj5rVtKgkIcOyOdzFQgkfSf37aV2NHJG-o,1479
|
127
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=-q7fNU0vATdtfem1dIRCQF74odNLvU0FC4VcwsAtkiM,853
|
128
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=QhyMKnqaKqYT3u7YHdeG9iUoScrH3Hb3znlSbmTU7tw,3622
|
129
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=65Xdx1ZOfuF86A_KuP3P9YuKtQHtsjm6rBIfuMTTIzk,933
|
130
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=1B3Ff4e3aaNLCL_eBPHePTEpg5g3Quz4QbaGC5WI6ss,2797
|
131
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=yR-0A3ZJNAlCNrwf7afVu7nRg8rmBzmsnrluiCLGaHo,1204
|
132
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=M5kk-KRwo8yGyTZu8rZW0vcjbRIa-1O1oojNkC-6dbE,23702
|
133
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=xFPVea6Qbe3mj1EMalMUWPWpVl5xDlM5g7GGO8GvVNc,1036
|
134
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=PR5C5haldIukpuM-1MMzwa1TrlRPt5ZEOte_cfDylko,1132
|
135
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=kva4X4moaC8xAaz0X72Q5tqQDFQK-tFRx2l64MP0Q3s,587
|
136
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=wFVo4WIGrVrXkg9oENjK_XQK-n-egQSd9EFn5eU-tbY,1200
|
137
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=o85sA_lIEU2JL1602jSNZBRMvkzg7DZfahKgEqfISOw,923
|
138
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Amaiautsw9Zn9ffEtY5WDOmk8tFk2usmisNdKw1SrYs,3298
|
139
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=DKTiAyASj3H-GVOPEfNfTvGkJPvgyQJY35GH1f_k3Wc,796
|
140
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5gEMIhKpOV9Ye5uJTpX4hhQoB15n1qMgkSb1lOka2xE,899
|
141
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=tuiO8SitRX_hS1r-Y3q-xx9lYsNthYTy6usK4Tm62EQ,1086
|
142
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=qnHd-AtbrpUzlAFFevCVxKSTEY6jb-M9oXTJHFIVC5I,1641
|
143
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=YVK8X_V3aoOZBClWUPzF9GGFD8l7sDIFCm1w985CfUA,846
|
144
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=tAsCMi269Myq2OyAMX5C04k4BH2Z8IQGl6d2715ibBk,881
|
145
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=JVeDEGVAtYSerg1V2J_IvpbNglpEsaZJs_3Yte8-qBk,4336
|
146
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=RIq_nHe5oeEbCUFU5SvEEv752WuhrFJphlUnPVOa1f4,1444
|
147
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=TNGA-O1zSZbYT7FTSPWXeQLJwPjkuLTtozgUmhhFSOo,1198
|
148
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=64pMr5tzPReTmHa72rUnzWmI4B9KESxye1ARyDdtye0,6857
|
149
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=cwH6OK_uPmUiLEpw4VrEqoAK3lJTVf6izSuF776sPSg,5226
|
150
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=2W-XJQRBu1lvfNz12msPaBHoCYDNYYaOit3hBh1ePIs,915
|
151
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=N1HIJATQUMzsB1zQl4jt84U7ws_kl6UTt_vpPZtFFS8,3725
|
152
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=EJj1HEkqPN1qABJ1OGl_sSkEKJ1ly0EKxlM5zwtAwik,2409
|
153
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=HV-Y2YvM8w62Oip1GsJBQkS850lEn2ofIbzBkM71U-s,2610
|
154
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=WtT1rIkPjEizv94OzoB9S_HtWMRNzK8kfvUgMfyVq5U,834
|
155
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=UOhtt6I8fxhFByIeGi1S_1V_4klke5PQbsZhUUIR840,825
|
156
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=YIYN_rdqYcggp9qEYfVt2Dfr0KbYicLNFYlmpCumU3Q,1042
|
157
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=rIEWN19HdJqUt5E9Czzk9mGuNZViXx7AAKKyr31XSeM,986
|
158
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=rTzjSYsvrbT6mu8qjhJwaVHIuuQY2Sjyn4ZPL8lzrkI,2345
|
159
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=rrNMbO9Y1GPj7Z93ACkxVBV-BoZZVHHRUcIWy0350ow,696
|
160
|
+
metaflow-stubs/runner/__init__.pyi,sha256=5zdzfyqiWXuCKKb655kCO8U7gVGZVmtSm9qH35unEh0,831
|
161
|
+
metaflow-stubs/runner/deployer.pyi,sha256=3abds8qMcnr5u6IIMNX4NNeUM112DPo-O-5g9OsJRog,7525
|
162
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=ymmgG6PGCwgjoyVSkjjtm8aZWFOZr1poQrmTQDiMkZ4,3300
|
163
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=17pqD8C3aSldJ71SLQCevYpyRiTjFGdzjokim5KRYeE,10652
|
164
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=IiRputjFQ_E9ciFpUUSw-naxP466s-DiXQ7_r0zinIk,2815
|
165
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=OqRfY792vuHMAoLJFqgYGHTHjeSoFWzTWJHzfow_aLY,6022
|
166
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=FCDkByocDCbjmtw4AUBM8sAnQ3fgCgGn-J3aRs42nbk,9136
|
167
|
+
metaflow-stubs/runner/utils.pyi,sha256=rwhjnvjNSDMcqQGvbY0KLAcQb_9f2AxrXdIEp06WAWw,5924
|
168
|
+
metaflow-stubs/system/__init__.pyi,sha256=ZgA6Z0BKMQNnjFGMqtT8TWw8s5jkTXYfDh3QG84fM_k,761
|
169
|
+
metaflow-stubs/system/system_logger.pyi,sha256=axP23EN-jwwqtm7Hgbp8Q0DZF4S7kC-RlSFOiGdvF30,1666
|
170
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=p33BSmUkXwH0hwSid6hwjyiuX8iZw4eLP1dS3JrMF28,1788
|
171
|
+
ob_metaflow_stubs-6.0.3.122.dist-info/METADATA,sha256=Op2k7Gzz4hu0g050sCterK7cjqZZ25elHAT5DKUi9m0,657
|
172
|
+
ob_metaflow_stubs-6.0.3.122.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
173
|
+
ob_metaflow_stubs-6.0.3.122.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
174
|
+
ob_metaflow_stubs-6.0.3.122.dist-info/RECORD,,
|