metaflow-stubs 2.15.16__py2.py3-none-any.whl → 2.15.17__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 (149) hide show
  1. metaflow-stubs/__init__.pyi +631 -627
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/cli_components/__init__.pyi +2 -2
  5. metaflow-stubs/cli_components/utils.pyi +2 -2
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +5 -5
  8. metaflow-stubs/client/filecache.pyi +2 -2
  9. metaflow-stubs/events.pyi +3 -3
  10. metaflow-stubs/exception.pyi +2 -2
  11. metaflow-stubs/flowspec.pyi +6 -6
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +4 -4
  14. metaflow-stubs/info_file.pyi +2 -2
  15. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  16. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  17. metaflow-stubs/metadata_provider/metadata.pyi +3 -3
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +4 -2
  20. metaflow-stubs/metaflow_current.pyi +18 -18
  21. metaflow-stubs/metaflow_git.pyi +2 -2
  22. metaflow-stubs/multicore_utils.pyi +2 -2
  23. metaflow-stubs/parameters.pyi +4 -4
  24. metaflow-stubs/plugins/__init__.pyi +12 -12
  25. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  29. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  30. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  31. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  32. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  33. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  35. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  36. metaflow-stubs/plugins/argo/argo_workflows.pyi +6 -4
  37. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  38. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
  39. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
  40. metaflow-stubs/plugins/aws/__init__.pyi +3 -3
  41. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  42. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  45. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  46. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  47. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  49. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.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_client.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  56. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
  57. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
  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 +3 -3
  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_client.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  69. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  72. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  74. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  78. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  79. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  80. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  81. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  82. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  83. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  84. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  85. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  86. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  87. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  88. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  89. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  90. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  91. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  92. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  93. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  94. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  95. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  96. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  97. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  98. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  99. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  100. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
  101. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
  102. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  103. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +8 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  105. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  106. metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
  107. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  109. metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
  110. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  112. metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
  113. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  115. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  116. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  120. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  122. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  123. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  124. metaflow-stubs/plugins/uv/__init__.pyi +2 -2
  125. metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
  126. metaflow-stubs/pylint_wrapper.pyi +2 -2
  127. metaflow-stubs/runner/__init__.pyi +2 -2
  128. metaflow-stubs/runner/deployer.pyi +31 -31
  129. metaflow-stubs/runner/deployer_impl.pyi +2 -2
  130. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  131. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  132. metaflow-stubs/runner/nbrun.pyi +2 -2
  133. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  134. metaflow-stubs/runner/utils.pyi +4 -4
  135. metaflow-stubs/system/__init__.pyi +2 -2
  136. metaflow-stubs/system/system_logger.pyi +2 -2
  137. metaflow-stubs/system/system_monitor.pyi +2 -2
  138. metaflow-stubs/tagging_util.pyi +2 -2
  139. metaflow-stubs/tuple_util.pyi +2 -2
  140. metaflow-stubs/user_configs/__init__.pyi +2 -2
  141. metaflow-stubs/user_configs/config_decorators.pyi +6 -6
  142. metaflow-stubs/user_configs/config_options.pyi +4 -4
  143. metaflow-stubs/user_configs/config_parameters.pyi +7 -7
  144. metaflow-stubs/version.pyi +2 -2
  145. {metaflow_stubs-2.15.16.dist-info → metaflow_stubs-2.15.17.dist-info}/METADATA +2 -2
  146. metaflow_stubs-2.15.17.dist-info/RECORD +149 -0
  147. metaflow_stubs-2.15.16.dist-info/RECORD +0 -149
  148. {metaflow_stubs-2.15.16.dist-info → metaflow_stubs-2.15.17.dist-info}/WHEEL +0 -0
  149. {metaflow_stubs-2.15.16.dist-info → metaflow_stubs-2.15.17.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.545027 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.952772 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,20 +1,20 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.642437 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:28.049540 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import typing
10
9
  import metaflow
10
+ import typing
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.plugins.argo.argo_workflows_deployer_objects
13
- import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
14
- import metaflow.plugins.aws.step_functions.step_functions_deployer
15
- import metaflow
16
12
  import metaflow.plugins.argo.argo_workflows_deployer
13
+ import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
17
14
  import metaflow.runner.deployer
15
+ import metaflow
16
+ import metaflow.plugins.aws.step_functions.step_functions_deployer
17
+ import metaflow.plugins.argo.argo_workflows_deployer_objects
18
18
 
19
19
  from ..exception import MetaflowNotFound as MetaflowNotFound
20
20
 
@@ -58,24 +58,24 @@ class Deployer(object, metaclass=DeployerMeta):
58
58
  """
59
59
  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, file_read_timeout: int = 3600, **kwargs):
60
60
  ...
61
- def argo_workflows(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer.ArgoWorkflowsDeployer":
61
+ def step_functions(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.aws.step_functions.step_functions_deployer.StepFunctionsDeployer":
62
62
  """
63
- Deployer implementation for Argo Workflows.
63
+ Deployer implementation for AWS Step Functions.
64
64
 
65
65
  Parameters
66
66
  ----------
67
67
  name : str, optional, default None
68
- Argo workflow name. The flow name is used instead if this option is not specified.
68
+ State Machine name. The flow name is used instead if this option is not specified.
69
69
  """
70
70
  ...
71
- def step_functions(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.aws.step_functions.step_functions_deployer.StepFunctionsDeployer":
71
+ def argo_workflows(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer.ArgoWorkflowsDeployer":
72
72
  """
73
- Deployer implementation for AWS Step Functions.
73
+ Deployer implementation for Argo Workflows.
74
74
 
75
75
  Parameters
76
76
  ----------
77
77
  name : str, optional, default None
78
- State Machine name. The flow name is used instead if this option is not specified.
78
+ Argo workflow name. The flow name is used instead if this option is not specified.
79
79
  """
80
80
  ...
81
81
  ...
@@ -162,45 +162,45 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
162
162
  """
163
163
  ...
164
164
  @classmethod
165
- def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
165
+ def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
166
166
  """
167
- Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
168
- metadata.
169
-
167
+ This method is not currently implemented for Step Functions.
170
168
 
169
+ Raises
170
+ ------
171
+ NotImplementedError
172
+ This method is not implemented for Step Functions.
171
173
 
172
174
  Parameters
173
175
  ----------
174
- identifier : str
175
- Deployer specific identifier for the workflow to retrieve
176
- metadata : str, optional, default None
177
- Optional deployer specific metadata.
178
-
179
176
 
180
177
 
181
178
  Returns
182
179
  -------
183
- ArgoWorkflowsDeployedFlow
184
- A `ArgoWorkflowsDeployedFlow` object representing the
185
- deployed flow on argo workflows.
186
180
  """
187
181
  ...
188
182
  @classmethod
189
- def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
183
+ def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
190
184
  """
191
- This method is not currently implemented for Step Functions.
185
+ Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
186
+ metadata.
187
+
192
188
 
193
- Raises
194
- ------
195
- NotImplementedError
196
- This method is not implemented for Step Functions.
197
189
 
198
190
  Parameters
199
191
  ----------
192
+ identifier : str
193
+ Deployer specific identifier for the workflow to retrieve
194
+ metadata : str, optional, default None
195
+ Optional deployer specific metadata.
196
+
200
197
 
201
198
 
202
199
  Returns
203
200
  -------
201
+ ArgoWorkflowsDeployedFlow
202
+ A `ArgoWorkflowsDeployedFlow` object representing the
203
+ deployed flow on argo workflows.
204
204
  """
205
205
  ...
206
206
  ...
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.566623 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.974512 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,17 +1,17 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.558083 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.965979 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import typing
10
9
  import metaflow
10
+ import typing
11
11
  if typing.TYPE_CHECKING:
12
12
  import metaflow.runner.metaflow_runner
13
- import metaflow.client.core
14
13
  import metaflow.runner.subprocess_manager
14
+ import metaflow.client.core
15
15
 
16
16
  from ..client.core import Run as Run
17
17
  from ..plugins import get_runner_cli as get_runner_cli
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.559079 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.966958 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.558686 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.966580 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.565995 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.973883 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,17 +1,17 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.564757 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.972651 #
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
11
+ import metaflow.runner.click_api
12
12
  import metaflow.runner.subprocess_manager
13
13
  import types
14
- import metaflow.runner.click_api
14
+ import typing
15
15
 
16
16
 
17
17
  TYPE_CHECKING: bool
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.559624 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.967552 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.583328 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.991313 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.582911 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.990903 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.538509 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.946280 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.544122 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.952554 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.538178 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.945889 #
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.15.16 #
4
- # Generated on 2025-06-10T23:43:51.543704 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.951428 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,12 +9,12 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import metaflow.flowspec
12
- import metaflow.user_configs.config_parameters
12
+ import typing
13
+ import functools
13
14
  import metaflow.decorators
14
- import metaflow.parameters
15
15
  import metaflow.user_configs.config_decorators
16
- import functools
17
- import typing
16
+ import metaflow.user_configs.config_parameters
17
+ import metaflow.parameters
18
18
 
19
19
  from ..exception import MetaflowException as MetaflowException
20
20
  from .config_parameters import ConfigValue as ConfigValue
@@ -1,16 +1,16 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.561662 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.969630 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import typing
10
9
  import metaflow
10
+ import typing
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow._vendor.click.types
13
12
  import typing
13
+ import metaflow._vendor.click.types
14
14
 
15
15
  from .._vendor import click as click
16
16
  from .config_parameters import ConfigValue as ConfigValue
@@ -1,21 +1,21 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.542099 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.949826 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import collections
10
9
  import abc
11
- import typing
10
+ import collections
12
11
  import metaflow
12
+ import typing
13
13
  if typing.TYPE_CHECKING:
14
- import metaflow.user_configs.config_parameters
15
- import metaflow.parameters
16
- import abc
17
14
  import typing
18
15
  import collections.abc
16
+ import metaflow.user_configs.config_parameters
17
+ import abc
18
+ import metaflow.parameters
19
19
 
20
20
  from ..exception import MetaflowException as MetaflowException
21
21
  from ..parameters import Parameter as Parameter
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.16 #
4
- # Generated on 2025-06-10T23:43:51.559195 #
3
+ # MF version: 2.15.17 #
4
+ # Generated on 2025-06-13T18:00:27.967110 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metaflow-stubs
3
- Version: 2.15.16
3
+ Version: 2.15.17
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.15.16
24
+ Requires-Dist: metaflow==2.15.17
25
25
  Dynamic: author
26
26
  Dynamic: author-email
27
27
  Dynamic: classifier
@@ -0,0 +1,149 @@
1
+ metaflow-stubs/__init__.pyi,sha256=UX4JgvNnitUG6QI-zm84LpNrOypwLpdC0MuXYZWzxGs,63630
2
+ metaflow-stubs/cards.pyi,sha256=SFiOeXo4lxo4yxxdyiG-HZ5hmbOSoYxxS0c54WV6Lhk,1640
3
+ metaflow-stubs/cli.pyi,sha256=IDctdFveELbTWTxBKv3EAWJ0tqECXYlks4X3Fvp2AsU,2194
4
+ metaflow-stubs/events.pyi,sha256=5sns4n4ommTjge4umR7x7QvmZ_6NC2WsHk9pvhcRwCQ,4022
5
+ metaflow-stubs/exception.pyi,sha256=ptwcwCViAI00fvDDDXk7VjnEqpCyZV9Npll7LM_M-vU,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=O2FDALnvWTIfy13L1UB3sLcF7m_CBRgudH77zjI-sy8,10327
7
+ metaflow-stubs/generated_for.txt,sha256=cqugyL14pQSeAeVVOxBMG4oPd1o3gHvZhTmrPxDX-Zs,34
8
+ metaflow-stubs/includefile.pyi,sha256=FaZorc_iUtXWPsLMn6SlXLLKqnpoorV-XC84y-o8WSA,4615
9
+ metaflow-stubs/info_file.pyi,sha256=o00lydZIIfVMwLOyZUUec9CUIX7mmaYVykn4t2BOD3g,625
10
+ metaflow-stubs/metaflow_config.pyi,sha256=eukplLSaVgxcuMtZkNnF7T4GNfQhEmjGgMbFAGrGdYs,4838
11
+ metaflow-stubs/metaflow_current.pyi,sha256=GNA4VNim2A_XrARjtlNEpyCJzWMdtTGRcmmf-UFqY5c,9655
12
+ metaflow-stubs/metaflow_git.pyi,sha256=7MJzGSXiNuH3EHcyma-eCqTmyGTbl5Y4JLcPzKRKwsA,1088
13
+ metaflow-stubs/multicore_utils.pyi,sha256=lj6CFuYmJ5qoFQuJb3yYiE4LV-b6zXEbTF7k7i3n4Lk,2516
14
+ metaflow-stubs/parameters.pyi,sha256=8mhJso1oCMguTGPff3jEFQOlIFsbpSlBpotgWfXt2Mo,7517
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=mi1cV2ND2aUKp9sNQ6mT7Xh6TbFvId8Eb6J2v7_FkOg,994
17
+ metaflow-stubs/tagging_util.pyi,sha256=wfQb2-eTphriwlb7sLEzb-8vmW-X3Wu72knrl_hGwrg,1494
18
+ metaflow-stubs/tuple_util.pyi,sha256=Hf5yx789sYcZi77ZDI8CH0uW8Ky91dARtiZ9_lMf9sE,663
19
+ metaflow-stubs/version.pyi,sha256=SCw3Zw-fMpWJF_Hwym1bNXaHOhoBOb98rYJVbJjbPAM,577
20
+ metaflow-stubs/cli_components/__init__.pyi,sha256=zYajqpfWFOhoYGcni9JdfnYk26h46X1pvM4sfoWFUwY,583
21
+ metaflow-stubs/cli_components/utils.pyi,sha256=xWOouKKEd92aqMn-dYOPi-nFjbvCKkW1ze2epRkjhsE,1260
22
+ metaflow-stubs/client/__init__.pyi,sha256=qa1AxqY7hJ_8IJiiYUGQB_F696FBOxZbmDw2dGkAZl0,1114
23
+ metaflow-stubs/client/core.pyi,sha256=Ym5GPPwS5HWVkkYAJD2z_uJ5X2NFE70rrAERCfL6nbE,48139
24
+ metaflow-stubs/client/filecache.pyi,sha256=qB4ON4A8lSfpo25BrZVVW0FFAHoPS_gVaIzKIzcBYvI,3059
25
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=8jPRQW5ny3EW4gIFg4tx9qsEarMdtk2X7YM5o77elck,808
26
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=mNexa99LXugm5osx_bo6WQMrrBi5pBLwvGc9FRsGVFA,1068
27
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=VM-3ND2e_n-yoB265dICsDSv6cZCfCihCDBMEosNF6o,13235
28
+ metaflow-stubs/metadata_provider/util.pyi,sha256=PKHOPR8ijW-sPfdo9n6xCkwbJgcMDy-aDypMn0tME1c,758
29
+ metaflow-stubs/plugins/__init__.pyi,sha256=pPLPA-0PPsoUVsVIWAiIoQi9A9mWV82WmatHDaax6Ew,3764
30
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=JFBRkCoJqWPjq-ZkZa-gmRx5C-b5a1hfKQ6yiAjLSDc,2243
31
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=cvAyVgXuw7tvIvMjOsGKSm1tUSUAcyK1eP5qECYPwEw,932
32
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=Zc9JXZVojKI6RJ38pN_iM-Opb0qblf-AVnmZccBvaU4,910
33
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=fqV4YgjLnDktAhBu9Wa4Ilhr4k5aEBIF-nCY1ZBDo0U,1052
34
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=_zBYuBh43_QAYjT-gjGGKxYseQRT51Ua6XB802MhluI,4772
35
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=hyrOVctZ5YhCk209R3VHR9Trt8nNg8QeqB5lN3Y1HXA,2445
36
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=ADiVJX_DVzjlh-8BX-udoDY-cCYpKCU-cgQCLvGTWpw,3713
37
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=RNzk5d_oWz38hRBsPzgrJ6vHJ35feOJo1v2FkaajXyA,1829
38
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=Ndsu4l-91tP20pxQS5W8cz-5yBclTKJFvm5Bh7DOLq8,1709
39
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=T_gVoUUw_wQX5QSv7KyBeYC81EDcr0PnU46bevnh6KE,1198
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=0Kk0Xg-_HcJjVtPF_3oqAENHUz_oe4TbGSOTw9XGOi4,2087
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=05aQFQMlzjhqhKl-PM8zkXJl7XHsCZtZztIJwNTenYY,2296
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Kg6e_J3obA0wmCnAgiS7OF9IzMnKCFwExKgNGxb8vcQ,722
43
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=hwoH429-znT7CDsq6o75B0CmzE6VIetumRUOzDKKQNM,1229
44
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=XyjjXKWELoke1x5wJ23j7dKoWnqsfrNgSX7suC4ZyEs,3154
45
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=wtxRKxDyz4ppPYPZ1mbyY6f-prfeFwFJNgP_40mMHRM,923
46
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=ih6CBHHRxCQKmdRB_eDnqtvRxqpTqmkpRvltv_d3X58,877
47
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=wsBXoBHg-sWfytWi48d6vH0h-YwCdorIfWzbCfTQGMI,1497
48
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=TscL3Jj44SHg9aX7XbhssbsAHgC1grkI9-cWLwDINzo,3309
49
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=3x_LIzihr5G0Tuq7aM9x3BgoZ8UQa6LvzXaNSgzjGYI,3220
50
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=6Cup230jmyKmPiguw4UezXfnsGevyLIrjOBk_cxtPGY,727
51
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=KPvsMQXUx2Gek5VeHJnYWd7aEZqiMZkvOGMkQlv-Wtc,2534
52
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=AxPz7H0BMM4NXTPWyMBqMGs18LJn55M3dphBXoKOgxk,3348
53
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-iEEfNBt1ea0xYpHYIJTsEe7F6OY8H7MSCLw1qBW-2w,13841
54
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=-J3HnWG851uB9tqaNSWnYWMThsjo4xLbC_RitxqBLw0,1375
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=QBC5R01rr5SWBZ13LnAiu0TfeFd0XspC5ZeMuaOZRZU,4595
56
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=DxOCTjCvxPNoDbO5zFKU6sw4FtGtC11EZQ9px1yUhvw,6173
57
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=t1v98TmpaLlA851HP1RKvEipBqrsP2hNSWAOhLG_hFw,755
58
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=LXpQhAngPZM3PLcv8AINBVI05CXDm68GZZbWa6OPSHs,930
59
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=VGjDICSKMHmzBsF2NXSpe1L5AYVUaBGnYjDReBq2D8E,3085
60
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=JHrxHsj6OaWKY-y0gypKNsVcuwJHHHl1nvJSLVtkp-k,675
61
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=gIGlo7SQ0v0gz57WFoVEqXKkZSD5Uaz-wLEVUdyCwOs,2905
62
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=eIMd_vy-vDDCEkryqivEHl1yzBZI7S9O-eU9C8kT-NU,3767
63
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=KEdK6fTbUfgfHPR3yBHog8Sqbf76zmtL1VinkpMVzZ4,5937
64
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xTbxOHN4sxIx249QfYhjRIM2R4Sx9byPu-iIwYjVS90,645
65
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=w_oDUVv7fBOWas7IVK_dhyhJjkY65hp8RU-U8PzVEPs,3575
66
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=E-urShHIw1hGeXTULNeyBdwItDiv5sPDdDB5JVYvXTw,792
67
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=5rA47iEGIn2XnROpy5j7_kLwCu166wt30saoNgATatE,976
68
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=wvuKy3rrgTeNTovelvBHVZ1P4BWnEux8dej4ejiQZuk,899
69
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=sHH5-2yeq_RWtEYngHblGO35Get04vfXYq0EqaX7WlM,1637
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=FIW8yHfDl8Vf2bBm8pPL7R5abvU4TaBNI80_FEW7jcI,4553
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=re2y0FopfbwSjPvR8IAa3yaBovHGW5w0oSzbjqaO938,1186
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=SanVvKro16YISiCsgWpCWjp9CZVqUo79CjeWaeQzgjs,1145
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=cEe3uCjktrwLEm1-ny0BSgClG7uq6yj6SyacWxiXbug,3881
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=ItKYSHHQXCIot2e8OdupvJ-CbIsD_AhH4ieZitmwGqE,4410
75
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=ydbIMAH9Ksv7pd_hv6POr0u9LSskuwzQEYQAQ2QW3rM,1011
76
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ZZqlI4POMiP9nYETkyv5bAGVb8bn0p8mW9qgD8o2TOM,1168
77
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=ywwCm-g357gRbpioKSNVPqWRUHYE1RwfYmNSnPzdSl0,999
78
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=rjqPo5fz0BKrIM5LgU182HLY6JWHoJuIdjzDDjnYqdk,2289
79
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=PhTyLLrgFKpCGm88rCBZ1d9Dui0y6eyjLHUZqr-eq1c,2458
80
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=hqvtkK1mBL0TdWJqV-fseJlU7ayUWmDmTcxbTdOvyEE,1568
81
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=YXuc-zO-qGdXGXdNDrwfaO_3cnuqxRK_5aWoH_SOXTs,1667
82
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=VPZf2d_AKbwya-PnPAAnDmqsf3TX91PkyMnwIbzmjOM,916
83
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=knKhMrHVR-T1RN9hskjdDrhsp6RTHpaz_G-5H1YdEi0,4909
84
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=0G9nGk1F5o0ziuianerPDd0O5VggNgGDsHpyaZeVtMI,1089
85
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=HNTzjJ8NpsIfOh5Jqxflsqgmib1BGgqM49kieyt1pkg,2962
86
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=wbCIC-LUlvQBYGdnEXgaNWaXyvJEPDHMu7I9a23ACZs,3038
87
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=TGfgBFGiq9EPTObRtGOXsbUVRTqpBBwtBILkUKORQPs,759
88
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=TQ4u4jLZ9wvV4rLeTa1LsSqA6SOKUVYwD4TKmwGN1HY,8476
89
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=XZgmn2JNFfJH2NATpctFfCH5ekkc-oZz9sim7v1SKGk,2470
90
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=XlJQ9eaFlVcDc5W3fOFAxhph5nElkVzDPdDJV6hfEKI,986
91
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=0Ezy0BT3Wr4O-vc2jZc3EuwS18J3eT8t4HQ0YjalKww,7501
92
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=1CeGRf4g7cWyXg1MFeDudGxk6YBaz3ZxL3s0qkt2s5M,3196
93
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=u4SHa8UAyCpsv0dWbrq-e7iShFroOJQxqMePuMUw-x4,11481
94
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=-9n4jhN1hV_ml6ebgp-PBmUPYEaKeEMRUfMEh2RSlFU,1479
95
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=tkgqBueSE7twPVDDv7pVXJbgyHcUYdXu3c8cqA8t0q4,853
96
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=hTqPubwFAo9bPjqkLoi8FBEerVi0LVqftF6fZ05oBGE,3550
97
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=29m9_4Kzc6MPscg4SYPUMlxKbNPgGMpiKGOm1QT1sJY,933
98
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=Cn7xMA9N7vNc5jD_kncqniDB2T3qV8b2RwNznlKU28g,2797
99
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=lnlkxPKsTstPvQi0xfqarvQIHxkoNxLU4jOs5hFEpII,1204
100
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=qobuRuEcfqhW_7aAkKymCSS8kla1qYkrDwgYhk5YD3Y,24447
101
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Jzmcql_oPtzEvE5AwicOG7H6_u2lgqA3gi-Ylhtnuzg,1036
102
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=A35gy3zUPigMumzCZOxbBCKs_sgwVjXuP92wLCJ3yGU,1132
103
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=louALFze5sexDFY8rSy3UCbvSTD0czIttdRNb-2WXDM,587
104
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=5sLH1KSvo8Iq9-Y3sVwaJ-xd_ctZ6rXEq0Qii9zG3J0,1200
105
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=hLSOwgFBcyJCgA3ZWURYo_dEl9oTZl28glMbzzZRJN0,923
106
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=6PgOETQJXTgXUJ17Vd9E0MZVxjPYoP7uliYYCjYYr88,3298
107
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=KQJb2Z-PXKxCo3UNLvvLCqfbec9-_4p8TmDwywwn40o,796
108
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=HmhzfBVVzbLK35eZ9hYUEYdAwMYuVhe8CpjCktrcw-0,899
109
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ufhaMwLOw0P-AnsfXi53c_ZF-chTN9M4EOP7rSB1IUs,1086
110
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=qsv-9_WzkiOG28E1IKyXHBltTZf9qnwyCSCOyQ6zru0,1641
111
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=0IfZFJks3qe6oKovTrzSz48-zYE2bPFpRoyDpfl-VWU,905
112
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=PYuIrzbv5uZeIklGh_thSNhVKOXoPnjzfkuzXzxPtG0,1707
113
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=5WYxx8X1AgCcYJUwLvb5EoXhOaHo1PdaPvUWvEN5Qkg,3787
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=4My54K83ZG2dutDch-fKAfkzNzxVkgSbjNAIp4z0t0Q,1326
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=1LZYQgEwBo-knUO81YtcJdDYMpRw2l8hpSVzRLO4FI0,7878
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ZRS5fDduhVIZ5dfPmit8TlfXxFt0VxlpfCffk6bof6E,2525
117
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=lPxfTWD4T7b4B04lOO7bYUDkzBOMW8rqwAO761904VE,5389
118
+ metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=VSHubRThF-Gp0qLt9bDscGK8p8tbiRXs3oinpYTD1dU,762
119
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=nV3jxqG2lIR8GudZ2FCJUkfbiHQh7vnTXiCTStf8IoE,948
120
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=LNrdsqwhMICnAMKU1oClHPH03-7lsMYFasOA07z9C24,3789
121
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=JYn8CGgvNqIqp3slwvAQU9QIynGqtUBUa_a88GwkClw,2409
122
+ metaflow-stubs/plugins/pypi/parsers.pyi,sha256=yiErfwuPWVdQtFUjZTV51BxV-_JPEJRZW80QpudrmN0,3741
123
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=TXRfECJikCYaNStdtJaMopSsj-Af68qSxkTNCw2fmFk,2610
124
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=H85xf1Fxetwfvq40AKhiQDoXjbvvTyPe7osm-mExXCs,834
125
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=31x2jKiBOkPjEQoxX2xJJ-dIXZyCEssVxhVhKCWYfSY,874
126
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=b61gj_lJlOLgCR12lHYwfi48uRONqQkdvnt6tMubpj8,1042
127
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=76UXHigd-r9DGpFl7MiILRFFld9yOGJeTle5TMiqrrc,986
128
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=aGQeY7xNV01UF9AA2_VLFyr1Cd2uQKWirKjq94G9cQw,2345
129
+ metaflow-stubs/plugins/uv/__init__.pyi,sha256=CRSdTrjtvzOgRf4yh6pGFviwL8tIoWQK3Nfiy8mGok4,601
130
+ metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=OU4WhBXMiuQ5tPhULsvhcasi3RIegZLAXdEBH2tTr0k,1327
131
+ metaflow-stubs/runner/__init__.pyi,sha256=kBqUK-U1Nv8k4BYdsW7uV3jObt5ItMqC4OFKy2C32vA,831
132
+ metaflow-stubs/runner/deployer.pyi,sha256=nMCb-sWvI3W-8ORhvpl-bD_Eq1OxV0dhSPWVrFj-KEg,7839
133
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=IaFEtZJh21GwucG8jwPdrtcgY8WJ72uowPnyLqzfAdU,3416
134
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=KEo6nE3h88mtMMDW6j3ABbcDTZWKVuO_QK0Q513RBho,10997
135
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=ynblFyxBMqxaYCMuwGThvt4OgY6LdSI1Y2AAtQFGqt0,2946
136
+ metaflow-stubs/runner/nbrun.pyi,sha256=oijq9FxYEwed_H7jY5eTOmrG4Enk7HvNu6TBLyUxKT4,6035
137
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=OEheGqA0V6ZLupdXYDfvqLi2pKrI8R6GUgc2wXMua5Q,9271
138
+ metaflow-stubs/runner/utils.pyi,sha256=Ir-xhBc8oIwB2P1rqrSxsTjPJlMDDMclEDTYMjU5b1Q,6004
139
+ metaflow-stubs/system/__init__.pyi,sha256=8zrQMMvR9LUTbNYlNY87zV4LM1zMGSFakRP-p3P7l4I,761
140
+ metaflow-stubs/system/system_logger.pyi,sha256=X-snVkAzjEhni6PQQ62k_9ralerxBeHi9EaIefqoGRY,1666
141
+ metaflow-stubs/system/system_monitor.pyi,sha256=PyyP0f3P2_MojTk42TgwwiDw1N6jSScqWHI2Cdm8R0o,1788
142
+ metaflow-stubs/user_configs/__init__.pyi,sha256=O9qxgEHz0CS0rOc1HYsMRBJnldcGPj3k56BMpyZjOyw,707
143
+ metaflow-stubs/user_configs/config_decorators.pyi,sha256=MvABxVdMX8_UgzvsYDjibZXt6pB_biGO4qBzRIWQyCw,8980
144
+ metaflow-stubs/user_configs/config_options.pyi,sha256=bm6HvYOcKF5vA-Bu-a5RWzwOR84ciiFl64wJTD2QHWw,2955
145
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=PMnfK6q7-WoT87ccXCVV52d1ge4QHX2HfYKDNETjlc4,10212
146
+ metaflow_stubs-2.15.17.dist-info/METADATA,sha256=VA1YQkteWl_TjSrlrf9Yw9BNK3aqdzkRahMjf2gNrXc,1619
147
+ metaflow_stubs-2.15.17.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
148
+ metaflow_stubs-2.15.17.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
149
+ metaflow_stubs-2.15.17.dist-info/RECORD,,