metaflow-stubs 2.11.16__py2.py3-none-any.whl → 2.12.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.
Files changed (142) hide show
  1. metaflow-stubs/__init__.pyi +698 -499
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +46 -21
  4. metaflow-stubs/client/__init__.pyi +5 -5
  5. metaflow-stubs/client/core.pyi +6 -6
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +2 -2
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +5 -5
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +4 -4
  13. metaflow-stubs/metadata/metadata.pyi +2 -2
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +4 -2
  16. metaflow-stubs/metaflow_current.pyi +3 -3
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +3 -3
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
  23. metaflow-stubs/plugins/airflow/airflow_cli.pyi +4 -4
  24. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  29. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
  31. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  33. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  35. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  37. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  38. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  39. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  41. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
  45. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  46. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
  47. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +4 -4
  54. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  56. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  57. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
  60. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  61. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  62. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  63. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  65. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  66. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  78. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  81. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  82. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  83. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  84. metaflow-stubs/plugins/catch_decorator.pyi +4 -4
  85. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  86. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  87. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  88. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  89. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  91. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  92. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  93. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  94. metaflow-stubs/plugins/events_decorator.pyi +3 -3
  95. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  96. metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
  97. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
  99. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  100. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  102. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  103. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
  105. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  106. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  107. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
  108. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  109. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +3 -3
  110. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  111. metaflow-stubs/plugins/package_cli.pyi +2 -2
  112. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  113. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  114. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  115. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  117. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  119. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  120. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  123. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  124. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  126. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  127. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  128. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  129. metaflow-stubs/procpoll.pyi +2 -2
  130. metaflow-stubs/pylint_wrapper.pyi +2 -2
  131. metaflow-stubs/runner/__init__.pyi +9 -0
  132. metaflow-stubs/runner/metaflow_runner.pyi +696 -0
  133. metaflow-stubs/runner/nbrun.pyi +224 -0
  134. metaflow-stubs/runner/subprocess_manager.pyi +221 -0
  135. metaflow-stubs/tagging_util.pyi +2 -2
  136. metaflow-stubs/tuple_util.pyi +2 -2
  137. metaflow-stubs/version.pyi +2 -2
  138. {metaflow_stubs-2.11.16.dist-info → metaflow_stubs-2.12.1.dist-info}/METADATA +2 -2
  139. metaflow_stubs-2.12.1.dist-info/RECORD +142 -0
  140. metaflow_stubs-2.11.16.dist-info/RECORD +0 -138
  141. {metaflow_stubs-2.11.16.dist-info → metaflow_stubs-2.12.1.dist-info}/WHEEL +0 -0
  142. {metaflow_stubs-2.11.16.dist-info → metaflow_stubs-2.12.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,224 @@
1
+ ##################################################################################
2
+ # Auto-generated Metaflow stub file #
3
+ # MF version: 2.12.1 #
4
+ # Generated on 2024-06-03T17:47:01.144524 #
5
+ ##################################################################################
6
+
7
+ from __future__ import annotations
8
+
9
+ import typing
10
+ if typing.TYPE_CHECKING:
11
+ import metaflow.runner.metaflow_runner
12
+
13
+ class Runner(object, metaclass=type):
14
+ def __init__(self, flow_file: str, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, cwd: typing.Optional[str] = None, **kwargs):
15
+ ...
16
+ def __enter__(self) -> metaflow.runner.metaflow_runner.Runner:
17
+ ...
18
+ def __aenter__(self) -> metaflow.runner.metaflow_runner.Runner:
19
+ ...
20
+ def _Runner__get_executing_run(self, tfp_runner_attribute, command_obj):
21
+ ...
22
+ def run(self, **kwargs) -> metaflow.runner.metaflow_runner.ExecutingRun:
23
+ """
24
+ Blocking execution of the run. This method will wait until
25
+ the run has completed execution.
26
+
27
+ Parameters
28
+ ----------
29
+ **kwargs : Any
30
+ Additional arguments that you would pass to `python myflow.py` after
31
+ the `run` command, in particular, any parameters accepted by the flow.
32
+
33
+ Returns
34
+ -------
35
+ ExecutingRun
36
+ ExecutingRun containing the results of the run.
37
+ """
38
+ ...
39
+ def resume(self, **kwargs):
40
+ """
41
+ Blocking resume execution of the run.
42
+ This method will wait until the resumed run has completed execution.
43
+
44
+ Parameters
45
+ ----------
46
+ **kwargs : Any
47
+ Additional arguments that you would pass to `python ./myflow.py` after
48
+ the `resume` command.
49
+
50
+ Returns
51
+ -------
52
+ ExecutingRun
53
+ ExecutingRun containing the results of the resumed run.
54
+ """
55
+ ...
56
+ def async_run(self, **kwargs) -> metaflow.runner.metaflow_runner.ExecutingRun:
57
+ """
58
+ Non-blocking execution of the run. This method will return as soon as the
59
+ run has launched.
60
+
61
+ Note that this method is asynchronous and needs to be `await`ed.
62
+
63
+ Parameters
64
+ ----------
65
+ **kwargs : Any
66
+ Additional arguments that you would pass to `python myflow.py` after
67
+ the `run` command, in particular, any parameters accepted by the flow.
68
+
69
+ Returns
70
+ -------
71
+ ExecutingRun
72
+ ExecutingRun representing the run that was started.
73
+ """
74
+ ...
75
+ def async_resume(self, **kwargs):
76
+ """
77
+ Non-blocking resume execution of the run.
78
+ This method will return as soon as the resume has launched.
79
+
80
+ Note that this method is asynchronous and needs to be `await`ed.
81
+
82
+ Parameters
83
+ ----------
84
+ **kwargs : Any
85
+ Additional arguments that you would pass to `python myflow.py` after
86
+ the `resume` command.
87
+
88
+ Returns
89
+ -------
90
+ ExecutingRun
91
+ ExecutingRun representing the resumed run that was started.
92
+ """
93
+ ...
94
+ def __exit__(self, exc_type, exc_value, traceback):
95
+ ...
96
+ def __aexit__(self, exc_type, exc_value, traceback):
97
+ ...
98
+ def cleanup(self):
99
+ """
100
+ Delete any temporary files created during execution.
101
+ """
102
+ ...
103
+ ...
104
+
105
+ DEFAULT_DIR: str
106
+
107
+ class NBRunnerInitializationError(Exception, metaclass=type):
108
+ ...
109
+
110
+ def get_current_cell(ipython):
111
+ ...
112
+
113
+ def format_flowfile(cell):
114
+ """
115
+ Formats the given cell content to create a valid Python script that can be executed as a Metaflow flow.
116
+ """
117
+ ...
118
+
119
+ class NBRunner(object, metaclass=type):
120
+ def __init__(self, flow, show_output: bool = True, profile: typing.Optional[str] = None, env: typing.Optional[typing.Dict] = None, base_dir: str = "/tmp", **kwargs):
121
+ ...
122
+ def nbrun(self, **kwargs):
123
+ """
124
+ Blocking execution of the run. This method will wait until
125
+ the run has completed execution.
126
+
127
+ Note that in contrast to `run`, this method returns a
128
+ `metaflow.Run` object directly and calls `cleanup()` internally
129
+ to support a common notebook pattern of executing a flow and
130
+ retrieving its results immediately.
131
+
132
+ Parameters
133
+ ----------
134
+ **kwargs : Any
135
+ Additional arguments that you would pass to `python myflow.py` after
136
+ the `run` command, in particular, any parameters accepted by the flow.
137
+
138
+ Returns
139
+ -------
140
+ Run
141
+ A `metaflow.Run` object representing the finished run.
142
+ """
143
+ ...
144
+ def nbresume(self, **kwargs):
145
+ """
146
+ Blocking resuming of a run. This method will wait until
147
+ the resumed run has completed execution.
148
+
149
+ Note that in contrast to `resume`, this method returns a
150
+ `metaflow.Run` object directly and calls `cleanup()` internally
151
+ to support a common notebook pattern of executing a flow and
152
+ retrieving its results immediately.
153
+
154
+ Parameters
155
+ ----------
156
+ **kwargs : Any
157
+ Additional arguments that you would pass to `python myflow.py` after
158
+ the `resume` command.
159
+
160
+ Returns
161
+ -------
162
+ Run
163
+ A `metaflow.Run` object representing the resumed run.
164
+ """
165
+ ...
166
+ def run(self, **kwargs):
167
+ """
168
+ Runs the flow.
169
+ """
170
+ ...
171
+ def resume(self, **kwargs):
172
+ """
173
+ Resumes the flow.
174
+ """
175
+ ...
176
+ def async_run(self, **kwargs):
177
+ """
178
+ Non-blocking execution of the run. This method will return as soon as the
179
+ run has launched. This method is equivalent to `Runner.async_run`.
180
+
181
+ Note that this method is asynchronous and needs to be `await`ed.
182
+
183
+
184
+ Parameters
185
+ ----------
186
+ **kwargs : Any
187
+ Additional arguments that you would pass to `python myflow.py` after
188
+ the `run` command, in particular, any parameters accepted by the flow.
189
+
190
+ Returns
191
+ -------
192
+ ExecutingRun
193
+ ExecutingRun representing the run that was started.
194
+ """
195
+ ...
196
+ def async_resume(self, **kwargs):
197
+ """
198
+ Non-blocking execution of the run. This method will return as soon as the
199
+ run has launched. This method is equivalent to `Runner.async_resume`.
200
+
201
+ Note that this method is asynchronous and needs to be `await`ed.
202
+
203
+ Parameters
204
+ ----------
205
+ **kwargs : Any
206
+ Additional arguments that you would pass to `python myflow.py` after
207
+ the `run` command, in particular, any parameters accepted by the flow.
208
+
209
+ Returns
210
+ -------
211
+ ExecutingRun
212
+ ExecutingRun representing the run that was started.
213
+ """
214
+ ...
215
+ def cleanup(self):
216
+ """
217
+ Delete any temporary files created during execution.
218
+
219
+ Call this method after using `async_run` or `async_resume`. You don't
220
+ have to call this after `nbrun` or `nbresume`.
221
+ """
222
+ ...
223
+ ...
224
+
@@ -0,0 +1,221 @@
1
+ ##################################################################################
2
+ # Auto-generated Metaflow stub file #
3
+ # MF version: 2.12.1 #
4
+ # Generated on 2024-06-03T17:47:01.169524 #
5
+ ##################################################################################
6
+
7
+ from __future__ import annotations
8
+
9
+ import typing
10
+ if typing.TYPE_CHECKING:
11
+ import metaflow.runner.subprocess_manager
12
+
13
+ def kill_process_and_descendants(pid, termination_timeout):
14
+ ...
15
+
16
+ class LogReadTimeoutError(Exception, metaclass=type):
17
+ ...
18
+
19
+ class SubprocessManager(object, metaclass=type):
20
+ def __init__(self):
21
+ ...
22
+ def __aenter__(self) -> SubprocessManager:
23
+ ...
24
+ def __aexit__(self, exc_type, exc_value, traceback):
25
+ ...
26
+ def run_command(self, command: typing.List[str], env: typing.Optional[typing.Dict[str, str]] = None, cwd: typing.Optional[str] = None, show_output: bool = False) -> int:
27
+ """
28
+ Run a command synchronously and return its process ID.
29
+
30
+ Parameters
31
+ ----------
32
+ command : List[str]
33
+ The command to run in List form.
34
+ env : Optional[Dict[str, str]], default None
35
+ Environment variables to set for the subprocess; if not specified,
36
+ the current enviornment variables are used.
37
+ cwd : Optional[str], default None
38
+ The directory to run the subprocess in; if not specified, the current
39
+ directory is used.
40
+ show_output : bool, default False
41
+ Suppress the 'stdout' and 'stderr' to the console by default.
42
+ They can be accessed later by reading the files present in the
43
+ CommandManager object:
44
+ - command_obj.log_files["stdout"]
45
+ - command_obj.log_files["stderr"]
46
+ Returns
47
+ -------
48
+ int
49
+ The process ID of the subprocess.
50
+ """
51
+ ...
52
+ def async_run_command(self, command: typing.List[str], env: typing.Optional[typing.Dict[str, str]] = None, cwd: typing.Optional[str] = None) -> int:
53
+ """
54
+ Run a command asynchronously and return its process ID.
55
+
56
+ Parameters
57
+ ----------
58
+ command : List[str]
59
+ The command to run in List form.
60
+ env : Optional[Dict[str, str]], default None
61
+ Environment variables to set for the subprocess; if not specified,
62
+ the current enviornment variables are used.
63
+ cwd : Optional[str], default None
64
+ The directory to run the subprocess in; if not specified, the current
65
+ directory is used.
66
+
67
+ Returns
68
+ -------
69
+ int
70
+ The process ID of the subprocess.
71
+ """
72
+ ...
73
+ def get(self, pid: int) -> typing.Optional["CommandManager"]:
74
+ """
75
+ Get one of the CommandManager managed by this SubprocessManager.
76
+
77
+ Parameters
78
+ ----------
79
+ pid : int
80
+ The process ID of the subprocess (returned by run_command or async_run_command).
81
+
82
+ Returns
83
+ -------
84
+ Optional[CommandManager]
85
+ The CommandManager object for the given process ID, or None if not found.
86
+ """
87
+ ...
88
+ def cleanup(self):
89
+ """
90
+ Clean up log files for all running subprocesses.
91
+ """
92
+ ...
93
+ ...
94
+
95
+ class CommandManager(object, metaclass=type):
96
+ def __init__(self, command: typing.List[str], env: typing.Optional[typing.Dict[str, str]] = None, cwd: typing.Optional[str] = None):
97
+ """
98
+ Create a new CommandManager object.
99
+ This does not run the process itself but sets it up.
100
+
101
+ Parameters
102
+ ----------
103
+ command : List[str]
104
+ The command to run in List form.
105
+ env : Optional[Dict[str, str]], default None
106
+ Environment variables to set for the subprocess; if not specified,
107
+ the current enviornment variables are used.
108
+ cwd : Optional[str], default None
109
+ The directory to run the subprocess in; if not specified, the current
110
+ directory is used.
111
+ """
112
+ ...
113
+ def __aenter__(self) -> CommandManager:
114
+ ...
115
+ def __aexit__(self, exc_type, exc_value, traceback):
116
+ ...
117
+ def wait(self, timeout: typing.Optional[float] = None, stream: typing.Optional[str] = None):
118
+ """
119
+ Wait for the subprocess to finish, optionally with a timeout
120
+ and optionally streaming its output.
121
+
122
+ You can only call `wait` if `async_run` has already been called.
123
+
124
+ Parameters
125
+ ----------
126
+ timeout : Optional[float], default None
127
+ The maximum time to wait for the subprocess to finish.
128
+ If the timeout is reached, the subprocess is killed.
129
+ stream : Optional[str], default None
130
+ If specified, the specified stream is printed to stdout. `stream` can
131
+ be one of `stdout` or `stderr`.
132
+ """
133
+ ...
134
+ def run(self, show_output: bool = False):
135
+ """
136
+ Run the subprocess synchronously. This can only be called once.
137
+
138
+ This also waits on the process implicitly.
139
+
140
+ Parameters
141
+ ----------
142
+ show_output : bool, default False
143
+ Suppress the 'stdout' and 'stderr' to the console by default.
144
+ They can be accessed later by reading the files present in:
145
+ - self.log_files["stdout"]
146
+ - self.log_files["stderr"]
147
+ """
148
+ ...
149
+ def async_run(self):
150
+ """
151
+ Run the subprocess asynchronously. This can only be called once.
152
+
153
+ Once this is called, you can then wait on the process (using `wait`), stream
154
+ logs (using `stream_logs`) or kill it (using `kill`).
155
+ """
156
+ ...
157
+ def stream_log(self, stream: str, position: typing.Optional[int] = None, timeout_per_line: typing.Optional[float] = None, log_write_delay: float = 0.01) -> typing.Iterator[typing.Tuple[int, str]]:
158
+ """
159
+ Stream logs from the subprocess line by line.
160
+
161
+ Parameters
162
+ ----------
163
+ stream : str
164
+ The stream to stream logs from. Can be one of "stdout" or "stderr".
165
+ position : Optional[int], default None
166
+ The position in the log file to start streaming from. If None, it starts
167
+ from the beginning of the log file. This allows resuming streaming from
168
+ a previously known position
169
+ timeout_per_line : Optional[float], default None
170
+ The time to wait for a line to be read from the log file. If None, it
171
+ waits indefinitely. If the timeout is reached, a LogReadTimeoutError
172
+ is raised. Note that this timeout is *per line* and not cumulative so this
173
+ function may take significantly more time than `timeout_per_line`
174
+ log_write_delay : float, default 0.01
175
+ Improves the probability of getting whole lines. This setting is for
176
+ advanced use cases.
177
+
178
+ Yields
179
+ ------
180
+ Tuple[int, str]
181
+ A tuple containing the position in the log file and the line read. The
182
+ position returned can be used to feed into another `stream_logs` call
183
+ for example.
184
+ """
185
+ ...
186
+ def emit_logs(self, stream: str = "stdout", custom_logger: typing.Callable[..., None] = print):
187
+ """
188
+ Helper function that can easily emit all the logs for a given stream.
189
+
190
+ This function will only terminate when all the log has been printed.
191
+
192
+ Parameters
193
+ ----------
194
+ stream : str, default "stdout"
195
+ The stream to emit logs for. Can be one of "stdout" or "stderr".
196
+ custom_logger : Callable[..., None], default print
197
+ A custom logger function that takes in a string and "emits" it. By default,
198
+ the log is printed to stdout.
199
+ """
200
+ ...
201
+ def cleanup(self):
202
+ """
203
+ Clean up log files for a running subprocesses.
204
+ """
205
+ ...
206
+ def kill(self, termination_timeout: float = 1):
207
+ """
208
+ Kill the subprocess and its descendants.
209
+
210
+ Parameters
211
+ ----------
212
+ termination_timeout : float, default 1
213
+ The time to wait after sending a SIGTERM to the process and its descendants
214
+ before sending a SIGKILL.
215
+ """
216
+ ...
217
+ ...
218
+
219
+ def main():
220
+ ...
221
+
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.11.16 #
4
- # Generated on 2024-05-22T00:31:19.992910 #
3
+ # MF version: 2.12.1 #
4
+ # Generated on 2024-06-03T17:47:01.116715 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.11.16 #
4
- # Generated on 2024-05-22T00:31:20.000593 #
3
+ # MF version: 2.12.1 #
4
+ # Generated on 2024-06-03T17:47:01.124428 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.11.16 #
4
- # Generated on 2024-05-22T00:31:20.015950 #
3
+ # MF version: 2.12.1 #
4
+ # Generated on 2024-06-03T17:47:01.144652 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: metaflow-stubs
3
- Version: 2.11.16
3
+ Version: 2.12.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.11.16
24
+ Requires-Dist: metaflow ==2.12.1
25
25
 
26
26
  # Metaflow Stubs
27
27
 
@@ -0,0 +1,142 @@
1
+ metaflow-stubs/__init__.pyi,sha256=FZqtaIrAzIVdn1hCH14kaayZFcjdQR_zOOf_0xLMyMw,114255
2
+ metaflow-stubs/cards.pyi,sha256=MXbBJH3k-Sr7jObdlcI4qf3l_c0tb74_lkYp1BjuXAc,9145
3
+ metaflow-stubs/cli.pyi,sha256=QGbdCKG0FDX1h3T3izVjXLJB9rDMW_iEsHT78_k3uog,3676
4
+ metaflow-stubs/clone_util.pyi,sha256=glKE5cbcpm3J0I6WEtJDo4WCFuvNeK4sLsTHVw85PoM,1090
5
+ metaflow-stubs/events.pyi,sha256=pDzAl5PRh4ouLT2vKjW59PjMUEpCrrTU52KzShV9uKs,3405
6
+ metaflow-stubs/exception.pyi,sha256=moFJlT-nA9ki2mHo1y_6rG87nx5FrAMUOdwHdPBO5wM,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=D1fEOhKU5KKf0pl9OthGgdeSAXeAyexdAgG5AHKvpEg,10442
8
+ metaflow-stubs/generated_for.txt,sha256=jy7tZO7T5A3aYKTxxgeTeBF7lEYDTvHZ8NDQVHpbPG8,33
9
+ metaflow-stubs/includefile.pyi,sha256=Qta4qlqDgSRoEBaxdXF-Xb9DhvSuyncQDWin-Y_Af3Q,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=o7hG4LaTt_3tK283ZBy7YLYXyu57NlTxnVZiMAQHihI,4441
11
+ metaflow-stubs/metaflow_current.pyi,sha256=-vibiLjHPTCL1hCThlFRIFUSciZ05U8Bvc9Px9xze9w,8475
12
+ metaflow-stubs/multicore_utils.pyi,sha256=8Hb-b971J750AShkVv5mpNhAJYNZQ6UxaoiI6AMl9hw,2369
13
+ metaflow-stubs/parameters.pyi,sha256=_BMOyUzZuIzCeD2yhH9UG01J2Agtzp2wrfdYq2d6UaQ,3512
14
+ metaflow-stubs/procpoll.pyi,sha256=vMTiwmyGoa5s_FEMOHhJGisj7DyuU6ag_8IBvzR-MZY,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=4NOpS_BZ_lwGlQoHL7oiDYrZw87bBqUt7M510nSt0HQ,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=mus-qoadErh5bKnV5CCi9armhoj1bjddgVE_PvvgTy8,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=-cP0V7s134IeJ0yucPjk448lkcLazl-BPxX1t6RKq54,562
19
+ metaflow-stubs/version.pyi,sha256=tcBgcyRnXCcxFfj_5BFh9vsPXzn4fRiBDi76hyE-hyw,476
20
+ metaflow-stubs/client/__init__.pyi,sha256=5syIiCe_cn-rg8KbvySayuBVruxmcVNQSbmreiR_DvI,28941
21
+ metaflow-stubs/client/core.pyi,sha256=bybaI5YASD1agkIUM4g9WY25khDyYrg6WgOYlnjC8p0,40806
22
+ metaflow-stubs/client/filecache.pyi,sha256=G1sVnvX-eqqm44rCQIiPEskAS9i2w_UyiEjlDzRVsuM,3036
23
+ metaflow-stubs/metadata/metadata.pyi,sha256=OMbu9gNMyBY8D2Myv5IafOYxZoCX5FgnpHsY1iC8ATg,12396
24
+ metaflow-stubs/metadata/util.pyi,sha256=gtaWThf7swFy2mOSbKONlYeh5GdTlwS5F8W5GbESRsg,657
25
+ metaflow-stubs/mflog/mflog.pyi,sha256=CkIba6Sf1df6L2ZdgjzRt9JdBDkSuOZFiwunuLjurj4,621
26
+ metaflow-stubs/plugins/__init__.pyi,sha256=feNVu16wVrxKSwXcEHOaX2206iV-xW05wIB-biCfWeQ,5654
27
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=HQqIvVPTZ7Sd2FRhnmuLpiHysZsH5CPRhLPo0xHKxuE,1826
28
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=bSwChVljRZeVsWCA_2bqGMNLUGNpV3MMYB3m1WxzVA0,815
29
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=Zgkj9eGf9e3MvgfKFZHrspkYl61wCOBkiey2kUCZeTk,793
30
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=bZCd230vLwRAwIkiOeB5qC7K82yvO2eQTLhVkDhwgO0,714
31
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=bwhy-PJZPwHN8DfuZjLD-FeIiRyWxE_Z2ryuD9um0eM,1220
32
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=NehDBKzb-ZBFurUqRQJrGgxLG7W3SyP7n0oyQH37dKU,1348
33
+ metaflow-stubs/plugins/package_cli.pyi,sha256=qLuoqzniFFLVgKVb2WfNUTXwwHJeRaryZPO93Fir4Jg,453
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=B36RWPpJzsdeOR3Wb_ZWwv_g3TQ2ya4UCLnqCmeAB6A,1248
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=j_sLP0tCmeUkfZI4ztR33JmDwycBYY4S6oHEojqbckU,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=IcyoWmFccNtfrt5Z_zS93P2tIWsoi3kQzuz9gcgXmyo,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=FK9qp7Fjl6_F93m1oK_MXoXakeaE94bGVmyCfjnHHw0,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=BcXhbDXpNlxOisxuNG67aKsPdLkbt0L6Cc9kYq7Ly0k,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=eKy3me41RWtFycZwLqVjZjFec8ucw3TDyCc2OfofsoM,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=_W5TCqG_7ztgmuOVajEZPKExh-uNwlxvrJjTaMtvGGs,1672
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=hZQMpfD1kej3xhlWxyws0QPa7ItuAD2AYy5yyth7BjM,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ecE4HsA5iziL6HWB8p35N381WoYG2ytW2xax59xNITs,453
43
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=eQrHw9vO82a3Tn_2S2bkZMn_pgO_WOKTLD3_J3wqwT8,5398
44
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=cSxRi0sez7wvqjXdwz1Zb38eyOg5olykYpOrpuLstvU,3221
45
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=53fpOOd-Gl5XoF_SEksgy65P7njWA1sFr3O_U7uIwfk,1512
46
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=O0gXtvjGwMtzN2OIEp3gAmwS8JNsbLIvcVE52e33XVY,3053
47
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=FORoA-Y-b-j4HzDSMmZeGU8LKKeaWFdRu6nezzAsXZE,899
48
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=Uiw7zD8mzlSG14_eAhGjbJfeSmH67u4hm0umvQKxesI,947
49
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=oYMLXN1yg6H7oZwdzfIxJ3mfn8FEE7lxFSQKMvVjLlw,1828
50
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=iikzozOrecTOBaA_NT_pXoUZpI_lNsS5LEgWPuy86SU,1685
51
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=piMyWG8cn8Kw0R7HTFfBJCbmQuPWyypcKFpQa2c34Lw,1605
52
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=w6RSXtxq-C_wbQ43dpM8xf62CXbpcJxPooI3hasvOBY,453
53
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=MwjSdEt05B-r4w2UCgGIcxstOJAlb9_kXSe7V-kRBOU,2405
54
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=oqFPuETfTD_VoeFbiJJ_bb3py2QbIdbfWiF2Kn4ShE4,2782
55
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=jMHElQJrAli4DmQbZm1PhfZT2uKKPtS_CY3gcNWqVW8,14403
56
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=pxIgrlbAYqFfmE8IbsIlNAPgWfE7u1XU57ghTaBD7bo,5800
57
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=whSiWPI9L2_gkXprPoOYsfb-M4cTmy_o4vVZCa2M_tc,5870
58
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=yrnBuDlYlBRB3LENuCvSCp6piYS-iN3JoM58zFQ2YzY,453
59
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=03lbCyzcPH7CYquV9MW_B1IoJ5ls6JBG3eWbLyBoTL0,829
60
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=i6ymwhmWuAjUs9ebTzUWJ4bgyHYu6wz3p1X4vUMj9kc,3036
61
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=LbqKP1Dq_6aURWbsPDofLWB8fWzlLJ2a0IXzXVgtyRA,453
62
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=si16VAR_pbRkVF9153G-j7uZBUohMqv5m7cL9_Sjvsw,3606
63
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=EVfnTSgqWIR2sw5DdMfocwX2YZtbc8ckAEWJjOhmqdo,2318
64
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=t2_N2frgUixmS_v4bemJlknyZ2EAC96WsZi_Vn7Irfc,3742
65
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vzV0yup1CBn_4C5HVFYiAS9Z_x1RqJCtpyu_OHIWL7c,4723
66
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Qh4o55NsHAUse61xhgGslzgfjvWWNUzvjvn1rbIHsZk,453
67
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=YkX8gLPrjfbymNuPt6cu8b6CvNojUq5erZ1DwssLPgY,3226
68
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=zG_iVZ5nayEK_q7ctZdQlWC0p38heNR2Ow4Fk5Oz4K4,453
69
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=CVq2Hv1ZvA94rFh3bN0ZfUFX79CVnF-TCD_m6adV6Z0,875
70
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=bWVnG_p9SzR1FBMhWEoFPiEMSI3JBzTKPi3etqK0pZU,798
71
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=qZIzf7NKSC_oxswEw71wottfLpUUBhEdmA8ESXvy-sw,596
72
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=EyXqBGnanrBu_oPAt4WptWyurUObwF_1P53UbUJd4-4,720
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=W-gAUwGyMfq_0a7Jl_9mGus0vWNK0roGn_aHwa_vGYg,6526
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=WlEYb94Evaq-fSil7HsCkNdGccPMRlUHcSBvofvZLVU,4441
75
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=s67LW1Sd_ez8FZun5Y70oVFhIfFL-5bdfJR0lrJ46eo,1085
76
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=j1-d17a4jiBywrgVxcZS_b7LBoQXf8RRt-bnI_Rfk0Y,1759
77
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=RA8j_mBwRygoLb2zF0dzY1tqMAfpq9GK7uQ6r-z9EhQ,493
78
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Gg1vFLrWyM0EqAtaXYHQRY2HUyotpSlYs0o3X5KcnwA,1067
79
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=DPvZvBREEhmy93eji8cmuA6JnP7QRWufba_AtVEAX4o,975
80
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ws7FbX3T_FZcR2mVmOonZ-oNuvheeegI_APtvD6MmnI,1933
81
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=DYJ2PM31wMZ3RWB2dfSf_8tSoKN8aAQFCTWiG5wlCIA,2513
82
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=clj-NbZlbS0tMS-0_o7_MUssFotwUqHcSiQtoDwT-io,1782
83
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=EToCaCZXrdfOzLNcvszlV0uvvv05aZClKgbVN0wAvK0,1748
84
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=ot1M6BwCfC8Cuxz-iIM3vGiXj7FXwO_aSfhG18AYpFw,453
85
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=M3qjKuyNGpJ6UtFyZ45sztF5fqzByCBqrHlAuVNHjfQ,18088
86
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=NV7uT9WFagyydaYR5aF-bLIFuJAtJ9iUgYjsm90iFiQ,5396
87
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=AgJPAt6cNoI6rV__akJQTjP0TvXjVZlrQMz8WP3BCaY,969
88
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=mb2WBVeaCWqnGmCtlrQhBafqdvRm7Cmjj174ZhrashQ,2942
89
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=E5taGWX8QlgGopUPa_JQri6wnP-vxTFLVEu0GR55R4o,4258
90
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WMGThf2SNT8u1PYKH59U866u5C7lqh4fFmy5jCME7I0,1975
91
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=68gWjU2qOPeEkBO7x1mx29z36O38h_AEn2KglYuRjqY,6789
92
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=IGt-zWTp6woLGur_B-RjERnz5sS4TYXvxgDO5R35AAI,2244
93
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=DePkdNQ1vf-6ewav2tDJkUbdrKzldDB5xrqsupWWpOk,1871
94
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=s1yIQwdzWPtHWOHPgT7ngJUQtC1fxFxLHThyLB-to8U,7581
95
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=qmPzYrkFl4CK8H2DpPpSZVpjB6dTEYTaNwrBqTuOZzg,1816
96
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Sg_3zXacEGMed4rs2rFVlr3UX1xgjG73LbDbnwvgzKQ,7674
97
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=_vMVJwr6S_OEapNs-rxrNCOmfTlS4AZ9ES2eY5INEzs,1313
98
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=23ksqOAjvM64Bd6lCp7I5IFusDjUprcJBU8fqEqtYN4,951
99
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=xUzQkTGjtwY-WnTnAufbaZjMvUbihX_3VCNIBg8qr4k,4629
100
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Zcj-hmr8O1lYz1U6C1-VlhexBeMXgef5T0LGBYtiB9Q,2711
101
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=-brr9uov34gKKNuDeAL9vj16NFrlI_730Kc8uzKIh4Y,2667
102
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=t9nVlPnBebSNx3p58pLwLfl4AvGe1ieyXGe-5hO1mcE,467
103
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=JNk6RP93C2eh5r0ic04ma7JDjJAg3oz78KsZCaT2vhw,3525
104
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=SQy-3zuW2eN7giNZegbd46qlfDBIxBw5Gj1eZdLNpNw,1913
105
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=p18CPo9UpxJf0k5E6ngEGoRqhFamdM_-8ydopz0lgIg,12909
106
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=JK_D3wrT43dqkypL3tp3beszfu-Jjh0b0Ga4jy3XH2Q,2193
107
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=8yp2oFFHdM0YRu3ZqDKjMTZWsLRKlRtyhfFUWOdNJOY,20310
108
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=yIE-BEF95Q7k8XxVdpHQq7cNaGO_qsteFW-Mw4WcVnU,29098
109
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=dkFCcmZTbgEKVpvw8Fn98htv7d0dQNSaFlGARAEu7sY,965
110
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=UAiaEJGJ0t51xf61XxfMtC6pe0jvN_e24btSCSAhJXE,1123
111
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Y0ZDNffMY4H6Q3mxtr6B9zcEaO05ttvQqLnCqNdzItY,453
112
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=W2IxyG2kKvTYSI0a5NtNPHUv0hBeAFs5DS9BupbFeJs,1622
113
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=zRniO3meoOv-WE2dnKhRnZCEiNR2L8szSgT5iQCRaoo,508
114
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=IeWXf4IVVW-2ecoXQhLO7YJd1KnmvSVr8A4cnLAGVeg,3090
115
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=LO7Y5GlUcUzmTO2gt8JL8xk7jphD-3B1cus0CStf-2Y,772
116
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=hT9M00HUo6ZzX7mQdVg14NG9qQ3Bt5y9j9pLQjVmBkg,798
117
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=DdhNdTulypEjbVmzJpSz6sxfeyEjxJhZRa3Xrk_Gq0A,1184
118
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=yKQpID4jA7-9byyEy3CziW0F7njZfFk3XExU8o6uloM,1722
119
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=zgyxbOPvZi06mx26Upv2J8qIy0vyKobMJJSwgEqsuyc,453
120
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=vbHORZe4YzpTkbhHhWNQGgznW1Tes8DO7axF4SBScGU,3825
121
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=BPEBMHZHFeIcrx0dxcChUXc0DtiKHmVcSPCKd_VqJ9w,3392
122
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=r1MCSz1ARfXiUESmf4di45EZ7IgYvQ_Q5BnRczhlp4w,1972
123
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=dgUcOW3MYy8gm5UQTNEwlcl0yzMhIDNNz8p_tFFT5Rc,5527
124
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=6TbJL2uqW_wmuEbU4RwG_f_7gmTI2OAj1SluFjIfA9A,2669
125
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=GtZo7yiDOuqoF1CoAgiCwQZKIGoZKrIUuSj-qP3K4VI,3964
126
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=E_d-ekhsriL17ZFN4U2ahhmcyWjUDF3kUhYOfBYIKGA,627
127
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=LQWyITH22ZRagMqPLgyA4IAhCX_lYRwQ77CgHuLpQkw,2070
128
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=PGHZQ57wTVTBg-rj3x1JJ1r4BG2BePUHLWTzZFCb4LA,2312
129
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=GYguWbDNeh4ltIYa2pIJhgJ03y0vfy06Y731EBR8LSc,905
130
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=O2Dq6sWYHKmy_02afaQXEILyPH7pocWJcRKaAdrRo0o,1630
131
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=Gbr6KzbiUHw6Zkor4o5lZWALosYySlvhu25rDzcp1Kg,771
132
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=nbH3BAN7BYBgxmFIW0c5h5AwPr0ZZL0dWmYZSD-f2iQ,812
133
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Fd5_O5bnVxiQfoS5Rj7pZEemSPmxoAaxarNMlHt1ND8,1114
134
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=-igb_2m9avcax3k6bW2cKcMfu5gFCknWkApikTOrOrA,2024
135
+ metaflow-stubs/runner/__init__.pyi,sha256=0NagZgjaBvNyTN2F3ZWI3C1yCutmaPAiOidDqnrd1Vo,453
136
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=_6zkaUNM7U78MwQh8gdfPXe-tWd87n1yMQdKsoZGZec,23267
137
+ metaflow-stubs/runner/nbrun.pyi,sha256=QX3hQH9wCJM1Zr2aXlhjMRwlFJxVncmGig8uuulyuhU,7486
138
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=twp9qECrVjKZ4FTrPXlg-Qau45kiybv-DvHl0cQPFag,8577
139
+ metaflow_stubs-2.12.1.dist-info/METADATA,sha256=-JsurYkDAu_gi6JdzPKnHRPkPBA36myM4_MYm7KYV7M,1402
140
+ metaflow_stubs-2.12.1.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
141
+ metaflow_stubs-2.12.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
142
+ metaflow_stubs-2.12.1.dist-info/RECORD,,