metaflow-stubs 2.15.7__py2.py3-none-any.whl → 2.15.9__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 +513 -504
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +4 -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 +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 +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +36 -36
- metaflow-stubs/metaflow_git.pyi +26 -0
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +12 -11
- 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 +9 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -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 +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/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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- 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 +6 -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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +10 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +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/plugins/uv/__init__.pyi +11 -0
- metaflow-stubs/plugins/uv/uv_environment.pyi +36 -0
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +7 -7
- metaflow-stubs/runner/deployer_impl.pyi +4 -4
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +6 -6
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.9.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.9.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.9.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.7.dist-info/RECORD +0 -146
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.9.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.247954 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.decorators
|
13
12
|
import metaflow.unbounded_foreach
|
13
|
+
import metaflow.decorators
|
14
14
|
|
15
15
|
from ..exception import MetaflowException as MetaflowException
|
16
16
|
from ..metadata_provider.metadata import MetaDatum as MetaDatum
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.248838 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.decorators
|
13
12
|
import metaflow.exception
|
13
|
+
import metaflow.decorators
|
14
14
|
|
15
15
|
from ..exception import MetaflowException as MetaflowException
|
16
16
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.253786 #
|
5
|
+
######################################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
|
10
|
+
from . import uv_environment as uv_environment
|
11
|
+
|
@@ -0,0 +1,36 @@
|
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.286573 #
|
5
|
+
######################################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import metaflow
|
10
|
+
import typing
|
11
|
+
if typing.TYPE_CHECKING:
|
12
|
+
import metaflow.exception
|
13
|
+
import metaflow.metaflow_environment
|
14
|
+
|
15
|
+
from ...exception import MetaflowException as MetaflowException
|
16
|
+
|
17
|
+
class UVException(metaflow.exception.MetaflowException, metaclass=type):
|
18
|
+
...
|
19
|
+
|
20
|
+
class UVEnvironment(metaflow.metaflow_environment.MetaflowEnvironment, metaclass=type):
|
21
|
+
def __init__(self, flow):
|
22
|
+
...
|
23
|
+
def validate_environment(self, logger, datastore_type):
|
24
|
+
...
|
25
|
+
def init_environment(self, echo, only_steps = None):
|
26
|
+
...
|
27
|
+
def executable(self, step_name, default = None):
|
28
|
+
...
|
29
|
+
def add_to_package(self):
|
30
|
+
...
|
31
|
+
def pylint_config(self):
|
32
|
+
...
|
33
|
+
def bootstrap_commands(self, step_name, datastore_type):
|
34
|
+
...
|
35
|
+
...
|
36
|
+
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.239915 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.223373 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.328334 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,12 +9,12 @@ from __future__ import annotations
|
|
9
9
|
import metaflow
|
10
10
|
import typing
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow
|
13
|
-
import metaflow.plugins.argo.argo_workflows_deployer
|
14
|
-
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
15
12
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
16
|
-
import metaflow.plugins.
|
13
|
+
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
17
14
|
import metaflow.runner.deployer
|
15
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
16
|
+
import metaflow
|
17
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
18
18
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
20
20
|
|
@@ -36,7 +36,7 @@ class Deployer(object, metaclass=DeployerMeta):
|
|
36
36
|
Parameters
|
37
37
|
----------
|
38
38
|
flow_file : str
|
39
|
-
Path to the flow file to deploy.
|
39
|
+
Path to the flow file to deploy, relative to current directory.
|
40
40
|
show_output : bool, default True
|
41
41
|
Show the 'stdout' and 'stderr' to the console by default.
|
42
42
|
profile : Optional[str], default None
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.247277 #
|
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.runner.deployer
|
12
|
+
import typing
|
13
13
|
|
14
14
|
from .subprocess_manager import SubprocessManager as SubprocessManager
|
15
15
|
from .utils import get_lower_level_group as get_lower_level_group
|
@@ -26,7 +26,7 @@ class DeployerImpl(object, metaclass=type):
|
|
26
26
|
Parameters
|
27
27
|
----------
|
28
28
|
flow_file : str
|
29
|
-
Path to the flow file to deploy.
|
29
|
+
Path to the flow file to deploy, relative to current directory.
|
30
30
|
show_output : bool, default True
|
31
31
|
Show the 'stdout' and 'stderr' to the console by default.
|
32
32
|
profile : Optional[str], default None
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.237860 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -187,7 +187,7 @@ class Runner(object, metaclass=RunnerMeta):
|
|
187
187
|
Parameters
|
188
188
|
----------
|
189
189
|
flow_file : str
|
190
|
-
Path to the flow file to run
|
190
|
+
Path to the flow file to run, relative to current directory.
|
191
191
|
show_output : bool, default True
|
192
192
|
Show the 'stdout' and 'stderr' to the console by default,
|
193
193
|
Only applicable for synchronous 'run' and 'resume' functions.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.238989 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.238543 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.246588 #
|
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.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.245164 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,9 +9,9 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.runner.subprocess_manager
|
12
|
+
import types
|
12
13
|
import metaflow.runner.click_api
|
13
14
|
import typing
|
14
|
-
import types
|
15
15
|
|
16
16
|
|
17
17
|
TYPE_CHECKING: bool
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.239568 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.265531 #
|
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.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.265111 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.217095 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.222173 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.216699 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.221959 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.parameters
|
12
|
-
import metaflow.decorators
|
13
|
-
import typing
|
14
|
-
import metaflow.flowspec
|
15
11
|
import metaflow.user_configs.config_parameters
|
12
|
+
import typing
|
16
13
|
import metaflow.user_configs.config_decorators
|
14
|
+
import metaflow.parameters
|
17
15
|
import functools
|
16
|
+
import metaflow.decorators
|
17
|
+
import metaflow.flowspec
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.241819 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.220248 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -11,10 +11,10 @@ import abc
|
|
11
11
|
import typing
|
12
12
|
import collections
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.parameters
|
15
|
-
import typing
|
16
|
-
import collections.abc
|
17
14
|
import metaflow.user_configs.config_parameters
|
15
|
+
import collections.abc
|
16
|
+
import typing
|
17
|
+
import metaflow.parameters
|
18
18
|
import abc
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.9 #
|
4
|
+
# Generated on 2025-04-22T01:36:50.239123 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.15.
|
3
|
+
Version: 2.15.9
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow==2.15.
|
24
|
+
Requires-Dist: metaflow==2.15.9
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=4LB2-0M5LilKGvkHdhXoLrzcvGED58T7DR26vOv5O1w,63365
|
2
|
+
metaflow-stubs/cards.pyi,sha256=QMONCR9pkxud9RPfOBMh2kqhTb0I4DhqikiLjCufaLg,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=Teo0f6DIhLC3d5-wX8h7ys6bwwc5_FCdPVbzmig_Veo,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=SdF611wTxxzuZgelS50T55Cy7O8zXauBassXLt0zOow,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=UCeDmGyFN7yOiejF1CRpZA7ZUJ3N8qmkvKLwkZ2U_-g,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=4b0CFb6opCZYmHXQHJ45YFiKgLrFJ3WgKSJ0-M5saFA,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=hMhMXVMhxFgAssbLfoQDuiVuZcG4Jy1UbhMcM8KK-uk,33
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=L0PTZTwdkOSl6udrBDkCTDS0kgqVnp4nY45sVnKYeZs,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=WTOnd5Nmjiul-MvvxiAY1FfIhomwT7mBr8fa-KfuWiI,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=uwFlgPIJEfpnYDAsD_jrm_sFG0LEW-lttrFMwA_yQMs,4783
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=FOswQKaL2Q8WxyfTxZf8_LEjDN7V_yMBMz0KYbG8ja0,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=LZIpSaHb-9ni1AzTY376mye9yraQtIhF2wmKmi3f-K8,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=PsAF1Tc0uwproS2h9E7t79iieP4RwhGZJCYN9CUfTfE,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=LsXJ6stEJQ2_NHLYhwRy6zbZf3XYYUJP223bCc3CTSI,7477
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=YSbeFZQv4fhhQHIIavLczwvCubkRb3IMvDUD-A546QI,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=wk0HHHfaIkSEMZfDRsIGYwigoP3n_8v3tUPOwo7ymVw,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=rA9bbeOGCsZsHEds3HJAk-vyQN8fFqyQEV8aVCl0Sh0,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=REjgbYbsa0ypWMUv6gx4hSCFfwkXFiWZ5YQM1Fn4TM0,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=PVO4mNRaqF4xc5PfA67NTxtAuGQ8Mv0d2yBZRDk7pJo,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=WneUjWbE8i39sZWUR-A9JcOQPRQFe0TgAUz3RQB4xN8,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=bEr9eldnHAla8Piz6IQC3E2QNsmDSkVk2HFR3MI9AtU,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=gXZpE0Y_caGVC-dhi2oEgL09x-J3JpPNTk1LmOkdeRA,47719
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=dtSarDP_l26DtTBGcxyBkclo7u-IFiidSxrdy57JHoA,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=B2ioMeKbR1-_Von7sLt9SLQQj8D_NswxUFqD5Gl9usU,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=YpwIJBj6MbYtnDVGhP-F1Rbl4l-dUpyeb-hBOxjEFkg,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=kmklEL9OVaVgwyTB8kWSi2pV2SSz3bgrNNJ0ZyqdDHs,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=48qEJIUvCvOAz4N-bgwkWIDPyd-gYqWI_z2K2hrHeiw,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=qyjmnA7MA52fLHSYsJ8p9mILGE5vyxVEad-JxSx0ke0,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=OXXvTe7D8wzEuJB1CmqP6npKB4E1mP827B6-4GYWBvM,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=opha3CTw4jETXIccgJrm9I2EknIkIMMdfRX7dNZqWcY,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=7uNCnAqDQB3elVH-uI0llBi3xU4d8l61p4G683PiiG4,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=oDLAvfqNE5rqGmguxjBNyhwbugx3iqXWKiLsHQ7Fqeo,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=FmXqrNRya0KoSySD8_0jESeYpe6-khl48fLWOZAJ7oU,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=aitHLrQP_-ht7EquUbVO-TzGGOfi6yhJO6NSI8Mus5E,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=IuqNAFhnJip5lI0BYprWM81OwcK08sBUn4Q9RRKnlGQ,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=VMFu4vWv7UO1N2QZCTtzbf3H6eZSBnk8tOA23r1SGKw,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=OAmV3vabnEpHtz6F-jk-jvtOxfsm172QbnXav7JldeE,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=wXDjovl0pnJo9dJ8V7mbpYRsGxTqM-Fd_zuwohF-FpM,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=dCw039y78iLKsWtNaRa0wZScm_lQgijRyR8xCUoKGdY,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=OhacvJI90qBPp61C3s2R0Xh21gRF1-sOY1lLY_xbWwU,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=uLa86t2LsWE5BomHWJy8a4U_1mYc7K8b_T4jKk60QYw,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=rs7-D6_HYFXA3zLIDGZtrJXahIdrC0cR2ABR1x4gQek,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=KWaFSJyXUxBUzI46LUKqbZRSpGNBCyc89wdNRIShPMY,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=vACTjLdIEc4w_2rQBdp7j6q7YZ1Jz2LIXbgAnN3Zrf8,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=90wMFcFRFxtVqMMCA3GrntAuHFCdvCGHTNJ1k0u46k8,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=9HLIICOxO5LMsh-WAjyMzTFGjNQY42KqUq5w4CxZsM0,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=jj3GO5zM0oNYy3AjRhIVvOoi1RkAiSWu3LlvdS2v7T4,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=JhIUcKA5RVYGhW_SXeQncnFzVz7HDooYC9l2-Ux5ia0,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=HcYbzqmFCgKlU-nB7WRs6A3wTG2lQM0aXSF3mePmVzU,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=RdhpQL2niQXVIL-XyVBb1QiPoQSEYigEyciHRGMW9j0,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=uFGwqSOia7Ur5_-lCdM8qZ_dj28PhBzCLH11twmWMZs,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=FdtouHUJaN298kaxG1Y2Ndso54kruE5QROeTr7JzWf4,13775
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=UpC3KqsKSxTrmrZgCUb332W1vS8Ru0WauBjNyQPLcmQ,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=m9f7767fNMfl9c0Dk3D_UlBF858dLOzPiJ10TzOnd3s,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=S9wMgh9ft5dy_3GdLJbChLXs38xq1tLX7InUo3i97t0,6197
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=VJBPmIOmND2qJySKR8hyX3uC-47b2n6HNQMmLeHvup8,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=MB-U2Vgrc4P1vAvb91snILf9InXTvZXXZpysHNm8Qps,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=J1VRfiwFH_21_nwOmfACeHjY07lzGgqDY8fnkE30ldc,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=qkMRpTvKG8BTSUCu_fXu2x5bugrMNWDrNPyKU3L5Zdk,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=JYXN8aFKDePSlbgWMwL7tTWvknj4g9pjOQaqzXjfcEk,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=7DgBMun1MMyTboP9rt9wd7AnYd26ZezXwVR-y52aOxI,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=303qbcTvy2F0We89I_7aZaOgiYN5vW2R9CRhx1UVCQE,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=rDFDxtQrBY1Jm9pLp8xRWsjlc__vE-KwZQmGOxHJS04,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=k6S19Rr84ZaAqH3SWTaYWB0NV2KjvouMNP7BZnsED-k,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=nI4FazJQOM37-zmuBP1CkguocmSP_XwjxJ1BalJ2Gn0,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=MGrf6o76XQI3bY9792owpOWDaK0eYCGwjrpVH6rz0fQ,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=lcZzIWpdmBkrTbnUzKhz7v3gKV1JmKQ9oowpQctrBpg,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=4nHRN3BOB95mMDIuh-6ww_c2fGwqgebLqoz79p24WWc,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=QoXi0JDq2WtIBYQsDpy6Wm-MB5odoImyA8KXzROtJUc,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=hq6uOOfYSdcl-LxWDLOwGlASgThXCNIQHUeX3cMaXg8,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=sXjYYmtLlq0s-f-439M6DNPxkr9-gjGotF2KBUnVg3s,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=OqWRE_wzSfHU25sPPhYqQ0Lo04Gxp288qsDbejjPD-U,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=HMdjMaAwM_Cg3rJ6_-2ONt5pN8xrP4AgA7JzIciSLRs,4342
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=nnmMdqM_jpbGKOozViziJiRRSP3PMab-r9AXBOSItRc,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=5AGZjLflhnRlk8kDercSPMjz34Jj5aA3nNDtpu--IVo,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=yVNL395opA8uqiC3E3LYvRya3144b35DQi7YEzcWnwQ,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=fC9kUf4-BOYydDseuwREYNfvzH7Z83UWHdut1gUQfME,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=qK0fwY7FXh7cR-gG6dsaJXNLQEuijYfslu3_kI3ylak,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Fnmztlf5xh9Vc6YmwW6WX8VqSipwyPKTFCWcgVQUkSU,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=AjZ5ako4GQlnJFQfw8gOGRcCsAbRv0kwprfrcFJ5bZQ,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=4BCwfHfp6hrY-l9wOxnijAy9ekjUCaXICVnszzyh2wc,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Up8WXLILAA_yd9mjIj6DgIQ_Rv6icMNgMvaSVUTzonM,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=iV0UPVG1fEGrbkGlfnO840ejM-AifF3kjXy3Xe3upSI,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=C1UcO1rF5MnRzcEXAMZK79Mx0Kos1LV2dW2ZpegLVxA,2962
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=CqwPIMaweUDe_hIal7NQW77z5SIl11LpK2lMH-ADrxo,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=HVwgooLqiBHSfROyENZPpS7dq1oT85NXHzW5LjkNrDA,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dUpHVTmA2FXs2wGJSBcwk36RGJXAF2rbEg3-l0j19GQ,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=jilwZSN8BVUptDlcxAEjg-CYMZOo55dBlewpGROP1Ks,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=2Bw0TVV5XG8WlAkuXhus90jaoW4gkYm8H_c7eBGV1ew,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=P2WVCldZDtiuLg4LBOjSiBMJOLoFCKqPGPQyxhDdAFI,7502
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=QhOsx7Nc729LiVFnAND8zNBQm26_5mpSodaFzuR87hU,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=n5FWoi3PIpf2jl4LSZ8L2ECf5jERpakiHxvcboyRQaY,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=9GkFT1hcnizKJhEY-jTiqSnfOfCEWCSiKH5snOvaBXU,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ZdTIG52-2nTjMrsHVJsLJp7o6DYyKCHDSHJWGjXU6g8,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=85KEB_ON_XbH_aiha4WOlJRGosQqu8E8k7sEMSJTKJg,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=And26hOHazqb3N2owvh-5NCB_JPzb9KTYVT2BktHn9Q,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=K2wKGt0yGP4Lz3hFACXFQzRGgUPP1OiQ5sLYQcwJEaI,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=qdQK9HLRquB35sKrLIVdeckHlA0-e-2D0RQWBQfCbu0,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=GzRNxRbAjs4LRiWhXnawwUPctAY9110nxlYF93pNJzY,23916
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=GxO0lko6OjGvHWi-d4pk122b-9hyvsQVdrd2Bx_3q9Y,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=IKDdd8iPs7okHd0biJbrZNG6MtMxcNS-yyaFzR-o5ss,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=uC5sLkkrPfJMNePEV1Xtlo9_VzQDc6SmURIwn9KpsiA,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=iT8u82uuVE6d7EWJX7gEGWBZ7IAJb7R6zwj_WP1UIMI,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Gb58z63TzTeQIb2lgTjRxKlGd-m0Z38dcrhfhqeC5_M,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Rqv9a05KoiVOFxZliI4E9lXR_OFNiZ4reikoeWJN6WQ,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=fFE_keaMRmQ4zjYVE96hTZid-ysr_T0u5cIDWpse0-E,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=3R1BFgEliImrpDb_KRpu1i3o7i3l1Uz21S414yV9qAo,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=CMzhfSf4sF8XtWrpDfzM1kLMwQNU7tBguGDyGgyMSYc,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Hy3du3Pno4rmqr59B75igC-OabhhZQ8jI96jue5LyLQ,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=QmAAPu_fJAakJYqS8jQ5Ywa4eQUX8iYnrDOG1U74158,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=hhArMoBLhm0N39H29mK9TlifjpzF9eKTPaEPkk-kuXs,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=UTE6rZJnCZeGqOVdA8AEpVikVR_YeLyJNB9C994WXeY,3733
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=h-ptpdm53GVmJ677WWuhnVUwlsKqH5EfTBjJ0b79U_E,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=UVZL0ZFlf9kUZlnVKLLWjHsQ8AekrDq8TQMAyW8HSQE,7620
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=apiMlqo4v_Jq3Re1z5qoistjuYltViRnC2J2vGKCO_c,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=2DDVFY2xORh-bOKEjpFJSLhlea8ir7S9WTZg9bQFNT0,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=oazNCVX7Ds7V5gUeLeb9ISddo-t78nksW4Z38WyJHLo,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=x4mv3SSAG4IbIOcs5qVnli2wsxQrq3O-xFn1SPRf6wE,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=W3yZNdZzgaK7bNKR-h5ExD-9omAwKimPMIRFNxlpvlI,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ynrCYaJu4MBJPniQcWCVPYf8Be4ConYzsvO2zDsxov0,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=Bylwggh-B3vJHKK6i06F3_6LAdt7l-o4ID83HBAXPfk,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Gem7EH7Kfcm-h3MAUt4dvdyUHfW6wCCZbrnzrejaNgw,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=3LXL1vtlB9JU6M6QlWGp3TBL5JYdCAkTV7VK5dQXtqY,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=fPYTCgs3LSvygidaEFzMg2nUtssBpUCbbmFlyeX0zko,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=XKCdCvf6WMYVEMr_d_HW32R7ryGK8ieT4wlxyVaFlag,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=wCiWpy1Eu9HPsVdgvnh3vJaRSa-fevPawO7p0wtRxpA,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=NhoxA3WXbCuu8xrMulOd3CxSGY5Tx9QoOdJ7yPNU34Y,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=zy55M5VVWJrtq0CkJE7hfMmzGXMaqnaJ6j_zHB2Ov3o,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=jzuom2-zEDNLWIjV666pfeX-7yFF6uY8Hy4iKs6ahVw,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=stQqpGnXO2174DdWhDbttmYMwQRXcl9fT0v27-JiI-w,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=zvUZLjtrk6PFTu7oij1ScTi5yimAqhx7NOwxlRfonsc,7715
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=xgQnqYTjiScu46BdXs3LwFPeUj2bZNnyniuPCMZYjuE,3344
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=1X_CWwpsQkfnq8u5rJBCeDmMym7iB3ekvtYaE9MUDZE,10925
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=MbF9UpQCgEYxydb-niYm_xUfE7WRvRnDi9bP2ZR8xhY,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=gCKG3860LQTbp1OtdYxdGqW2O6R6IpPJcncjUKIVx80,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-G-MuDwVZoGc7Wx52J06uy5D90jkRX8ZIAjA0gtWfY8,9273
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=r7BqhP4jrln19tyNLWPb_8og5reuFVm4DAJPXlHsrbA,5972
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=MYG0afCasEJgNt4-FOMmrUyvvWJDkgs2YuVyxewnc5U,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=3Ke2VvRxYGJpgX7WmAwoUzyPBfJvyCywjHiwY2jBWY8,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=HQHtd0UyB-c0mdFtR3-odtxXFkawS-nNG20Lt3ss0SU,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=vmVLiellladSUQUD1oh22IMjNusClzZU9ivWlNT9dbQ,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=TTLkRxAdDIasn3AQ93-jzCpTVIAn0u5Irj2pfdvdE14,8940
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=GAxaMjkMUe13QWHv8sNQA44ICehYrRULC73MxMK2i3Y,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=lIf7h5Hv6aGMvNsMSzQbsZa_J9Jg3rYFjyuUYscC8_w,8349
|
146
|
+
metaflow_stubs-2.15.9.dist-info/METADATA,sha256=lBU0DuPh2tHiwKWgOn5qkF-o0Bk50ZCI4HGDQbAouVw,1617
|
147
|
+
metaflow_stubs-2.15.9.dist-info/WHEEL,sha256=Td9E1opt19FSuwsk_gcDwtsGPmyXw7uz9xQf-y2gvl8,109
|
148
|
+
metaflow_stubs-2.15.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.9.dist-info/RECORD,,
|