ob-metaflow-stubs 6.0.3.125__py2.py3-none-any.whl → 6.0.3.127__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. metaflow-stubs/__init__.pyi +300 -290
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +9 -21
  4. metaflow-stubs/{plugins/package_cli.pyi → cli_components/__init__.pyi} +3 -3
  5. metaflow-stubs/cli_components/utils.pyi +35 -0
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +4 -4
  8. metaflow-stubs/client/filecache.pyi +3 -3
  9. metaflow-stubs/events.pyi +3 -3
  10. metaflow-stubs/exception.pyi +2 -2
  11. metaflow-stubs/flowspec.pyi +12 -5
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +18 -11
  14. metaflow-stubs/info_file.pyi +2 -2
  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 +4 -2
  20. metaflow-stubs/metaflow_current.pyi +116 -116
  21. metaflow-stubs/mf_extensions/__init__.pyi +2 -2
  22. metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
  23. metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
  24. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
  25. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
  26. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
  27. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
  28. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
  29. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
  30. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
  31. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
  32. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +3 -3
  33. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
  34. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +2 -2
  35. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
  36. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +2 -2
  37. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
  38. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
  39. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
  40. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
  41. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
  42. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
  43. metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
  44. metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
  45. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
  46. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
  47. metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
  48. metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
  49. metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
  50. metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
  51. metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
  52. metaflow-stubs/multicore_utils.pyi +2 -2
  53. metaflow-stubs/parameters.pyi +33 -16
  54. metaflow-stubs/plugins/__init__.pyi +15 -15
  55. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  56. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  57. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  58. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  59. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  60. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  61. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  62. metaflow-stubs/plugins/argo/__init__.pyi +2 -5
  63. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  64. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  65. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -2
  66. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
  67. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
  68. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +30 -2
  69. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  71. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  72. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  74. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  75. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  76. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  77. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  78. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -3
  79. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  80. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  81. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -2
  82. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  83. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  84. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
  85. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  86. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  87. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  88. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  89. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  90. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  91. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  92. metaflow-stubs/plugins/cards/__init__.pyi +6 -7
  93. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  94. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  95. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  96. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  99. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  100. metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
  101. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  102. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  103. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  104. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  105. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  106. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  107. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  109. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  110. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  111. metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
  112. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  113. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  114. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  115. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  116. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  120. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  121. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  122. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  123. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  124. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  125. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  126. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -5
  127. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  128. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  129. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  130. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  131. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  132. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  133. metaflow-stubs/plugins/perimeters.pyi +2 -2
  134. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  135. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  136. metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
  137. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  138. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  139. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  140. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  141. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  142. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  143. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  144. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  145. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  146. metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
  147. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  148. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  149. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  150. metaflow-stubs/profilers/__init__.pyi +2 -2
  151. metaflow-stubs/pylint_wrapper.pyi +2 -2
  152. metaflow-stubs/runner/__init__.pyi +2 -2
  153. metaflow-stubs/runner/deployer.pyi +30 -30
  154. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  155. metaflow-stubs/runner/metaflow_runner.pyi +5 -5
  156. metaflow-stubs/runner/nbdeploy.pyi +4 -2
  157. metaflow-stubs/runner/nbrun.pyi +3 -3
  158. metaflow-stubs/runner/subprocess_manager.pyi +5 -2
  159. metaflow-stubs/runner/utils.pyi +7 -7
  160. metaflow-stubs/system/__init__.pyi +2 -2
  161. metaflow-stubs/system/system_logger.pyi +2 -2
  162. metaflow-stubs/system/system_monitor.pyi +2 -2
  163. metaflow-stubs/tagging_util.pyi +2 -2
  164. metaflow-stubs/tuple_util.pyi +2 -2
  165. metaflow-stubs/{plugins/aws/step_functions/production_token.pyi → user_configs/__init__.pyi} +5 -11
  166. metaflow-stubs/user_configs/config_decorators.pyi +253 -0
  167. metaflow-stubs/user_configs/config_options.pyi +82 -0
  168. metaflow-stubs/user_configs/config_parameters.pyi +217 -0
  169. {ob_metaflow_stubs-6.0.3.125.dist-info → ob_metaflow_stubs-6.0.3.127.dist-info}/METADATA +1 -1
  170. ob_metaflow_stubs-6.0.3.127.dist-info/RECORD +173 -0
  171. metaflow-stubs/clone_util.pyi +0 -14
  172. metaflow-stubs/mflog/__init__.pyi +0 -6
  173. metaflow-stubs/mflog/mflog.pyi +0 -69
  174. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +0 -103
  175. metaflow-stubs/plugins/cards/card_cli.pyi +0 -146
  176. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +0 -33
  177. metaflow-stubs/plugins/logs_cli.pyi +0 -46
  178. metaflow-stubs/plugins/tag_cli.pyi +0 -19
  179. metaflow-stubs/procpoll.pyi +0 -53
  180. ob_metaflow_stubs-6.0.3.125.dist-info/RECORD +0 -178
  181. {ob_metaflow_stubs-6.0.3.125.dist-info → ob_metaflow_stubs-6.0.3.127.dist-info}/WHEEL +0 -0
  182. {ob_metaflow_stubs-6.0.3.125.dist-info → ob_metaflow_stubs-6.0.3.127.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,217 @@
1
+ ######################################################################################################
2
+ # Auto-generated Metaflow stub file #
3
+ # MF version: 2.12.39.1+obcheckpoint(0.1.4);ob(v1) #
4
+ # Generated on 2024-12-17T21:56:50.914431 #
5
+ ######################################################################################################
6
+
7
+ from __future__ import annotations
8
+
9
+ import metaflow
10
+ import abc
11
+ import collections
12
+ import typing
13
+ if typing.TYPE_CHECKING:
14
+ import metaflow.user_configs.config_parameters
15
+ import abc
16
+ import typing
17
+ import metaflow.parameters
18
+ import collections.abc
19
+
20
+ from ..exception import MetaflowException as MetaflowException
21
+ from ..parameters import Parameter as Parameter
22
+ from ..parameters import ParameterContext as ParameterContext
23
+
24
+ TYPE_CHECKING: bool
25
+
26
+ CONFIG_FILE: str
27
+
28
+ UNPACK_KEY: str
29
+
30
+ def dump_config_values(flow: "FlowSpec"):
31
+ ...
32
+
33
+ class ConfigValue(collections.abc.Mapping, metaclass=abc.ABCMeta):
34
+ """
35
+ ConfigValue is a thin wrapper around an arbitrarily nested dictionary-like
36
+ configuration object. It allows you to access elements of this nested structure
37
+ using either a "." notation or a [] notation. As an example, if your configuration
38
+ object is:
39
+ {"foo": {"bar": 42}}
40
+ you can access the value 42 using either config["foo"]["bar"] or config.foo.bar.
41
+
42
+ All "keys"" need to be valid Python identifiers
43
+ """
44
+ def __init__(self, data: typing.Dict[str, typing.Any]):
45
+ ...
46
+ def __getattr__(self, key: str) -> typing.Any:
47
+ """
48
+ Access an element of this configuration
49
+
50
+ Parameters
51
+ ----------
52
+ key : str
53
+ Element to access
54
+
55
+ Returns
56
+ -------
57
+ Any
58
+ Element of the configuration
59
+ """
60
+ ...
61
+ def __setattr__(self, name: str, value: typing.Any):
62
+ ...
63
+ def __getitem__(self, key: typing.Any) -> typing.Any:
64
+ """
65
+ Access an element of this configuration
66
+
67
+ Parameters
68
+ ----------
69
+ key : Any
70
+ Element to access
71
+
72
+ Returns
73
+ -------
74
+ Any
75
+ Element of the configuration
76
+ """
77
+ ...
78
+ def __len__(self):
79
+ ...
80
+ def __iter__(self):
81
+ ...
82
+ def __repr__(self):
83
+ ...
84
+ def __str__(self):
85
+ ...
86
+ def to_dict(self) -> typing.Dict[typing.Any, typing.Any]:
87
+ """
88
+ Returns a dictionary representation of this configuration object.
89
+
90
+ Returns
91
+ -------
92
+ Dict[Any, Any]
93
+ Dictionary equivalent of this configuration object.
94
+ """
95
+ ...
96
+ ...
97
+
98
+ class DelayEvaluator(collections.abc.Mapping, metaclass=abc.ABCMeta):
99
+ """
100
+ Small wrapper that allows the evaluation of a Config() value in a delayed manner.
101
+ This is used when we want to use config.* values in decorators for example.
102
+
103
+ It also allows the following "delayed" access on an obj that is a DelayEvaluation
104
+ - obj.x.y.z (ie: accessing members of DelayEvaluator; accesses will be delayed until
105
+ the DelayEvaluator is evaluated)
106
+ - **obj (ie: unpacking the DelayEvaluator as a dictionary). Note that this requires
107
+ special handling in whatever this is being unpacked into, specifically the handling
108
+ of _unpacked_delayed_*
109
+ """
110
+ def __init__(self, ex: str):
111
+ ...
112
+ def __iter__(self):
113
+ ...
114
+ def __getitem__(self, key):
115
+ ...
116
+ def __len__(self):
117
+ ...
118
+ def __getattr__(self, name):
119
+ ...
120
+ def __call__(self, ctx = None, deploy_time = False):
121
+ ...
122
+ ...
123
+
124
+ def config_expr(expr: str) -> DelayEvaluator:
125
+ """
126
+ Function to allow you to use an expression involving a config parameter in
127
+ places where it may not be directory accessible or if you want a more complicated
128
+ expression than just a single variable.
129
+
130
+ You can use it as follows:
131
+ - When the config is not directly accessible:
132
+
133
+ @project(name=config_expr("config").project.name)
134
+ class MyFlow(FlowSpec):
135
+ config = Config("config")
136
+ ...
137
+ - When you want a more complex expression:
138
+ class MyFlow(FlowSpec):
139
+ config = Config("config")
140
+
141
+ @environment(vars={"foo": config_expr("config.bar.baz.lower()")})
142
+ @step
143
+ def start(self):
144
+ ...
145
+
146
+ Parameters
147
+ ----------
148
+ expr : str
149
+ Expression using the config values.
150
+ """
151
+ ...
152
+
153
+ class Config(metaflow.parameters.Parameter, collections.abc.Mapping, metaclass=abc.ABCMeta):
154
+ """
155
+ Includes a configuration for this flow.
156
+
157
+ `Config` is a special type of `Parameter` but differs in a few key areas:
158
+ - it is immutable and determined at deploy time (or prior to running if not deploying
159
+ to a scheduler)
160
+ - as such, it can be used anywhere in your code including in Metaflow decorators
161
+
162
+ The value of the configuration is determines as follows:
163
+ - use the user-provided file path or value. It is an error to provide both
164
+ - if none are present:
165
+ - if a default file path (default) is provided, attempt to read this file
166
+ - if the file is present, use that value. Note that the file will be used
167
+ even if it has an invalid syntax
168
+ - if the file is not present, and a default value is present, use that
169
+ - if still None and is required, this is an error.
170
+
171
+ Parameters
172
+ ----------
173
+ name : str
174
+ User-visible configuration name.
175
+ default : Union[str, Callable[[ParameterContext], str], optional, default None
176
+ Default path from where to read this configuration. A function implies that the
177
+ value will be computed using that function.
178
+ You can only specify default or default_value.
179
+ default_value : Union[str, Dict[str, Any], Callable[[ParameterContext, Union[str, Dict[str, Any]]], Any], optional, default None
180
+ Default value for the parameter. A function
181
+ implies that the value will be computed using that function.
182
+ You can only specify default or default_value.
183
+ help : str, optional, default None
184
+ Help text to show in `run --help`.
185
+ required : bool, optional, default None
186
+ Require that the user specified a value for the configuration. Note that if
187
+ a default is provided, the required flag is ignored. A value of None is
188
+ equivalent to False.
189
+ parser : Union[str, Callable[[str], Dict[Any, Any]]], optional, default None
190
+ If a callable, it is a function that can parse the configuration string
191
+ into an arbitrarily nested dictionary. If a string, the string should refer to
192
+ a function (like "my_parser_package.my_parser.my_parser_function") which should
193
+ be able to parse the configuration string into an arbitrarily nested dictionary.
194
+ If the name starts with a ".", it is assumed to be relative to "metaflow".
195
+ show_default : bool, default True
196
+ If True, show the default value in the help text.
197
+ """
198
+ def __init__(self, name: str, default: typing.Union[str, typing.Callable[[metaflow.parameters.ParameterContext], str], None] = None, default_value: typing.Union[str, typing.Dict[str, typing.Any], typing.Callable[[metaflow.parameters.ParameterContext], typing.Union[str, typing.Dict[str, typing.Any]]], None] = None, help: typing.Optional[str] = None, required: typing.Optional[bool] = None, parser: typing.Union[str, typing.Callable[[str], typing.Dict[typing.Any, typing.Any]], None] = None, **kwargs: typing.Dict[str, str]):
199
+ ...
200
+ def load_parameter(self, v):
201
+ ...
202
+ def __getattr__(self, name):
203
+ ...
204
+ def __iter__(self):
205
+ ...
206
+ def __len__(self):
207
+ ...
208
+ def __getitem__(self, key):
209
+ ...
210
+ ...
211
+
212
+ def resolve_delayed_evaluator(v: typing.Any) -> typing.Any:
213
+ ...
214
+
215
+ def unpack_delayed_evaluator(to_unpack: typing.Dict[str, typing.Any]) -> typing.Dict[str, typing.Any]:
216
+ ...
217
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ob-metaflow-stubs
3
- Version: 6.0.3.125
3
+ Version: 6.0.3.127
4
4
  Summary: Metaflow Stubs: Stubs for the metaflow package
5
5
  Author: Netflix, Outerbounds & the Metaflow Community
6
6
  Author-email: help@outerbounds.co
@@ -0,0 +1,173 @@
1
+ metaflow-stubs/__init__.pyi,sha256=iMx5gRIdJigpIz7_JYWgulDoIfIdGC0_jHWO1RWZwRw,37826
2
+ metaflow-stubs/cards.pyi,sha256=AALHauGXjnOj84BeGsGwn2BJWwQCShRLUt4dn6Q20-w,1564
3
+ metaflow-stubs/cli.pyi,sha256=d9rt2QUPzFDnbviRJyaAX6EPF7hh1CfzNS06BATIIUo,2235
4
+ metaflow-stubs/events.pyi,sha256=B5OICrXxsprC9uNDVllDdH511jDDXjDW8XoEq7tK0aY,3974
5
+ metaflow-stubs/exception.pyi,sha256=J4K0xw6q--lQKlIe3nK9WxO6pgnokVYWhHfN-0rN-o4,2641
6
+ metaflow-stubs/flowspec.pyi,sha256=-UqRbswS1JHul33ulq0KjXzr52UFJKZPHVyKUExRByQ,10271
7
+ metaflow-stubs/generated_for.txt,sha256=y8-I5BurDcyDEuRdJNe0YlpIEXYKCLXQY0aQTC7ChR8,63
8
+ metaflow-stubs/includefile.pyi,sha256=VtJAAehl5s2t25YE7KUvcgrnJIBvS6RPPvdtT5bJjhI,4592
9
+ metaflow-stubs/info_file.pyi,sha256=6aNk2JinmCuzPe0kd_ouLPTxdGnCZhE-BdGWqJwTLa0,625
10
+ metaflow-stubs/metaflow_config.pyi,sha256=8RsJCfKvb5Aazzyl6Gf7P8tq2EKjOmJGQ2496SII5Jg,4930
11
+ metaflow-stubs/metaflow_current.pyi,sha256=DslVMNsmfkGEwLSmL881ljZsRKZbDursEQnLlkKgj_A,18083
12
+ metaflow-stubs/multicore_utils.pyi,sha256=4wdW0z3lBxj1NYJ71ku5s7crPDvfoY51ksoFG-SYA_4,2516
13
+ metaflow-stubs/parameters.pyi,sha256=JIQLZC0MGE0AU8Y42Afdiq7KbLz2lQJSKFOkSGRr-Xc,7390
14
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ metaflow-stubs/pylint_wrapper.pyi,sha256=DTK4uqjMbiOYwwyiNjuPGshgovZ93Ud2aLXtAvWJEPk,994
16
+ metaflow-stubs/tagging_util.pyi,sha256=srjfn5dVV1xlBv6ReqrkfNi5oy2rOyc8ElUhhaTar3g,1494
17
+ metaflow-stubs/tuple_util.pyi,sha256=lPmQ5kHbUnR_CTt90tpWX6WlH6Uz4YHJ7dg6e9aPCcY,663
18
+ metaflow-stubs/cli_components/__init__.pyi,sha256=gaG0wNe6TLcWHKwhcOH05Xcti3q8UV3_gTHO6HbvzFs,583
19
+ metaflow-stubs/cli_components/utils.pyi,sha256=tZ89T3tysmMnOnH_TqYKpqN9FTPpXWtd4X766bWpSpk,1260
20
+ metaflow-stubs/client/__init__.pyi,sha256=m8qWhaikOgFETQK-m8JjolagFIMAX0KsSTHw9uWILpY,1114
21
+ metaflow-stubs/client/core.pyi,sha256=Np1UXRbVffeX5JD6PveEQsRoOaM8Y7m7MQhbe7Tm_TQ,44999
22
+ metaflow-stubs/client/filecache.pyi,sha256=skDc6ju8U_0myoRmO5UJCc7XYsxtyGhvM91E2unXgP4,3059
23
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=qJWF11xGuHXcZrZTuCTbeI7_1-0JpSoUZC-TVh1cQB8,808
24
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=n3okzX6kFjFMRtCsUTwta8k_8JDv4UzYBFu2IRHjNLw,1068
25
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=9A8tSx7NBWaWwHz9uSNLdripQbQSyI7RSNgLar-pbxQ,12392
26
+ metaflow-stubs/metadata_provider/util.pyi,sha256=HIvsueDKPhORFbDlBFOCbJT1BVW9zqDq6m6UJni5A-w,758
27
+ metaflow-stubs/mf_extensions/__init__.pyi,sha256=8wAxaMyWfc7xuTXUKe3Dfqpa83eS4OrMT0Xwn13DG1o,516
28
+ metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=6jf6L3h-YzeKrT8a-_M9hMdWDD3ZMJOigJ_ozIxPBtg,516
29
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=ZiXTGj84Y1SMx42EFR21vsB5IkOCSA5yuRX_K0BsK4Y,516
30
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=jhMHBs-jAe1BHBaYxR4Xqzbqfs-hRgr-DGY6B6E_5uY,516
31
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=1xMtQgMZDQRKIEwM819ARCEjyIZGxx8_TxK0ozTtMZc,3360
32
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=abC9FgfQqp5cjcB0eFtxqPJNlBHjSb92qb_0F1Q8UrA,1433
33
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=iy6jFdT4WpsY0Z1drw5fSHEHsQumyaKnzg1t-cOOD0M,516
34
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=Bqu0_olHwR4dmTkNUCT4aBctXOAhbivXOq1NlbOXuz0,6350
35
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=01dUsDcan2VpSG0WSdio6ZFpmmfw8kE6vLbFNT2GPBI,1167
36
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=gM7FSwJM2Zy766sgWZfFqJLIgRw_j1jD6Tf8SnmF8xc,6257
37
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=QB1MY1W1V9x5eh3tS8UPrYVThR98usT3mJw0WXKde1U,988
38
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=IENvBs1-iogctzBcEpp_Y_4tp0F3ZN_dolFEjnlGy98,5047
39
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=9DVX09cUeL_qderCNdIxAgmp9R_fn7HX5wOCO6TyLRg,516
40
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=BLEhZreol7nU3pNnRgVguIV6AlAaEeD9JD1j5hsmYlA,6403
41
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=_n3xSw8pABT-RE6KyLQr-4siOPhYImn7ZJ1KF0Ht6wQ,1133
42
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=fRfq4giMgAMtka8b4HoBRZqKLP2llw7GV8JUz9rMGmA,1026
43
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=CZHypQyRAlRQmKQKazGw9ujfpjk2gFOFRM24cCLzIUs,688
44
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=Qiu7IHpPKB1J1Oj3hCJqgB_gVc562DIpAo6A7aEEkMw,516
45
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=y1lya4e1e50l4XxGEMS02yEnQHMOomJ8SxsFzLxW9jA,2481
46
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=2XDbxUhar2kXQj0ErJauE90U9GCJPy1luhQxOgc2bsk,1694
47
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=rXcVF5Iv2GX1fI48ZKDKyqeQBaTu3cLPWUhTrZZJtgk,2135
48
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=oRGS0XYUr5RxmMNQGUmVfpYf3XOY8AeaA8Qi2E-vJiI,1887
49
+ metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=Z9q-IfR4E7znzSMn9mH8Bajqy4dbWgUPeWCqeFU9Hco,516
50
+ metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=wHoa-WpDaVqcK7cPJT8XX-IHJpoxU2HkiTPBm5ZXw-g,1642
51
+ metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=QKg-I4Xnv1XjdjCay1f8BdqqqvmrR7NlkxRjcs5MJSM,516
52
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=jTslmbPIP-ecIRmPiNhF68Uqr_HM06fsnusxfFi5hHw,516
53
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=y_0ikQPu76ZH6GGatV3X68LdeCLD_jEAZyx4VDm5M7w,3281
54
+ metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=tyNH20wBkk0eNno0Do0AQAWd82h3-4oJu2S5ZdzPU7I,516
55
+ metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=zsW5W_rpjmcH3QYn4hdrxDFD1p5M6ZYIurZlrdWAWMY,4478
56
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=J1WvGSUwhDmYL3KdMeQCEC4rVZDnqTY8t81H-c0EZZA,516
57
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=9NxZmYW4KeqEBI3a7-HJIVDjhwOPm2JiKpvf-IBPXZY,810
58
+ metaflow-stubs/plugins/__init__.pyi,sha256=H-JF0zc9ouZrpTCmh0m7g5W9TPmpo_tcUHJagknYdFQ,3685
59
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=aLQOjEvp2gfh1Z1hwkiSCh6hxl4EnwiwvMw1A3xsXDI,2243
60
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=1xej7QU5ThqgfWsH6291ywDQXAwbvyvXeSIBOGe9IxU,932
61
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=YsZ_dC1-jLdU120TDu_VxbONSwwUTulFexMy79FGcQk,910
62
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=2012EuYZ-xpcCTihSXAjC8wVW3gTG1v9oSLSLdBe49I,1052
63
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=M4I9KIFYi25wa89RY63vScu2yaBQ58JkaYtVe83zgK0,4772
64
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=X3oSf85y_GDfd2noFJbdMJGXQojyLJHQkrl5upHkr6s,2445
65
+ metaflow-stubs/plugins/perimeters.pyi,sha256=KpwBHvuuwKboGf8Y0DzX8hnJl_vJVWV7b3ZG1Ze8nSM,811
66
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=JLkF7cstgibTuOUrHod1s9Mk2NSY_hajRDF3T952r_A,2743
67
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=kskV4qAe7UXZCh4M56LQvsdqFZV6otjghVtOYm_kpF4,1829
68
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=r01DSGO22UnMxRgFYk7BoD5b8_z8O_wCgMqWW5NQiik,1709
69
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=VVQftDQzwZ41SVCN88vf9nITPNnOhVLn0zj4TVlToSQ,1198
70
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=CWaCTli4OiSwajCBfs8J7QhIUloZ0TPrKo_X6aJWPwE,2087
71
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Gazju6tzd2xNU9PdZ9nioYp-hwWDUyWAeVa0SlFGoKw,2296
72
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=v2X931s2su-7CeLUfJF0my7QJNt8PBralXlClTgxS2g,669
73
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=UJvtAcs9m4qSYtyaetz11L67hCIvbL5TE76E8g5Cuv8,3154
74
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=YiwEDL4x_aExZbOsDaXJSn5A8wb-JFBEcVKYcY1V6v8,923
75
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=5bZJ7TOIoyA5g6-00IDTf9ujiTMM3GGJkWxDe1n1K0E,877
76
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=mj7ohs3dHG6trj9-4FpUlEGmh2bPq0X1E0eG2FHc1Q8,1497
77
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=wQbCvGFNyjlMM0I3I1VIZyX3TK74I9ErNOKLf8Fzpqw,3309
78
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=6s2BbB0iubOuABbqcEcanxPUx1cnlSz0qtGVbTlfv3Q,3220
79
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=0nlRo_6L1w2hMAOTKv67MNbDMk3Wrg0Ssmq7pvcR7_Q,727
80
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=4sz_yZ242-JURg4O9qrCEckYkctkBzbMLtIZdjZVgm0,2514
81
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=PdbEVJCzZ743tZE_o4D7paSISnD59cotJ74as_jsrgI,3348
82
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=cEtsF4mBTCLq2b3r8XJE4YCEHw_7sRlAUcpkrWqSocM,13786
83
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=RSgdtLOwETSzrTBIhr90K449s5Dq9TA6LKZSk0PMhHg,1406
84
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=l8Uoej64hojBaLaIK_46jRyBtJz5F6ZsW9Z-carP28o,4595
85
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=yO2eCGc8AdoCIBy3h_bEPmIPn7djzBCbn_yOXAMjWX4,6061
86
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=qafHK_t5W8Gn09MHDWhVXeGKRoQpbZS9erVLHFxAryU,755
87
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=0JN7FrkyIMtKe9uCbkf3wRmHG09tR2kR3b9I1bbFnvc,930
88
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Vg_ihjpCD1u_-WWYEmgUD7lugeh4lvWjUkBB7i77BQE,3147
89
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=a11O11Hc9QtIvEimbS4wvaw__14vsBcqSLyloTfO_Tk,675
90
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=tOxiqT6nkCPwAqxBI_qqYhmxU3Wl1d9y5gHACRAF1Jk,2905
91
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=KszwrHbfXHD5PvocJh4i3470eSpwruoti6sVOGa87vM,3767
92
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Jw8hlw3eOHH1xva5p8hbxkmBSKZiZrGMSkJsmtX2wt8,6013
93
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=mtExOq482NO5OlH6rI85MrMORGwnl9qtppCN76nOfoE,645
94
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=OMxvr1E2DO-195LlKPDeS0zHVGLamXkfkX6dug3uJZI,3426
95
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=5adyFq3-0HkVXzks14lkzBTXRsVNaAoPS4rkSisDm0Q,674
96
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ikNhCW3wvZfT_BMjUml7Q-Rsy1p6SzJpv6sKYjRDP9c,899
97
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=z6CMxMyeZgFVLAaaVRlr3tqym0NlMLlHXlGAelsjDkk,1637
98
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=aGxdNXzHy6QPEhDbHY3CNcW_BIwoURSPD5129iTXDw8,4553
99
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Gz7DGV5lQ0jrrQvH9lpzNoo7Tx83NmACwLD6cXaT0sw,1186
100
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=WpVz-HpBuO8K9_QZdkaq0ZJCo_wPXFLgIRiquAiHHOc,3881
101
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=VhaNWBjj5lq68zNdKFhO82ElIVCeNuZiqF8f9A6PDjw,4342
102
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=ksFKEJvjOC0KtvYKXFBURgeZI21jVZfr2KDZs-2hEus,1011
103
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=WamkCNwp7lWKOlpcnXeVEt7cpuhphAbQG2CIRJ7FxUU,1168
104
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=0MbgDRZXAcq7jo-7QMsrByk3ymBwk_LBqODSzp9HsVs,999
105
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=CTfYwzcjOLdXToN3NAVar6SgR1jsoGAOCX1o2qhdaFY,2289
106
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Xf_5HGI76IPuS5qfU4QpGsJ_WfEuQpSSqVWNib9-sv4,2458
107
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=fr2vmRR8Cfi1KC7frle0TOCKw__e4RjCKwa5KbZpSig,1568
108
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=MAzkmBiooqMx2QKgx4vEaIN8cL2cpZeUQx6kE07mHU8,1667
109
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=b0FnXebTLEbIam0YFcPoltWQeyjN0LlyVB8T5mBpChU,916
110
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=K20Jwgw51yZq2NLb9mD958ovVH8PSzJ0_esbb-TYyRI,4909
111
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=B1cYy4FyUe39IWI27ZveFn5Jl1K8WwGKhv0EcN9FPOU,1089
112
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=wmFcIQJHH-B_D5tBFkrLQYevYl1sSgEwswctidreVxA,2962
113
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=p7tF68jpSrh0z6heF7pcjMLtLQSKD-4wzUJRRTT4SIY,2768
114
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ONusy34z0oPjyJlAFrkNvJLHqQbZkHTFRLfVDj5hyf8,759
115
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=mioGXKaDZHw3CsoLpPynXFv9mvwntAXe9z23NVxGSqk,8482
116
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=zET60gDY7OPkE7iRofC56DEs7jHYXh6R5tehCfyvqRg,2470
117
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=MAPpV9BJnVrl6-JGEddy9QKwlywhEMsMTlgMLBAQcsw,986
118
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=XulXDR6BdnhMLHxYRlVm3_Jf0huq54vjyp7eLzZiAvA,7180
119
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=zK2-Xdk9aMtS1hXDi90TjoFSlXvt5xd4usv_Lccaq6M,3092
120
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=8XoXVNWezktUxx8lYALAYGzj-KwSdydePecTrzNJyJY,10309
121
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=70HS3KTyD7P-wgSz9Yv25fezLMpv-JJ_9OMUEQoL__E,1479
122
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=cZKGfdr9nztEggtRv5Q2HpKoZDxXSShVEB5hxHRZ5ZA,853
123
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=zMeP28HJzHdbSUAK4maS236ka-dj039zwp9C894lspw,3622
124
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=eKEiA8mGdnl85dyQ1pT8rR-ktxGubSthordRHAPR5KE,933
125
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=Y8M8bQR2Q7unCGOFd9yZfPcDvhlBYSpej5oH47bVG6k,2797
126
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=M3nX4ViET-lnZHOhEOuxFJJgvDpk3b0MHHxez33QdBI,1204
127
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=sIqqQ9wq3oc0NJq_zwB09CwauLckm3s2R0hCANnDTl8,23702
128
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=t7M-N5jUP6nOyIv_NlEGgcq9UMgjY_j7JHKdGJYLUtE,1036
129
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=b4r8tHwzNVT-MJwUuBRGEAlYf3Bf36a1iBP0uuihde8,1132
130
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=VVgWeEWgOGsGLnE5UWvgaRpyhP-6DgJXCYnPDokxRzM,587
131
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=PYa-CiS0ZGTehOTHPjNCjS6NPXR90f0SZE4C8yST2mc,1200
132
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=tmvE5sRvhyJMsJvlmfVX3DZsMx7tyrw_m8vbGNaBy4g,923
133
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=fiV0VgSFdsZ1YGYZtbhc6Xo77OWv7I0BwyDIHsCveyQ,3298
134
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=XehGSZkQ3FwvmpHfjzS5DTtrXdAFKa3mETJwXiM4hKM,796
135
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=z4X-coGHGA8dsyyypCwsAOFX2aafreM0rIgQ1Il2gNs,899
136
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=B_ZvbM21se8BBdl_P_65j0EHImlynZDPx0P4wddjnR0,1086
137
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=EPmQHvQ3gUJF26CmYa5T7n0y2COY4YeqTZY0Fi_pzz8,1641
138
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=_Qb8rrsR2tb02-zzkfz43IhS0qXgiVryK1L4E-limS0,705
139
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=RP0Q0ihTXOSUwlqOe8x95N_JEjfzF77hzQnrkChDHhA,881
140
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=xLTSaJgB6ljYmpdnu6lBU065y2Pl70Zn_EW8CIpD5hI,4336
141
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ItFAggdx4mJWR4OLwN4mN4H887mqVx58zmgQPJ2UQ40,1198
142
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=QPhJMowEXaKIDbmcM0x9vDa-VzoRPvBY7B3B3SMtDEQ,6806
143
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=xJSCkWU69Mr1pgfvrYRsyb2RMly5PxeqsoYFoML7dv8,5226
144
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ZWbClyczjoGwrhsqABEIFIckbAInuwMkNDlc4gmonD8,915
145
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Fm5ARt112DBJaBwWV8-vbSWeLWpsvzceHEnoB07_5A4,3789
146
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=H5D9ZQdS2t5ZLHDqhD0mWxtiDiVeMQtYjn8p5sJxfRs,2409
147
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=pAQL6kwHwOSv8jLUuyDY0AFok6sA-z7sDPMUtDCWIj0,2610
148
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=hhtpyZqMLGPwCxbZ7dsF4VsTLyZG4L2rdsq0q4MF02w,834
149
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=d82xxc4ezpokzzFKxgu-OZhBjsJ9rsC_YwmqP0Wo7rY,825
150
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=HLx1iDg39Gap0GWex0SF57fr3qyNt1DCDvUSbu0gBmU,1042
151
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ec7haMy4gC7dur2IgR3KBpZ9ZAAd39qD1LgHaSg-qZQ,986
152
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=RWqZnim_xxpmxa1Ms4btXVGilGse9z_YTTgKtgK6vtg,2345
153
+ metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=6nU5dyZLjheqEOMrYf9L8MSx_oeWy6MyRJHed8WJpCk,928
154
+ metaflow-stubs/profilers/__init__.pyi,sha256=NqUeZsBePxhzBG7t1NATEZTKwNiKHxtEbearA-6Enec,696
155
+ metaflow-stubs/runner/__init__.pyi,sha256=l3OfmfJx6RgWSZ2iJsr3zSjwVWgAWYYa1RQj8Lt-OXI,831
156
+ metaflow-stubs/runner/deployer.pyi,sha256=EzQNFN98z1O2wWvJoSyAIjqMygEuZwZx9eIrZa1DowY,7538
157
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=MTyRc2_lLEeV5uWDfqMPJahe-cb1chv59jLnZxENBXs,3313
158
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=lYh7Glri7wQVvpH15GQAvP3i_xm2E7vDY0p3HyRpBEU,10665
159
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=hceGJ1aNt2giClleYwmPNMGZxkMhKlt-_g8E9Ha0iNI,2946
160
+ metaflow-stubs/runner/nbrun.pyi,sha256=VLMLZ-pNiD_waSXePgngW6z3QK4v8Rsg4XoA31nNvno,6035
161
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=NdRlplsLoUyaCQt7JJfXNN26nbEzSVZ1tRKzQCmExu0,9273
162
+ metaflow-stubs/runner/utils.pyi,sha256=c9lLT0i28ztdkNgPnR-LF_1itOcyhdwatHJMPxd6_kE,5936
163
+ metaflow-stubs/system/__init__.pyi,sha256=PclXz0OVFetOqeKVRyguqOtAUaKf5gb9LpUMMj4ohUs,761
164
+ metaflow-stubs/system/system_logger.pyi,sha256=QOmc7IGsVezfKElvYHGnZNCLkS-dyHTx5AdmiTmdnsw,1666
165
+ metaflow-stubs/system/system_monitor.pyi,sha256=0F9z-7goZRgWVr5ro_kj4bgaR-hkMPIzrNqPtlyFU9M,1788
166
+ metaflow-stubs/user_configs/__init__.pyi,sha256=9JOd5XbzvM3DP8zeuczdjKuzKY5RsPpXw_4t_PJa0Js,707
167
+ metaflow-stubs/user_configs/config_decorators.pyi,sha256=HryATWagniXbZCZKbYiDpsLVynhjE0y-IcCSYMfO7_4,8992
168
+ metaflow-stubs/user_configs/config_options.pyi,sha256=mt9zzizsR8qwefVt6orDAYGXfYQSW3-r-kjdZaB8wrk,2692
169
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=dililEGMY1moq6ITFH4A-WVFJ4EImBDdLmjJNjfeEdU,8222
170
+ ob_metaflow_stubs-6.0.3.127.dist-info/METADATA,sha256=UFiiLt38OTeZ8C2Jpn3DKVywR7rlwrWKCn0ErHvKmuM,657
171
+ ob_metaflow_stubs-6.0.3.127.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
172
+ ob_metaflow_stubs-6.0.3.127.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
173
+ ob_metaflow_stubs-6.0.3.127.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.111656 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from .metadata_provider.metadata import MetaDatum as MetaDatum
11
-
12
- def clone_task_helper(flow_name, clone_run_id, run_id, step_name, clone_task_id, task_id, flow_datastore, metadata_service, origin_ds_set = None, attempt_id = 0):
13
- ...
14
-
@@ -1,6 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.135381 #
5
- ######################################################################################################
6
-
@@ -1,69 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.135438 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import typing
10
- if typing.TYPE_CHECKING:
11
- import datetime
12
-
13
-
14
- VERSION: bytes
15
-
16
- RE: bytes
17
-
18
- class MFLogline(tuple, metaclass=type):
19
- """
20
- MFLogline(should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp)
21
- """
22
- @staticmethod
23
- def __new__(_cls, should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp):
24
- """
25
- Create new instance of MFLogline(should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp)
26
- """
27
- ...
28
- def __repr__(self):
29
- """
30
- Return a nicely formatted representation string
31
- """
32
- ...
33
- def __getnewargs__(self):
34
- """
35
- Return self as a plain tuple. Used by copy and pickle.
36
- """
37
- ...
38
- ...
39
-
40
- ISOFORMAT: str
41
-
42
- MISSING_TIMESTAMP: datetime.datetime
43
-
44
- MISSING_TIMESTAMP_STR: str
45
-
46
- def utc_to_local(x):
47
- ...
48
-
49
- def decorate(source, line, version = b'0', now = None, lineid = None):
50
- ...
51
-
52
- def is_structured(line):
53
- ...
54
-
55
- def parse(line):
56
- ...
57
-
58
- def set_should_persist(line):
59
- ...
60
-
61
- def unset_should_persist(line):
62
- ...
63
-
64
- def refine(line, prefix = None, suffix = None):
65
- ...
66
-
67
- def merge_logs(logs):
68
- ...
69
-
@@ -1,103 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.155543 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import metaflow
10
- import typing
11
- if typing.TYPE_CHECKING:
12
- import metaflow.exception
13
-
14
- from ...parameters import JSONType as JSONType
15
- from ...client.core import Run as Run
16
- from ...metaflow_current import current as current
17
- from ... import parameters as parameters
18
- from ..._vendor import click as click
19
- from ...client.core import get_metadata as get_metadata
20
- from ...exception import MetaflowException as MetaflowException
21
- from ...exception import MetaflowInternalError as MetaflowInternalError
22
- from ...exception import MetaflowNotFound as MetaflowNotFound
23
- from ..aws.step_functions.production_token import load_token as load_token
24
- from ..aws.step_functions.production_token import new_token as new_token
25
- from ..aws.step_functions.production_token import store_token as store_token
26
- from ..environment_decorator import EnvironmentDecorator as EnvironmentDecorator
27
- from ..kubernetes.kubernetes_decorator import KubernetesDecorator as KubernetesDecorator
28
- from ...tagging_util import validate_tags as validate_tags
29
- from .argo_workflows import ArgoWorkflows as ArgoWorkflows
30
-
31
- ARGO_WORKFLOWS_UI_URL: None
32
-
33
- KUBERNETES_NAMESPACE: str
34
-
35
- SERVICE_VERSION_CHECK: bool
36
-
37
- UI_URL: None
38
-
39
- unsupported_decorators: dict
40
-
41
- class IncorrectProductionToken(metaflow.exception.MetaflowException, metaclass=type):
42
- ...
43
-
44
- class RunIdMismatch(metaflow.exception.MetaflowException, metaclass=type):
45
- ...
46
-
47
- class IncorrectMetadataServiceVersion(metaflow.exception.MetaflowException, metaclass=type):
48
- ...
49
-
50
- class ArgoWorkflowsNameTooLong(metaflow.exception.MetaflowException, metaclass=type):
51
- ...
52
-
53
- class UnsupportedPythonVersion(metaflow.exception.MetaflowException, metaclass=type):
54
- ...
55
-
56
- def check_python_version(obj):
57
- ...
58
-
59
- def check_metadata_service_version(obj):
60
- ...
61
-
62
- def resolve_workflow_name(obj, name):
63
- ...
64
-
65
- def make_flow(obj, token, name, tags, namespace, max_workers, workflow_timeout, workflow_priority, auto_emit_argo_events, notify_on_error, notify_on_success, notify_slack_webhook_url, notify_pager_duty_integration_key, enable_heartbeat_daemon, enable_error_msg_capture):
66
- ...
67
-
68
- def resolve_token(name, token_prefix, obj, authorize, given_token, generate_new_token, is_project):
69
- ...
70
-
71
- def validate_token(name, token_prefix, authorize, instructions_fn = None):
72
- """
73
- Validate that the production token matches that of the deployed flow.
74
- In case both the user and token do not match, raises an error.
75
- Optionally outputs instructions on token usage via the provided instruction_fn(flow_name, prev_user)
76
- """
77
- ...
78
-
79
- def get_run_object(pathspec: str):
80
- ...
81
-
82
- def get_status_considering_run_object(status, run_obj):
83
- ...
84
-
85
- def validate_run_id(workflow_name, token_prefix, authorize, run_id, instructions_fn = None):
86
- """
87
- Validates that a run_id adheres to the Argo Workflows naming rules, and
88
- that it belongs to the current flow (accounting for project branch as well).
89
- """
90
- ...
91
-
92
- def sanitize_for_argo(text):
93
- """
94
- Sanitizes a string so it does not contain characters that are not permitted in Argo Workflow resource names.
95
- """
96
- ...
97
-
98
- def remap_status(status):
99
- """
100
- Group similar Argo Workflow statuses together in order to have similar output to step functions statuses.
101
- """
102
- ...
103
-