metaflow-stubs 2.15.21__py2.py3-none-any.whl → 2.16.1__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.

Files changed (167) hide show
  1. metaflow-stubs/__init__.pyi +626 -620
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +3 -2
  4. metaflow-stubs/cli_components/__init__.pyi +2 -2
  5. metaflow-stubs/cli_components/utils.pyi +2 -2
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +6 -7
  8. metaflow-stubs/client/filecache.pyi +3 -3
  9. metaflow-stubs/events.pyi +2 -2
  10. metaflow-stubs/exception.pyi +2 -2
  11. metaflow-stubs/flowspec.pyi +8 -8
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +2 -2
  14. metaflow-stubs/{info_file.pyi → meta_files.pyi} +2 -6
  15. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  16. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  17. metaflow-stubs/metadata_provider/metadata.pyi +2 -2
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +6 -2
  20. metaflow-stubs/metaflow_current.pyi +17 -17
  21. metaflow-stubs/metaflow_git.pyi +2 -2
  22. metaflow-stubs/multicore_utils.pyi +2 -2
  23. metaflow-stubs/packaging_sys/__init__.pyi +430 -0
  24. metaflow-stubs/packaging_sys/backend.pyi +73 -0
  25. metaflow-stubs/packaging_sys/distribution_support.pyi +72 -0
  26. metaflow-stubs/packaging_sys/tar_backend.pyi +53 -0
  27. metaflow-stubs/packaging_sys/utils.pyi +26 -0
  28. metaflow-stubs/packaging_sys/v1.pyi +145 -0
  29. metaflow-stubs/parameters.pyi +2 -2
  30. metaflow-stubs/plugins/__init__.pyi +12 -12
  31. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  33. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  34. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  35. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  37. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  38. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  39. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  40. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  41. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  42. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  43. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
  44. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  45. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
  46. metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
  47. metaflow-stubs/plugins/aws/__init__.pyi +3 -3
  48. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  50. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  51. metaflow-stubs/plugins/aws/batch/batch.pyi +4 -4
  52. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  53. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -2
  54. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  55. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  56. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  58. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  59. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  60. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -3
  61. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  62. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  63. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  64. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
  65. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  66. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  67. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  68. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  69. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  70. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  71. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  72. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  74. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -4
  77. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  81. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  83. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  84. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  85. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  86. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  87. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  88. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  89. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  91. metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
  92. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  93. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  94. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  95. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  96. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  98. metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
  99. metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
  100. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  101. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  102. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  103. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  104. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  105. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  106. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  107. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  108. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  109. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  110. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
  111. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  112. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -2
  113. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  114. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  115. metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
  116. metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
  117. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
  120. metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -4
  121. metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
  122. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -4
  123. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  124. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  125. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  126. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  127. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  128. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  129. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  130. metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
  131. metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
  132. metaflow-stubs/plugins/secrets/utils.pyi +2 -2
  133. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  134. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  135. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  136. metaflow-stubs/plugins/uv/__init__.pyi +2 -2
  137. metaflow-stubs/plugins/uv/uv_environment.pyi +3 -2
  138. metaflow-stubs/pylint_wrapper.pyi +2 -2
  139. metaflow-stubs/runner/__init__.pyi +2 -2
  140. metaflow-stubs/runner/deployer.pyi +29 -29
  141. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  142. metaflow-stubs/runner/metaflow_runner.pyi +3 -3
  143. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  144. metaflow-stubs/runner/nbrun.pyi +2 -2
  145. metaflow-stubs/runner/subprocess_manager.pyi +3 -2
  146. metaflow-stubs/runner/utils.pyi +4 -4
  147. metaflow-stubs/system/__init__.pyi +2 -2
  148. metaflow-stubs/system/system_logger.pyi +2 -2
  149. metaflow-stubs/system/system_monitor.pyi +2 -2
  150. metaflow-stubs/tagging_util.pyi +2 -2
  151. metaflow-stubs/tuple_util.pyi +2 -2
  152. metaflow-stubs/user_configs/__init__.pyi +2 -3
  153. metaflow-stubs/user_configs/config_options.pyi +3 -4
  154. metaflow-stubs/user_configs/config_parameters.pyi +5 -7
  155. metaflow-stubs/user_decorators/__init__.pyi +15 -0
  156. metaflow-stubs/user_decorators/common.pyi +38 -0
  157. metaflow-stubs/user_decorators/mutable_flow.pyi +223 -0
  158. metaflow-stubs/user_decorators/mutable_step.pyi +152 -0
  159. metaflow-stubs/user_decorators/user_flow_decorator.pyi +137 -0
  160. metaflow-stubs/user_decorators/user_step_decorator.pyi +323 -0
  161. metaflow-stubs/version.pyi +2 -2
  162. {metaflow_stubs-2.15.21.dist-info → metaflow_stubs-2.16.1.dist-info}/METADATA +2 -2
  163. metaflow_stubs-2.16.1.dist-info/RECORD +166 -0
  164. metaflow-stubs/user_configs/config_decorators.pyi +0 -251
  165. metaflow_stubs-2.15.21.dist-info/RECORD +0 -155
  166. {metaflow_stubs-2.15.21.dist-info → metaflow_stubs-2.16.1.dist-info}/WHEEL +0 -0
  167. {metaflow_stubs-2.15.21.dist-info → metaflow_stubs-2.16.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,137 @@
1
+ ######################################################################################################
2
+ # Auto-generated Metaflow stub file #
3
+ # MF version: 2.16.1 #
4
+ # Generated on 2025-07-15T19:29:42.949675 #
5
+ ######################################################################################################
6
+
7
+ from __future__ import annotations
8
+
9
+ import metaflow
10
+ import typing
11
+ if typing.TYPE_CHECKING:
12
+ import metaflow.user_decorators.user_flow_decorator
13
+ import metaflow.decorators
14
+ import metaflow.flowspec
15
+ import metaflow.user_decorators.mutable_flow
16
+
17
+ from ..exception import MetaflowException as MetaflowException
18
+ from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
19
+ from ..user_configs.config_parameters import unpack_delayed_evaluator as unpack_delayed_evaluator
20
+ from .common import ClassPath_Trie as ClassPath_Trie
21
+
22
+ TYPE_CHECKING: bool
23
+
24
+ class FlowMutatorMeta(type, metaclass=type):
25
+ @staticmethod
26
+ def __new__(mcs, name, bases, namespace):
27
+ ...
28
+ @classmethod
29
+ def all_decorators(mcs) -> typing.Dict[str, "FlowMutatorMeta"]:
30
+ ...
31
+ def __str__(cls):
32
+ ...
33
+ @classmethod
34
+ def get_decorator_by_name(mcs, decorator_name: str) -> typing.Union["FlowDecoratorMeta", "metaflow.decorators.Decorator", None]:
35
+ """
36
+ Get a decorator by its name.
37
+
38
+ Parameters
39
+ ----------
40
+ decorator_name: str
41
+ The name of the decorator to retrieve.
42
+
43
+ Returns
44
+ -------
45
+ Optional[FlowDecoratorMeta]
46
+ The decorator class if found, None otherwise.
47
+ """
48
+ ...
49
+ @classmethod
50
+ def get_decorator_name(mcs, decorator_type: type) -> typing.Optional[str]:
51
+ """
52
+ Get the minimally unique classpath name for a decorator type.
53
+
54
+ Parameters
55
+ ----------
56
+ decorator_type: type
57
+ The type of the decorator to retrieve the name for.
58
+
59
+ Returns
60
+ -------
61
+ Optional[str]
62
+ The minimally unique classpath name if found, None otherwise.
63
+ """
64
+ ...
65
+ ...
66
+
67
+ class FlowMutator(object, metaclass=FlowMutatorMeta):
68
+ """
69
+ Derive from this class to implement a flow mutator.
70
+
71
+ A flow mutator allows you to introspect a flow and its included steps. You can
72
+ then add parameters, configurations and decorators to the flow as well as modify
73
+ any of its steps.
74
+ use values available through configurations to determine how to mutate the flow.
75
+
76
+ There are two main methods provided:
77
+ - pre_mutate: called as early as possible right after configuration values are read.
78
+ - mutate: called right after all the command line is parsed but before any
79
+ Metaflow decorators are applied.
80
+
81
+ The `mutate` method does not allow you to modify the flow itself but you can still
82
+ modify the steps.
83
+ """
84
+ def __init__(self, *args, **kwargs):
85
+ ...
86
+ def __mro_entries__(self, bases):
87
+ ...
88
+ def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
89
+ ...
90
+ def __str__(self):
91
+ ...
92
+ def init(self, *args, **kwargs):
93
+ """
94
+ Implement this method if you wish for your FlowMutator to take in arguments.
95
+
96
+ Your flow-mutator can then look like:
97
+
98
+ @MyMutator(arg1, arg2)
99
+ class MyFlow(FlowSpec):
100
+ pass
101
+
102
+ It is an error to use your mutator with arguments but not implement this method.
103
+ """
104
+ ...
105
+ def external_init(self):
106
+ ...
107
+ def pre_mutate(self, mutable_flow: "metaflow.user_decorators.mutable_flow.MutableFlow"):
108
+ """
109
+ Method called right after all configuration values are read.
110
+
111
+ Parameters
112
+ ----------
113
+ mutable_flow : metaflow.user_decorators.mutable_flow.MutableFlow
114
+ A representation of this flow
115
+ """
116
+ ...
117
+ def mutate(self, mutable_flow: "metaflow.user_decorators.mutable_flow.MutableFlow"):
118
+ """
119
+ Method called right before the first Metaflow step decorator is applied. This
120
+ means that the command line, including all `--with` options has been parsed.
121
+
122
+ Given how late this function is called, there are a few restrictions on what
123
+ you can do; the following methods on MutableFlow are not allowed and calling
124
+ them will result in an error:
125
+ - add_parameter/remove_parameter
126
+ - add_decorator/remove_decorator
127
+
128
+ To call these methods, use the `pre_mutate` method instead.
129
+
130
+ Parameters
131
+ ----------
132
+ mutable_flow : metaflow.user_decorators.mutable_flow.MutableFlow
133
+ A representation of this flow
134
+ """
135
+ ...
136
+ ...
137
+
@@ -0,0 +1,323 @@
1
+ ######################################################################################################
2
+ # Auto-generated Metaflow stub file #
3
+ # MF version: 2.16.1 #
4
+ # Generated on 2025-07-15T19:29:42.948822 #
5
+ ######################################################################################################
6
+
7
+ from __future__ import annotations
8
+
9
+ import metaflow
10
+ import typing
11
+ if typing.TYPE_CHECKING:
12
+ import metaflow.decorators
13
+ import typing
14
+ import metaflow.datastore.inputs
15
+ import metaflow.flowspec
16
+ import metaflow.user_decorators.mutable_step
17
+ import metaflow.user_decorators.user_step_decorator
18
+
19
+ from ..exception import MetaflowException as MetaflowException
20
+ from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
21
+ from ..user_configs.config_parameters import unpack_delayed_evaluator as unpack_delayed_evaluator
22
+ from .common import ClassPath_Trie as ClassPath_Trie
23
+
24
+ TYPE_CHECKING: bool
25
+
26
+ USER_SKIP_STEP: dict
27
+
28
+ class UserStepDecoratorMeta(type, metaclass=type):
29
+ @staticmethod
30
+ def __new__(mcs, name, bases, namespace, **_kwargs):
31
+ ...
32
+ def __str__(cls):
33
+ ...
34
+ @classmethod
35
+ def all_decorators(mcs) -> typing.Dict[str, "UserStepDecoratorMeta"]:
36
+ """
37
+ Get all registered decorators using the minimally unique classpath name
38
+
39
+ Returns
40
+ -------
41
+ Dict[str, UserStepDecoratorBase]
42
+ A dictionary mapping decorator names to their classes.
43
+ """
44
+ ...
45
+ @classmethod
46
+ def get_decorator_by_name(mcs, decorator_name: str) -> typing.Union["UserStepDecoratorBase", "metaflow.decorators.Decorator", None]:
47
+ """
48
+ Get a decorator by its name.
49
+
50
+ Parameters
51
+ ----------
52
+ decorator_name: str
53
+ The name of the decorator to retrieve.
54
+
55
+ Returns
56
+ -------
57
+ Optional[UserStepDecoratorBase]
58
+ The decorator class if found, None otherwise.
59
+ """
60
+ ...
61
+ @classmethod
62
+ def get_decorator_name(mcs, decorator_type: type) -> typing.Optional[str]:
63
+ """
64
+ Get the minimally unique classpath name for a decorator type.
65
+
66
+ Parameters
67
+ ----------
68
+ decorator_type: type
69
+ The type of the decorator to retrieve the name for.
70
+
71
+ Returns
72
+ -------
73
+ Optional[str]
74
+ The minimally unique classpath name if found, None otherwise.
75
+ """
76
+ ...
77
+ ...
78
+
79
+ class UserStepDecoratorBase(object, metaclass=UserStepDecoratorMeta):
80
+ def __init__(self, *args, **kwargs):
81
+ ...
82
+ def __get__(self, instance, owner):
83
+ ...
84
+ def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None, **kwargs) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
85
+ ...
86
+ def add_or_raise(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]], statically_defined: bool, duplicates: int, inserted_by: typing.Optional[str] = None):
87
+ ...
88
+ def __str__(self):
89
+ ...
90
+ @classmethod
91
+ def extract_args_kwargs_from_decorator_spec(cls, deco_spec: str) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
92
+ ...
93
+ @classmethod
94
+ def parse_decorator_spec(cls, deco_spec: str) -> typing.Optional["UserStepDecoratorBase"]:
95
+ ...
96
+ def make_decorator_spec(self):
97
+ ...
98
+ def get_args_kwargs(self) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
99
+ """
100
+ Get the arguments and keyword arguments of the decorator.
101
+
102
+ Returns
103
+ -------
104
+ Tuple[List[Any], Dict[str, Any]]
105
+ A tuple containing a list of arguments and a dictionary of keyword arguments.
106
+ """
107
+ ...
108
+ def init(self, *args, **kwargs):
109
+ ...
110
+ def external_init(self):
111
+ ...
112
+ @classmethod
113
+ def __init_subclass__(cls_, **_kwargs):
114
+ ...
115
+ ...
116
+
117
+ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
118
+ def init(self, *args, **kwargs):
119
+ """
120
+ Implement this method if your UserStepDecorator takes arguments. It replaces the
121
+ __init__ method in traditional Python classes.
122
+
123
+
124
+ As an example:
125
+ ```
126
+ class MyDecorator(UserStepDecorator):
127
+ def init(self, *args, **kwargs):
128
+ self.arg1 = kwargs.get("arg1", None)
129
+ self.arg2 = kwargs.get("arg2", None)
130
+ # Do something with the arguments
131
+ ```
132
+
133
+ can then be used as
134
+ ```
135
+ @MyDecorator(arg1=42, arg2=conf_expr("config.my_arg2"))
136
+ @step
137
+ def start(self):
138
+ pass
139
+ ```
140
+ """
141
+ ...
142
+ def pre_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", inputs: typing.Optional["metaflow.datastore.inputs.Inputs"] = None) -> typing.Optional[typing.Callable[["metaflow.flowspec.FlowSpec", typing.Optional[typing.Any]], typing.Any]]:
143
+ """
144
+ Implement this method to perform any action prior to the execution of a step.
145
+
146
+ It should return either None to execute anything wrapped by this step decorator
147
+ as usual or a callable that will be called instead.
148
+
149
+ Parameters
150
+ ----------
151
+ step_name: str
152
+ The name of the step being decorated.
153
+ flow: FlowSpec
154
+ The flow object to which the step belongs.
155
+ inputs: Optional[List[FlowSpec]]
156
+ The inputs to the step being decorated. This is only provided for join steps
157
+ and is None for all other steps.
158
+
159
+ Returns
160
+ -------
161
+ Optional[Callable[FlowSpec, Optional[Any]]]
162
+ An optional function to use instead of the wrapped step. Note that the function
163
+ returned should match the signature of the step being wrapped (join steps
164
+ take an additional "inputs" argument).
165
+ """
166
+ ...
167
+ def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception: typing.Optional[Exception] = None):
168
+ """
169
+ Implement this method to perform any action after the execution of a step.
170
+
171
+ If the step (or any code being wrapped by this decorator) raises an exception,
172
+ it will be passed here and can either be caught (in which case the step will
173
+ be considered as successful) or re-raised (in which case the entire step
174
+ will be considered a failure unless another decorator catches the execption).
175
+
176
+ Note that this method executes *before* artifacts are stored in the datastore
177
+ so it is able to modify, add or remove artifacts from `flow`.
178
+
179
+ Parameters
180
+ ----------
181
+ step_name: str
182
+ The name of the step being decorated.
183
+ flow: FlowSpec
184
+ The flow object to which the step belongs.
185
+ exception: Optional[Exception]
186
+ The exception raised during the step execution, if any.
187
+ """
188
+ ...
189
+ @property
190
+ def skip_step(self) -> typing.Union[bool, typing.Dict[str, typing.Any]]:
191
+ """
192
+ Returns whether or not the step (or rather anything wrapped by this decorator)
193
+ should be skipped
194
+
195
+ Returns
196
+ -------
197
+ Union[bool, Dict[str, Any]]
198
+ False if the step should not be skipped. True if it should be skipped and
199
+ a dictionary if it should be skipped and the values passed in used as
200
+ the arguments to the self.next call.
201
+ """
202
+ ...
203
+ @skip_step.setter
204
+ def skip_step(self, value: typing.Union[bool, typing.Dict[str, typing.Any]]):
205
+ """
206
+ Set the skip_step property. You can set it to:
207
+ - True to skip the step
208
+ - False to not skip the step (default)
209
+ - A dictionary with the keys valid in the `self.next` call.
210
+
211
+ Parameters
212
+ ----------
213
+ value: Union[bool, Dict[str, Any]]
214
+ True/False or a dictionary with the keys valid in the `self.next` call.
215
+ """
216
+ ...
217
+ ...
218
+
219
+ def user_step_decorator(*args, **kwargs):
220
+ """
221
+ Use this decorator to transform a generator function into a user step decorator.
222
+
223
+ As an example:
224
+
225
+ ```
226
+ @user_step_decorator
227
+ def timing(step_name, flow, inputs):
228
+ start_time = time.time()
229
+ yield
230
+ end_time = time.time()
231
+ flow.artifact_total_time = end_time - start_time
232
+ print(f"Step {step_name} took {flow.artifact_total_time} seconds")
233
+ ```
234
+ which can then be used as:
235
+
236
+ ```
237
+ @timing
238
+ @step
239
+ def start(self):
240
+ print("Hello, world!")
241
+ ```
242
+
243
+ Your generator should:
244
+ - yield at most once -- if you do not yield, the step will not execute.
245
+ - yield:
246
+ - None
247
+ - a callable that will replace whatever is being wrapped (it
248
+ should have the same parameters as the wrapped function, namely, it should
249
+ be a
250
+ Callable[[FlowSpec, Inputs], Optional[Union[Dict[str, Any]]]]).
251
+ Note that the return type is a bit different -- you can return:
252
+ - None: no special behavior;
253
+ - A dictionary containing parameters for `self.next()`.
254
+ - a dictionary to skip the step. An empty dictionary is equivalent
255
+ to just skipping the step. A full dictionary will pass the arguments
256
+ to the `self.next()` call -- this allows you to modify the behavior
257
+ of `self.next` (for example, changing the `foreach` values. We provide
258
+ USER_SKIP_STEP as a special value that is equivalent to {}.
259
+
260
+
261
+ You are able to catch exceptions thrown by the yield statement (ie: coming from the
262
+ wrapped code). Catching and not re-raising the exception will make the step
263
+ successful.
264
+
265
+ Note that you are able to modify the step's artifact after the yield.
266
+
267
+ For more complex use cases, you can use the `UserStepDecorator` class directly which
268
+ allows more control.
269
+ """
270
+ ...
271
+
272
+ class StepMutator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
273
+ """
274
+ Derive from this class to implement a step mutator.
275
+
276
+ A step mutator allows you to introspect a step and add decorators to it. You can
277
+ use values available through configurations to determine how to mutate the step.
278
+
279
+ There are two main methods provided:
280
+ - pre_mutate: called as early as possible right after configuration values are read.
281
+ - mutate: called right after all the command line is parsed but before any
282
+ Metaflow decorators are applied.
283
+ """
284
+ def init(self, *args, **kwargs):
285
+ """
286
+ Implement this method if you wish for your StepMutator to take in arguments.
287
+
288
+ Your step-mutator can then look like:
289
+
290
+ @MyMutator(arg1, arg2)
291
+ @step
292
+ def my_step(self):
293
+ pass
294
+
295
+ It is an error to use your mutator with arguments but not implement this method.
296
+ """
297
+ ...
298
+ def pre_mutate(self, mutable_step: "metaflow.user_decorators.mutable_step.MutableStep"):
299
+ """
300
+ Method called right after all configuration values are read.
301
+
302
+ Parameters
303
+ ----------
304
+ mutable_step : metaflow.user_decorators.mutable_step.MutableStep
305
+ A representation of this step
306
+ """
307
+ ...
308
+ def mutate(self, mutable_step: "metaflow.user_decorators.mutable_step.MutableStep"):
309
+ """
310
+ Method called right before the first Metaflow decorator is applied. This
311
+ means that the command line, including all `--with` options has been parsed.
312
+
313
+ Parameters
314
+ ----------
315
+ mutable_step : metaflow.user_decorators.mutable_step.MutableStep
316
+ A representation of this step
317
+ """
318
+ ...
319
+ @classmethod
320
+ def __init_subclass__(cls_, **_kwargs):
321
+ ...
322
+ ...
323
+
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.21 #
4
- # Generated on 2025-07-11T15:58:13.018421 #
3
+ # MF version: 2.16.1 #
4
+ # Generated on 2025-07-15T19:29:42.965047 #
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.21
3
+ Version: 2.16.1
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.21
24
+ Requires-Dist: metaflow==2.16.1
25
25
  Dynamic: author
26
26
  Dynamic: author-email
27
27
  Dynamic: classifier
@@ -0,0 +1,166 @@
1
+ metaflow-stubs/__init__.pyi,sha256=Guxc602Jzk-NVhTiI9NqUETTBAHB9zbe-_CPegB9Y1A,64138
2
+ metaflow-stubs/cards.pyi,sha256=dXhuHKTLeDoAD0rOKmFXVOy70bTrpNk4MlUV3v3wEpA,1640
3
+ metaflow-stubs/cli.pyi,sha256=voCjPzQrdNnrRyiV9eNShl4Of1DZ1Dku6UHddmsTypE,2264
4
+ metaflow-stubs/events.pyi,sha256=LbZHGHH290BMIZMI2vrQjJy-QRLfSQQmVmOMoTSXAGA,4022
5
+ metaflow-stubs/exception.pyi,sha256=-xkqIwGhYktVx7TWGnFozGjG1Spt9D6pvl0EvTwRqNo,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=NQZpYKGneC3BwVnaqUhP65lLyVssG6WlPUn3f5Pnjkk,10301
7
+ metaflow-stubs/generated_for.txt,sha256=VVTJ0dvcGecS5TthnLKvYX3ZfeR_CPVQ4bOZu32FbZo,33
8
+ metaflow-stubs/includefile.pyi,sha256=BWX9kOIzQwBcDLjufdJaIYpR3PTDvW7O-7OpPfq_eDo,4615
9
+ metaflow-stubs/meta_files.pyi,sha256=mic2qP8BXbiS2w7Y7Px79id-VeCcwlhE9sR27dgnjRE,585
10
+ metaflow-stubs/metaflow_config.pyi,sha256=vIxKpp4EF0IhC9fxG687tyjH8mAzekmTecbfLXdkJfs,4871
11
+ metaflow-stubs/metaflow_current.pyi,sha256=UFtjx64Mum666rGCrAXATb-orRgk675qjSRBzS9COuE,9655
12
+ metaflow-stubs/metaflow_git.pyi,sha256=p30KqSeNIvd2kBAeNrj7zDEnfoL6oo9AhRwC8oFlsDw,1088
13
+ metaflow-stubs/multicore_utils.pyi,sha256=aTZXLjC3wOvc91IscVrlIjppoXM5r1ue76Dytafcp38,2516
14
+ metaflow-stubs/parameters.pyi,sha256=Z2waGsOnm2skIm5m2J1uZioULh_xZmKHI6AKiL1K6u0,7517
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=Q94YRM-fk2jLsGZftohpflWYwoGlhO_FcP7NsV6YpPc,994
17
+ metaflow-stubs/tagging_util.pyi,sha256=Y-6qc97jnXvL4p1H2yg6oO_Yr_sJNY7bhoyuysizBYM,1494
18
+ metaflow-stubs/tuple_util.pyi,sha256=TyKa2pKpbAQH6fcr3Z6aG07kpXnj9Uj-ZScpItDYNtY,663
19
+ metaflow-stubs/version.pyi,sha256=gOTvhkddlgjyYtGZavZqua4msCzHb13Mr_bU9G2meoQ,577
20
+ metaflow-stubs/cli_components/__init__.pyi,sha256=3-ppGD7MGLT6TSIJP7aaq9ErCzjiL58rcpAAWR5lVmQ,583
21
+ metaflow-stubs/cli_components/utils.pyi,sha256=4_DnPsZ7geeBEvM01fVMWntTryR8pZx-823K1lRj1zY,1260
22
+ metaflow-stubs/client/__init__.pyi,sha256=YS8oHoSdIYuz8TkNqXds0a_hhRlRpyUc_XqS_UZf0pY,1114
23
+ metaflow-stubs/client/core.pyi,sha256=3RklETdqA-2IaG1DLhf96vJNFQbDP5r5EarQjXqQKeQ,48178
24
+ metaflow-stubs/client/filecache.pyi,sha256=KQEqZdjO-dTHLte8olmjv6xI-8kvyuwaNRX3g4iGBI8,3059
25
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=Kxi0VVy7quo40YlIi2p_o69aMgwBzyy5yibkepHVhzI,808
26
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=pJNZTWOJbkV7HCG959UJY9NMNpyDwlLNWpLXvUwaCLM,1068
27
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=-th2FuMEUN0WGWaUQBMi7iMHwHBzrd-6fcfvVF3bXn8,13235
28
+ metaflow-stubs/metadata_provider/util.pyi,sha256=pETqgU0NqU4G7EnkD0msBNfELmEaMdCtXniHv8JkHGc,758
29
+ metaflow-stubs/packaging_sys/__init__.pyi,sha256=U5gu4MDwoVtXSrKBN-ysDbXU91o8QFn6W0KsRpwdZMQ,19795
30
+ metaflow-stubs/packaging_sys/backend.pyi,sha256=3gx5NYFbjK6o3dqj-gfKA6po1ueI2cfMu17bh7rpQVo,2499
31
+ metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=zvoy2lI8IMZnmLMWeRBPAXWaMXAXaEHbwp38BjOl3W0,2952
32
+ metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=ivXAlwf3wuMNPIcBXDroXeEqH4ARnsShOLSq1VEGrmQ,1956
33
+ metaflow-stubs/packaging_sys/utils.pyi,sha256=HR7VbMOMKTVj21blJrfUenNvu6yDZYoPvXfKsXlJ0WQ,1208
34
+ metaflow-stubs/packaging_sys/v1.pyi,sha256=zxeVluC-oN58KB0vaYbB02oWWM-4x5gAnfmgp1uGxJA,5283
35
+ metaflow-stubs/plugins/__init__.pyi,sha256=rRjwLFMS_iu15mguSqUszkGlB1RMGGxzCsxxZFtoC7g,3875
36
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=TbCGphAn3mk7-liSVHwkzBvvZ6CC3rWGKDjbYER-RKc,2243
37
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=zTJ4hxq8z1tJZVp9KM2CIpYj1Xb2w68fZVRKCnTGrLE,932
38
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=TU8793niLRFadN0NFBEnyUeiFtFybvHEELe-BWDAuPU,910
39
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=yNe5WbOs6v8fI88L1VnvM8cSo7z_DTZkqTqmgF78kq4,1052
40
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=6oj4W2mlR5ajWEh0VKErbLnRVlRoBIguZkPZK7PcMYc,4772
41
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=cS-PBWvXR4a8EMl22Wk95TiTmyv8zbcypbCXRK5Fig8,2465
42
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=kHifO3xqPoh2ePAsEvFnPMjom7yzZyksM-IXUuimjrA,3713
43
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=x1TK0h_lrgt1GuX5BxOQoxfJVn87comvxnWGN1ropN0,1829
44
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=4ONzsYPQc7Y3V1juD7nf04lLX4iTmRJb11G8hZBdid0,1709
45
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=gTJ_eod5d4YrCo905Ct9BgBCsQ2kulz_sQUl9iv5OKo,1198
46
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=EMRPcFBOxuiTvyrDnZzOnVaaa419SesZnv6g6M4Q-rM,2107
47
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=2lmLDRj7y7-i31p4tPXnWrE-946Q69iWeiABw3AXrPc,2296
48
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=5vVxU0jBYH5C5WaLVbNp9LYR55e1HgYcixrE-z346k8,722
49
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=WeplZzKofi9xc9_t_rVw5KsO51DkHwbfB2OtA1_z_vY,1229
50
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=obwH281kNxNoLGA4_oN5MKPQ_J2BF4vD0RJ6oQ-JxAQ,3154
51
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=z6BmlEBQufNxlqDXXtms_lyBdmPga-CUjFsGa6ubYhY,923
52
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=2B-ty2UUaarfEpmQPOWPov_36REBWSVi36F6rFB8Lb8,877
53
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=9DTAo-wCA6kmexkMp4UOO37K92fnQHP4n9VxJgASj-g,1497
54
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=bKYVKNGi2Bk0-UlTEidRMD8SoxEyzt9XhRlZm_hVFOo,3309
55
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Jx3ZgMClqPrL-f8mpYKyoStMq2jQoBgb0pKxnwADJEM,3220
56
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=Y9AUL-6h2kEqXxQWB0sDnit1nyhRh3E4dfH9mdlj4vI,727
57
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=qv8O13lZbwO3BlcUlanZqgp1db9dNa_l8sQY41oaB6g,2534
58
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=208MgTHh02vMIXZUr7gKXeWjSR6GPF0TfMDYZVzScN4,3348
59
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=8cAxmeDCeMkQ28vnGPhTiop5BOFiWBHbCV4cmkVtL1U,13423
60
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=PAVfH9XTrYuzMOWitIfIk02Knlzwv_BZ4lNRS8d3Maw,1375
61
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=TKsXD6-DRsvDwbz9bouDHZPa1Q7X2Kc2IX7t1f9c7Y0,4595
62
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=zrQ1SkWusOK_hkTFFTFsVK0epdRwwQS76anLJcNlAGg,6173
63
+ metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=hzeWJXTqJYFdNw42qGbkzB5eA5Z-hQAt5G6ZDuzLjSA,1658
64
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=hdUp1xODmghMHPavXsC6PUbKma4YahbdA7eXqnxQV8M,755
65
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=mwG38eKqMxzdYCv8oh1oQ9OmHl7HFh868qePnk4yRjM,930
66
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9HiuVZ2Hbyeu7Wxx_Q8X00-ODjlLieGB8myBa4OEErY,3085
67
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=0LDD_618YgCmFW1NOmxDNkuajby_LJ5dlLDIHqL8x-w,675
68
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=HRqTlhHaK-owSOikf583uJjALLZV10S3vYgoQp5Pczk,2951
69
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CeOZaHXV_Qj58Mg2FS23NQdXrY-RaRQnG_rWUmFdgEM,3767
70
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=heEYjpcPuc5go3YHo_7f032tJop_qxk1oulyn7piSZc,5976
71
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=9OOQRNjbU0D76bPW1YfLxtqlT8eqJxdCoqdA3cIi5HA,645
72
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=p_anBL_4XJtaP5Y0lIxhYyN1KDNwCR4ycD6w0BGIUy4,3575
73
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=t03JFHfklylmWQBcZE2xSN2oVelZel-rq88X3YJE3lE,792
74
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=Db1rUq86wsZV9oE71bv9rOyi824UkECiPZybBQcivD8,976
75
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=fxsUCvkuxjO3kvGlUKM7g3Ynw_pxZGYEMj7HYq9m9LE,899
76
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=DGIPHBf8L833T2CWsGnv34bzxjvwIgBnQV9Hwn8fKTI,1637
77
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=OTsZelvsAm_HTCEdczIKyriq4-5gBptfAFzZgdgfvZg,4576
78
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=1_H63ToHD4HwFHoQ_MPJnSdc9KbOfRlf2p97CleMkk4,1186
79
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=MxTs0iXfzvxWUUKGd5rXxdLcJPmEg0R0A_o8FNMYoRw,1145
80
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Azi-8q4ulDZufwn1XssO5eNri0OYE4H3WPC_TTtp7D0,3881
81
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=FW70h_mO949yszzd5sj6OP7Xm-JYbjsW2_-t2QI9yFU,4410
82
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=-kW-kPMa8ULMbiXpE9MszBU_mA2GBliAJqnA3gempmo,1011
83
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=7n3ssf_PMAX1hEUa_PZyTBPbhTiRtoLBpBvmb0LwgtI,1168
84
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=FENvWDSSu_FKl69TVmNA-bkSEz2TuS1FdmjI3qRE794,999
85
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=7t2dx1-XrqrZARdol0fm93Os5jSNMQYuBTYW_cVMFe8,2289
86
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=_Qso1L9orVSaBMx0CuxrMpio0LPltjz0M14paoFS0UU,2458
87
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=u3wPFO62o-yOVWJ5iyDZDOi-9tj-9YhMUxfjCoWe1O0,1568
88
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=upUXTX7GXZ--R_DOO8n1LF1E-7YcjmytjCJrE8UE52o,1667
89
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=o9UbQBjBdGI_ZmHKp85QBJXdDHRRRT4T059c94XtFH4,916
90
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=0s5TglIJtdIx8AW3Sl0N6h7Kxjd1wcgfN0VUMJUoJog,4909
91
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=G_RWxV_JabMqNKI923MmwiSeT3oMnKxYvojnPYdv2w0,1189
92
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=N2GQsX-UZcX_C-angpy9nHCpCkv4YocJVa6WaMvtz08,2935
93
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=8SLtOTlfwzRgggD4TjBWvzHwrCMJy7YdLDKaELGe_Hk,3247
94
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=DSG8oSOh0NjgiXNreHfRqm34014Tc5t5nGkiFQmSWBo,759
95
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dyC1eaLmWdxFZLECFYEmuEtk0M5vasaYsovAC2JkeUg,8476
96
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=N8WvCVcBzqUh_guWOD-gATigix15RoSDr_km6YBgvJY,2470
97
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=ZNgH5f-idgYsQl4W6maST6PqmiEFYxEv9_QPlmGf3bg,986
98
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=esUNTtlbAIqTEqh1DgD-NTvRsXzt6hZhxkzMvElr_5w,7501
99
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Uc6zAj-ZmS50nmumvfyjP0glblCGoz3WWljE2SnOOe4,3196
100
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=r71_hrwNFvLg67VxHBawZe1f5z-NRcSjncYW6shbiFo,11481
101
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Sb5vD2HYmXhdixTNd9yfzaTW6yhMhou-gajKkc5kFTw,1479
102
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=8eGuPBjmtCVVKG3AXEeDavssiuTI9hmtHLpf7Ve6XQQ,853
103
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=YCfUleaxJVnR40mk_vg1uE4xLxFmCE-d22V5vLMxKto,3774
104
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=c1naib-Hx7MAyMXvffvysrv3ulvvtYWmgZkrmFO78cQ,933
105
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=cqvsLZA25-sjUoRZz6ox0xm7oXTkHM1s19CI4pMdq8g,2797
106
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=xRtx98RLmHoQynQV92HEeyVRFhOZQ-ULLlIjf-F47vo,1204
107
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=I-JHjS5KJo62Vi6LdiwrEz9m2aUt-vI_QfrsU76jp8o,24447
108
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=7mXNTFubF2q7C_9O8_Yw_wFBCWX3tsnSkr4Aiebn0mU,1036
109
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=T6SE-5AnQFdY_0TP26H8Txndh68OEO9Y2kbOqoGBdrw,1132
110
+ metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=Fl9R_mi4AKoOs5f7mWE0_1C0OtlZLBGX_hmD_wa0pAk,611
111
+ metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=Zln_Xw6tIc9o8GLHkhSCtbyZKddW58ik6kCy529vgB0,901
112
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=BnQGaOJugi2r-DIfVqGbN6WFFEXfG52FSsooyi-om0A,587
113
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=WxUFjyjs0F2WZf-FUBamlZ1wiHB9nhh29vgEtXrOGLk,1200
114
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=v-qqoB8f_GTUZz99rZtsC5iyyiXMEQ1CiXyHWSSjHCc,923
115
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=865XIEEpV_y7r3FUhVt07km3siWZ0tV1mW3q2kACecg,3298
116
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=-EumETi2ZIIzUiRr2r4vareEyxfXjhVEzMAwjCZkbJw,796
117
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=QJJMrN1EIH0D5Vi_YzAUl_ZS5APPBDGicfTLQjSVHzA,899
118
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=VdPVfr6FLjmppyBM3kzDJHqzEbZUH5ki42uG28dpYqg,1086
119
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Hwptf9T4pR73DWEILekEVz0jMUgsVYNHScESU98YsmM,1641
120
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=DjoLru1dZv0kNIZWNV-MqLDooGj3RapcviBAG8f7f5c,905
121
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=A0p2J2-d4g2KgEb0aiPf0qQwwre-sd208ggnGn_GMI4,1707
122
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=9a8fp4Yig_VE43d8-gBqH0XWOcqtBGPHNnuE1VVtHV8,3833
123
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=JCTDh50YZrtjKVLTCXMQo7zFi1atL58wGePrijfUuLI,1326
124
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=gPCa__ZY5tz86-a1u759Gv-ZzFgC_HMpzgalmAzQF2g,7917
125
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=zD-tM0OTuIskdEk_3gI97s03hxVihkNzjmYvlNhOQEo,2525
126
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=OsOQxjeER7adEWTZ20eNaboANFNYT6p-Pnvs3EfWa7s,5389
127
+ metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=kWIaw_N7lQyC_Dxq_3mF2FMdT2HYq9yUap-5w1SxqyE,762
128
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=V00uNc41zTYwWoaMTJ2Riy7phoSG1w-D-n1RdWoXEDA,948
129
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=f_kPqreSBhcan3pRJcSVEVaxfyAWSecpmlv43xcXKLs,3855
130
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=BJaqeZjB0ueqPgxUe1yMMG6M0QHhAxLz1aHn_P-Vqhc,2465
131
+ metaflow-stubs/plugins/pypi/parsers.pyi,sha256=wD8d0LUlD5QTqr8nfJ-fQ1dtJ0a7pmgkNaCARTP1U7A,3741
132
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=DmqJqT759AjYHRWH2mlZv9bhMZNVizTcv-amGqRRBtE,2650
133
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=L7aiaQedYaDocAM3CKgx7yNckf3uVCX2bRREEqtdNqc,834
134
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=IWdiLR4S2eu5bi2xWDHETOCINUvTl-uag0vC4Zvb9QU,874
135
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=R5VBCXHA3dBZPaQcT15km5_td6a92oyx53r_wFE9k0A,1208
136
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=nbScIsOVl7X0bhowIlbNYwC_XhUuYP4kmq2xsKmLgu8,986
137
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=kOVzrHPvCJsqupj4NbrRFlhQidDY-ED1URB89ShLOIM,1744
138
+ metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=VOiRp4qnn9ZDkrSPqaGfOQ8dy-C1p7LMItNfymV01ck,1224
139
+ metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=orWqD4Qb31yvW4Ywb14Ac1cnEgS_39EiTNEUKp4cYRc,1417
140
+ metaflow-stubs/plugins/secrets/utils.pyi,sha256=YDAEcs9p71XlqUA6phHSjU1OUODB66MIsczTBJfq6Yg,956
141
+ metaflow-stubs/plugins/uv/__init__.pyi,sha256=MXv_d0K7D9ZyC9a6sDX-cSh-q1VA-poD1MFZs4vy1d4,601
142
+ metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Gnm6nCzNYUp0JKZrsfi76739r5NksN2x3_fQO_NLchM,1383
143
+ metaflow-stubs/runner/__init__.pyi,sha256=DZ3fyZAuFJTcbuBpTxhpoSbLA3JEpodS7IUbfH_roHI,831
144
+ metaflow-stubs/runner/deployer.pyi,sha256=-rlsTvhTGInbvNJzaJapk39RFkXk19JaPE_JO6qjt98,7839
145
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=j8WCPiHY0yvXrXNIbfpOjhFNH_niihowwq7H-x_-QP4,3416
146
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=UQxElwYZLHQIihZ7NgXCfDI_5nWwihrn0i94PRrIL2s,10997
147
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=yZMiKjTzAjf6t9YXaGxu4_y6mYJHnPGeVbQ5tVh3Sws,2946
148
+ metaflow-stubs/runner/nbrun.pyi,sha256=lEbgHh8NKf45atD3IB4izX8TkNhqUu0ECf1bpWPVe1w,6035
149
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=wCoSpMx-vj5Hojn4GwzchPM_t6e5YSOxVHvhTEjO7m8,9342
150
+ metaflow-stubs/runner/utils.pyi,sha256=4gfHMs3m8zh43iHLhg0U3Fkv5-nLHk2UYxrLp6CWfoU,6004
151
+ metaflow-stubs/system/__init__.pyi,sha256=4_46Cwihw_H8D1qhBtVKGdQwb8czj7adNuyRZ7qg0mM,761
152
+ metaflow-stubs/system/system_logger.pyi,sha256=61ANFiI44da5gvwUAS5p4FkFthSUdYsSbBHhto4a42o,1666
153
+ metaflow-stubs/system/system_monitor.pyi,sha256=uT7mEIfFFOkUWCrgWZjTE6poI_0bBXAe7WptGq4oY0I,1788
154
+ metaflow-stubs/user_configs/__init__.pyi,sha256=Ti7K6JKsoIj7xJL8baUqRVdKU8q8ZJL0dgDlAK80LFg,654
155
+ metaflow-stubs/user_configs/config_options.pyi,sha256=ZEJi3Mra3oVDw3qHCIr5K7029BV4mNq2tySqw1bS2Jo,3008
156
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=qKKAvJpYKM1QvvcOD16JD2ywT9-LxXo4EAZ_plg0NYQ,10194
157
+ metaflow-stubs/user_decorators/__init__.pyi,sha256=HfEqQYJCHcDsfFZh4pOB47B2Oa3_wdbeO1qXjyg5Coo,785
158
+ metaflow-stubs/user_decorators/common.pyi,sha256=ZMBOuH-XMDTnVU2yEUh2WbU0CD7NUcV6oes2b7IthRE,1391
159
+ metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=FOaYPkY_ib9zDOZhmY15zHr3_vXEXfy1mT9DI0V7Tek,9333
160
+ metaflow-stubs/user_decorators/mutable_step.pyi,sha256=fvWROjfuXqBfhN1Hk98VNNr7iRhlIBU0lbLrAX_w5ZM,7062
161
+ metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=SGLmN_mZduMAKa6xA8hpbCKY27JjFXiZy14A27hNaxo,5039
162
+ metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=qXprapQugLUVC526yYElkzhGPn9Yyptgdu7EKR1G6MY,12447
163
+ metaflow_stubs-2.16.1.dist-info/METADATA,sha256=H9Pt_OzAXos_lWlAaDopNCjm1cI_AlKghfmtBbwTCmU,1617
164
+ metaflow_stubs-2.16.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
165
+ metaflow_stubs-2.16.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
166
+ metaflow_stubs-2.16.1.dist-info/RECORD,,