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
@@ -1,251 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.21 #
4
- # Generated on 2025-07-11T15:58:13.001518 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import typing
10
- if typing.TYPE_CHECKING:
11
- import metaflow.parameters
12
- import metaflow.flowspec
13
- import metaflow.user_configs.config_parameters
14
- import metaflow.decorators
15
- import metaflow.user_configs.config_decorators
16
- import typing
17
- import functools
18
-
19
- from ..exception import MetaflowException as MetaflowException
20
- from .config_parameters import ConfigValue as ConfigValue
21
- from .config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
22
-
23
- TYPE_CHECKING: bool
24
-
25
- class MutableStep(object, metaclass=type):
26
- """
27
- A MutableStep is a wrapper passed to the `CustomStepDecorator`'s `evaluate` method
28
- to allow the decorator to interact with the step and providing easy methods to
29
- modify the behavior of the step.
30
- """
31
- def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]):
32
- ...
33
- @property
34
- def flow(self) -> MutableFlow:
35
- """
36
- The flow that contains this step
37
-
38
- Returns
39
- -------
40
- MutableFlow
41
- The flow that contains this step
42
- """
43
- ...
44
- @property
45
- def decorators(self) -> typing.Generator["metaflow.decorators.StepDecorator", None, None]:
46
- """
47
- Iterate over all the decorators of this step. Note that the same type of decorator
48
- may be present multiple times and no order is guaranteed.
49
-
50
- Yields
51
- ------
52
- metaflow.decorators.StepDecorator
53
- A decorator of the step
54
- """
55
- ...
56
- def add_decorator(self, deco_type: functools.partial, **kwargs):
57
- """
58
- Add a Metaflow decorator to a step.
59
-
60
- Parameters
61
- ----------
62
- deco_type : partial
63
- The decorator class to add to this step
64
- """
65
- ...
66
- def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
67
- """
68
- Remove one or more Metaflow decorators from a step.
69
-
70
- Some decorators can be applied multiple times to a step. This method allows you
71
- to choose which decorator to remove or just remove all of them or one of them.
72
-
73
- Parameters
74
- ----------
75
- deco_name : str
76
- Name of the decorator to remove
77
- all : bool, default True
78
- If True, remove all instances of the decorator that match the filters
79
- passed using kwargs (or all the instances of the decorator if no filters are
80
- passed). If False, removes only the first found instance of the decorator.
81
-
82
- Returns
83
- -------
84
- bool
85
- Returns True if at least one decorator was removed.
86
- """
87
- ...
88
- ...
89
-
90
- class MutableFlow(object, metaclass=type):
91
- def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec"):
92
- ...
93
- @property
94
- def decorators(self) -> typing.Generator["metaflow.decorators.FlowDecorator", None, None]:
95
- """
96
- Iterate over all the decorators of this flow. Note that the same type of decorator
97
- may be present multiple times and no order is guaranteed.
98
-
99
- Yields
100
- ------
101
- metaflow.decorators.FlowDecorator
102
- A decorator of the flow
103
- """
104
- ...
105
- @property
106
- def configs(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_parameters.ConfigValue], None, None]:
107
- """
108
- Iterate over all user configurations in this flow
109
-
110
- Use this to parameterize your flow based on configuration. As an example, the
111
- `evaluate` method of your `CustomFlowDecorator` can use this to add an
112
- environment decorator.
113
- ```
114
- class MyDecorator(CustomFlowDecorator):
115
- def evaluate(flow: MutableFlow):
116
- val = next(flow.configs)[1].steps.start.cpu
117
- flow.start.add_decorator(environment, vars={'mycpu': val})
118
- return flow
119
-
120
- @MyDecorator()
121
- class TestFlow(FlowSpec):
122
- config = Config('myconfig.json')
123
-
124
- @step
125
- def start(self):
126
- pass
127
- ```
128
- can be used to add an environment decorator to the `start` step.
129
-
130
- Yields
131
- ------
132
- Tuple[str, ConfigValue]
133
- Iterates over the configurations of the flow
134
- """
135
- ...
136
- @property
137
- def parameters(self) -> typing.Generator[typing.Tuple[str, typing.Any], None, None]:
138
- ...
139
- @property
140
- def steps(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_decorators.MutableStep], None, None]:
141
- """
142
- Iterate over all the steps in this flow. The order of the steps
143
- returned is not guaranteed.
144
-
145
- Yields
146
- ------
147
- Tuple[str, MutableStep]
148
- A tuple with the step name and the step proxy
149
- """
150
- ...
151
- def add_parameter(self, name: str, value: "metaflow.parameters.Parameter", overwrite: bool = False):
152
- ...
153
- def remove_parameter(self, parameter_name: str) -> bool:
154
- """
155
- Remove a parameter from the flow.
156
-
157
- The name given should match the name of the parameter (can be different
158
- from the name of the parameter in the flow. You can not remove config parameters.
159
-
160
- Parameters
161
- ----------
162
- parameter_name : str
163
- Name of the parameter
164
-
165
- Returns
166
- -------
167
- bool
168
- Returns True if the parameter was removed
169
- """
170
- ...
171
- def add_decorator(self, deco_type: functools.partial, **kwargs):
172
- """
173
- Add a Metaflow decorator to a flow.
174
-
175
- Parameters
176
- ----------
177
- deco_type : partial
178
- The decorator class to add to this flow
179
- """
180
- ...
181
- def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
182
- """
183
- Remove one or more Metaflow decorators from a flow.
184
-
185
- Some decorators can be applied multiple times to a flow. This method allows you
186
- to choose which decorator to remove or just remove all of them or one of them.
187
-
188
- Parameters
189
- ----------
190
- deco_name : str
191
- Name of the decorator to remove
192
- all : bool, default True
193
- If True, remove all instances of the decorator that match the filters
194
- passed using kwargs (or all the instances of the decorator if no filters are
195
- passed). If False, removes only the first found instance of the decorator.
196
-
197
- Returns
198
- -------
199
- bool
200
- Returns True if at least one decorator was removed.
201
- """
202
- ...
203
- def __getattr__(self, name):
204
- ...
205
- ...
206
-
207
- class CustomFlowDecorator(object, metaclass=type):
208
- def __init__(self, *args, **kwargs):
209
- ...
210
- def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
211
- ...
212
- def init(self, *args, **kwargs):
213
- """
214
- This method is intended to be optionally overridden if you need to
215
- have an initializer.
216
- """
217
- ...
218
- def evaluate(self, mutable_flow: MutableFlow):
219
- """
220
- Implement this method to act on the flow and modify it as needed.
221
-
222
- Parameters
223
- ----------
224
- mutable_flow : MutableFlow
225
- Flow
226
-
227
- Raises
228
- ------
229
- NotImplementedError
230
- _description_
231
- """
232
- ...
233
- ...
234
-
235
- class CustomStepDecorator(object, metaclass=type):
236
- def __init__(self, *args, **kwargs):
237
- ...
238
- def __get__(self, instance, owner):
239
- ...
240
- def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
241
- ...
242
- def init(self, *args, **kwargs):
243
- """
244
- This method is intended to be optionally overridden if you need to
245
- have an initializer.
246
- """
247
- ...
248
- def evaluate(self, mutable_step: MutableStep):
249
- ...
250
- ...
251
-
@@ -1,155 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=gjTsoAhlMcrBy-pJNCNX4XH4xUFGFGZahdpl2B3KPYI,63862
2
- metaflow-stubs/cards.pyi,sha256=4jvseeM7Mqy5LlaqJcQTpQhLhF12cEeKNXbBf2xzHpw,1640
3
- metaflow-stubs/cli.pyi,sha256=URZ8vyIjkDZhBm8cxtc4I_H1HOJxhhyz6yth8h__2Lc,2194
4
- metaflow-stubs/events.pyi,sha256=LKZc3s_shslg2vtRMxTJsyb6ojXDOoOKwAy-zO1VHaY,4022
5
- metaflow-stubs/exception.pyi,sha256=_GoE3_uusQrQrPnFToAlxiREMEeZIh6-y1p-FVp7Ue8,2661
6
- metaflow-stubs/flowspec.pyi,sha256=LnFwmC0QRBztVhJrMqVroM3Ouzej7wq2oHiNQKqCmfI,10327
7
- metaflow-stubs/generated_for.txt,sha256=e-FYCEVhHPrmmHYQNyBmhSYCyw9Lpjta-VPHqHah7qc,34
8
- metaflow-stubs/includefile.pyi,sha256=C3KccKjDrXkK3HhQ14zdy8JfEW6cCUBhG2qKDV1ysd4,4615
9
- metaflow-stubs/info_file.pyi,sha256=Hi0G9c6VnTIMwKprTy14nZ1TAmXB3Y83u0SlzGds8Nk,625
10
- metaflow-stubs/metaflow_config.pyi,sha256=0a9T65dcpc0LuMMBdruYjb9ha6C9ZbYzTeigh83CMig,4811
11
- metaflow-stubs/metaflow_current.pyi,sha256=_RIDFuIAzKXnql3zf7XEQjqR6fyfjiA_TpssF9tf5vY,9655
12
- metaflow-stubs/metaflow_git.pyi,sha256=MHe7_l6Xs7uyWPXU8iigjbPExUaifqdYYKNvAia2HMw,1088
13
- metaflow-stubs/multicore_utils.pyi,sha256=XBNA3EoZV_Z5yBXQHg0CMqGZjtOdWLhVU63pSeAAeJU,2516
14
- metaflow-stubs/parameters.pyi,sha256=6vkr8BG6B1R8FO8inLEGRPzyXy-atm77Q5HfayKI0F4,7517
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=_EkGm1N3snyGvtM61j12u_Fu2q0LHdSsl-FMtfBHqbE,994
17
- metaflow-stubs/tagging_util.pyi,sha256=1r298ctG-aBCOK7nPoSfTXDhTXI-dbdl0E3xLEIJHJw,1494
18
- metaflow-stubs/tuple_util.pyi,sha256=TR6pW-iQhbbz5qgzdoC-J4nCStWoJcTKTynKu-GaSwk,663
19
- metaflow-stubs/version.pyi,sha256=YgFJWhLg1VkJuqLSECxofV_pEmySC-jeGUNS7qn7XH0,577
20
- metaflow-stubs/cli_components/__init__.pyi,sha256=upGLEMNX7ib8XYfgw0TfLZg57zHNs1Nj682qozJJUNA,583
21
- metaflow-stubs/cli_components/utils.pyi,sha256=igTloNDD1n9oVB75i6se0DiHuVuyFR8vzVoDvoYSp4A,1260
22
- metaflow-stubs/client/__init__.pyi,sha256=wEy2uKjgzhxUN3_HNU8iAMuCW5140l3ZOmAwjjZjgD4,1114
23
- metaflow-stubs/client/core.pyi,sha256=pxDtxefqrkfSwUysZwHJkpXx7ffKqtFWHIENQ3sQewA,48139
24
- metaflow-stubs/client/filecache.pyi,sha256=JGVP5ofj54bHOZowdlc7a9b8O27N7iK_M3lk_xdaH_U,3059
25
- metaflow-stubs/metadata_provider/__init__.pyi,sha256=kAwVZeoFVGLvzw6e3SBdUK0EVM33EmyijB-n8fuEfzQ,808
26
- metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ca-yArfcf9YzNwAGPvElaVXcu6iegw7MlB49eq9vGIQ,1068
27
- metaflow-stubs/metadata_provider/metadata.pyi,sha256=geOSB9ZKEXQa0sv1mivCyLzaqPf3fAZP4xmx89qnCQk,13235
28
- metaflow-stubs/metadata_provider/util.pyi,sha256=Dsa-Ti-BMD6QU9kDaBjFCg1cK4KFKxKuC94GDz8SDZY,758
29
- metaflow-stubs/plugins/__init__.pyi,sha256=C7pzWYmPBxhrUZeEA8GWwXAoxhYjMbAJsgjdN2b0VG0,3875
30
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=qbEKgZQj7SWdz6dcc697xpa9YpD33ylGbUAQX9ff0NA,2243
31
- metaflow-stubs/plugins/debug_logger.pyi,sha256=ZU_W2fZdyVW1W78h5SCEYgWRg457S7spXgjgFktdJy4,932
32
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=UqlDm2aC40LWGIPFp10_Sh7R_0wYJvtAw-WaNivGR-0,910
33
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=Q5P0mRO5vqNeZGM8-iuDeG9Fe704RzFsRUIh2U431Oo,1052
34
- metaflow-stubs/plugins/events_decorator.pyi,sha256=M7m4vxOm5pTquiguwn8WRBTAG7J1JauJbQGEsivz1j8,4772
35
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=vbIcu-8vYKObn-5DyUprey-hFpTNmNdYngF1RwybZys,2445
36
- metaflow-stubs/plugins/project_decorator.pyi,sha256=5NcWIwMV7bhKYhdE5Uxe2VOAB-uYxprQTYDiFmR7uKM,3713
37
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=-IAUw3W6mjkjKLl1fvdudFuq4WpQ9iszb24JuM5exVc,1829
38
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=UXSsPBbXwf-19yfT-m4rjGdqoedDhXL3rf2jkcOHReo,1709
39
- metaflow-stubs/plugins/storage_executor.pyi,sha256=CFc-WgPKG-xY2AhKCoknbsSITgZX-A21xw_3ZfGfaVY,1198
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=b1yGkFG7FZOnbUTgOcXEzns7fzs6wEakjFFCdj4sjY8,2087
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=mpRTc-CbcYQlnJQCAERQwRGKu_YuD9ubHAmW9n5f6Q8,2296
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=CURd9x6QJMSDM5a7Hb2NLj18ZDCx--n30oqvXXAnzRw,722
43
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ld7M8cwe_dVdzp_6ntgPiz1mfaVH3yY6KQNa2gJWidI,1229
44
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=eEDe60DRcFSigN9a-uXrL9T1cjACmUY5Mo5R_4ARsc8,3154
45
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=7W5x84H66QF9gDkdZcxvBtVTF21LH1a3xlUWnP7VSVE,923
46
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=M04r84vEIhCyT7bZlfKAPl_9CbU-nPm8v7HlJ5jfUOg,877
47
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=As-qlVneeZaVUX7xxXVa4PL7Yrkz9c3PB-LIvpjXyIc,1497
48
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=2UQOUXF19m1z4sAC1dTBeJBxm9e7WZqGHIVIB426vFk,3309
49
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=dMKaBJhlihJk0YezWjSIlnxhznS9zmdfvp_GLgKN3Vk,3220
50
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=q-gKDcYaLG-_AbXeLWi7A49rSUq6_9xyUbXe-QUU-gk,727
51
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rnFg04czUfpoQRoy0VQ5zUFF5-HbHlFibSGdYpq9b3M,2534
52
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=-lX5-CfXuS4i1m3eZRYXImpekIoIWoHxNyfzcN2ImHg,3348
53
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=BduGJHh1e8qCezoWEgd_5urLqP9jsP6r07NRFlgQy-c,13400
54
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=EU2vMj5H9mfl4yq3Oo4qoeYQ4rBH8ArbBb57R37xoxQ,1375
55
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=AZmwL60OEVhEem8gKyat6vzQmUpsUlFgkLAzZfDIRT0,4595
56
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=NbEgoMFv1nQljVCF-rcTnWXlCTL3Al-pgGjGw1wJnBw,6173
57
- metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=mMIBgnaF8pjYtpHep0XmKQuiMk83xoWMwGzaTzG_hLM,1658
58
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=a4ucQrhLzL1H-abVP3lGUkdL_lVt9JPlbZDZwsWevxA,755
59
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=EpcsLGN-BJim4ovoc7F1HgfBoh70RNCir6hVkoab4z4,930
60
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=0lgPZuj-DWQNhyRVgQF3OWEWSLibqkvJu8Dw9SxJ73Y,3085
61
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=w4_UZjhTJOk_UQA6vGI4KuUGwEXisZO1OZG85OCLiZk,675
62
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=bBIBUy5r4PMtSS2lK7y1U32oYX4okMJrGyrGuNpsCcA,2905
63
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CtTMTxwH4ewX9xPjpoVoldZbAcd7hTv8Wfixiv91aos,3767
64
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=xk6nz2rBicAQdmGkzsBacdmT-SDCLP9OhowQeKNt4DQ,5937
65
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=IFX2f60_8LaXctimYSR-Xq0fXcEGrOsKvR8_ZrF3U48,645
66
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=NGuOsgu2wOWy4ktLB_3W7NUgqNCJs3ky24Yih2TW5L8,3575
67
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ovlgZdSzRQe9qxZR7ioHQdRriMS4NBdSlQ3XuXir2As,792
68
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=RRsTUxmYKsMaO-pek9XHdTIRCX-AhLe_Dwf6zVT7vFk,976
69
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=I-3Ni1MEx2bzZlQcZn-dwdKye9E3ZxRIlrcUI32bMsw,899
70
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=3tNLmGWWycNeTO0Y8kIQQcouWISmXifFGcd1CcPpEcM,1637
71
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=PJVAWRHAcFa0J1dNCCslP0iPCQZGEuauoyDss3mSM1E,4553
72
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=y00RCiLXYPFQnDeRXj6k-epbi9akSrBKyRDopUDNbBc,1186
73
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2Pu2HJB_huJersPlf6lsuZi8Jq5femkpsxrEbOBbZ2A,1145
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=a05ZiQJshtoJt8F0-aUFyoX9EFA6XauuFZctQkY7Zis,3881
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=myhUhOedMvpTNbwzN5NAL-_-dJwDVDu67z61nAGpnQc,4410
76
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=f5MQRghAkD6YJp6osjskAyvoeR7a-jQWBspTkFjE9qc,1011
77
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=T_S3xJwzWrM1cZIt88Z4D9aNYzj0K6UHF81SHQw4rCE,1168
78
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Uvo8Y17oFhckcNV0LjKOyLI10p1Pv40IFBzBypxQ9LA,999
79
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1WcBdM1OiOP2G7lrbiMd6ppbpSbCMwhoVEGdNspjE4E,2289
80
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=-gYococay7d9jVM1_b9JbAHa-53Y9DEiqJe0HrRlAn8,2458
81
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=rpeBVWrbK_kCuUJWvw2NMDHnc5bYNDXqPJ_4BWURP5U,1568
82
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=msWOz7SbX9tdnUP36h8O_OQn4CmgQ7W4aT1-E1m04UA,1667
83
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=_kJ9uiJA6zCxmZML_ZLvrygqqM84_-93pxZO0rQYbuA,916
84
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=MgGX_E3KtL3Ue7iv7RPOzYEVGoPxaVvTqDBj0kh0ewo,4909
85
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=b9kMRNSSBvQM65HMEylz1-5OI1QZuzXboJEfA9lnuRs,1189
86
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=t-Sd5Gd2WttlZAABI7OqtakcW5fKYpy0ghyfYOumopU,2935
87
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=q7TeiRRM-Fp1wxkYT7konYhHEiUTnEihss5XoZr39Qk,3360
88
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ERbHl_EZlucBl7-2EHus9dRSxQyrMmdmkX4MrOMTCBA,759
89
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=1qDrHYMdf0ePGfTjb4gvRyZy8c9bI2r7pi5Sdce8d14,8476
90
- metaflow-stubs/plugins/cards/exception.pyi,sha256=qChe4CzXUUv1OhQK9wXVa60KP4j2sZ-apX3l33Y30tQ,2470
91
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=34mhNR2CXVE7tkohuiY6nQcJP-ev3P8HUu6iDuh0lew,986
92
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=VLn8BxRfIkXAVw4at7uxcmpmwG05gtF1_Yiv2OnG13c,7501
93
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=02OZaK9dJ2odxfRpMt3YnAQkbT2GTsN9rO47qCicdSk,3196
94
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=3qjiL8ln9KSUwMyvKWhgSZkYJtMVO0p0mgwsPe-zvjY,11481
95
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=OPw0A3SDGSpFqJpFH1yq6zNwU1qmJxASyhUH-vn0tPA,1479
96
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=DBiWzZiv8HC6UvNNvMGuXKBeJKD9ppY110YWOu035AA,853
97
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wn1OOe_gbFvoa5JWyrrnd7pupvu76I37fw0TbCqg4Uc,3774
98
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Wak1_rX7WXHXBrn3bHs5hF33v-xNNm_XFSIdrJHMtOI,933
99
- metaflow-stubs/plugins/datatools/local.pyi,sha256=_zKNqzVBUbdpuPzfIQyYE9mgNJLbglxk2I9zdkB8vw8,2797
100
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=udZT8Z66HhG6o90MAE-X2tctP75JjkbjriMpaZ7AuGY,1204
101
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=XPtqXP7_UHJcDO9EQ3cpyctaS9UVGQSKNtduoslvIy4,24447
102
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=RU7J0e9Gm8AxYclutdCTzXiGYNrqNLSY_nG15NSkIdA,1036
103
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1K1n9GVYoyshhq9wI3YEp3E5L_RZtZVuUe5NBn3Le7s,1132
104
- metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=5QTj0HVJ1PmHsCCQnR3d3RN7q4p8DLU3MFXT2ALvd6c,611
105
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=XLzOSmLAcqPZnFqGr0eqvo8h4w4KPqsfy6_nVOovngQ,901
106
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fsX2xWADJGupZXelsJYT5gf73f9gVHV7nSIcfGJ8zrI,587
107
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=0_fvj1G0pLMD2HCfCCgLSNGI_UFfCSnlIJNf3Ii7gfc,1200
108
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=n7nrGcRxbTPOxwpJprpK_IjwfUxYUtpE4VxIZ2u_ak4,923
109
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=MeaiFyRoN9jIDSvvFmzUjDtGuxydggHOR08R5wfgDeo,3298
110
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=axKwvdoAP8bGbrwInuq1xVzvs2u7mjFgbH5ZubJpm6M,796
111
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ovO_Ku1h2Uxr__ciQSTSaqUohjwq0bp_loo0KkS0LN0,899
112
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=3nw1-JBWiXYaSputZSX6FHZu9ei_tnTmCNR0XFvC_dQ,1086
113
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=LsBdj2dPCnHdmsJPNeBdVZ3Kil4Yz-h9PDuhOM8Rm2Y,1641
114
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=wVhI7sTboB0JxOS5G4XIxQOx237KatlscxfouIe23yc,905
115
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=hQ-thW2xHNMvCnL1U_msGYs8jcF9K2nnE4l040Z73lo,1707
116
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ZyKVD85siYoPOtqxyNDhhTx5wVchq5_pTjYckC_dzmk,3787
117
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ewuIceM1HgZ_4-L9wKlslfx81pqy_qMgLFJxh3wR3U0,1326
118
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=CBdqo8u7hW5oDYaA6gifjTBk3jUiMRoj5bpf5nHloaw,7878
119
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=V6seLf-YnsFE9t_5NpYASeQ3CvO_AEeFItgzY7Ja-J8,2525
120
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ADyNL7aPRCp1k-G2qIjp6gbcEcXy4w4dVpwhftN-k-4,5389
121
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=wpwL6evpu0jVJKgseUAr1nyJMx6b55RaGGCYejP1NdM,762
122
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ABK0O0ma28RfPtsjk9KsE2xz_5y1Isd7vH5W6kCegK8,948
123
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=bSHCZqxVU7dFfd1kOyRKc6LO0XDI_VcxwFzQA1c3c6U,3789
124
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=3XHHayfkHqzShC68PgrKiCG7bmwFDRDG80KfdJyYaTo,2409
125
- metaflow-stubs/plugins/pypi/parsers.pyi,sha256=k0O8gAMIo1bKYUlgxtv2mAR27rwiTFshMWZ5u6X9BRw,3741
126
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=iKX7OOIAKu3-7cR1S2hgTaGe7rTdvUtlwRiw_1NRHN0,2610
127
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=VCGsIshW-8FNEd2NLI6XTZF1WoFDJpgnqib91IIIsMs,834
128
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=-SFQ3diWPsQsxlNlPj6ndqP8_xC0GbHAAnNXTsWhrK0,874
129
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=vFnkl7wCa8LXk_l0Mf_DbY0ACExo_IdaAKpElb7PZCw,1208
130
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=X275iq2zz39F8Lk9TvRXFZoX5-6bYysSi8rI_29Rmdg,986
131
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=UlvI2ijiyP9BDFRfKhJqbqeVVtzCIXNzIKLizpMVgbI,1744
132
- metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=8BwfzXttBJ4OT6Vs6ixNUhhOZGDwlyOevhyr776qvFQ,1224
133
- metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=LxdwksaeZgGYkHIkLZAelq2RhBcblRtYnGR0jc1i2D4,1417
134
- metaflow-stubs/plugins/secrets/utils.pyi,sha256=1buWEjGov9eR2iTJKHrC5kLyVctD-ReOa9GDHE_hVW4,956
135
- metaflow-stubs/plugins/uv/__init__.pyi,sha256=Cc4Rlvtf6dsrLxki1moE9F6Wl6dvhaCQ55pJO4LVrUM,601
136
- metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=LxDjqHY_Av6pmyR1ULZSnc-gWePOVxzjPLc406w0DEA,1327
137
- metaflow-stubs/runner/__init__.pyi,sha256=4nAauQuJOxW4kFLZwy_Wy1xEXl3-fvT5HpP9bTGMG00,831
138
- metaflow-stubs/runner/deployer.pyi,sha256=RlTAnDfSB-Xu7EaAWgSlBafdWnYolDaBZDpJkKxR_50,7839
139
- metaflow-stubs/runner/deployer_impl.pyi,sha256=3VRc6eDlBMEhQ8m69TH_RKDimdmhSjVki0GnBXkc2Hc,3416
140
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=w4SuQJDZ34hdPKsh82RtNhKFTJ8j4AFiPg-no3Nz4QY,10997
141
- metaflow-stubs/runner/nbdeploy.pyi,sha256=ZhUZzLCp2flGzDp2MZvC3jOZ3MVagpmo9Hy921VgDUg,2946
142
- metaflow-stubs/runner/nbrun.pyi,sha256=pdxeP6ERLtfnSNQZ8ZPDAL7PJBPEI_hcoWkNKM0JKAs,6035
143
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=xPax1LG_g0mJiHH7VKiq_Tlfi7qaEW2yxcNQUGYIafA,9271
144
- metaflow-stubs/runner/utils.pyi,sha256=9tToV2OMe0L9jqp2lN4YWD_nW8hq9jfFriamfV7_W3o,6004
145
- metaflow-stubs/system/__init__.pyi,sha256=2ed4yWmVmS0A2J3WY68bg_NVDJtn_pG7cKn0kCYOoIs,761
146
- metaflow-stubs/system/system_logger.pyi,sha256=9CHpdNmfRFpn_mr3DyjnJDs6NGZzzNeDO61BWnNtXJA,1666
147
- metaflow-stubs/system/system_monitor.pyi,sha256=enAObjZZ1MJVQMZCxxUiZFuXT2Yfj5B8GiWKchq80PE,1788
148
- metaflow-stubs/user_configs/__init__.pyi,sha256=7srOIFtHf7Q6m3sI7-OlPNc7mQ60KnWYCHuFaXOtmXQ,707
149
- metaflow-stubs/user_configs/config_decorators.pyi,sha256=MK4819mc9aQwC25aUWR2xfO5C2WtrVdgIRLKn38qPyI,8980
150
- metaflow-stubs/user_configs/config_options.pyi,sha256=-vCPTJAdURSOQN2FfoXs_vc0PgESMfzxi9N4irn00MQ,2955
151
- metaflow-stubs/user_configs/config_parameters.pyi,sha256=cPEp92QwHhEzMcs9VyFYB0hIe5BkSUujoo6t24ukpoI,10212
152
- metaflow_stubs-2.15.21.dist-info/METADATA,sha256=HVuDjMZM2fofcJP9fM6gR2u2r82V0oj_np4J0RTRPuY,1619
153
- metaflow_stubs-2.15.21.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
154
- metaflow_stubs-2.15.21.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
155
- metaflow_stubs-2.15.21.dist-info/RECORD,,