metaflow-stubs 2.12.19__py2.py3-none-any.whl → 2.12.20__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 (151) hide show
  1. metaflow-stubs/__init__.pyi +594 -590
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +4 -4
  5. metaflow-stubs/client/core.pyi +7 -7
  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 +6 -6
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +4 -4
  13. metaflow-stubs/metadata/metadata.pyi +3 -3
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +2 -2
  16. metaflow-stubs/metaflow_current.pyi +27 -25
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +2 -2
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/airflow_cli.pyi +2 -2
  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 +2 -2
  29. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  31. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_client.pyi +6 -2
  33. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_workflows.pyi +5 -5
  35. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
  37. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +6 -4
  38. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  39. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  40. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  41. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  45. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  46. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  47. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  54. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +3 -3
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  56. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -3
  58. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  60. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  61. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
  62. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  63. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  64. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  65. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_cli.pyi +5 -5
  67. metaflow-stubs/plugins/cards/card_client.pyi +4 -4
  68. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  69. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  73. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
  80. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  81. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  83. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  84. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  85. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  86. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  87. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  88. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  89. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  90. metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
  91. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  92. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  93. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  94. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  95. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  96. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  99. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  100. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  102. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  103. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  104. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  105. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  106. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +18 -0
  107. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +6 -2
  108. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +25 -3
  109. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +8 -2
  110. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  112. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  113. metaflow-stubs/plugins/logs_cli.pyi +3 -3
  114. metaflow-stubs/plugins/package_cli.pyi +2 -2
  115. metaflow-stubs/plugins/parallel_decorator.pyi +4 -4
  116. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  119. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  120. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  122. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  123. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  124. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  126. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  127. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  128. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  129. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  130. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  131. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  132. metaflow-stubs/procpoll.pyi +2 -2
  133. metaflow-stubs/pylint_wrapper.pyi +2 -2
  134. metaflow-stubs/runner/__init__.pyi +2 -2
  135. metaflow-stubs/runner/deployer.pyi +8 -6
  136. metaflow-stubs/runner/metaflow_runner.pyi +6 -6
  137. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  138. metaflow-stubs/runner/nbrun.pyi +2 -2
  139. metaflow-stubs/runner/subprocess_manager.pyi +4 -4
  140. metaflow-stubs/runner/utils.pyi +5 -3
  141. metaflow-stubs/system/__init__.pyi +3 -3
  142. metaflow-stubs/system/system_logger.pyi +3 -3
  143. metaflow-stubs/system/system_monitor.pyi +3 -3
  144. metaflow-stubs/tagging_util.pyi +2 -2
  145. metaflow-stubs/tuple_util.pyi +2 -2
  146. metaflow-stubs/version.pyi +2 -2
  147. {metaflow_stubs-2.12.19.dist-info → metaflow_stubs-2.12.20.dist-info}/METADATA +2 -2
  148. metaflow_stubs-2.12.20.dist-info/RECORD +151 -0
  149. {metaflow_stubs-2.12.19.dist-info → metaflow_stubs-2.12.20.dist-info}/WHEEL +1 -1
  150. metaflow_stubs-2.12.19.dist-info/RECORD +0 -150
  151. {metaflow_stubs-2.12.19.dist-info → metaflow_stubs-2.12.20.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.466460 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.552643 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.468800 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.551223 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.528713 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.579265 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.528423 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.578981 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.470169 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.554149 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.476344 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.560440 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import metaflow.client.core
12
- import metaflow.metaflow_current
13
11
  import metaflow.exception
14
12
  import datetime
13
+ import metaflow.metaflow_current
15
14
  import metaflow.events
15
+ import metaflow.client.core
16
16
 
17
17
  def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
18
18
  """
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.463316 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.547609 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import metaflow.decorators
12
11
  import metaflow.unbounded_foreach
12
+ import metaflow.decorators
13
13
 
14
14
  class MetaflowException(Exception, metaclass=type):
15
15
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.464646 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.549363 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.456218 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.540406 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.455720 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.539910 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.428230 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.520540 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,16 +1,16 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.453058 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.538038 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
+ import metaflow.runner.deployer
11
12
  import metaflow.runner.subprocess_manager
12
13
  import metaflow.exception
13
- import metaflow.runner.deployer
14
14
 
15
15
  class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
16
16
  ...
@@ -126,13 +126,13 @@ class CommandManager(object, metaclass=type):
126
126
  Clean up log files for a running subprocesses.
127
127
  """
128
128
  ...
129
- def kill(self, termination_timeout: float = 1):
129
+ def kill(self, termination_timeout: float = 5):
130
130
  """
131
131
  Kill the subprocess and its descendants.
132
132
 
133
133
  Parameters
134
134
  ----------
135
- termination_timeout : float, default 1
135
+ termination_timeout : float, default 5
136
136
  The time to wait after sending a SIGTERM to the process and its descendants
137
137
  before sending a SIGKILL.
138
138
  """
@@ -215,7 +215,7 @@ class SubprocessManager(object, metaclass=type):
215
215
  ...
216
216
  ...
217
217
 
218
- def read_from_file_when_ready(file_path: str, timeout: float = 5):
218
+ def read_from_file_when_ready(file_path: str, command_obj: "CommandManager", timeout: float = 5):
219
219
  ...
220
220
 
221
221
  def handle_timeout(tfp_runner_attribute, command_obj: metaflow.runner.subprocess_manager.CommandManager, file_read_timeout: int):
@@ -229,6 +229,8 @@ def handle_timeout(tfp_runner_attribute, command_obj: metaflow.runner.subprocess
229
229
  Temporary file that stores runner attribute data.
230
230
  command_obj : CommandManager
231
231
  Command manager object that encapsulates the running command details.
232
+ file_read_timeout : int
233
+ Timeout for reading the file.
232
234
 
233
235
  Returns
234
236
  -------
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.447672 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.534834 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import metaflow.client.core
12
11
  import metaflow.runner.subprocess_manager
13
12
  import datetime
14
13
  import metaflow.events
15
14
  import metaflow.runner.metaflow_runner
15
+ import metaflow.client.core
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
@@ -277,7 +277,7 @@ def metadata(ms: str) -> str:
277
277
  def clear_and_set_os_environ(env: typing.Dict):
278
278
  ...
279
279
 
280
- def read_from_file_when_ready(file_path: str, timeout: float = 5):
280
+ def read_from_file_when_ready(file_path: str, command_obj: "CommandManager", timeout: float = 5):
281
281
  ...
282
282
 
283
283
  class CommandManager(object, metaclass=type):
@@ -391,13 +391,13 @@ class CommandManager(object, metaclass=type):
391
391
  Clean up log files for a running subprocesses.
392
392
  """
393
393
  ...
394
- def kill(self, termination_timeout: float = 1):
394
+ def kill(self, termination_timeout: float = 5):
395
395
  """
396
396
  Kill the subprocess and its descendants.
397
397
 
398
398
  Parameters
399
399
  ----------
400
- termination_timeout : float, default 1
400
+ termination_timeout : float, default 5
401
401
  The time to wait after sending a SIGTERM to the process and its descendants
402
402
  before sending a SIGKILL.
403
403
  """
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.454127 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.538610 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.449763 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.536036 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.462243 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.546329 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -203,13 +203,13 @@ class CommandManager(object, metaclass=type):
203
203
  Clean up log files for a running subprocesses.
204
204
  """
205
205
  ...
206
- def kill(self, termination_timeout: float = 1):
206
+ def kill(self, termination_timeout: float = 5):
207
207
  """
208
208
  Kill the subprocess and its descendants.
209
209
 
210
210
  Parameters
211
211
  ----------
212
- termination_timeout : float, default 1
212
+ termination_timeout : float, default 5
213
213
  The time to wait after sending a SIGTERM to the process and its descendants
214
214
  before sending a SIGKILL.
215
215
  """
@@ -1,13 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.462556 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.546717 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
 
11
+ TYPE_CHECKING: bool
12
+
11
13
  def get_current_cell(ipython):
12
14
  ...
13
15
 
@@ -20,6 +22,6 @@ def format_flowfile(cell):
20
22
  def clear_and_set_os_environ(env: typing.Dict):
21
23
  ...
22
24
 
23
- def read_from_file_when_ready(file_path: str, timeout: float = 5):
25
+ def read_from_file_when_ready(file_path: str, command_obj: "CommandManager", timeout: float = 5):
24
26
  ...
25
27
 
@@ -1,16 +1,16 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.455345 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.539540 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.event_logger
13
12
  import metaflow.monitor
13
+ import typing
14
14
 
15
15
  class SystemMonitor(object, metaclass=type):
16
16
  def __init__(self):
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.482902 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.566573 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.event_logger
12
+ import typing
13
13
 
14
14
  class SystemLogger(object, metaclass=type):
15
15
  def __init__(self):
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.482446 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.566120 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.monitor
12
+ import typing
13
13
 
14
14
  class SystemMonitor(object, metaclass=type):
15
15
  def __init__(self):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19 #
4
- # Generated on 2024-09-04T23:07:02.415958 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.508277 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.424700 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.516219 #
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.12.19 #
4
- # Generated on 2024-09-04T23:07:02.454298 #
3
+ # MF version: 2.12.20 #
4
+ # Generated on 2024-09-16T18:11:29.538728 #
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.12.19
3
+ Version: 2.12.20
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.12.19
24
+ Requires-Dist: metaflow==2.12.20
25
25
 
26
26
  # Metaflow Stubs
27
27
 
@@ -0,0 +1,151 @@
1
+ metaflow-stubs/__init__.pyi,sha256=Y0hHNHxqQ5oRQZByfQ8-l_rgDWIDcu24dtJF-X-_ejc,116939
2
+ metaflow-stubs/cards.pyi,sha256=VM1_MBtzxV1kyuJs74JYziN_oQfhAE4VnMxWBlmJezk,9422
3
+ metaflow-stubs/cli.pyi,sha256=xwl-oHSQUqWrK6UpfVam2i9ygDWF5NOrU7MXjCMPY6s,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=v5j6f5AyOBbgXGuTK6na1SzzOopIUBvp2pUSl2Pbt1U,1090
5
+ metaflow-stubs/events.pyi,sha256=isP7vBgdRWgcfRc4ZLM6izFgarV4lG7iqfgIUcj9bHE,3405
6
+ metaflow-stubs/exception.pyi,sha256=OgL58I8AVVXt_PzxI2G2NBF5yBfuSiWm5qWIYdSJPhE,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=xWOon2Q2TturkjsQUKd9RckuyHMqxwbNEBavXk53LaI,10480
8
+ metaflow-stubs/generated_for.txt,sha256=wLw1jAgFzXOcgiHV5iDC5w_AGF1IVYmLTbU3gfqpwdo,34
9
+ metaflow-stubs/includefile.pyi,sha256=V17nEYXWDy9Dvz-RCnngqZG0KP2j2v3l6qliEqKJeJI,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=gUvXmfuNkdCv8ucfSGmhV_F62Z5LYXy4eq6_0eXTH-4,4544
11
+ metaflow-stubs/metaflow_current.pyi,sha256=2-dwJNY1A3XRjlwLe9KOlngiknAshl4jRQq8_3zX-20,9385
12
+ metaflow-stubs/multicore_utils.pyi,sha256=B4-u-_0MxOo7VEChspoHtW0REt-ITaxkHEDMOmJyhe4,2369
13
+ metaflow-stubs/parameters.pyi,sha256=NDvenkkO4Tb2cNn2RmrYFevIyts-hpIdmCDKcX0IV-M,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=j1ZaLP8BXZkleNSqTzGodQ0de3HICbDDX3V97gqVVuM,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=DZDO_EsqP7bplU61qD0OFJB7HUx20oEDVubvLMA6aok,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=WPhxz6WoZlPCW_43BUfkwTwfk-F05kGIG_lzDzlbBbI,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=RdKpnWsf0H87SP3a4MYe87JwUVU_ttGIk1iRFjO1THU,562
19
+ metaflow-stubs/version.pyi,sha256=PnpW32P9-CGryTSveoZPWEoW7WDVe9iH3QOJO3PXtTQ,476
20
+ metaflow-stubs/client/__init__.pyi,sha256=jMagrRMiJf0bIjdMmwN1uXoc4ej0pKhqpB-KVd83sRc,28941
21
+ metaflow-stubs/client/core.pyi,sha256=-pPPIjHKIVeUQxb2dPqH8YrLVIliSRPVJMeVKMtyAhA,40855
22
+ metaflow-stubs/client/filecache.pyi,sha256=k4JdH0kdghIGU-bpOHwOZUF3VIVqkrnaBgbMfoHGSEs,3036
23
+ metaflow-stubs/metadata/metadata.pyi,sha256=qgIb6GcxB8Zagt9n8gG1Fh0dH_I99u5RxG4a0sJzchI,12396
24
+ metaflow-stubs/metadata/util.pyi,sha256=r1CJUqGjT8Lx_WBMUAAnWHMf5Rshs9f-tuYphYhgHAc,657
25
+ metaflow-stubs/mflog/mflog.pyi,sha256=ClIW2y6dvvgF_NrEBgqoP8ul51LZSmFTZEJGFonLOdM,621
26
+ metaflow-stubs/plugins/__init__.pyi,sha256=0WcmdlD4XoHtTsHpvWsDzb7SIF4JTVVLeG14ht3bYyQ,5998
27
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=Xf5jyrtiXzUZ42JdgBH936lKTgG2WsTvPbHhym6YJXU,1826
28
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=xGCmvWv0zQIxlKamsk1Nk6d40Bod6PA4w-b5BUQiWgw,815
29
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=lU-kK3_PO_UhuYnu5Zh5z6nIwZeEUXX6huLY5GxbeWA,793
30
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=k7eAINKfLiGv2rVIKv-fNRxtr6jG44rXqp0mjrXK7UM,714
31
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=W8oYWRitQjk26VrCcQGKdJZh6qCMl5RMZKk8K5KHKk8,1220
32
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=_TY3lfBtTysF6LocrYepCP5PkFhc2Fg0Aqq-gkFAWb4,1348
33
+ metaflow-stubs/plugins/package_cli.pyi,sha256=z9MZ983uQ0h3zxRNbH4rbH9UkewEYCQ4_cTHYJBRAjQ,453
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Py44O68m2azGLSOe9x3zBLKlvg8xbJnI5nBsWVEyYCw,2491
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=fnC3HNExE1Soy6uIUb0oTPXn5BG58hrjmDNSYkrrGxA,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=_ZyB7kmiWaIAguPTgcWGI2j_AQp7TOasOiRw6j29xm4,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=920AvWKX6Z-kVqvT951nE1oi4wv2wq3N3hpB2yBN2rQ,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=h7U4ll4FmxeDt_2Ccr_QIOvyxIpkSkhuLK4P2EU0Wiw,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=wLWyDgpQyug1_hyr7ltp9koWpik4yHrTEB59ne6wmd8,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Drz4oFpW9_s5FHB992-Pd2UmKM8ZpAjCOw8Q2RYLITw,2325
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=eGKoBZOhcLI4uaYkmdlo6dxrmgT9N1lo6uOhc3tFXQY,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=fbwwrLnVkHC3ggndJ9W3gkuwYDI6l9VdnQK3U-_kXR8,453
43
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=mmND1ybdHkMyvCwRJarMCUrUqa3jUdK0LJ7ptp9_VQ0,5764
44
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=YUzw76wQQWg4D702mAJLdYQx9MTaJrwC8HJ_aSMjosA,3221
45
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=L9rJi8y5QdsIBpMzqRsVCK5HPe3-spfkqwgY_L3GWno,1512
46
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Rit25tG-o01gVp5qP80O6gmTc0qQjzCBxkC9J-0Yeng,3053
47
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=X5RXZ-zU0grTlrkY7GieYSJu1xWzreO9g5ho9xLSkfU,899
48
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=HbmaOdRfVe867GeTxCap3bFHnNwR1uuPe7I0ipHb91U,959
49
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=2pjkor6zue4v3nTJAmUhF81AeHczYpRm1GcbQRBg39Y,1834
50
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=uvtHN_peFiVrkTsWzzpKdAFfgBzn-eIJsjP2S4ZKa64,1697
51
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=XE2o-1gOljrVEbgtUFCWHyvQ-qJ6CDWy_hkRW_4Z4Ts,1617
52
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=9ZXzfKwXoay4zAlSrk8iXZvf8ovvYec6LBiunKY76ww,453
53
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=PUclW-f6b180zMBvPKxwP2W4E5wh2AwVb9QMVdYMvyg,2530
54
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=kGVPSoQfU2sVBG7-rXke4xGu4lM-XuERNX-iVg-hhvY,2782
55
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=d8WmQMItTAuULzWvOvcTb2Uz6FC3ePCC0V_wVbxJIj8,15993
56
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=7ZuM-AFLUyeTOuCDael_2Zs5R4lFm4fzZcynUrD_vzI,13386
57
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=94pgKjzwLEkbmB_6i3eXg6JfYWEFTiXbhGUsiDlHvLI,13987
58
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=4zdMZEx4D0yaecGaRq8xsyZwvFvzs7xTUHgFazWRqE8,8762
59
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=MoZjFp8zgCXUvcObQsxwS9HcvQU4eolJcz3etCMwEWc,453
60
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=hiG7Nxzf0hB1AfwGIErnoSLHgERFixWJbQ723JaYc9k,829
61
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=7_OmqxOd5D8v7tnNPFGTsWpPk-GPo3hZLdWO9JzzAeA,3077
62
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CXsIU0iqh_aazLfyOjj1n-EVppn-X46EwrTKeO_SuYk,453
63
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=NTM0SC2mGq6Z7ZE87BPlDydt3m827FifE3n7aaJeHZE,3606
64
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=wDSNRoCiQFEQVQzE9MCZ8pNh1Hhx_fSqkbD5CiLrzfQ,2318
65
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ymokRqstxzTzgZuFg7DFNOdnCyU1AHjLwKOql_yFdrM,3742
66
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vCAWnxNelRsQfkzxP8mAFI8CyCUjZzYZW4sFVD9zBVg,4723
67
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=d_b0jsFNoIdTP_ubxt3khcLxHK_ZpYnJZZPHIxEmwJI,453
68
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ZVWeCLcIwT_-DYC15t1wRfNc8_4lcA4B6AtaXPZBIj8,3226
69
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=FOGjqyxECLiF5WNLRIki46kJ9XI_E2-u3zI995aGiLY,453
70
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=IuY2LGYcgvCW1x9y7la7ZZxfyIbbiJibUAEOspYibV4,875
71
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=M96MHi7a0RkkHpiV4pvrJ-aKBjxBT3_TEanodZQLuqY,798
72
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=qbJnGSI1az6_FUxxN7c3MYZHa2exSNlhdWn7GLR0osw,596
73
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=_9hga9mR4Qfd964MjsGqiliZQiGu7wOnfsEtC7RF3Zw,720
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=0-t9igvLxPQ4nV9JToah-RNosrgQDBu8vy3QydBoLe8,6526
75
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=i9YobLqcAHhUwqX583KdHOgck68KxLbxGAPz7xPiufk,5147
76
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=JL5YuA2ViTW1pgXf_S9G-K8IVuQKgMepmF9GSjmbOLo,1085
77
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=8PyeJ61NAvRYBOAtYaWRpCCIxaCzLVSgR3xMGc22vX4,1759
78
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=F0H-o9ZIgG7H3fhKWNa8ln0d1XZO8xPRVjZLEYJj_H4,8004
79
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=PE_4Q6AkXsTHNqmFDaOO69gM_HsJ7-MXL9OjtziXNGU,493
80
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=YZaCK9ayoAbkbBGgMUnIPHjSnf_6U-Sg_uyYS50DrSU,1067
81
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=XzZ_CJ46jM_3hbPYaIzv-EJfudlziuV_nZWqzxKn2jI,975
82
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Mq2uYkND-di89pk27sj9_cjYKISt8Kkk4dYNqkt5J-Q,1933
83
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=AJWAYMDnTlpNR1hEUMxS7j_bDeBrBMFaPOjsed_X5a8,2513
84
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=V7F1t3-27LeFV5AChCwOALpm4lzE9YhJNAXcgap_dWQ,1782
85
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=-def937eRv_P0CvgE1VtgBxe_hElE93ZfUpVnZu4yuk,1748
86
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=iJ8pSZeztQeLMYWFYT17NV59us3fOls_ZP03FFABiAs,453
87
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=d-GKlrysJi4BbVRCxBBPAmfEid31TxBoxBP9UxEznwU,18088
88
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=8QEmDO0xcC84MscPYgKYkizbx70HZns8V19sRF7kmPo,5396
89
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=nSSQRAOOLCzk9UvJvSgfhKbWWyVk1li0vlv05ejVyQE,969
90
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=hcXPbK-zzGucLCgqrQtW8CWgEe17INCkXAEQE9EMUo8,2942
91
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-rsyXWwixWzRSvSLhWTYbqcGcxIOLzyEdkK2LGzELv8,4258
92
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=yidX1fPzNZYC489rvTIy80mLe7i0DG2DDQYU5PpDavY,1975
93
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=GJyDoF10qXwSDG1T9lDMcIMwlUQs2n3Z3NOYJffnPiU,6789
94
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=D1H4dXv-BWjjAcpGN3xTF83D0_kLe1Ak6e1f-Tm-vIc,2244
95
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=MHTvCQRLd-zeiynDDejwTMhaguoKFW7_YG882SX46RA,1871
96
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=cE7dRY_10F35PoN6vZEExBrcB8wDjwZTP0snnmMwGl4,7858
97
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ljfjzv_cURhu3lX6AvDqTpxItpsUY0I5uGm5gKc-Prc,1816
98
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=lkUSgzNB8ymRGk8TCW_y4Q6WWL3dmwRzTjXKqbbe048,7674
99
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=SpG_I1cEvbq5PYwK_mIxXMbv4x4Rf0aa6Wicf1He8Yw,1313
100
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=1mr_96CCUPnkU5vV33E8l_WZC5XiGHIoWdyI1t0mX5I,951
101
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=mn-U4cDLE5UR1t1MASvpF5ql8p0qnz-SJZ7gZGeySkA,4629
102
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=1BCraZVkkQcXfzX6_KJeUh6rek4t2k3n6fOt05mhbTQ,2711
103
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=nFbuC6eZ__T-J4OAPSNniPq6gvaT4iNDU7B0L0YpgZA,2667
104
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=uOPDhOne0l6_y4vNcK410y3P9m5QL5MBnz9NLGI-3vs,467
105
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=P81bkBu-x9PeCbtMQ5c_6bahgqkUEoHSV8_TjZsLCmE,3525
106
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=X69TH8Y51j7pCf5UcUUWgzOnZ44XyCrABR3X2VhpYps,1913
107
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ILb1EMdpZbi2CnkrZuetsDQTILgrcRXbQxT2oJGA9Ek,12909
108
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=yWZR5GsiI7SUBLEQZBNmYsKOfvV13LNyMsIkmViR_wI,2193
109
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=wTYb0LhLHaKTuyOsP1MGVGjtSYKGOJUNeojFymVEZHo,20310
110
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=CeipLYl3Z0amm3ZQ-zxLhLixNQuA07ZnjS9TG0SVXAM,29154
111
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=1jS7s3LfMhjY9fFgNwWmeo_nPJBPHwjNhPiaxCDJsS4,965
112
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=A1mfBXdjPoULj4ZseYn4k0Z0tQtIyNbg4j4EQgNtbJU,1123
113
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=nV6SjlTJUg7DbNdad4KkkkSEF5Fh0QNnmAfabJ8l-iI,453
114
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=rRdmQgb7iNGFTkG60jwJ7sp3Lqh071JunVhgT8D2KCg,1787
115
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VWx4MqqL6HzCSoPc4kJObXEXyk_eF71cYHmVom7pqGw,508
116
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=pTXEWEWNy5Ck1HLxa4C5G1kdSeJ44grCQbDflr0UWkk,3090
117
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=S43h7GCSoIzyoeDPVn22lE1xJHA8m9wtyy-OoGQlLuw,772
118
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=U16mPTnHi91hk7jFanSVdd55fdYwrX4oul5U4AlRBY0,798
119
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=D-5KdQi09PACKs_j5i4vYZfCN_LYrHLCzVX8VVjVsr4,1184
120
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vKfNJIiYM5lM0_DaAs2tIC6kik75LUbDaR9TlbRVnlk,1722
121
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4NrBk1OuUb4rb17LGpzJVvIIvGknwqPx4TosMY7FQDA,453
122
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=btEOYW9-lxjAfkFqLGSH6HhTe42cLR42_JsmG6AWm2Q,681
123
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=RzK7hxH1L-dyz9kyQ4gPXx3NB1ME4x64WYn7pGCRTNc,4502
124
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=UxtWLtC8GXFs6lipntR1PEoQlXH7zL2mLKBsOyXyUQg,4234
125
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=rq2RBVK2OcRCjtbaQRoY6p3xL-yHcfdDQkbOhaczHQs,2586
126
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=j5VLMfVk15Hz6jLizLGsDfK8mB1SFb8N3L-8Sz8I5XQ,5002
127
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=swJh-1DktyF4WD2OErhklMtU7amsTzw1VgqOj4Za3-Y,3131
128
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=5bOtU5Q0XniZtkG2J-LwjslVdU7ubEX9Fum1wtSNAKU,4816
129
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=45Lfu1R3Tr91BWLupWDDltyGuzOAAWvn5cKDOZFRsJ8,627
130
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=7VkZqHNqo5jtIg264oJPoPHwskpzPy1fYdD7bMmzv-M,2188
131
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=zOtQmQpVQDTndzSiJteJzxycTqniCf189M34W6j6ewI,2333
132
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5lCiag0hZnDu6IBaiKMSyDm_tE9HWHnf-1ompydtZmE,1130
133
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=b7Vj_z9CFsQ1hrdUf5Cpz_r3zxRgA5AffbHyKdZSjgU,1651
134
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=wgF8qrvHb8zxykQAHDgRcndIA2IG52qr_0JamMG86h8,771
135
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=kQlhYAmvFXI-YoUyMbpjNHSYgRwgRCNiGDSHaFBwWi0,812
136
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=BIooVKf5ffJC_Zwi1rYdsC7Jfb1_HkJKP35_I3seORE,1114
137
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=QEbwLDipsZchpX2jeX3Dx_DuZZmEipGonyhPjzxmYiE,2021
138
+ metaflow-stubs/runner/__init__.pyi,sha256=kBD4mRnEbXr9f3Y3eI4v_Hb5CmNPmlqUF1Jsnb5zEoE,453
139
+ metaflow-stubs/runner/deployer.pyi,sha256=ibkLCMrPggyVyXyeKILEW-BWh2pDRntF_TJ9ilgLgLM,13266
140
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=4vpwnGHcomiRe20Fy0Eu3qsvIce34wd68YituEBivhc,23329
141
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=RXU-EocB37j10e5UgLWWHGdyAjWePYcuRzfVQZYsZmU,1849
142
+ metaflow-stubs/runner/nbrun.pyi,sha256=HWUWyMEHuL4JWpUvD0tmtPRqtb3kayd1kSQ4fVhSPIU,7548
143
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=rxHDvjPlQfv9MAObNVd2GDHV9mTIK-RTder8k8G6q3w,8577
144
+ metaflow-stubs/runner/utils.pyi,sha256=zHhYRUhDLvfRXe2E2L0j8CMOZXi5W-k8AtaAoXayMoM,852
145
+ metaflow-stubs/system/__init__.pyi,sha256=SHjmplACGOaRpFzmNOi-LSL1gkHYJcs-87BbOcfPHAM,3383
146
+ metaflow-stubs/system/system_logger.pyi,sha256=fgRtlDDhvC8f1EgGe_YXoER_Hp8jh2aBtjkaq-JAfXE,1876
147
+ metaflow-stubs/system/system_monitor.pyi,sha256=f88edO2A06CwJVH_BvdI6qF843Z4-kLypX3puzw10q0,2017
148
+ metaflow_stubs-2.12.20.dist-info/METADATA,sha256=QCf5LWi5QHaaw8qdwJAD8iElhcxr6LXwK203DwdKPbU,1403
149
+ metaflow_stubs-2.12.20.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
150
+ metaflow_stubs-2.12.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
151
+ metaflow_stubs-2.12.20.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.1.1)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any