metaflow-stubs 2.12.13__py2.py3-none-any.whl → 2.12.14__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 +517 -517
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- 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/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +6 -6
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- 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 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +19 -4
- 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_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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/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 +20 -5
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +3 -3
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/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 +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +4 -4
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +6 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- 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/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 +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +6 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +3 -3
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- 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 +21 -6
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +4 -4
- metaflow-stubs/runner/nbrun.pyi +4 -4
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- 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/version.pyi +2 -2
- {metaflow_stubs-2.12.13.dist-info → metaflow_stubs-2.12.14.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.14.dist-info/RECORD +150 -0
- metaflow_stubs-2.12.13.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.13.dist-info → metaflow_stubs-2.12.14.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.13.dist-info → metaflow_stubs-2.12.14.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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.892108 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.849434 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.856035 #
|
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.exception
|
12
11
|
import metaflow.metaflow_current
|
13
12
|
import metaflow.events
|
13
|
+
import metaflow.exception
|
14
14
|
import datetime
|
15
15
|
import metaflow.client.core
|
16
16
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.842933 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.843879 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.836136 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.835656 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.813619 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.833773 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.runner.deployer
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
12
|
import metaflow.exception
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
16
16
|
...
|
@@ -218,7 +218,7 @@ class SubprocessManager(object, metaclass=type):
|
|
218
218
|
def read_from_file_when_ready(file_path: str, timeout: float = 5):
|
219
219
|
...
|
220
220
|
|
221
|
-
def handle_timeout(tfp_runner_attribute, command_obj: metaflow.runner.subprocess_manager.CommandManager):
|
221
|
+
def handle_timeout(tfp_runner_attribute, command_obj: metaflow.runner.subprocess_manager.CommandManager, file_read_timeout: int):
|
222
222
|
"""
|
223
223
|
Handle the timeout for a running subprocess command that reads a file
|
224
224
|
and raises an error with appropriate logs if a TimeoutError occurs.
|
@@ -271,7 +271,7 @@ def get_lower_level_group(api, top_level_kwargs: typing.Dict, _type: typing.Opti
|
|
271
271
|
...
|
272
272
|
|
273
273
|
class Deployer(object, metaclass=type):
|
274
|
-
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, **kwargs):
|
274
|
+
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):
|
275
275
|
...
|
276
276
|
def _Deployer__make_function(self, deployer_class):
|
277
277
|
"""
|
@@ -293,6 +293,21 @@ class Deployer(object, metaclass=type):
|
|
293
293
|
class TriggeredRun(object, metaclass=type):
|
294
294
|
def __init__(self, deployer: DeployerImpl, content: str):
|
295
295
|
...
|
296
|
+
def wait_for_run(self, timeout = None):
|
297
|
+
"""
|
298
|
+
Wait for the `run` property to become available.
|
299
|
+
|
300
|
+
Parameters
|
301
|
+
----------
|
302
|
+
timeout : int, optional
|
303
|
+
Maximum time to wait for the `run` to become available, in seconds. If None, wait indefinitely.
|
304
|
+
|
305
|
+
Raises
|
306
|
+
------
|
307
|
+
TimeoutError
|
308
|
+
If the `run` is not available within the specified timeout.
|
309
|
+
"""
|
310
|
+
...
|
296
311
|
@property
|
297
312
|
def run(self):
|
298
313
|
"""
|
@@ -315,7 +330,7 @@ class DeployedFlow(object, metaclass=type):
|
|
315
330
|
...
|
316
331
|
|
317
332
|
class DeployerImpl(object, metaclass=type):
|
318
|
-
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, **kwargs):
|
333
|
+
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):
|
319
334
|
...
|
320
335
|
def __enter__(self) -> DeployerImpl:
|
321
336
|
...
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.830838 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,9 +10,9 @@ import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.events
|
12
12
|
import datetime
|
13
|
-
import metaflow.runner.subprocess_manager
|
14
13
|
import metaflow.runner.metaflow_runner
|
15
14
|
import metaflow.client.core
|
15
|
+
import metaflow.runner.subprocess_manager
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
|
@@ -603,7 +603,7 @@ class ExecutingRun(object, metaclass=type):
|
|
603
603
|
...
|
604
604
|
|
605
605
|
class Runner(object, metaclass=type):
|
606
|
-
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, **kwargs):
|
606
|
+
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):
|
607
607
|
...
|
608
608
|
def __enter__(self) -> Runner:
|
609
609
|
...
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.834333 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,7 +9,7 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
|
11
11
|
class Deployer(object, metaclass=type):
|
12
|
-
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, **kwargs):
|
12
|
+
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):
|
13
13
|
...
|
14
14
|
def _Deployer__make_function(self, deployer_class):
|
15
15
|
"""
|
@@ -43,7 +43,7 @@ class NBDeployerInitializationError(Exception, metaclass=type):
|
|
43
43
|
...
|
44
44
|
|
45
45
|
class NBDeployer(object, metaclass=type):
|
46
|
-
def __init__(self, flow, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, base_dir: str = "/tmp", **kwargs):
|
46
|
+
def __init__(self, flow, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, base_dir: str = "/tmp", file_read_timeout: int = 3600, **kwargs):
|
47
47
|
...
|
48
48
|
def cleanup(self):
|
49
49
|
"""
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.831891 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -11,7 +11,7 @@ if typing.TYPE_CHECKING:
|
|
11
11
|
import metaflow.runner.metaflow_runner
|
12
12
|
|
13
13
|
class Runner(object, metaclass=type):
|
14
|
-
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, **kwargs):
|
14
|
+
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):
|
15
15
|
...
|
16
16
|
def __enter__(self) -> metaflow.runner.metaflow_runner.Runner:
|
17
17
|
...
|
@@ -117,7 +117,7 @@ class NBRunnerInitializationError(Exception, metaclass=type):
|
|
117
117
|
...
|
118
118
|
|
119
119
|
class NBRunner(object, metaclass=type):
|
120
|
-
def __init__(self, flow, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, base_dir: str = "/tmp", **kwargs):
|
120
|
+
def __init__(self, flow, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, base_dir: str = "/tmp", file_read_timeout: int = 3600, **kwargs):
|
121
121
|
...
|
122
122
|
def nbrun(self, **kwargs):
|
123
123
|
"""
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.840082 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.840389 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.835304 #
|
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
|
import metaflow.monitor
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.861696 #
|
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
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.861217 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.805245 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.812810 #
|
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-08-
|
3
|
+
# MF version: 2.12.14 #
|
4
|
+
# Generated on 2024-08-22T15:17:51.834446 #
|
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.14
|
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.14
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,150 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=KhtAdRrm1pSt202h9yRCXOPCWcmX-GTpICBbLPr-HCg,116520
|
2
|
+
metaflow-stubs/cards.pyi,sha256=yXijsigFIi4NuV-ChbhhutZpAtScUbdxE6yvLaIgpJE,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=PsxaoH9Tmb8Mg_VrkgAQIWta3sR4RQPkrr4q7HKkx6k,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=Y0hnkzzCJtlQzebkXC43WBw4nxcNQifWgPDVqyEzeM0,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=lJgOvDI29gPh2xtYW4GZnXJxG9yk1JUHbZDtMTmTpuc,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=PQgP6V9Vd71MzXu12FQcgIE8LylmKPBjs_WoB623WF4,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=_VLPR8iAT0qTuAF9yyLKy08nWqewlG9PusnF6TfJ_Zo,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=LpeowCT1waAaqccHWRAyqaxT8VXXEaL1M6LjESnkch0,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=e0ZTT-Gqnn-L1VqkmdW7-8d8iYb6wP5w2TCPj533XVM,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=SzKlMTVxVAKQk31kT3KbJrHDRxl6diGHzub0XiYSfcY,4544
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=UmyfrpXbd4CpWPqIxL2svbWUoQG4-MVb4rhpGsWiKrQ,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=DwM93rvbXn02c3dER4bFNM4kvRbBGDjGpC9qKY7Jahw,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=x2vo1OMYDq0wZzkBJx2WJGOwaXN8_70gvltiq-VAo6Q,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=jMfsmsI7cmn636WiDwA07efMFJnXqqB8cFJsZFeI6x4,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=D4t7wxSXxlqnn4EDSzI8BoJVQlgvIJCRX6eawp0n14I,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=3j4llRYpEP7PesVNCQN7ppAgYUtDQlep-DwuNJrM0M0,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=AMcllMIeLtGSsXju2iDvekoB3FV_t3-QDMECT9k9Yv4,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=-mdBN2ECfO-hb6khMfHcdGL5ClpoZG7_bXZmulXgErY,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=x6v1m4HS2FBh1Mv51EUcr9gsjW_DF9KUQebMvUdH604,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=wGbv9l2_jB-SAHWwjff8DkSLFtNOfXPKlPFk4HBCpeM,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=_clWvICFl7aShJ0xMFyVGjJFbBBQPAIYuBnLwLkDN9I,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=vFUv2d3mBPfrERHWwJI-7swKSE3YolT0-R7YqNO0RVM,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=sPam3zS8N1a0U4Q3nJjnsFlLGqyuPZ5lhhlOv1idIxQ,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=Br4AIghhTtTX7sY-p4oe1qV_7x3QTGQaiJ-4UaHZHbE,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=T-rkt8wtCRBZqob5WzcL3mOGT_bY1rcoXEw1RU4IsE0,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Ez6RVVogYfJe5LTr-LE1x_wpv7Imsyn-2zjTDiDn28Y,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Efe9UtbLlDoairhkHf6Cl7fqIGj3Osmv2lQiKK4t-aU,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=RTAs_t9_KVYDRWKuMvmC_1cy7KEeXteMU3P-xejYSGg,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=wwl6I0IqO21APcNfKzgFlI0nVvinpN1t1ykUPZrKGCY,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=DPt2D6ZGnp5_Hj9YUJ0n3ry6VRIaPXqRyPoF0g_YWXc,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=nzyUoG05keG_a9qjnp6rSby_io8ia6OHFAd3Y1huINM,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=OlAU30ka7LLcy03k0VaIxdvZiTtFdQG33rT8bmoxBcY,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=BX1NImpw7cw_P5dm6LzzD3hJryVhhbm2ZMe-tmLVlVA,2457
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=xpmanv8ijOzG07HyRWUjolj34kytEopR89PkmBIac1w,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ADAnQXvKP1PqO3E8_vzJ367cYAijfC67uSXTLITNdyA,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=XR9oReNwwgwKis3fUM-lh3OIxzAO6r-JMpQY6WgnhoQ,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=YL3rQ4du4WBGpIf45Gjj8el-xRRxDAkm2ZEh4cZsD6k,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=MQsfR1W9kLcClOWxwvFiCXWpgYyeSffqRe6-7uJOZeQ,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=2cN9CqF1RjJlHHI-v6bbl90zkaYHErp2Qp1tgd1Am3U,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=vp1Yie_afdgMS2A17349PlgNMsc4Rk7gWVaf576xPNY,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=zgq0XbsE9GKR9TCPQscT73qFgbCd3IY7xhw-iK1Hdj8,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=hnMuPq-VCyySHDsA2NB1QzIOjzys1gsDfrr4jE-zY4I,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=n_ZH8grdLYxrP_KkiIwbhZdSRxfrdeRKTSqxRx4oSrA,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=O2oa7QJPctlYi7P-ruOqLdWJQ5yzrmWv4LN6k3myW_g,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Zj_m-Gse8fswiXeFNw3fgw6nsZF-oW7iyn8ubVDWzF8,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=0tjwf0P_fKloThfJK5FqARbMuXFkd_jAoQlXLNaK_pc,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=rjCt4ImitZbd-BH9tJbhUIQCVXxAcrowhMbzgOfn1Rc,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Xe6cmERsHNo7-Ck_gm-aX52FopNWqOGcQSGv0g_fDoY,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=i_YX1t1y_ImyKBf4zZkurJjSbRUNmA-U_ALiVWoUENU,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=70o0YUG1JrL91RVc5Bm_6ylff_ErXHy_uNYyhE3lYis,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=QO9x7RKqw8S7FM_JAZTTyQyp8DMK9Uc_vh2bSC1mvCQ,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5SL3UBQ5eetUMO_mkUDud5GZdW8RJsjRZwuCJKSv5YE,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=quuJnq227cUQh0oC7-qxqAuD_wuuQp9JMu8juoXBSq0,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=UFiIYLYzvVV6BIPI1uG_5ZBCgnrD-VtggKY7_i4w0Y8,15993
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=vp7567xd-zS35wPiERLlZU3sKQsuOdyqliW77f7OEIg,13356
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=WQskpUFFUVOzf7Uhkrnphamu_YeaQDiosb9SO7jEOpU,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=b7bxaPDvFB8AQHGtc3vuxNTWrfIGBqID8tfEzmQ9oDo,8696
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=3y9d2F1zQUA8LsX-u0j1bd5sQ34UFJNiifFTa-3fgyE,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=jPl4wg71Lx7dzWFXClT8vgKR77gbAojmHb8mw1T5MRY,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=CCcRCMTSgsduj8TI2i_4XHlSoF_7Zuwfca7BUZuqpmg,3077
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=6VPK72j_OmiBbNHyAZ7IpzOF_rEBxdbvDOYp-iWKPcs,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=sg84bZnioPFeXJObPRSz2KeOxND4eYkQrlurImwcHnI,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=N2m1rrgpf-3Xot4t_yBVHZdBycA9oeGmYiIDZFHrZfs,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Qx_2g38NwrI5NWBsTDEsmHipW2PfkXu59gZ6bae8auk,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=K4QYF92Jp_R7QfyzGmeTDjFdkB5CqCD8u2JJDwJsjJ0,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=iyBG-h5ce4waySjUtw7bbvXv5d8uhys_N949qgsG6lA,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ei_Q4x_tl3kdboLUgSfKDuVtB3aNhGXh3cnJ3xhRrNw,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Kn0vA6Rbc2MhDYsRPM8-FKgmJgja6Xc3OkrfPcRC17E,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=-elO0uSQBORcKx9ibwvMKf2Sn8QHy_Cgsq4eEnBT-lI,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=SI8446Gum48wvDTcMwhzR_2iwwbAPkXlzoGUfuI5miE,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=DgpDIlZdoeVf5upIiRev5iSth1j-ECyGcIPEMI3clyE,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=AW9I6BmlxLPwI8JNVJrgiGkNlT6DooEzgogE8ndefwE,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Z1Qij3PG6GFKZSGXWtuWRoOSjcjeW6WJDbs7XakpC6k,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=kyOrcSiXwEvmV2Two8FTNsBg4wbxg2nURLGCRyfiDmg,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=rb-kc_CPTkz2zHCgvj_muvj0BEoAzGxchOGDgiuQ4A8,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=P8PusRDSghPbrWQTFZTRN6HwCSqRxFyTziO5ev1x7tA,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=jN_obb6P6bg6ZQwvLcCpPiu1VaiN3Fd4scOQO0JRrEQ,7938
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=6AgDuZpLuVujbwdN6d0F3zCHPgB9hhOEDN8EOPXSqRs,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=GyPbqUX0DZBn0Csaa3L32N2ZnZFk-n03peaveFO6C0U,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Ykc74xRtS490Y2Bip0x7p91hRajAbROSx2L12EQ51TA,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=n44rvF7qpOVzmr7g-h6OQDT8tuUezpeQw9SyCL9VwdY,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=mC0UWzLdGtGMf2le-jxaa6xXsPvEdJ5SC2d70FIDRII,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=N3PJF1P3uAeYFypr5HXLnrx3XbxeQ9MkCZVLCwb7rqs,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=zvsgmNZ8LnLZejvkFZilWqxXPs3HkBFMMUOvVuHXVqw,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=0Cjnq3tFoejanz5sXHGE0RzGZf8G-AHk6b_omX1waWg,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=ROzT6V5PTNv9DF1B5SGHiE9uk3qFlXMjSga1FPODofg,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=KwrG6AtTXJHstih_h8ILDgUnwyWNOYuU6jRLkv2cdXc,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=9zJs3BwrOfvH6hOLcIOULGOnr-xgb42cHl0TrsdSv-4,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=yjThOmsEpQZfpmA_CgFuYy5TUx9q4Ngy-pP1qCJJ_PU,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=HVc8ahAkmF2lYQJVx6Xv0LU_7Fh0LLhRZJK07sbMqxU,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=KSx-pXe340ZZL3o5d4C5FLyyRwrTUbDwIVXU84iRH-0,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=praQ65mLFiB2xFebjE8nvdq5mLjeOT0mu4i2xUcVXAo,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=GTXRQS0Ychs1SH431lCyzuNaQ8M-i9RUfeksFIytsf0,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=4IABKI0hNN4tipsJRwfJOPxDcVvzFfrSwbYhv-urdy4,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=sPJ89SH4meVZBVuK2TqDzSKdvaMAHVYM2pEjAs6lq6M,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=qHkgKVjSuxAjKgFUr_3IRgPF347Dx6r3YhEg3r4bjPA,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=jvRx4MSjpRYj-b6Yj-gYaGbDkti5lH83mWtkk_AOC7E,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=HRi1mQLQa11PE8iFDJXbjppK55jaJDQMmSDhI9upucY,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=85-uoYnWjs969WViE7Z8H39oY3OM4K2qgvYaPOmQtbw,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=-_41Qhja0ts9wZubNbwnGm2ol6Y4nNf16LR_bX4oTD8,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Lav4wQC1fMYXfdqiptgR268FdHEHrgEoeVhsmOwfzNM,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=rLfZOOBXCIIzXIyNfeAIuVziH3iCEUE0nnbQChnfdRc,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=gGoSXg0xqSbWM-cBYaOhSL80h-Ra6naPEnV3njLUTFU,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=-bhxfKGlPvvPg0MKJOTSizHIPAV4GZEhVXpiqDedRW0,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=ZeU0YO4hBxEP4KOi1WW237zi_qNMXff9p0wIYbaX498,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=zYg2rGIJBA_EcDcfQE8Md-fRbo4dfuV1_V63Mtb62mE,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=ShrcD93_6QACUkPBg-MUYfYVEJZ1Rvx6QJZMM_xz3e8,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=tybNyLZi7XmYZw8JpiI4MSF3ZFT1ReYe_zEBFKDaASE,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=0ylq1LK7006b3AXDascouEjKhev4Y4Kb8cl2DXVp_kY,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ZDvovxTaCdVjSioNvgDWCP9RNr6lkbhhPL7mTbw9D_o,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=mJKEJrEHLzKkrbJzuPD4tfh4f_M7qNxVolt43z8zSBw,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=XSQZa6EZHJIAyuNhfyveazJdedNu9_EGU1eB_EoqzQY,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=HKVApBnPvz-88daCQ96QREWEDIwoMbfmH_l7pBYj1O8,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=H_tWpz31PHve8qEK2AAYJQYaTnU3bsGBrvyO4pYSGaY,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=crVl6QA6mFeG59R8EDeIWig99OWARpBOYumcqw8ol8I,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=uk78lmAl6OJwubZ4D1ctTvOr6II_WrbIzJ1jZdLsCVo,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=mVqh__b7iFea6RaMeGRZ2r1MjRIWYKntCjg79vA0ZhI,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=rzSqTv-DAtm_nBKnZ-SjzkFEhNfq0zAQiQNLEmokg_A,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=T2qlisIGDj0Fom0sUbikPMwUNMhBBJzZ9ivySsePyZ8,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=itg9KLd3bRYN8lyL4BbV3Nc2Irf4NO0tzU37f26-eRk,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=RRAcy8s4LJ28vV8S1WqoBsCuJNcnok4DO6CXWEYsdM4,4377
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=lE4U62_wEbB4JaSkWJ1aDmP6tcemWckuAYZvBFaLlxs,3758
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=oaUWCkXfIX7qpgFHeIdYnaPaWGd91R5GmuKeTdMeMk0,2434
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=T-Ku2TyjVsF_GJJ_k6yV_zYOasoqkNx2my92_Et4Q9M,5002
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=MwpJUag16npKMZKOwUjGP2ed7VrhPOQfYc9rtUjotmI,3131
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ddZasufahlFeHLw84SahmiYbaidWMwp3GctqFqvrkyk,4816
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=WKdgwa1iOu3vPO-ZRZpi6AohSPDM8SobzmdnzNtBmOc,627
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=xWf2Vjfsu0guwIBb_Ft5_NztGLk3hR4Ywev3OZus-rw,2070
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=PVQWUBu-O4Ap6g-U3hrAA_mmJsfwXYM8_PlavNB88pw,2333
|
131
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=AAXxyVK1eNoTfB7VT6JMMXQutElHGebYgOHsO_qHZ88,1047
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=DUK1MctHo5xpnE26FSB9fMWCvMJB7k-RmZB5F2dIKfQ,1651
|
133
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=jtHEQiEKWzsEVBvuP-D-MCGx2fzA-vH_JwbYqi0UNJk,771
|
134
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=JzYheDKu95NOaJ4yGXqMbhQE7TycckExP0XAdsi41a8,812
|
135
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=eOrDziL8C_-sACBLQ_yfK2uKtagNvbJ63UehX3azYn0,1114
|
136
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=vEQzuYlQgp9DUwXw3eTH3i9DuM5FyW0bxxfA_vHgSwY,2021
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=qCK1zIOJjcIonem-I9qH1WCorKxSloX_fE1YYif8TRw,453
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=e_j4snk89AvlzC2gmxjB9qaKy9Wh_E4e8vKSlZO3GgM,13169
|
139
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wpNYMMoyTnCN0pd4o5vD-RvUVwj3c3MZ95JH46fD2tQ,23298
|
140
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=PjX3ybFRgsRAAUVm9HthbbqD870e1lH9S-iGwgH5pMA,1849
|
141
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=NTb8JCSEJ9qYH9JLHnwrdI8bItGqLcMCg3xASMxnzeE,7548
|
142
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=KLuDpf-6R1FQI-AHBvC_prADTjSmNlpvapzCTdUI_Yg,8577
|
143
|
+
metaflow-stubs/runner/utils.pyi,sha256=FE2CISbJ08x_byPffBwCDWkrF1XNKp8IuwI9ANE536A,800
|
144
|
+
metaflow-stubs/system/__init__.pyi,sha256=4BzasqVOIOO5WB2HelOFkQxUmplO7IOzdN02fz3ZFEc,3383
|
145
|
+
metaflow-stubs/system/system_logger.pyi,sha256=kDHiq5fCi1Hv6YYOeIhfByzCCA1ThdEHdEF_t4eGowc,1876
|
146
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=0vInSbc8b1lXJRXT6A8_mRG-0DVQQMmZNBFdBuEwUTw,2017
|
147
|
+
metaflow_stubs-2.12.14.dist-info/METADATA,sha256=jN-IYk35_EATNo3fw7Ov0SqWUV5GgRGHKuYJCAHltE8,1403
|
148
|
+
metaflow_stubs-2.12.14.dist-info/WHEEL,sha256=GUeE9LxUgRABPG7YM0jCNs9cBsAIx0YAkzCB88PMLgc,109
|
149
|
+
metaflow_stubs-2.12.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
+
metaflow_stubs-2.12.14.dist-info/RECORD,,
|