metaflow-stubs 2.12.38__py2.py3-none-any.whl → 2.13__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 +222 -221
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +3 -3
- metaflow-stubs/flowspec.pyi +6 -6
- 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 +23 -23
- metaflow-stubs/multicore_utils.pyi +2 -2
- 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_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +30 -2
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +15 -13
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +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 +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +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 +4 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +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 +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.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 +5 -5
- 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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +4 -2
- metaflow-stubs/runner/nbrun.pyi +3 -3
- metaflow-stubs/runner/subprocess_manager.pyi +5 -2
- metaflow-stubs/runner/utils.pyi +8 -8
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +8 -3
- metaflow-stubs/user_configs/config_parameters.pyi +8 -8
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.38.dist-info → metaflow_stubs-2.13.dist-info}/METADATA +2 -2
- metaflow_stubs-2.13.dist-info/RECORD +144 -0
- metaflow_stubs-2.12.38.dist-info/RECORD +0 -144
- {metaflow_stubs-2.12.38.dist-info → metaflow_stubs-2.13.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.38.dist-info → metaflow_stubs-2.13.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.148540 #
|
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.plugins.aws.step_functions.step_functions_deployer_objects
|
13
|
-
import metaflow.runner.deployer
|
14
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
15
12
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
13
|
+
import metaflow.runner.deployer
|
16
14
|
import metaflow
|
17
15
|
import metaflow.plugins.argo.argo_workflows_deployer
|
16
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
17
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
18
18
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
20
20
|
|
@@ -48,7 +48,7 @@ class Deployer(object, metaclass=DeployerMeta):
|
|
48
48
|
The directory to run the subprocess in; if not specified, the current
|
49
49
|
directory is used.
|
50
50
|
file_read_timeout : int, default 3600
|
51
|
-
The timeout until which we try to read the deployer attribute file.
|
51
|
+
The timeout until which we try to read the deployer attribute file (in seconds).
|
52
52
|
**kwargs : Any
|
53
53
|
Additional arguments that you would pass to `python myflow.py` before
|
54
54
|
the deployment command.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.082222 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -38,7 +38,7 @@ class DeployerImpl(object, metaclass=type):
|
|
38
38
|
The directory to run the subprocess in; if not specified, the current
|
39
39
|
directory is used.
|
40
40
|
file_read_timeout : int, default 3600
|
41
|
-
The timeout until which we try to read the deployer attribute file.
|
41
|
+
The timeout until which we try to read the deployer attribute file (in seconds).
|
42
42
|
**kwargs : Any
|
43
43
|
Additional arguments that you would pass to `python myflow.py` before
|
44
44
|
the deployment command.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.073162 #
|
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.client.core
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
12
|
import metaflow.runner.metaflow_runner
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
14
|
|
15
15
|
from ..client.core import Run as Run
|
16
16
|
from .utils import temporary_fifo as temporary_fifo
|
@@ -193,7 +193,7 @@ class Runner(object, metaclass=type):
|
|
193
193
|
The directory to run the subprocess in; if not specified, the current
|
194
194
|
directory is used.
|
195
195
|
file_read_timeout : int, default 3600
|
196
|
-
The timeout until which we try to read the runner attribute file.
|
196
|
+
The timeout until which we try to read the runner attribute file (in seconds).
|
197
197
|
**kwargs : Any
|
198
198
|
Additional arguments that you would pass to `python myflow.py` before
|
199
199
|
the `run` command.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.074168 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -52,6 +52,8 @@ class NBDeployer(object, metaclass=type):
|
|
52
52
|
base_dir : str, optional, default None
|
53
53
|
The directory to run the subprocess in; if not specified, the current
|
54
54
|
working directory is used.
|
55
|
+
file_read_timeout : int, default 3600
|
56
|
+
The timeout until which we try to read the deployer attribute file (in seconds).
|
55
57
|
**kwargs : Any
|
56
58
|
Additional arguments that you would pass to `python myflow.py` i.e. options
|
57
59
|
listed in `python myflow.py --help`
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.073761 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -50,7 +50,7 @@ class NBRunner(object, metaclass=type):
|
|
50
50
|
The directory to run the subprocess in; if not specified, the current
|
51
51
|
working directory is used.
|
52
52
|
file_read_timeout : int, default 3600
|
53
|
-
The timeout until which we try to read the runner attribute file.
|
53
|
+
The timeout until which we try to read the runner attribute file (in seconds).
|
54
54
|
**kwargs : Any
|
55
55
|
Additional arguments that you would pass to `python myflow.py` before
|
56
56
|
the `run` command.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.081613 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -37,6 +37,9 @@ class SubprocessManager(object, metaclass=type):
|
|
37
37
|
"""
|
38
38
|
Run a command synchronously and return its process ID.
|
39
39
|
|
40
|
+
Note: in no case does this wait for the process to *finish*. Use sync_wait()
|
41
|
+
to wait for the command to finish.
|
42
|
+
|
40
43
|
Parameters
|
41
44
|
----------
|
42
45
|
command : List[str]
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.080417 #
|
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.click_api
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
11
|
import typing
|
12
|
+
import metaflow.runner.subprocess_manager
|
13
|
+
import metaflow.runner.click_api
|
14
14
|
|
15
15
|
|
16
16
|
TYPE_CHECKING: bool
|
@@ -54,7 +54,7 @@ def read_from_fifo_when_ready(fifo_fd: int, command_obj: "metaflow.runner.subpro
|
|
54
54
|
encoding : str, optional
|
55
55
|
Encoding to use while reading the file, by default "utf-8".
|
56
56
|
timeout : int, optional
|
57
|
-
Timeout for reading the file in
|
57
|
+
Timeout for reading the file in seconds, by default 3600.
|
58
58
|
|
59
59
|
Returns
|
60
60
|
-------
|
@@ -84,7 +84,7 @@ def async_read_from_fifo_when_ready(fifo_fd: int, command_obj: "metaflow.runner.
|
|
84
84
|
encoding : str, optional
|
85
85
|
Encoding to use while reading the file, by default "utf-8".
|
86
86
|
timeout : int, optional
|
87
|
-
Timeout for reading the file in
|
87
|
+
Timeout for reading the file in seconds, by default 3600.
|
88
88
|
|
89
89
|
Returns
|
90
90
|
-------
|
@@ -116,7 +116,7 @@ def handle_timeout(attribute_file_fd: int, command_obj: "metaflow.runner.subproc
|
|
116
116
|
command_obj : CommandManager
|
117
117
|
Command manager object that encapsulates the running command details.
|
118
118
|
file_read_timeout : int
|
119
|
-
Timeout for reading the file
|
119
|
+
Timeout for reading the file, in seconds
|
120
120
|
|
121
121
|
Returns
|
122
122
|
-------
|
@@ -143,7 +143,7 @@ def async_handle_timeout(attribute_file_fd: int, command_obj: "metaflow.runner.s
|
|
143
143
|
command_obj : CommandManager
|
144
144
|
Command manager object that encapsulates the running command details.
|
145
145
|
file_read_timeout : int
|
146
|
-
Timeout for reading the file
|
146
|
+
Timeout for reading the file, in seconds
|
147
147
|
|
148
148
|
Returns
|
149
149
|
-------
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.074749 #
|
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.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.097827 #
|
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.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.097434 #
|
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.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.056077 #
|
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.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.060652 #
|
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.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.055760 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.060471 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.parameters
|
12
11
|
import metaflow.user_configs.config_parameters
|
13
12
|
import metaflow.decorators
|
14
|
-
import metaflow.
|
13
|
+
import metaflow.parameters
|
14
|
+
import typing
|
15
15
|
import functools
|
16
16
|
import metaflow.flowspec
|
17
|
-
import
|
17
|
+
import metaflow.user_configs.config_decorators
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.077614 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -60,7 +60,9 @@ class ConfigInput(object, metaclass=type):
|
|
60
60
|
@classmethod
|
61
61
|
def get_config(cls, config_name: str) -> typing.Optional[typing.Dict[typing.Any, typing.Any]]:
|
62
62
|
...
|
63
|
-
def process_configs(self,
|
63
|
+
def process_configs(self, flow_name: str, param_name: str, param_value: typing.Dict[str, typing.Optional[str]], quiet: bool, datastore: str, click_obj: typing.Optional[typing.Any] = None):
|
64
|
+
...
|
65
|
+
def process_configs_click(self, ctx, param, value):
|
64
66
|
...
|
65
67
|
def __str__(self):
|
66
68
|
...
|
@@ -77,6 +79,9 @@ class LocalFileInput(metaflow._vendor.click.types.Path, metaclass=type):
|
|
77
79
|
...
|
78
80
|
...
|
79
81
|
|
82
|
+
def config_options_with_config_input(cmd):
|
83
|
+
...
|
84
|
+
|
80
85
|
def config_options(cmd):
|
81
86
|
...
|
82
87
|
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.058808 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import collections
|
10
|
-
import typing
|
11
9
|
import abc
|
10
|
+
import collections
|
12
11
|
import metaflow
|
12
|
+
import typing
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.parameters
|
15
14
|
import metaflow.user_configs.config_parameters
|
16
|
-
import
|
15
|
+
import metaflow.parameters
|
17
16
|
import typing
|
17
|
+
import collections.abc
|
18
18
|
import abc
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
@@ -209,9 +209,9 @@ class Config(metaflow.parameters.Parameter, collections.abc.Mapping, metaclass=a
|
|
209
209
|
...
|
210
210
|
...
|
211
211
|
|
212
|
-
def resolve_delayed_evaluator(v: typing.Any) -> typing.Any:
|
212
|
+
def resolve_delayed_evaluator(v: typing.Any, ignore_errors: bool = False) -> typing.Any:
|
213
213
|
...
|
214
214
|
|
215
|
-
def unpack_delayed_evaluator(to_unpack: typing.Dict[str, typing.Any]) -> typing.Dict[str, typing.Any]:
|
215
|
+
def unpack_delayed_evaluator(to_unpack: typing.Dict[str, typing.Any], ignore_errors: bool = False) -> typing.Dict[str, typing.Any]:
|
216
216
|
...
|
217
217
|
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.074277 #
|
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.
|
3
|
+
Version: 2.13
|
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.
|
24
|
+
Requires-Dist: metaflow==2.13
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,144 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Cxwkw1SKkUwieHRmQDi_73fC3E9voEEzZZkf4K_xsTM,35015
|
2
|
+
metaflow-stubs/cards.pyi,sha256=rybp361NiESRz4_7vwlJkQcv_erLkKCLnzqFl21RTow,1564
|
3
|
+
metaflow-stubs/cli.pyi,sha256=oKjqYE3s3Xu1oLqff9oKc04Gs_D2gUwbwTbMf7O8jVo,2235
|
4
|
+
metaflow-stubs/events.pyi,sha256=Ap0HsRDPsnBrw8fYerqpCUMAQn_0IPf_Wl6P5URCGyk,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=uZPBKANHzWu0qeGHKI4c-IlVeFv78d3xR8GERfvfvSY,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=CQoeXhFUlirw-GMpqFWcYidXL_jAH6fCZqEvKsxkCOs,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=ypeTPjxA1mSP6ffVjkr8jbYalq2Wak5kyV5tFvc9DOY,31
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=1kJaw1gtD1Jb5cUVhb_ZJHrdoYOpXD_9sJIcMtZfXzM,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=UCzizH-VnkpdK_SvGgDHHSNHpVU_nmUidUMr-R7IRPw,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=yb291Wqm79ZTdKbnaOBY-TqrvHkmAs_wRY6fVgRaxNQ,4660
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=8WHTvkBMTQQuHblCsMG0NeNtDmYqqvkk3pPNltUYkeM,9655
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=qSQm8lD7ZvOrwpwEZIAg_3vcRMbtHg4OwqReAM4Cspw,2516
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=VM-Oigd1HMYTbkHzH0U7S__CBJ-ZTTpqacTV4UKzG5k,7413
|
14
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=2jQ87utFnX6AXEkBcDFo6OOGCTaEHBjPvZWVaN7NcHI,994
|
16
|
+
metaflow-stubs/tagging_util.pyi,sha256=vEbHmu5L2B2ByaHPgF0ne3JHwkksjZZUI1w4kHR4OZg,1494
|
17
|
+
metaflow-stubs/tuple_util.pyi,sha256=kylrJKFsTDTY3xUIyugzEeqFbRjUFE7Bxyy6EWyaQW8,663
|
18
|
+
metaflow-stubs/version.pyi,sha256=DfcKNpq0oeGokzI23QXpA8eydV7UMgoxl5qdyoTTo7w,577
|
19
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=s4bOF4gnidbZY1AKWjCU_D3YlQzeS_hvyu9G0TeiK2A,583
|
20
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=RlGFe7svNYXa4fhDYZP_H42k0ixwbOU4ZOXmQy6q3U8,1260
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=3hBLIqAHp8qHj9_j94xCuH_Jy80Ir52dNpN9UN1iDi8,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=LOy94DNJJG35T-Xw8LJ0g9QSPKW07bWPCdjRTDUKLNo,44999
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=7xDvygdML1irlOE_N8KP3GIqIipZ6zAHcZUTMBlrUbY,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=noVfRIH1oSQ92N-nxPGJbW_KDV3tQkaZN4Oan39MUs8,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=-Y1ky4qFCeN6vrSHARkQ7bPFhnUWXcq-m4qM9AXAwiw,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=eFJbvYP9EQ-Dzsl9txvJUuVo7wV11EIlr1vc2_UNS1E,12392
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=NOy6l95QPEuOmf-L1gfate9ySHtaMY8-p_coWGdS3hQ,758
|
28
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=AwjBnZqbnnU4ycTwsZAnrWEvKQlgqCsvQIts1Q4as94,3609
|
29
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=lt19y2ULzPYLOQb4kZdWIzn-OxTO5V52xNcNoPlfKrw,2243
|
30
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=wlW8Leq8nl26c51lbNnE57KwB9rlW70OS8SgDL4Vrc0,932
|
31
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=76b2IAisXfPB8IhU-J2zKa35BYtXHDwWa6pIGZOeij0,910
|
32
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=dvhg_UK0RR-QyueR-n_UcPy4jOltr_LHQYCOcRkgmqU,1052
|
33
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=6fV8SreP7BtN6UTYfMSvDZl4gNTc5peIjiC_9-hEDw8,4772
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ZYDgc5Q-v4l3DmB3zGR_7mSi89t0AgK7ue2DqeN8928,2445
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=jSTO2sSWI8KyVBwW6w641R24WX40kSh0KdOPoG0KIGU,2743
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=7dQ2s7NftffaKgqMa68LeJNXH3I7IGLFRuPlqPqK28I,1829
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=_BTmM2Osp0XdAnqROqDGHYt4Grh8Rj2dUnuvSLQ3keg,1709
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=sT69TS7Wnc_YhSbHN5g1cJ1hVliyN8Un2h8i7cFg8uU,1198
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=RHmxcy6T_CY-HNB0WyTf3RS0mFrX9_NTYHyf1BNRKOE,2087
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=1L9cVWL4ehbqPDq9JCInimBMZ1G1S9CZhNATexeRT6Y,2296
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=PD-9ZZgsOPrMFeUKMHGGyZJH2u1KgPqkav0jXpV2oBc,722
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=oZd7uwXixvxztqJCqHf_MFjrT0uUqbkP1wkhH09Fu5o,1229
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=aERnMI-RQ6Nmvi9mixL-FWNgHGa0GkYLXgfxsWhHrls,3154
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=wpdVMfcHePadzRvtwizXNX4vl4O1cbe6ML41ZyQq3v8,923
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=tzctJGkFhpDZ0Dnx70yM1HFsD9H8EmS8euOJ7B2155Y,877
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=0B69N2iP2S9kwkQgzngoOiYrL2ZQSCJXOrPW2YM1eaE,1497
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=xZAgVyrRRKzn1J0WB9HKkZmy94kiuYj5xRrQQBzqPZs,3309
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Hz6hihR2SQfroLTqEeNV9sjNzqnZxuXZMXMwrAKIQ2o,3220
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=cG3CM-LEqAUNgH_mpXB68Ilaq9491UEWzfEStSQtTJA,727
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=wL3O3HOwPS_rpQlRW7ZyMto9kjX7ACnYl_q8WvaYly8,2514
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=unqd4x47jabgjFhJWt91DU3kpJ6h0P1zxywBRpE_xLQ,3348
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=z0FUr46YV3llJG1t5HIWuiQRBEvaVRjxlmt23gbPkPk,13674
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=vSozW7cHpwiv60i61dRPMJU7eM8HFp9yU_bPqF9YI-Y,1406
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=58fUrZ_qs56Q7-qcisWSHecdtEBKpuxV1VzXXfpP7vw,4595
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=u8jOyHeXH889SuAY9EsxYOJLQ4nAH8oKsOZEXp5FLWE,6061
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=dxhmrnuTBoOogTVLUFErrodUhSxGQTtzdZsoL5iwTIQ,755
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=jFcEVSIwuYO9m2C8_I05KCF2wVRvIIQ3onfhdhG3kQs,930
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=dLGadnkTzw_nP2xvMfF-sef7VsQltyHQ9Ei4ly_NekU,3085
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Sjm6eyfNZGYOAjZqcyOev5mnyplHwMZlGG3URjygNOM,675
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=abZ7w5wvgtuD8jL5uT-iwmOgm-YLLt7xJI9Tp9w7qFI,2905
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=cu57Z9XumkFRPzvsQ1MyriHa5LrQRugdkxmvCEv_J3Y,3767
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=bs7ZVc6fZNBA6jZm4m3EGkUc2OozIC206QrpYsJoAv4,6013
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=U-ta0-oGl_cAfrvBDIqy72_eEAxPm5Aeo6mjCC0-KiI,645
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=6nhuFvyTMzKeMimYmVj_5MP8sDd0OpqiuqI7oOOYIpk,3575
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ZZxGwISUTGHxaZy-BEM_CyFrOZ8r_-kyOcYo2nPMMI8,792
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=HCOQm3NecgXzShkfFxz277N2PnrCR5nzTBN2vsPbCOI,976
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=DKNqDN36HeTjpDM7ugDMvugvJoAKHm-ZQngu6yMaGdc,899
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=nwngCBsh6DF1V5RAB_BmCK5YXUtRkwVaBUok-Yx3GPY,1637
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=UzEuW4DMNo0cYDVatENgLIgy88tlHiZvUlEN1s6RNGs,4553
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=412HJaEtlmBDlSnH6-IPe4OMukrF4kvidl8Mtw6GcRw,1186
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=cQIhP1GOFzh2JOzT3y8dlwy219Tbw7WA-lCiECKlEFY,1145
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=jKAQsvBEMVNDNGy4sO6k5pt2oI-Is5chL_wI_kzZxdA,3881
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=ZcvgnmLYb5abPaVbD2l5W9zN9LHW0XUTL2r3U78VdiM,4342
|
74
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=gsXPLAHHmpPMwIoK-RS-P2n26XeQTvhG3Z_e-7j2t-o,1011
|
75
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ICBXFaneforYzAFzKvh9pYPqTJGcReSasso0e43A8Bo,1168
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=rVVorcmxzcvXE1U7pwENJhYT1uhKqIJPwnMSecdQHjY,999
|
77
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=lhNJ7OQ8VEz7CjA7qRk2_mw6fe0A9w_WQfiiz1yej1g,2289
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=XVhC2Vgl8Q_xuvcMFpZSjs2z6QXcxlf_FtMoZiqhmyY,2458
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=r-fXvrgCXNLpSH98W9A-5bQ4R0cf6oaXLhIAxaZK0Bo,1568
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=SGw2xzdom_zXLjDZWIEp_MZwjklcUC2G_Cal6qXsA9s,1667
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=UALEbDmxdPk7UErWANdyc2-dS_3Y-uxf75-qs3qF9Xc,916
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Hm5FlsmaQLjElzNfYzY8bnTwqnl5g6P73h-NL9e6l8I,4909
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=EAQ5iAqGoVe7fs3EkeqqP7kxOicWJqGibnPC_zaZhs0,1089
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=UxGjrpgpm-eMwP6BwVHk_Xr4CKSdMdqtVasElySOkRs,2962
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=nmtkn-lx-7nuWny9-odTc-Y1EJ1bd3GtE_TXc9xNEXs,2925
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=EXkmFCUJk27HMuUNXU62ByqauaM6QO9DjGh0fgx61Gg,759
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=flyeLibfP8tpDe3fn2rHfOnqkvjCNJKyL5j9D2UyjMU,8482
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=7g1_aelissiSPLZxAK6fF8j8Vm-mArxotNj1rl9ABvg,2470
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=h3HD_0Ybd8TE_tFUF5PS8Q3jrxpPOvlGbl8gptEg2UA,986
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=vpO5gWrcjOiSVmKp11BOd1sTAcDRhJlhjZ0ytB1lOBA,7180
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=jyfclg0U3fv_521h7FNUl4jHDcCzKxQ6Put7DFXqouQ,3092
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Rn8aDbNiOWm72VrmaOxOhUE0fxX7ogxjEJoCs_EDRco,10309
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=denmFf3nLoNGWBfxo8spBIN1vDjTqHpmUKA-0c8uMts,1479
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=NVS95G9ATd-wtCF0MRZUXmHC2nJ-jMz_liVfrn1oNAg,853
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FzYVM52mG_gMQRUUHX9U8SWAzaEJzbG9NUf3EoYpia0,3622
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=VPRYCzC-7CYc1xbHy_a76pk1y9jK6Ht6hV423JF_hpg,933
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=PhNT94w3JDHcOCmnpG2P73ZhSAQV0wZznBMGZure1_Q,2797
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=43KG-OoqUl2A3KGKHMmov6cBZHxugXm66FRArWqX8QA,1204
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=nEhZCnDdZGWPV_SfwKxpK6-eKSA0pz8mKgNA4NOaa3Q,23702
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=NrbwtHXZCQUOCpb_qyLaRVFMsZiLPq-Aw1L7Cj7KrFY,1036
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=9teOy8QmrMcHBkcq4ZOMKZCh6EAa35S016XObx0W9n8,1132
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=mMWP3X8BKH_CmhqYNrZs638LsEP-Drk4taftkqDswn8,587
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=N9Etq2nZn9wgtWjy9mdewVkJqpiQiu6honqlXXsLI5s,1200
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=C2ROVCVKjKP6m_TxBOyespewo2n3cLdH4or9CTx-QJM,923
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=K7yBLI97Erb9OGy3kRuGaQKvYvZE-RR0SXsGaTGlwUs,3298
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=mfG2k4T404V5sw_FTg6FM322b7qy-NuK6O6nol2nncI,796
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=hlwuaZfM_g6O9VMKAjWV2clxEQXAuv5nFUJ3v7_7XNY,899
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=qMY6MK4ADjrNOp4GHQ9f-DZrg_1_W54gqkM88SaaLdY,1086
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=GPxmBBY9BuykM7eNt19_Ud1wEwUgPeTq_WwcdgcDLUY,1641
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=X4X9EnyVtJiqalHY4H8lWu-huC_l1JfSfVM3pZ18tk4,846
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=5HgP3EeYFCMxHuFbsrQ3tG3eRCKRiBObsQH9qeA3hKo,881
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=RI84XzG1qfjmtM5yLADg-LXUuKQsJVaSUJI1s1xUl20,4254
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=9jsNZcpF3iDD6pPTrS6Ps6hIEO-23EcOLIEeKDZTBSg,1326
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=XHLq50kqS6IiNndjY5PbAO-uCb61b1QJ8w2n9rcwiOo,6755
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=_QeBB72UOHVtKZf-1l6Y1IgnkYLxx60uulc_BuxxOGg,2558
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=0Pr3Nv4D53uDgdgFS6CdaLh09BtW_Y71ZLLS1GFEW94,5226
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=RYlGyDCll9XHhMySMqzqKwCe6ixW4PNYUWsqGNvrG2k,915
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=JUQLF3jAhTLVH98KxssK-oUTXEpSLrHn65FOfmjTmFM,3789
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=of7Xsz2Ub17tccQvixqadIWOvVWtKLa_OL19CRfS248,2409
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Y1YtHDbpJC_bZ2oA14SF9xDlLZ0ESEODwKAoQ3iowUU,2610
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=uZV7YwItsbFyemZckKuOSGdYwqU74Ju1SCZMkYqNCXg,834
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=ARJIs5ntsRkLgRnqPMsjrVNyVJtU2sySMzppHAtdres,825
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=gxvnahEw6m29fDFPE_q7Kx_QdAs1IfMKbc9auxRbj8w,1042
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ZbVy4XLA6Nbrw5fY7xcWZeBp0hWscaQSFchsxkFq7j4,986
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=VxqHyLvN3_JvYB7ev4JzDwsPGX_gq3RmybGSzrBvwhY,2345
|
126
|
+
metaflow-stubs/runner/__init__.pyi,sha256=QpP7Ezmwnm57QlYJ4-ZuCNKGjaEYyCh1smm-79trZFM,831
|
127
|
+
metaflow-stubs/runner/deployer.pyi,sha256=34jwqxRvT5VZ3oV-flov0zUtNPfdyzvLGYz8QTphuVA,7538
|
128
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=-OWc3gmCaIHSfAT73S1VlpfcVMXKE0uGtUTG8fA0_-4,3313
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=LhvelkxYB88nZwrvBKcc3f9NjbBhwDrmExussRLPXWo,10665
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=4XmG0aV9fvue5g0YqZs42qa-cYG9B3Q-iwi7gR_v75Q,2946
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=OYomv9TyGjtD3pwVgAaYSg_av_Rp9GwZxa7mph4MsYs,6035
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=5oavPcpMxRJUxeUTPeE-GSGhbjZAw7YO0Uaf-HrlL-E,9273
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=bVru61irNL9gAiTmPOb-mXfqGmZDWukf6XpdkEmgKjY,5936
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=K7SS4QpcUgYvGCFpOZtLmCP45TcDn5UwTq9SHD8Sx7g,761
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=kGwS_ZhwCRfAlQzSQyhDWpbOEwUmhl_hG2dSgoCqTrI,1666
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=FCPGx-Wma06NYIiyxd08058AGvTq7JgArsNIlUs4jFE,1788
|
137
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=GOj0967XDRil4rOsTVOc05H2EcmIXUfM67lCToGkQqI,707
|
138
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=b3H71ocuRN2HL7S1lRCFuThwUBrem2UfNp9MOu2fa74,8992
|
139
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=d7QMLvwFjnuUZNTOzeKaqtfd8c8noUrvHSVIHUDqHao,2955
|
140
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=ll86ACdpjIdHTXoeZVVNftEf1tu71kzjr5Uh5ZvCGCU,8280
|
141
|
+
metaflow_stubs-2.13.dist-info/METADATA,sha256=Bc6Qyp_djuQWxm2evfoyVomgC-bAjrgjLjuS_iXO2O8,1397
|
142
|
+
metaflow_stubs-2.13.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
143
|
+
metaflow_stubs-2.13.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
144
|
+
metaflow_stubs-2.13.dist-info/RECORD,,
|