ob-metaflow-stubs 5.8.2__py2.py3-none-any.whl → 5.9__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 (139) hide show
  1. metaflow-stubs/__init__.pyi +453 -449
  2. metaflow-stubs/cards.pyi +4 -4
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +3 -3
  5. metaflow-stubs/client/core.pyi +5 -5
  6. metaflow-stubs/client/filecache.pyi +3 -3
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +3 -3
  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 +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 +3 -3
  20. metaflow-stubs/plugins/__init__.pyi +3 -3
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  24. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  26. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  28. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  29. metaflow-stubs/plugins/argo/argo_client.pyi +6 -2
  30. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  31. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
  32. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
  33. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
  34. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -3
  35. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  37. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  38. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  39. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  41. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
  42. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  43. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
  44. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  45. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  46. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  47. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -3
  51. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  52. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  53. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  54. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
  55. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  56. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  57. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  58. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  59. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  60. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  61. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  62. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  63. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  64. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  65. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  68. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  69. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  72. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  73. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  74. metaflow-stubs/plugins/catch_decorator.pyi +4 -4
  75. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  76. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  77. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  78. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  79. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  80. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  81. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  82. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  83. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  84. metaflow-stubs/plugins/events_decorator.pyi +3 -3
  85. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  86. metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
  87. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  88. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
  89. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  90. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  91. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  92. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  93. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  94. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +18 -0
  95. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +7 -3
  96. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +26 -4
  97. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +8 -2
  98. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
  99. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  100. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  101. metaflow-stubs/plugins/package_cli.pyi +2 -2
  102. metaflow-stubs/plugins/parallel_decorator.pyi +5 -5
  103. metaflow-stubs/plugins/perimeters.pyi +2 -2
  104. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  105. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  106. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  107. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  108. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  109. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  110. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  111. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  112. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  113. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  114. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  115. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  117. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  118. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  119. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  120. metaflow-stubs/procpoll.pyi +2 -2
  121. metaflow-stubs/profilers/__init__.pyi +2 -2
  122. metaflow-stubs/pylint_wrapper.pyi +2 -2
  123. metaflow-stubs/runner/__init__.pyi +2 -2
  124. metaflow-stubs/runner/deployer.pyi +8 -6
  125. metaflow-stubs/runner/metaflow_runner.pyi +6 -6
  126. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  127. metaflow-stubs/runner/nbrun.pyi +2 -2
  128. metaflow-stubs/runner/subprocess_manager.pyi +4 -4
  129. metaflow-stubs/runner/utils.pyi +5 -3
  130. metaflow-stubs/system/__init__.pyi +2 -2
  131. metaflow-stubs/system/system_logger.pyi +3 -3
  132. metaflow-stubs/system/system_monitor.pyi +2 -2
  133. metaflow-stubs/tagging_util.pyi +2 -2
  134. metaflow-stubs/tuple_util.pyi +2 -2
  135. {ob_metaflow_stubs-5.8.2.dist-info → ob_metaflow_stubs-5.9.dist-info}/METADATA +1 -1
  136. ob_metaflow_stubs-5.9.dist-info/RECORD +139 -0
  137. ob_metaflow_stubs-5.8.2.dist-info/RECORD +0 -138
  138. {ob_metaflow_stubs-5.8.2.dist-info → ob_metaflow_stubs-5.9.dist-info}/WHEEL +0 -0
  139. {ob_metaflow_stubs-5.8.2.dist-info → ob_metaflow_stubs-5.9.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.678477 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.769036 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import abc
12
11
  import metaflow.plugins.secrets
12
+ import abc
13
13
 
14
14
  class SecretsProvider(abc.ABC, metaclass=abc.ABCMeta):
15
15
  def get_secret_as_dict(self, secret_id, options = {}, role = None) -> typing.Dict[str, str]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.678235 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.768798 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.664886 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.743669 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.669994 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.749194 #
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.exception
12
- import datetime
13
11
  import metaflow.metaflow_current
14
12
  import metaflow.events
13
+ import datetime
15
14
  import metaflow.client.core
15
+ import metaflow.exception
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.659549 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.738329 #
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,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.661668 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.740357 #
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.exception
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.650807 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.729394 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.625009 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.700090 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.650403 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.728995 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.638302 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.714036 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.648959 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.727543 #
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
12
11
  import metaflow.runner.subprocess_manager
12
+ import metaflow.runner.deployer
13
13
  import metaflow.exception
14
14
 
15
15
  class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
@@ -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,17 +1,17 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.646563 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.725027 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import datetime
12
11
  import metaflow.runner.subprocess_manager
13
12
  import metaflow.runner.metaflow_runner
14
13
  import metaflow.events
14
+ import datetime
15
15
  import metaflow.client.core
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
@@ -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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.649465 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.728009 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.647448 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.725978 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.658671 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.732606 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.658931 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.732915 #
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,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.650107 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.728699 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.674797 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.753262 #
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.event_logger
12
11
  import typing
12
+ import metaflow.event_logger
13
13
 
14
14
  class SystemLogger(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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.674341 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.752900 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.628675 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.705239 #
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.1+ob(v1) #
4
- # Generated on 2024-09-09T18:18:13.635429 #
3
+ # MF version: 2.12.20.1+ob(v1) #
4
+ # Generated on 2024-09-16T17:51:44.713914 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ob-metaflow-stubs
3
- Version: 5.8.2
3
+ Version: 5.9
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,139 @@
1
+ metaflow-stubs/__init__.pyi,sha256=eER7L-cZBBIJA4RWFKuBA33oMbqRZyczzNUuvva7RJM,97680
2
+ metaflow-stubs/cards.pyi,sha256=166bNottZXYh7XQAW-MpJNnUFMtCObNDC1Dc0lHknsU,9422
3
+ metaflow-stubs/cli.pyi,sha256=gnK80iFXbtFDzxi5Qr9FMathqZeM_EeQ5cafJtNdRto,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=5Txpp-_rSbNF2Ew1-ibPhqgmTyne6RRuHe2QGJ7zkMQ,1090
5
+ metaflow-stubs/events.pyi,sha256=V500Uiuhhk-cRPGEP1QjHwy80lPBw3lreVl2sWXcylc,3405
6
+ metaflow-stubs/exception.pyi,sha256=7o_3NTF-J1aN9gicV6fmH7Wn236mno3GKNs3ovDNwBI,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=5Iee1TXdna7dbTF3_Qda3zUKmOekdOEOyeFDsHo0xTo,10480
8
+ metaflow-stubs/generated_for.txt,sha256=2ZN6_pNQ01DJH84zLyEyjgxDIakAzwXelHk4FOQMwms,43
9
+ metaflow-stubs/includefile.pyi,sha256=SKh1Dlf7ylQjQ2UDPn996yIpl6P_K0gxamVr0GjSqBQ,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=nGY7bx9hrhZoqy7x5XXHbIIcuYKV6ofBLdq5L4b8hwo,4846
11
+ metaflow-stubs/metaflow_current.pyi,sha256=JHo-0QLwiPEGAbFPDp-WkrFWvDipKhAWMP1rcLBX-_Q,9385
12
+ metaflow-stubs/multicore_utils.pyi,sha256=Q5CkfdH5l_27Jq6al-DxVoXnXvNxLSYD9BTzJ_dK4x8,2369
13
+ metaflow-stubs/parameters.pyi,sha256=wJHhK8M6AGQ9PYgpn3mbcGc_SgLDM7bZ7ZFz_OKevvg,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=g13Sbw0bUEooKHSZRQKLL8wNYghKAOKUIBTGvXOGy74,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=UEjTI5flHL5SFaSQpi3e9L0OHHWioOg0ZCbtePTs8bQ,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=DNstWHWpD5rcUfQG6frS_VOA_HR1hNPn4qF22MAvG4g,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=DNUUwOXMM0aOQ_MIC9CyoWvcyMs8RK4RbprSYYvCRQc,562
19
+ metaflow-stubs/client/__init__.pyi,sha256=OXup0kLWqUmRjWnRT5keVY0DgsYknsrmkWsAl8QEcK0,28941
20
+ metaflow-stubs/client/core.pyi,sha256=rdxczdUY_X_h-xCk4bmaX3dtwyDPGwO8SEmhRob8wZ0,40855
21
+ metaflow-stubs/client/filecache.pyi,sha256=SjD1j-zvPUUW6xktAkI780twotJjKW3XkrlaxntFDd4,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=HUU99b9XaMjw-1bqpnhP0I7lmYGwizT68K33u3-E1Wk,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=ZDckwMB0QJ-HXBiJHOtUWQYSODjfqxCsZam1jQbmV-A,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=OFqcMCrVoMlzjGBVMPLmUVTLLC8Dv2abilWmdFKI5aU,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=KRqAJBCremVLQMfyWttSpIEQJ9-bOTrw3XGY4afk_jA,5998
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=YFq4L3p4B1y_E1xwGiU-5ZsFqpm54JJs58r3V6PNgm8,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=qiscBoIl92Dw8Q4LcAcxy74vax7XpPKvkICz44mvDao,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZS6XlUffhm5yFrtNf7L78TZLD8HZQ1NQE2uUQN4yGp0,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=b37e1MxadulVb3Tir2EhbIk698IbEbXIFNVIq9ErkvA,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=qJBI_Dvo87YvdWTmDw_5KhodpBPUH6eBqioanfyWtYk,1220
31
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=BQJKZEdKTgY1TjNzAtZaPb4363LPZ8mcAIJ507xFl5Y,1348
32
+ metaflow-stubs/plugins/package_cli.pyi,sha256=X9Nl2uIXlC31bBwcxBL8Of8uFI-puI5m1UAjG9OXd3U,453
33
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=V2QFFcXCHklEYKUNDQ_AGk3CUqBWAInT4lkTNQL0JUU,2491
34
+ metaflow-stubs/plugins/perimeters.pyi,sha256=BpdZyOzqyIBjapoQUH4bXr4TS2DTCumpGgRR0McqVys,804
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=Lq8p1RvQ6GHveG7CQQ4rz8oAitRSgcv2jL3_H692df0,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=UdEHXe2Pnp1LqkWUH4PqTvSXhlcjtB-2_3Gqo2Nv97g,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=H-FqTgTCjZCBgCqsmg4INngulrhQTPmW-T2z5souSgc,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=T6XWXJEMXsLTi0ePxJggi7r-rZaXKuhhWEI5-daBZqc,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=h2SlN9qC4QV5I8DTAeDUvdGETtgCaDEF5DZFlnuoeK4,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=oR8BO8UjZxdB5FPNFrnBJ3QVsUinRO40sLZoB9HGMRw,2325
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=k0cReRtZZEEHsHBEvzDkKdkMoE7mA1rdOBvgj_6C034,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=XjJ9Ey_sgWJ3nbbkKxRwTp-De2wgIdrzRVupx-294tk,453
43
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=T9acM5pO8XlXvlNs5IaQYlxalM5OETe_LwjoorCrmlY,3053
44
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=RStiNdi56eQaTV_SJsYkNqc2YRkYT9xzMpUTp-rSy8s,899
45
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=nS227LNcXgzZ7ES3Mg33Q8plCaJA1Gi1nB1qvEgoxmw,959
46
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=8Tlf9Vz7GHR7ny2aO9pQYe9JpR6QQr6alJMAgxUig7g,1834
47
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=5IcapOBe1gRZ9eGZ_Y7mfWIvv9fxyVHcMf-xx8x33GU,1697
48
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=f0lYKlHMj96JJSramKYUVrLocDDBRNW6bsGcIJfrryo,1617
49
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=eZCEW2GNdnipI1yIIBSBdvnplkx3K9fKvm1X1827fW4,453
50
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rjluYbmXjC8_LIWtrS4QqhRypCEgrky4VTpYjO6vJNY,2530
51
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=E6Lf98L2WIyPxReucvf0HJbubRn_EhO5ZP4oKeWmNy4,2782
52
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=wDrGu_kcsN2Sai5mg_urbr3cJoWw8DjRG51maGQU-TA,16023
53
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=ikS8C-EU6a62hdeC12VsqLW6VVBj8nxKjpvGFM6GHBY,13386
54
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=EY_N078x7I2VOSvDF5urzgQJTMSq8ThwL1lr0ss579Y,13987
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Jw-pfUfbwCxt8qQ_13a_6xyIVSvrZJcFt-m31J92qjc,8762
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=fduqdrJPU2EOZRtfVYNQko1SBjkAQG2X7bT3lg0QZ10,453
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=cX8g19OzBYRLRUWzVYxZhlh5HNEpL5RZ2Z2TXMoK2UQ,829
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=TeA00-ysIJn4hJ8zeFT99LoWzkoyqZclAOBwpzfO2Lc,3139
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Syy5az80hBUn8aCx57MuxiRTKu8qjooqTCvgBLVe1UA,453
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=3M7-gFzywa6go1NPSKjDUwvxyejKUv1stLoJuDOKlMg,3606
61
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=TYremOdJC0A8KY0mN9mFHHrpw3tjYLiwLWZGpCv_XMQ,3742
62
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=9y8TYyUgUq60GNws0NULXEb43rj9AjtRJ-_XyVEE7Cw,4734
63
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=PS_1SlpiAn70Re1YAVC15yW8b_wxC8QHCqNdeTVtc1k,453
64
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=RaUf8N75InBfZ_AnkD7yYAcs9GwIeVebxsatQO8g3Bc,3226
65
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Qr0Sm_X8pFK0b5x8w1NQvmDYSfK7wYCzHP94J0OHLlI,453
66
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=7EV-GC2TZPWQ0MnrrHzkIdkgbcECUeTgM4NcI-Sgc3w,798
67
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=h4zgoRCi8pQ81RqGzP2B2XFXZRqIUcracimB4MgHRFg,596
68
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=AZRmsyY63Zv5_P0VZDI1J6OnqIXHFUONGKLsUMM63TE,720
69
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Tqpgyr3TFYN2Q2e9lfni_kU4osLW3e78pmlQs8b-W_g,6526
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=ujrrzc4M9tCtprSXcNFetCa2dhmyg8GcgHjleh64TTk,1085
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=nqxxjzDAkK0_g8y4I5FlKIa1l646o7p1DRtsUyUvwiM,8004
72
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=YgDhHjvl_iOVjXMStYvY5mWSoG3wEQJDymMnukhBu28,493
73
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=XKiE7g7KzE3boeIS5G18vOZY8Yn81r7_VfyRgSjhdL4,1067
74
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=DpFt2P_00N_VVkqCM9mHxXRsPZhrLA-WDJ-noW4JCF8,975
75
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=j9ZsrQkXo8L_3Q91kVJ7rKwtWK_zvUlXKRsqVeA78dM,1933
76
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=zVMA2I5rZi3t_IC-fkrh83NZzZOUmwfAWudfW6BK9ZM,2513
77
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ZbxK1_wAJxg3NKPUZ34PmrCkT7cFnZxqAWIx8ZmDcBA,1782
78
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=x6roN0U1whG4Pq6p5lXj5f-9zkJuOHr16lBeYbYgbYg,1748
79
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=XDuVAUxjRRBENpGKRJd1jt832QF_DdwOfc4oplN_THc,453
80
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=i7f6c9LwB49CpsH5p-IVaxiT2sXUUWEq8RrxwoLRbFs,18088
81
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=3mgyfdHUZV2gQ7K0ObAQ5XF-67MmXXBPZaSC16IGSfw,5396
82
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=wFTPXnUTaNRwHfexboeQijzm7oBNPV-Ix35_CfkYPyI,969
83
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Un5npy09AEkTyxZmhgK1M2WTOYFTjZ4XIf6mokQLGHk,2942
84
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=l9I1SZEgY7UZLGuPNIpYEwBJSyZOhDJN3GPMBFt59_s,4258
85
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=8X6mR_WfUjeGg-fwkQi3QvQBErUDz7uro6r-DRIMQQM,1975
86
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=e3_EEnbGOBU_P17L71t-OvOJfZxEUpjfIZxA6KTU8-k,6789
87
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=KwqCh1E7K37BxoFnTPcCXcMA0B6jJqd8tpKEg-ReTmM,2244
88
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=AquZ3K8xsueqeCdmPxpl85UtIHJ0EBQ7wosll2b1BY4,1871
89
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Lcb98sSqq6K2SKO5q9geBqJ0kIMBeFSBE4IPDIIhjyQ,7858
90
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=NO-Tm6qjsoFUhJap-X1gemLPw0UaYYBxArrEh9AqdJE,1816
91
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=aE0_k5--KKaWJGQrBZL4ldcJAS9u3FKJX9AWZNIM4CE,7674
92
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=COWtSbM0IusxcdfckFQ5AJ9vlcoXEAEUUiVq8jY_k9c,1313
93
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=233QloQQDypIKgGHmjoZ2X5iQBSSEhU3hLg1kw7XOFM,951
94
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=gPzlXtawW-ZPfSP0DLSs77lsXrtm9luPhjkltptMano,4629
95
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Ppv-GDGRK-Ctv955sXw7LVduUu9VRSB9spyly9ixcKk,12909
96
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=Vmc-aR8fafzeq-AYsR0hturNZUTFZarWkyyp-A7JiWY,2193
97
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=H3ahF-3CIT63aWSCyltVo1gR4AmVXtGiWmiDR-xP9SU,20310
98
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LuHcdZ_3gAjjBD8hg-dL7mNF85Pp-Lpp0jeq_hkvAgo,29154
99
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=BLUcwi9bwEOq6Rv_uY6l8i1EzlnLL_34xH3RD9b01D4,965
100
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=xMizi_Ao4G2SPCGAWtvEb-i_GG9K5ETH6USVk6-jnzQ,1123
101
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=IV2DA2E7qIqDSsA3myaw-bPumo34oISJDexr9Rgvz5M,453
102
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=XmnL5mFY3Osi-kBuOV8BEKxKjz9CZIvjYggbA89E8ks,1787
103
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=-3hMQAs2sQi6Y58VXTtG0LK0frKmJzbCGoqWFU3uD4g,508
104
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=x-6AbYCuoCIkLPRK3pbXsoXdoj4BVi5NSLxc1OwchXU,3090
105
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=kUlo98YUTexvn4dORpK3mIHI0T1Knj4fn6dE50Fc8cw,772
106
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=esT0bCZNs6TBn92kGN8qVbRFcvXSSqmTuYxGCIST_x0,798
107
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=6_LaN3PN4PbCrmgqHniOtaKLc3ujQlLaG7TeCCRcBDw,1184
108
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=NbFAScgWr1KLT0szwM1HTX10RPhwUVGxMEXSFDWNHKo,1722
109
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ZuF0A3fB53aSWVitQ0QZqFwol4GkIyannbIr-eXTK_8,453
110
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=7Mm4JW9_DO_1WhWlqTLtLHqfDMEPeQdPawF2O92eF-I,681
111
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=z3HefGM4gsnQEk5MdrkYB_-WXtsI1iLQpgTpd3N4vLk,4502
112
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=cK-WEznCMYDghqPpdzJMYS7tqTXNUBYskSJ4cvmVyvo,4234
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=fDq-sBH83-adCvFeOiPMjodsIGu4BfB7E_LXrXBSyNQ,1174
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9bbCRX1GlqZuO3f4nv6G7CyJSjqHjhjBgomHWHb4mK4,5053
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=dCRBvlPurXVQd-wjxITzCrgTvuk5q7_AdQU6iCxlz9w,4816
116
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=iKYMK4OQYOCf6bIvbJXqBWDsKz-hMlMkA_tGgMkoxpY,627
117
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Y3Ddu9bXybRnlLSimiccy_K93kXu2R9Bl8ALnFR1drg,2188
118
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1wuxbRpqzVfaG2ExWFSb_i0POgYVbtf_Kkc0RunFN9Q,2333
119
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Dw7GE48jC1cEtVGEBHvG0iQntU2Oq6sDLq2-7JW4EG4,1130
120
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=r8BqsJZ1GGU7yaPp0ESs4GpUKZZcxt6qlK07KT2mgG8,1651
121
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=BKOSL_AcGmshaOmYavM14EDctiFbrxt73JC_OS90DaE,771
122
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=1YjMDuCFh5kX8X2p5mu0ylBTbNajOkreSf3a6ArU8SA,812
123
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=U_AFHTMxrB7lcen5BPwd_m6Ybvm8ngq9MJSPfiCMZRs,1114
124
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=62BGnOyZh9M810XSpXsDZ9LiHZOuaIc7IGlR45f-6BM,2021
125
+ metaflow-stubs/profilers/__init__.pyi,sha256=74tOyh06oZaN6G2NSw1K4GKmdaCdmCvzqBIlz5jmdxE,654
126
+ metaflow-stubs/runner/__init__.pyi,sha256=kuaGfpZhgfnvWIt6yFmRcN69lmueUXl7YbvlAFejaZE,453
127
+ metaflow-stubs/runner/deployer.pyi,sha256=TMhJTIh0-t1bGaXQoQXX4tyHTNlIq2l4Po3AaVa8ftQ,13266
128
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=_kvddZGhRRQ-hnxnRZRwMtz5-wkDOa1RnZNEfA1xsow,23329
129
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=lY-1STU00-32V8gF3zn20qCr9Lk-jijH68KXZV5Qux4,1849
130
+ metaflow-stubs/runner/nbrun.pyi,sha256=PSiO3E1g9mEFrZ5mz_f05FMV_6nabwcn4qu5I_RIIFE,7548
131
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=h8pbAEzx5Id5klHTCzhv7M2_ivZTdKX0yz_mxOtCmWk,8577
132
+ metaflow-stubs/runner/utils.pyi,sha256=UQaVS9P6PMv7CTjg6E5FrBFiycXAieBt1_Mta91zZtU,852
133
+ metaflow-stubs/system/__init__.pyi,sha256=htYilCNV4jduBd9o-R_vMSVAaft13jqi5ROl20ZClE8,3383
134
+ metaflow-stubs/system/system_logger.pyi,sha256=-4GwV1MJiT9DJYoq_vQixhMvGJEuAzoMsk9oILe8wCU,1876
135
+ metaflow-stubs/system/system_monitor.pyi,sha256=ZYVcGRwUfRNle3wZtiXpY94rY-e-wt9m8xosdnphPNM,2017
136
+ ob_metaflow_stubs-5.9.dist-info/METADATA,sha256=w5PtMKBmjJ9Tgm9T1odPKyEyOkgtM9-wgh30PGw3wJE,651
137
+ ob_metaflow_stubs-5.9.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
138
+ ob_metaflow_stubs-5.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
139
+ ob_metaflow_stubs-5.9.dist-info/RECORD,,