metaflow-stubs 2.18.12__py2.py3-none-any.whl → 2.19.0__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.
Potentially problematic release.
This version of metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +503 -502
- 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 +3 -2
- metaflow-stubs/client/core.pyi +62 -31
- metaflow-stubs/client/filecache.pyi +20 -4
- metaflow-stubs/events.pyi +7 -8
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +7 -8
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.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 +16 -2
- metaflow-stubs/metaflow_current.pyi +32 -34
- metaflow-stubs/metaflow_git.pyi +3 -5
- metaflow-stubs/multicore_utils.pyi +4 -4
- metaflow-stubs/packaging_sys/__init__.pyi +39 -40
- metaflow-stubs/packaging_sys/backend.pyi +13 -13
- metaflow-stubs/packaging_sys/distribution_support.pyi +6 -7
- metaflow-stubs/packaging_sys/tar_backend.pyi +11 -11
- metaflow-stubs/packaging_sys/utils.pyi +3 -6
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +6 -9
- metaflow-stubs/plugins/__init__.pyi +11 -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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +11 -9
- metaflow-stubs/plugins/argo/exit_hooks.pyi +4 -7
- 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 +5 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +9 -7
- 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 +5 -6
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +4 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +14 -14
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +4 -4
- 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 +27 -35
- 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/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_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 +3 -3
- 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/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.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/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 +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +3 -5
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.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 +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +20 -19
- metaflow-stubs/runner/deployer_impl.pyi +6 -4
- metaflow-stubs/runner/metaflow_runner.pyi +134 -21
- metaflow-stubs/runner/nbdeploy.pyi +3 -3
- metaflow-stubs/runner/nbrun.pyi +3 -3
- metaflow-stubs/runner/subprocess_manager.pyi +8 -8
- metaflow-stubs/runner/utils.pyi +4 -5
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +4 -5
- metaflow-stubs/system/system_monitor.pyi +3 -3
- 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_options.pyi +5 -6
- metaflow-stubs/user_configs/config_parameters.pyi +9 -9
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +6 -6
- metaflow-stubs/user_decorators/mutable_flow.pyi +6 -7
- metaflow-stubs/user_decorators/mutable_step.pyi +6 -9
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +6 -7
- metaflow-stubs/user_decorators/user_step_decorator.pyi +22 -15
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.18.12.dist-info → metaflow_stubs-2.19.0.dist-info}/METADATA +2 -2
- metaflow_stubs-2.19.0.dist-info/RECORD +168 -0
- metaflow_stubs-2.18.12.dist-info/RECORD +0 -168
- {metaflow_stubs-2.18.12.dist-info → metaflow_stubs-2.19.0.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.18.12.dist-info → metaflow_stubs-2.19.0.dist-info}/top_level.txt +0 -0
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.
|
|
4
|
-
# Generated on 2025-10-
|
|
3
|
+
# MF version: 2.19.0 #
|
|
4
|
+
# Generated on 2025-10-26T02:29:29.747955 #
|
|
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 functools
|
|
13
11
|
import metaflow.user_configs.config_parameters
|
|
14
12
|
import metaflow.flowspec
|
|
13
|
+
import metaflow.parameters
|
|
15
14
|
import typing
|
|
16
15
|
import metaflow.user_decorators.mutable_step
|
|
17
16
|
|
|
@@ -21,7 +20,7 @@ from ..user_configs.config_parameters import ConfigValue as ConfigValue
|
|
|
21
20
|
TYPE_CHECKING: bool
|
|
22
21
|
|
|
23
22
|
class MutableFlow(object, metaclass=type):
|
|
24
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", pre_mutate: bool = False, statically_defined: bool = False, inserted_by:
|
|
23
|
+
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", pre_mutate: bool = False, statically_defined: bool = False, inserted_by: str | None = None):
|
|
25
24
|
...
|
|
26
25
|
@property
|
|
27
26
|
def decorator_specs(self) -> typing.Generator[typing.Tuple[str, str, typing.List[typing.Any], typing.Dict[str, typing.Any]], None, None]:
|
|
@@ -135,7 +134,7 @@ class MutableFlow(object, metaclass=type):
|
|
|
135
134
|
Returns True if the parameter was removed
|
|
136
135
|
"""
|
|
137
136
|
...
|
|
138
|
-
def add_decorator(self, deco_type:
|
|
137
|
+
def add_decorator(self, deco_type: functools.partial | str, deco_args: typing.List[typing.Any] | None = None, deco_kwargs: typing.Dict[str, typing.Any] | None = None, duplicates: int = 1):
|
|
139
138
|
"""
|
|
140
139
|
Add a Metaflow flow-decorator to a flow. You can only add decorators in the
|
|
141
140
|
`pre_mutate` method.
|
|
@@ -192,7 +191,7 @@ class MutableFlow(object, metaclass=type):
|
|
|
192
191
|
- `MutableFlow.OVERRIDE`: Remove the existing decorator and add this one.
|
|
193
192
|
"""
|
|
194
193
|
...
|
|
195
|
-
def remove_decorator(self, deco_name: str, deco_args: typing.
|
|
194
|
+
def remove_decorator(self, deco_name: str, deco_args: typing.List[typing.Any] | None = None, deco_kwargs: typing.Dict[str, typing.Any] | None = None) -> bool:
|
|
196
195
|
"""
|
|
197
196
|
Remove a flow-level decorator. To remove a decorator, you can pass the decorator
|
|
198
197
|
specification (obtained from `decorator_specs` for example).
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.
|
|
4
|
-
# Generated on 2025-10-
|
|
3
|
+
# MF version: 2.19.0 #
|
|
4
|
+
# Generated on 2025-10-26T02:29:29.749290 #
|
|
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.decorators
|
|
12
|
-
import functools
|
|
13
|
-
import metaflow.user_decorator.mutable_flow
|
|
14
11
|
import metaflow.flowspec
|
|
15
12
|
import typing
|
|
16
|
-
import metaflow.
|
|
13
|
+
import metaflow.user_decorator.mutable_flow
|
|
17
14
|
|
|
18
15
|
from ..exception import MetaflowException as MetaflowException
|
|
19
16
|
from .user_step_decorator import StepMutator as StepMutator
|
|
@@ -22,7 +19,7 @@ from .user_step_decorator import UserStepDecoratorBase as UserStepDecoratorBase
|
|
|
22
19
|
TYPE_CHECKING: bool
|
|
23
20
|
|
|
24
21
|
class MutableStep(object, metaclass=type):
|
|
25
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.
|
|
22
|
+
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived')], NoneType] | typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived'), typing.Any], NoneType], pre_mutate: bool = False, statically_defined: bool = False, inserted_by: str | None = None):
|
|
26
23
|
...
|
|
27
24
|
@property
|
|
28
25
|
def flow(self) -> "metaflow.user_decorator.mutable_flow.MutableFlow":
|
|
@@ -57,7 +54,7 @@ class MutableStep(object, metaclass=type):
|
|
|
57
54
|
a list of positional arguments, and a dictionary of keyword arguments.
|
|
58
55
|
"""
|
|
59
56
|
...
|
|
60
|
-
def add_decorator(self, deco_type:
|
|
57
|
+
def add_decorator(self, deco_type: functools.partial | metaflow.user_decorators.user_step_decorator.UserStepDecoratorBase | str, deco_args: typing.List[typing.Any] | None = None, deco_kwargs: typing.Dict[str, typing.Any] | None = None, duplicates: int = 1):
|
|
61
58
|
"""
|
|
62
59
|
Add a Metaflow step-decorator or a user step-decorator to a step.
|
|
63
60
|
|
|
@@ -123,7 +120,7 @@ class MutableStep(object, metaclass=type):
|
|
|
123
120
|
- `MutableStep.OVERRIDE`: Remove the existing decorator and add this one.
|
|
124
121
|
"""
|
|
125
122
|
...
|
|
126
|
-
def remove_decorator(self, deco_name: str, deco_args: typing.
|
|
123
|
+
def remove_decorator(self, deco_name: str, deco_args: typing.List[typing.Any] | None = None, deco_kwargs: typing.Dict[str, typing.Any] | None = None) -> bool:
|
|
127
124
|
"""
|
|
128
125
|
Remove a step-level decorator. To remove a decorator, you can pass the decorator
|
|
129
126
|
specification (obtained from `decorator_specs` for example).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.
|
|
4
|
-
# Generated on 2025-10-
|
|
3
|
+
# MF version: 2.19.0 #
|
|
4
|
+
# Generated on 2025-10-26T02:29:29.723112 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,10 +9,9 @@ from __future__ import annotations
|
|
|
9
9
|
import typing
|
|
10
10
|
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
+
import metaflow.user_decorators.mutable_flow
|
|
12
13
|
import metaflow.user_decorators.user_flow_decorator
|
|
13
|
-
import metaflow.decorators
|
|
14
14
|
import metaflow.flowspec
|
|
15
|
-
import metaflow.user_decorators.mutable_flow
|
|
16
15
|
|
|
17
16
|
from ..exception import MetaflowException as MetaflowException
|
|
18
17
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -31,7 +30,7 @@ class FlowMutatorMeta(type, metaclass=type):
|
|
|
31
30
|
def __str__(cls):
|
|
32
31
|
...
|
|
33
32
|
@classmethod
|
|
34
|
-
def get_decorator_by_name(mcs, decorator_name: str) ->
|
|
33
|
+
def get_decorator_by_name(mcs, decorator_name: str) -> ForwardRef('FlowDecoratorMeta') | ForwardRef('metaflow.decorators.Decorator') | None:
|
|
35
34
|
"""
|
|
36
35
|
Get a decorator by its name.
|
|
37
36
|
|
|
@@ -47,7 +46,7 @@ class FlowMutatorMeta(type, metaclass=type):
|
|
|
47
46
|
"""
|
|
48
47
|
...
|
|
49
48
|
@classmethod
|
|
50
|
-
def get_decorator_name(mcs, decorator_type: type) ->
|
|
49
|
+
def get_decorator_name(mcs, decorator_type: type) -> str | None:
|
|
51
50
|
"""
|
|
52
51
|
Get the minimally unique classpath name for a decorator type.
|
|
53
52
|
|
|
@@ -85,7 +84,7 @@ class FlowMutator(object, metaclass=FlowMutatorMeta):
|
|
|
85
84
|
...
|
|
86
85
|
def __mro_entries__(self, bases):
|
|
87
86
|
...
|
|
88
|
-
def __call__(self, flow_spec:
|
|
87
|
+
def __call__(self, flow_spec: ForwardRef('metaflow.flowspec.FlowSpecMeta') | None = None) -> "metaflow.flowspec.FlowSpecMeta":
|
|
89
88
|
...
|
|
90
89
|
def __str__(self):
|
|
91
90
|
...
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.
|
|
4
|
-
# Generated on 2025-10-
|
|
3
|
+
# MF version: 2.19.0 #
|
|
4
|
+
# Generated on 2025-10-26T02:29:29.722075 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,12 +9,10 @@ from __future__ import annotations
|
|
|
9
9
|
import typing
|
|
10
10
|
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.
|
|
12
|
+
import metaflow.user_decorators.mutable_step
|
|
13
13
|
import metaflow.flowspec
|
|
14
14
|
import typing
|
|
15
15
|
import metaflow.user_decorators.user_step_decorator
|
|
16
|
-
import metaflow.user_decorators.mutable_step
|
|
17
|
-
import metaflow.datastore.inputs
|
|
18
16
|
|
|
19
17
|
from ..exception import MetaflowException as MetaflowException
|
|
20
18
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -43,7 +41,7 @@ class UserStepDecoratorMeta(type, metaclass=type):
|
|
|
43
41
|
"""
|
|
44
42
|
...
|
|
45
43
|
@classmethod
|
|
46
|
-
def get_decorator_by_name(mcs, decorator_name: str) ->
|
|
44
|
+
def get_decorator_by_name(mcs, decorator_name: str) -> ForwardRef('UserStepDecoratorBase') | ForwardRef('metaflow.decorators.Decorator') | None:
|
|
47
45
|
"""
|
|
48
46
|
Get a decorator by its name.
|
|
49
47
|
|
|
@@ -59,7 +57,7 @@ class UserStepDecoratorMeta(type, metaclass=type):
|
|
|
59
57
|
"""
|
|
60
58
|
...
|
|
61
59
|
@classmethod
|
|
62
|
-
def get_decorator_name(mcs, decorator_type: type) ->
|
|
60
|
+
def get_decorator_name(mcs, decorator_type: type) -> str | None:
|
|
63
61
|
"""
|
|
64
62
|
Get the minimally unique classpath name for a decorator type.
|
|
65
63
|
|
|
@@ -81,9 +79,9 @@ class UserStepDecoratorBase(object, metaclass=UserStepDecoratorMeta):
|
|
|
81
79
|
...
|
|
82
80
|
def __get__(self, instance, owner):
|
|
83
81
|
...
|
|
84
|
-
def __call__(self, step: typing.
|
|
82
|
+
def __call__(self, step: typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived')], NoneType] | typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived'), typing.Any], NoneType] | None = None, **kwargs) -> typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived')], NoneType] | typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived'), typing.Any], NoneType]:
|
|
85
83
|
...
|
|
86
|
-
def add_or_raise(self, step: typing.
|
|
84
|
+
def add_or_raise(self, step: typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived')], NoneType] | typing.Callable[[ForwardRef('metaflow.decorators.FlowSpecDerived'), typing.Any], NoneType], statically_defined: bool, duplicates: int, inserted_by: str | None = None):
|
|
87
85
|
...
|
|
88
86
|
def __str__(self):
|
|
89
87
|
...
|
|
@@ -91,7 +89,7 @@ class UserStepDecoratorBase(object, metaclass=UserStepDecoratorMeta):
|
|
|
91
89
|
def extract_args_kwargs_from_decorator_spec(cls, deco_spec: str) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
|
|
92
90
|
...
|
|
93
91
|
@classmethod
|
|
94
|
-
def parse_decorator_spec(cls, deco_spec: str) ->
|
|
92
|
+
def parse_decorator_spec(cls, deco_spec: str) -> ForwardRef('UserStepDecoratorBase') | None:
|
|
95
93
|
...
|
|
96
94
|
def make_decorator_spec(self):
|
|
97
95
|
...
|
|
@@ -139,7 +137,7 @@ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
|
|
139
137
|
```
|
|
140
138
|
"""
|
|
141
139
|
...
|
|
142
|
-
def pre_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", inputs:
|
|
140
|
+
def pre_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", inputs: ForwardRef('metaflow.datastore.inputs.Inputs') | None = None) -> typing.Callable[[ForwardRef('metaflow.flowspec.FlowSpec'), typing.Any | None], typing.Any] | None:
|
|
143
141
|
"""
|
|
144
142
|
Implement this method to perform any action prior to the execution of a step.
|
|
145
143
|
|
|
@@ -164,7 +162,7 @@ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
|
|
164
162
|
take an additional "inputs" argument).
|
|
165
163
|
"""
|
|
166
164
|
...
|
|
167
|
-
def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception:
|
|
165
|
+
def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception: Exception | None = None) -> Exception | None | typing.Tuple[Exception | None, typing.Dict[str, typing.Any] | None]:
|
|
168
166
|
"""
|
|
169
167
|
Implement this method to perform any action after the execution of a step.
|
|
170
168
|
|
|
@@ -200,7 +198,7 @@ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
|
|
200
198
|
"""
|
|
201
199
|
...
|
|
202
200
|
@property
|
|
203
|
-
def skip_step(self) ->
|
|
201
|
+
def skip_step(self) -> bool | typing.Dict[str, typing.Any]:
|
|
204
202
|
"""
|
|
205
203
|
Returns whether or not the step (or rather anything wrapped by this decorator)
|
|
206
204
|
should be skipped
|
|
@@ -214,7 +212,7 @@ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
|
|
214
212
|
"""
|
|
215
213
|
...
|
|
216
214
|
@skip_step.setter
|
|
217
|
-
def skip_step(self, value:
|
|
215
|
+
def skip_step(self, value: bool | typing.Dict[str, typing.Any]):
|
|
218
216
|
"""
|
|
219
217
|
Set the skip_step property. You can set it to:
|
|
220
218
|
- True to skip the step
|
|
@@ -237,7 +235,7 @@ def user_step_decorator(*args, **kwargs):
|
|
|
237
235
|
|
|
238
236
|
```
|
|
239
237
|
@user_step_decorator
|
|
240
|
-
def timing(step_name, flow, inputs):
|
|
238
|
+
def timing(step_name, flow, inputs, attributes):
|
|
241
239
|
start_time = time.time()
|
|
242
240
|
yield
|
|
243
241
|
end_time = time.time()
|
|
@@ -254,6 +252,15 @@ def user_step_decorator(*args, **kwargs):
|
|
|
254
252
|
```
|
|
255
253
|
|
|
256
254
|
Your generator should:
|
|
255
|
+
- take 3 or 4 arguments: step_name, flow, inputs, and attributes (optional)
|
|
256
|
+
- step_name: the name of the step
|
|
257
|
+
- flow: the flow object
|
|
258
|
+
- inputs: the inputs to the step
|
|
259
|
+
- attributes: the kwargs passed in when initializing the decorator. In the
|
|
260
|
+
example above, something like `@timing(arg1="foo", arg2=42)` would make
|
|
261
|
+
`attributes = {"arg1": "foo", "arg2": 42}`. If you choose to pass arguments
|
|
262
|
+
to the decorator when you apply it to the step, your function *must* take
|
|
263
|
+
4 arguments (step_name, flow, inputs, attributes).
|
|
257
264
|
- yield at most once -- if you do not yield, the step will not execute.
|
|
258
265
|
- yield:
|
|
259
266
|
- None
|
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 2025-10-
|
|
3
|
+
# MF version: 2.19.0 #
|
|
4
|
+
# Generated on 2025-10-26T02:29:29.740380 #
|
|
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.
|
|
3
|
+
Version: 2.19.0
|
|
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.19.0
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=CNYwTp5fskPy8NvNdm_5cmCROTLrpTB09yOgxJse62Q,66297
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Z9ktEa_GjW33SlKs0UTfUyZ__UKYzBFshSolwOP3uss,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=PO8slM7YwOnUcCpSAeHwoumVwi3xjreIuu-oQpkcCHI,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=t1CltzewiIuITsy0S7c2kFyKSALH48x-3sBBVx_lpfM,3978
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=Tn2jzQNdAhTK5RVymxzgqgRCdfN1kCKe_t3_SaAoswY,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=1oT8SwluBDHVW3bTTOwNhqIqJL2_Ckj38bkO3d62I1Y,10764
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=o82bM_sZ89Hj8OjdehMIk5hLTIWJ1_dWqjP0qmVnrek,33
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=acIsLEiziDIB2ioByjNX8hxRMIVlV2c3jZY6WJaVOVc,5101
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=vqJV_GFF0mKVyflAr89htPiQ26K3Wyz1EKAk4aieo2Y,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=mj1wNaZkr4Q8Qfh7K3h0soHNNPxlvV0TSx1YaMEgf3w,5170
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=rouvWtIxiqiS4LzK-8ztA7HOIEJsinMm6NmTEQI99LQ,9531
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=hY0Ac7ZrgTZVm4uDn1n006nFv8BtRokmvwgsETUeUJc,1023
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=HroYBATRi6OvmzuuFGT8bj3q21Q0XEalo_XZa2HK0kg,2476
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=2VLBkI_QxlvS9Q8ekLs_Ya3cCi27IaAoNI-nuf-NL38,7265
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=a7vCUtPcAzOZq2q-E1VSWelAtzh0iJMOi7wMzeYRy5o,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=SSL9V5XxG2CbrALL1pyfa1c11mWE0iA8n8MHtXYL1TA,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=t3_Fo7uFJtI60sjbODXf1zYP6PnxmhJ_jdCRKqtrJio,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=MjEG7sdgxfO4CqtACzaVFHWcGZZSb8GaS5B7YQPQp4E,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=-dC75K7s0mJ9Lq8CYSM2VX2dzquw5igQ1UGiTpiaFIs,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=R7Qf9EJaHiXVKu-_XRISU3-dN3gxJRA7Nw2wVMGmOzQ,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=Jx_ttOEehCW9odOm-fpytADoLPNA5PgljEBo-okaLMU,1161
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=xgAoUUue_yWfBll-JBCOXqC5TexCL_kx5pMF98w0Muw,48715
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=mwLUu_okAtsrLUMZRl8a9Yx978Y2nMHoj46QLqefOFA,3636
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=2iBs98B3oqDvRLuJLzQxyyU_52HKVn00qxMlx7m9lsI,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=6bPsZL-sc2ldWYNCFoPx6O52Ntf20Awn75Nxqpfavlo,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=0W2uO_QdB6R5O5EeyQeHdA_8LeDGZaa6jCwGfjL50Fg,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=8kOZbjYLBTi_2u13r-oHJ8SnA5eg9H10aZers1A5bFE,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=xrviAosVXEJMl1wlWanOd7qOGdZdefv4uWce-JMTl0Q,19178
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=PCUmhc5uC3ccccoL8z6B6xML94n_g8hlm6_KMVIQstw,2858
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=5hOIxe-p12DzwtCr54VtT7mz8dqsYQyeztcWMnqGYmg,2902
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=-6biWKS3QTFys_z4SCQ8d6LiPtYP5XJU9fouYAADvPg,2207
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=Snx63skoh9G9HDQqedxCRY8UHysC1oNB2d5ooAj8L_0,1014
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=Saw2acZkWfnB5kWORbhsv_6u8GoZf6WIapxNSwPfIuQ,5250
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=lQQg7s_9dh434EJZq193GCrGkeE5F65rGBeMWfWAKJA,3908
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Oj2dT3GzMzH3wpQtNtHWjjavqYQVELJr39f4j0-lZTI,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=h8_sbkW7s-TTbWVAaSDENyAOsy9qq5nR6Sd4XZTT7kE,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=kWjme9GOJam-HO7ffD-cR__JvU5uB3Z9KEw81R3NLBw,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=gkbmZ2WAopysy4NdiLhc3bj5L_DUN1RalOT15eQ9-I8,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=hwfZlBgiE-SL67XWGODLfJvvWmb5cR12WfW6Vyqimr4,5983
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=aJRT1ChKYgEW8hyNQbYEzMG51mgh6Qgn-sfjKkDvVbI,2465
|
|
42
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=w4BNCwgsVZavdCeaxBxLcgDFfnpTnkUybvx2AeZKFGU,784
|
|
43
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=jImYAbh8OpEs7xABSTN7WCSk02R9XI5sUQCcGH-k8Z8,3713
|
|
44
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=-YOjIQJELs39StdP2wIj54d6nzDp1vxYrczv5WsSAj4,1829
|
|
45
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=13_gEb5BjKFueCKGRuRE-wQa2opasCSCXrFhuucOCl8,1709
|
|
46
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=7ItCSH6dYN76twggimEkgts9fEGO4Izu3BqD0rV0UGs,1198
|
|
47
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=dJ2o8yVNchfqJkddQzWRNo6GFGe-mWRyt6E6lkTsR3s,2107
|
|
48
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=DuBoauxz3SCDzznhB926bo5FNgY3DJw-Z2ZH23_P-4Y,2296
|
|
49
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=8tIoK80JTuKdIT63fCg77xNX_og9UNAn4ikqBoq-iJw,722
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=xweqlBTwIMaeABIgBgIsM3q8dCoaQU1yp3nZAIo5OOE,1229
|
|
51
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=dFZF8hD9xa68XY7YT7TWVc-WcQj7vdHLkndPeQdJD7M,3154
|
|
52
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=IWm5iuVNSqJvnMGmtPCp2MHGoGSa-yWRHyICQugVeqo,923
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=uePCWu6P8fgvPy7JXL0hFBWpKP3zWFKxCgGGk799KDE,877
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=-Xp-jEXdYqQiCXpadzswNNEpH0Z8wBnsh29JILugox8,1497
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=NG5yJAxpF12E2wxKebcZbGDmIooNsGGt5ZJSmerBgnk,3309
|
|
56
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=SXTTyzYDCkUEGjH85m5U-Cy5jdGdG2oTRVoSfTe7fVQ,3220
|
|
57
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=G-neYLb6WPoS8IMxgwweHV6Gv4eVy7zC70G39yFji_8,727
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=aVgXKKzlkaayWMtJO2e_6lRFyTTcCCHO1fWg2TnruT8,2634
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=RfrUovVK-nZQ0AJfXQKH2u6I5CZrYPTK7fnNVCRAbQ8,3348
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=LWhX903Y2OcXIsCV7vuF2gjVa52jSHXM8c5KcD7ifXQ,14484
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zY7MDFGhL86AT6TUVaoVrh7iYI3cInwFtH8HDBxiPPo,1375
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=kMQVr50kzx_B3_LsS3mkKlgyr-d1iRZa4eMVq3WGB-c,4642
|
|
63
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=cYkaFKuxVZRmJ4m_tKJeXHeWDyw1L5e2xhevixrdRhg,7533
|
|
64
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=smvpx8NrotqIvneAGWMhiGmG7K0InyP62Cll77a5N5o,1595
|
|
65
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=qzri984hk9QUGFN-rp_z2A1H8p2xN4_e6PHTAzqM7LA,755
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ZDCgCO30bbD-8ybFd2_W_3OHfs2Q3RJG2jIWOD9dN3A,930
|
|
67
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=RfLwfb8qD1tYlHp0lEnRBkKmx1Awr5nTDvb1QMnnEiM,3138
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=d1xkvBGeVPmf_RKD6uJRedcFml0ViYwEkiWw7VoCElU,675
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=y9rhuo-fy05EIncuGmTxL-uuVlFGvyJLhV3RLQjQx6s,3051
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=SoJF4UNVQlc47qKlBhpKhhZJGHnn4TKYDSplyNLHKKA,3767
|
|
71
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=OQg1rb-T0FVkKhJla8Ubf1fxdDKxoPcvXz8WgykhF9I,6231
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=1vKxBjt3zxLh-LH4KnaO9jKO2UQHMYJiFprJ2wzGf8Y,645
|
|
73
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=8pBFBjbTR-2B8Dj6glRhYsuGoGl5mv-0Nf54PRdMGH4,3575
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=nmW0OKPuFkl6a55n5iIF5zQ8FQiFLJDozh5Mp0_ay1o,792
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=YC_HzJ-JvZSChFksFTfKCHnvqqwJLm995bdQ_hNKfBQ,976
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=6jABaKJZ1XcwbGYtVHSTBnmnnckG-oWMu64HTcZdrMk,899
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=fJhQhho-G1gaI_mqNX3-c08U1XlVTn34dHhcBY80X9k,1637
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=JoFljve0ihwcPiXWdNm3WwNjSk3USV7p6TF0ZklpK2k,4631
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=w34wZWQx9yTaZvX6Jtye4faLfnNbz7M2aAdSylfMG5U,1186
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=tOowH8yNyRShRDkFVwe9PSPx0ISZSxfRtPAdPyAsOxE,1145
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=kz4X23nAPfMmXsm9tFvye-Fm-30zyjLCoeHdZoonsSI,4082
|
|
82
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=eyEzfcfu8_QTFQ2TEuknRg478vXBw91PXiLpG7XgOXA,5086
|
|
83
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=7kPxzZdQ0k4laAzaGdqsyN5PN8WYHlejormCA016v68,1011
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=odRzbH4ReA_fABoghWgLDq4GTpo7dmo2qRNuJ8an5Wc,1168
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=vIPnB7v8D5tx3bd9YAx5TU0BEfZe2s6NAch2a-ClVVA,999
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Rif_I9GsOQEGrx5PZ3k4N2LGsJay0xJ1DkA2wSADdRA,2289
|
|
87
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=mVlh9BYTZyWIMjVo55fUKaKUIZwpfzSI5RtiB5u0acc,2458
|
|
88
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=GvX47QTDizOxQBr8LbrA0WhEi_Dle5-sAy2GpNZjdKc,1568
|
|
89
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=csfxN0T-BlJVhtnwIQPT79Q9aN-TGvqbgOfhlNqdE7k,1667
|
|
90
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=nkVmCvKxeYez0uHwge1lqWDFE4HHQOk4Dp0VQCW88fc,916
|
|
91
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=f7rvh1SQcRJD7qU_1Z6cZXrGsS3xKBWDQ0XAxIRqykk,4848
|
|
92
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=RfZdaZ7t0eypn3vLHZ84OwKYPIzugOY4Z3AYjuhl6Mo,1189
|
|
93
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=IxfX7p3cT-kp4DvZOvuogVxtofuviT-_kV-iHoFiBJ4,2966
|
|
94
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=VVRt0L0Ow7RpauPmXsPLU-AA3fyWqd5TDLJc2VtNJ18,3247
|
|
95
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=zl1THNI3xBP6oC7HGE-ZQphWOI_14LSIIXvlqUA4928,759
|
|
96
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=kHozcTmttixvwB5wGiQPpjUxe6Sfm5GcM92Gzw936Og,8476
|
|
97
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=FVG10f07hD5aDzyJf9XhDQw55yd_NwIW_mWlaMobVEo,2470
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=vEXAICsaYNt4G1kilH5D3fy788PSmQSAvz15CKUX7kc,1027
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=POxcOb4KMmQ_DWh7k19YMuWIY_ajRyP4Wl0-LOJrzLw,7551
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=fIYYIUGTLhdMY0csXETyGHUrbNNxCiDfRNVv8Dj3e6o,3196
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=mAUVLZVugsGox2aTW5lZcD4jQgnxmb4yNBZGcLSFuHc,20093
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=FW-yztFuVZmT27jgM76v9Fctlk6FoOt4zBPon_0r1zA,1505
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=U8creDsA5rXMz70quJZYN6XGxpXnevXvVFVJ8WbRHmY,4208
|
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ZciJz0U3yfa7olVbQ_CFZNL2dyM0Aq9MsD3Y7d7we4U,853
|
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=NkR3UGM_wbRYg-eLnwVSmHhBkf0XjHkbO6mN15rbgTs,3774
|
|
106
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=pSZyp3CaxeeGxFx9A3xJhKeM9GIquzUCTZHRdR1S9Dk,933
|
|
107
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=omBhtpSzes4wwUNgfsvkCPqf_mRghqRhF-yrjee1cck,2797
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=zDiyejjBhfnvU2n_hpuIpYQC8AcuLKXQdeTnaYTYOLE,1204
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=JPSl_rZxYdhRvhAVDarbObEaAROmhMsCxTvAFbaMDtQ,23634
|
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=eLuZdrLDRmM8ZCYe2j7LwbSTINbiIoOXHIOuVM76ty8,1036
|
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=vty1aOs1nM7TOsHOKu2L9qbOSjk8bhnKgmb41r8m4qw,1132
|
|
112
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=FwGbxDnIiK6M-lH6cEvJi2MSR5TKxlhlLG_A7sGY-3Y,611
|
|
113
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=-5MoExkJU3dwUafq_UNpu0fvk6gdu43U-WOE94fVYMQ,901
|
|
114
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=4qGkR1FqeftTFr6C_KAxKFWt2qVqF_brvd61tniOKNU,587
|
|
115
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=DbnQhXKKvkT_EzE8_YVrhDx-5-9xtVAWcqz6ealazGY,1200
|
|
116
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=t-peWEf1xS_tAiseOdF08Bt9AAzHBGBIx9xF9fo9_bU,923
|
|
117
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=weglbg58Z5VwWg_ul_h1tc3oEz2vmlA4T97gIHoGxk0,3298
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=UPSBQneyj9pFlT3JdBQCvBkJNKibyXRPLuC5TrqRC6U,796
|
|
119
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0lTGYOBaCSqtKbL-YfcNIBVVCfhxaawSgezh7kmh_-s,899
|
|
120
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=DVA2ZilazPSvrDqg6LNShdKfHnmvpjYuAecO_TlpXuE,1086
|
|
121
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=h1hPOmwSXrbzbtsz9HnnLA4LrfMHpgp0bwq3LKSrN5I,1641
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=73xzj3DEngqpNpcJSdZSDOZ5-YU0T4JzkK8dhXTQh3E,905
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=dSgMQy-ehAfx9Klwcg8I6b6-v9Zm6aMtAmWEsGEb2Vo,1687
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=c1HMzbJ8P_p0IbXL5pFU88hCIkqu6llO-Mehq61a6Hw,3833
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7RTQVmUKSNaTZzDZbFAmStmXWmHbJxlPQImcZS6wKNM,1326
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=pI_92N2YbGTFRVVrncLgMNe--h8ypBrIf2M5URGn3zw,7927
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ltmzfgBHBaLPaqiS3K302XlNICRUvOQRn1ZhwUpeFn4,2525
|
|
128
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=B-fEEanOtGy8jBH1v1_6677KmFIPVuru-sLe7NiQKvQ,5425
|
|
129
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=z53RffTo7fAOnaCjiKFR2G_a79ivC8GmDIjBEhJa5I8,762
|
|
130
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Xz68cIRrfNyIh24hqb6LWiMNeZjCm1r4uD5nfLrPY5w,948
|
|
131
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=tEFN0Otf6Hxt5XnoF1hBI16-W9MbA6drPPC1tjM-Z0I,3855
|
|
132
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=JGHDXB1MoJxK225pDrztj_s4gvsx_VXGjLBeuagn1uc,2465
|
|
133
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=RMEkH51MOhd0_jibY3AoO7livZwgUQrTC9kMDvLgmEA,3741
|
|
134
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=XHjZelZMecvfxQASzy2KXeCaJF-PpInMBXDomVgIHak,2650
|
|
135
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=kAn3TY2L8cVWutra8aBduF_L2thc6uL4N6P9f5Lf-uE,834
|
|
136
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=TzjxfNtBq0mt3P5ihPki4GfRabeMv4BA-V0CdCyWcug,874
|
|
137
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=OPmQfbzeD9apey-EUVJDHpDTZavgIm2wK6VgxHgGa4E,1208
|
|
138
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-JRCTeykYlFX0TC_KFd7DaZV3gXodx_2J6498A1Y8Zk,986
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=lDs4nVKMFWAt5purUxBuxzJ7oYPd0e1KghCT3x-nDp4,1744
|
|
140
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=9edrjx3n7B2ty8D4EhmK5qX3_hCxQUAJmpVMpBPyms8,1158
|
|
141
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=creWVU6Bu6kXsKJuL7Z8qGs-zjdYizFFhJ1C0_tYqvA,1417
|
|
142
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=8GTCj9lpJk03kj-MRm6s1g-xshcdASS_LWTfVaKx-sw,956
|
|
143
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=8Qknb-fUYJLKXdu6nAbKBgLcG3D5N2ovFdZSN-fmX8U,601
|
|
144
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=CjanTi8ecvJjrDJx_FoUgfl0vxDs7Aphv_eFGOuQ3dU,1383
|
|
145
|
+
metaflow-stubs/runner/__init__.pyi,sha256=V1_qdtIM7Wj_iAnFvH1o9zl-CEkdZtbtZtgbda39iqQ,831
|
|
146
|
+
metaflow-stubs/runner/deployer.pyi,sha256=dXIRjDfsWedabf7RrDuDfXfL5_VLRon__0bqF1cj0ak,9982
|
|
147
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=yrXKJAjvOMX_hnXP_Zhgu68DWSU9j4smqMNTnPV4D1E,3695
|
|
148
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=5fhnzIUHiU13v3cjKCXwcH9ZxFs3d7YxbOx8PgP-MlE,15265
|
|
149
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=5SjIPHLkH_g-pLDxugmqVv0ZVHbE9qUGsEgADRzP8vY,2916
|
|
150
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=vnsHH8nY4bv1G_RJDqqRibpl4ypSlddFSdEKs_ZVhuQ,6005
|
|
151
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=o-aXgK0af-ofQxvQv4lpMBVCB3ApPXvOx2b5CmOrljY,9244
|
|
152
|
+
metaflow-stubs/runner/utils.pyi,sha256=vODFiLUf_hD0B2H-tqnes16H2m0kKyM2lYLaOs-LYZg,5981
|
|
153
|
+
metaflow-stubs/system/__init__.pyi,sha256=VBM765GufpMTPWkSBNCCbYfT23T3DUi--Z0z7L2mJBs,761
|
|
154
|
+
metaflow-stubs/system/system_logger.pyi,sha256=cah0J8P1PBLeu4BN6oo4QXTiV8YDr68tWtuTB6VWlZY,1640
|
|
155
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=omp8DDVWBnbF8TTvp9GgN4LMMXB_dH8Lspu9OqLgLPc,1790
|
|
156
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=vJzwfJUkPF-QCjBSY_8qmzuHTujG38MhqiloV4uh9OY,654
|
|
157
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=n7kIRSGSD2ggc80DMXQIrMHnmnV1kdoQ7lE0m315Rq4,2934
|
|
158
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=sQB5WrTmLsRqzE0Qbca7rFS1Ed32JnIvtSbC9zmwmRs,10153
|
|
159
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=yKMb1x8mAR_BmZljYCslW1Wg0v6mfVWeYsxVORosO60,785
|
|
160
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=JA0nnRvjnxjES03iEcCGUwJiZtoLzYXuZrhc0MYWDpk,1351
|
|
161
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=3zF32TlyAZ2XkcNubyUMxg0ABiRu0IM5uWgKfmSOZdI,9249
|
|
162
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=OmVaoSPJKgQvxzuHg2gxWin7Hqq-mW1moaxMpp3FnWs,6911
|
|
163
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=S7DRtF3iEMJRI8G5V3atfykGU0DogmP22h3JybRtOoU,5012
|
|
164
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=1tP1BRxa7Q5Kptxdd8ghmsOsV_8iP0PwSgOYvNFa-t0,13829
|
|
165
|
+
metaflow_stubs-2.19.0.dist-info/METADATA,sha256=Imut27z1K-9VLBgXmK_ayIPn66y8wSfb1bKA73jH9nE,1617
|
|
166
|
+
metaflow_stubs-2.19.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
167
|
+
metaflow_stubs-2.19.0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
168
|
+
metaflow_stubs-2.19.0.dist-info/RECORD,,
|