metaflow-stubs 2.13.2__py2.py3-none-any.whl → 2.13.4__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 (144) hide show
  1. metaflow-stubs/__init__.pyi +186 -186
  2. metaflow-stubs/cards.pyi +3 -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 +4 -4
  8. metaflow-stubs/client/filecache.pyi +3 -3
  9. metaflow-stubs/events.pyi +2 -2
  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 +2 -2
  14. metaflow-stubs/info_file.pyi +2 -2
  15. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  16. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  17. metaflow-stubs/metadata_provider/metadata.pyi +2 -2
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +2 -2
  20. metaflow-stubs/metaflow_current.pyi +34 -34
  21. metaflow-stubs/multicore_utils.pyi +2 -2
  22. metaflow-stubs/parameters.pyi +2 -2
  23. metaflow-stubs/plugins/__init__.pyi +9 -9
  24. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  29. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  30. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  31. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  32. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  33. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  35. metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  37. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
  38. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
  39. metaflow-stubs/plugins/aws/__init__.pyi +3 -3
  40. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  41. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch.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 +3 -3
  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/schedule_decorator.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  54. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  56. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
  57. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  60. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  61. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  62. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  63. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  64. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  65. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  66. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_decorator.pyi +4 -2
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +15 -7
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +9 -3
  72. metaflow-stubs/plugins/cards/card_modules/components.pyi +47 -9
  73. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +6 -6
  76. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  77. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  78. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  79. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  80. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  81. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  82. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  83. metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
  84. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  85. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  86. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  87. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  88. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  89. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  90. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  91. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  92. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  93. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  94. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  95. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  96. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  97. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  98. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  99. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
  100. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  101. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  102. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  103. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  105. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  106. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  107. metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
  108. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  109. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  110. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  112. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  113. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  115. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  116. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  117. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  119. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  121. metaflow-stubs/pylint_wrapper.pyi +2 -2
  122. metaflow-stubs/runner/__init__.pyi +2 -2
  123. metaflow-stubs/runner/deployer.pyi +30 -30
  124. metaflow-stubs/runner/deployer_impl.pyi +2 -2
  125. metaflow-stubs/runner/metaflow_runner.pyi +3 -3
  126. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  127. metaflow-stubs/runner/nbrun.pyi +2 -2
  128. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  129. metaflow-stubs/runner/utils.pyi +3 -3
  130. metaflow-stubs/system/__init__.pyi +2 -2
  131. metaflow-stubs/system/system_logger.pyi +2 -2
  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. metaflow-stubs/user_configs/__init__.pyi +2 -2
  136. metaflow-stubs/user_configs/config_decorators.pyi +5 -5
  137. metaflow-stubs/user_configs/config_options.pyi +3 -3
  138. metaflow-stubs/user_configs/config_parameters.pyi +7 -7
  139. metaflow-stubs/version.pyi +2 -2
  140. {metaflow_stubs-2.13.2.dist-info → metaflow_stubs-2.13.4.dist-info}/METADATA +13 -3
  141. metaflow_stubs-2.13.4.dist-info/RECORD +144 -0
  142. {metaflow_stubs-2.13.2.dist-info → metaflow_stubs-2.13.4.dist-info}/WHEEL +1 -1
  143. metaflow_stubs-2.13.2.dist-info/RECORD +0 -144
  144. {metaflow_stubs-2.13.2.dist-info → metaflow_stubs-2.13.4.dist-info}/top_level.txt +0 -0
@@ -1,20 +1,20 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.2 #
4
- # Generated on 2025-01-08T14:49:03.618218 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.659962 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import metaflow
10
9
  import typing
10
+ import metaflow
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.plugins.argo.argo_workflows_deployer_objects
13
12
  import metaflow.plugins.aws.step_functions.step_functions_deployer
13
+ import metaflow.plugins.argo.argo_workflows_deployer
14
14
  import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
15
- import metaflow
16
15
  import metaflow.runner.deployer
17
- import metaflow.plugins.argo.argo_workflows_deployer
16
+ import metaflow
17
+ import metaflow.plugins.argo.argo_workflows_deployer_objects
18
18
 
19
19
  from ..exception import MetaflowNotFound as MetaflowNotFound
20
20
 
@@ -55,24 +55,24 @@ class Deployer(object, metaclass=DeployerMeta):
55
55
  """
56
56
  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):
57
57
  ...
58
- def argo_workflows(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer.ArgoWorkflowsDeployer":
58
+ def step_functions(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.aws.step_functions.step_functions_deployer.StepFunctionsDeployer":
59
59
  """
60
- Deployer implementation for Argo Workflows.
60
+ Deployer implementation for AWS Step Functions.
61
61
 
62
62
  Parameters
63
63
  ----------
64
64
  name : str, optional, default None
65
- Argo workflow name. The flow name is used instead if this option is not specified.
65
+ State Machine name. The flow name is used instead if this option is not specified.
66
66
  """
67
67
  ...
68
- def step_functions(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.aws.step_functions.step_functions_deployer.StepFunctionsDeployer":
68
+ def argo_workflows(self, *, name: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer.ArgoWorkflowsDeployer":
69
69
  """
70
- Deployer implementation for AWS Step Functions.
70
+ Deployer implementation for Argo Workflows.
71
71
 
72
72
  Parameters
73
73
  ----------
74
74
  name : str, optional, default None
75
- State Machine name. The flow name is used instead if this option is not specified.
75
+ Argo workflow name. The flow name is used instead if this option is not specified.
76
76
  """
77
77
  ...
78
78
  ...
@@ -157,45 +157,45 @@ class DeployedFlow(object, metaclass=DeployedFlowMeta):
157
157
  """
158
158
  ...
159
159
  @classmethod
160
- def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
160
+ def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
161
161
  """
162
- Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
163
- metadata.
164
-
162
+ This method is not currently implemented for Step Functions.
165
163
 
164
+ Raises
165
+ ------
166
+ NotImplementedError
167
+ This method is not implemented for Step Functions.
166
168
 
167
169
  Parameters
168
170
  ----------
169
- identifier : str
170
- Deployer specific identifier for the workflow to retrieve
171
- metadata : str, optional, default None
172
- Optional deployer specific metadata.
173
-
174
171
 
175
172
 
176
173
  Returns
177
174
  -------
178
- ArgoWorkflowsDeployedFlow
179
- A `ArgoWorkflowsDeployedFlow` object representing the
180
- deployed flow on argo workflows.
181
175
  """
182
176
  ...
183
177
  @classmethod
184
- def from_step_functions(cls) -> "metaflow.plugins.aws.step_functions.step_functions_deployer_objects.StepFunctionsDeployedFlow":
178
+ def from_argo_workflows(cls, *, identifier: str, metadata: typing.Optional[str] = None) -> "metaflow.plugins.argo.argo_workflows_deployer_objects.ArgoWorkflowsDeployedFlow":
185
179
  """
186
- This method is not currently implemented for Step Functions.
180
+ Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
181
+ metadata.
182
+
187
183
 
188
- Raises
189
- ------
190
- NotImplementedError
191
- This method is not implemented for Step Functions.
192
184
 
193
185
  Parameters
194
186
  ----------
187
+ identifier : str
188
+ Deployer specific identifier for the workflow to retrieve
189
+ metadata : str, optional, default None
190
+ Optional deployer specific metadata.
191
+
195
192
 
196
193
 
197
194
  Returns
198
195
  -------
196
+ ArgoWorkflowsDeployedFlow
197
+ A `ArgoWorkflowsDeployedFlow` object representing the
198
+ deployed flow on argo workflows.
199
199
  """
200
200
  ...
201
201
  ...
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.2 #
4
- # Generated on 2025-01-08T14:49:03.551708 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.592328 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.543433 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.584173 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,9 +9,9 @@ from __future__ import annotations
9
9
  import metaflow
10
10
  import typing
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.runner.subprocess_manager
13
12
  import metaflow.runner.metaflow_runner
14
13
  import metaflow.client.core
14
+ import metaflow.runner.subprocess_manager
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.544423 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.585168 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.544004 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.584752 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.551111 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.591729 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.549915 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.590540 #
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.subprocess_manager
12
11
  import typing
13
12
  import metaflow.runner.click_api
13
+ import metaflow.runner.subprocess_manager
14
14
 
15
15
 
16
16
  TYPE_CHECKING: bool
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.2 #
4
- # Generated on 2025-01-08T14:49:03.544976 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.585703 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.568116 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.608804 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.567753 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.608438 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.526378 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.566971 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.531606 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.572267 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.526023 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.566643 #
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.13.2 #
4
- # Generated on 2025-01-08T14:49:03.530756 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.571418 #
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.user_configs.config_decorators
11
+ import metaflow.flowspec
12
+ import functools
12
13
  import typing
13
14
  import metaflow.user_configs.config_parameters
14
- import functools
15
+ import metaflow.user_configs.config_decorators
15
16
  import metaflow.decorators
16
17
  import metaflow.parameters
17
- import metaflow.flowspec
18
18
 
19
19
  from ..exception import MetaflowException as MetaflowException
20
20
  from .config_parameters import ConfigValue as ConfigValue
@@ -1,13 +1,13 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.2 #
4
- # Generated on 2025-01-08T14:49:03.547064 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.587763 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import metaflow
10
9
  import typing
10
+ import metaflow
11
11
  if typing.TYPE_CHECKING:
12
12
  import metaflow._vendor.click.types
13
13
  import typing
@@ -1,21 +1,21 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.2 #
4
- # Generated on 2025-01-08T14:49:03.529094 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.569708 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
+ import metaflow
9
10
  import collections
10
11
  import abc
11
- import metaflow
12
12
  import typing
13
13
  if typing.TYPE_CHECKING:
14
- import typing
15
- import abc
16
- import metaflow.parameters
17
14
  import collections.abc
15
+ import abc
16
+ import typing
18
17
  import metaflow.user_configs.config_parameters
18
+ import metaflow.parameters
19
19
 
20
20
  from ..exception import MetaflowException as MetaflowException
21
21
  from ..parameters import Parameter as Parameter
@@ -212,6 +212,6 @@ class Config(metaflow.parameters.Parameter, collections.abc.Mapping, metaclass=a
212
212
  def resolve_delayed_evaluator(v: typing.Any, ignore_errors: bool = False) -> typing.Any:
213
213
  ...
214
214
 
215
- def unpack_delayed_evaluator(to_unpack: typing.Dict[str, typing.Any], ignore_errors: bool = False) -> typing.Dict[str, typing.Any]:
215
+ def unpack_delayed_evaluator(to_unpack: typing.Dict[str, typing.Any], ignore_errors: bool = False) -> typing.Tuple[typing.Dict[str, typing.Any], typing.List[str]]:
216
216
  ...
217
217
 
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.2 #
4
- # Generated on 2025-01-08T14:49:03.544533 #
3
+ # MF version: 2.13.4 #
4
+ # Generated on 2025-01-15T17:53:58.585277 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: metaflow-stubs
3
- Version: 2.13.2
3
+ Version: 2.13.4
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,17 @@ 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.13.2
24
+ Requires-Dist: metaflow==2.13.4
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: license
31
+ Dynamic: project-url
32
+ Dynamic: requires-dist
33
+ Dynamic: requires-python
34
+ Dynamic: summary
25
35
 
26
36
  # Metaflow Stubs
27
37
 
@@ -0,0 +1,144 @@
1
+ metaflow-stubs/__init__.pyi,sha256=mtE-h9DQTgcOIK8a0sEj8yLRX-NmwAeBw5Ee123qaMk,35149
2
+ metaflow-stubs/cards.pyi,sha256=BTYazQrxbeFBGIhTwmtCwCZtnSCMEvSdHByLNdTX9bA,1640
3
+ metaflow-stubs/cli.pyi,sha256=WgVC-pqAMC5VqvRtEYkQWTWvfWpHSf3IpaqzBscl8uM,2235
4
+ metaflow-stubs/events.pyi,sha256=JLqMB_ORT1uuFHl05VeQvPH7s-ZAhZYgsk31iyA0WGs,3974
5
+ metaflow-stubs/exception.pyi,sha256=AEaMBhxk4mNJnuOJdWiIpAenvWYWV0nNQJVvtVTI_no,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=wVngb_PuGfeekClJq00H9gy9vgmL8NSBtD--i0tWYYk,10327
7
+ metaflow-stubs/generated_for.txt,sha256=TXS6IiQYrws9Ykh6pJoER-NN8K6WWPE1arhK6Rcqrys,33
8
+ metaflow-stubs/includefile.pyi,sha256=oHLVfqikSd8CEydIKiCjLvgPNtz_3xq3ROGpHb4pGcM,4615
9
+ metaflow-stubs/info_file.pyi,sha256=wC0DOuVSpJjQs40lIOfLe6wEAd4LS5pAXdCVM961XDc,625
10
+ metaflow-stubs/metaflow_config.pyi,sha256=IzyAxSiarRALQ5zezzzXQhEbIQEypuxcHQRDdzX_y1k,4689
11
+ metaflow-stubs/metaflow_current.pyi,sha256=tLWvA5nn0NZ_hSMeWn2Dki-XZsb2ZPNB1Gm18xoACg0,9655
12
+ metaflow-stubs/multicore_utils.pyi,sha256=Kj4f1adK50k_Ya5SWPWboRSQT_qCOmaJ-ZaPmLqddRs,2516
13
+ metaflow-stubs/parameters.pyi,sha256=Zc1S704Z0jLbWAglUyI1ZptxgUWfXOIzlnbEBr92JwI,7413
14
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ metaflow-stubs/pylint_wrapper.pyi,sha256=5gHlw2YatJWC9BjYmDISaK21XDEfNT7ZMn-JQ6EU2KI,994
16
+ metaflow-stubs/tagging_util.pyi,sha256=puyWtbHydVZJqvOLXPfXyB1_jMl5c_smo-lq4iim4t8,1494
17
+ metaflow-stubs/tuple_util.pyi,sha256=JYc2A60t3EDar4HMHv5LwdDhvsCacWPStCSE9VQsEJ0,663
18
+ metaflow-stubs/version.pyi,sha256=5cJWn9qgrwdIoEUoaWoDgmUTA_KOTD8DSugaLZgHNOY,577
19
+ metaflow-stubs/cli_components/__init__.pyi,sha256=xo-WOV6EK_67uTUhUkLn3hif6IOoGKpUoLHdX6cLx1Y,583
20
+ metaflow-stubs/cli_components/utils.pyi,sha256=6RC-7KXOyK6QBTI6tM1QEHUTz23lXVrnyPwv-J2TKhE,1260
21
+ metaflow-stubs/client/__init__.pyi,sha256=PUmJf9MxdXUkCYoC8JqkN7acE4h4RPdNjmVUyu7_w9U,1114
22
+ metaflow-stubs/client/core.pyi,sha256=jsYmoiSkR_nCAb6hOYrwXQQ84eQB-a__EpvRBjRVY80,44999
23
+ metaflow-stubs/client/filecache.pyi,sha256=RM0WhRSAdVBFrU0WtqbLSUovAFfkBkn-qjPBxyPfSss,3059
24
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=IeoqLrsb1COCEzDR3Tqglu1nMmkNWjrgcb34aX_mQts,808
25
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ZS_gngquNSAXubGifCY6RQ3sZltMSS3YhCeQzWKcBdU,1068
26
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=0K2IiqJLfBmjiSvIFyas9roYu4SE_WA2ptIs4L1slAE,12392
27
+ metaflow-stubs/metadata_provider/util.pyi,sha256=-yMxukgI0nugnx6WNvpfXSa1pFh6e0fAgTzlDvBhYk4,758
28
+ metaflow-stubs/plugins/__init__.pyi,sha256=SAzb30WFBmcvub1t3uCrpbcR-XlPRfG9D_raHfWeMUw,3700
29
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=BLHIWlhqd-nDFkTg-lF9QujvuDpIy_GV-sxhYji_Fr0,2243
30
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=x3vm26NmxG02kGCZY3FS_exWN5vrQ5Gz9h-us0sDKqE,932
31
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZCQa3uQaqyxep4yG4s_lu3B8tajCxSxCCR0FcvPdqp8,910
32
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=lE_V7V9WQV79fx5nmZeVgnDQPkrUDj7qh-sCMZu_OhM,1052
33
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=JgslxQdlAw5AKuZ3f_MDFkzFPn9JIx7mAA5x1ROemAU,4772
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=-jkcAq37EcE4of-yjym_Q9_6E6r1hoenI0MRLG-VZCI,2445
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=jtt-qDMZtNGb7esrBsLRQsfdbZkI1Y-dvpEygZ4__co,2743
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=O5y5jNzmjCBHpfgGwpLY6rEGvHk6kQke0_xQhSjtbUs,1829
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=scihsTmbJSEodZTl4oudH2DivRu9jrOy42WD1mx14HA,1709
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=BdiA9SCN7z5x2U8FAwk-nepJsou--6slzvk_r8i0mXw,1198
39
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=qACqkk8-A3downBcNvBl5IzK3o2P-aSX16edbVdgz90,2087
40
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=4FeaDYh8AGF2dfMXieJcMaFY_brNK3pEJv6qX2OqApM,2296
41
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=FY-dfHDYutaovSDs3BHfcD1Zw9cUAh9pM-me5P2Xzog,722
42
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=PrMrlmmSI_mpv0QRgTrWaLjo7He7FgAVClrk22_S4V8,1229
43
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=kKXMuk3bfPkNdsZTCivtmv8m2hQomZmVi6a6ldld3dY,3154
44
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=HPPHtYM4Ehem0uDFvhtlkN-doicmrlHZt1VwG20IV3Q,923
45
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=uK_wxKLidBvCkDYzwhBiBp_PoKKxuAMnbEPS1iUhHB8,877
46
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=OnZ5tAw7m4xYI9_xRTD1pc3HZHqjz1eDoc8GIDWJ8QA,1497
47
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=0OkmG06Jhcw9H_DmXdAO54H5B31Stui-PC5bWV5Qs14,3309
48
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=3ySU6HQcRKiSAQimwmOvMdY6_oOuOHdOQF_4PA7V2VU,3220
49
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=J6td2Zeko-PV9giPuY2D-DI4QhRLEsKB7rp0PsZneKk,727
50
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=McYE8WajkM8i3btUsTr-CVE9dGJs0fXv839bgxK6pQ4,2514
51
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=VOwNmGTD28h-xPYgxB5gNmzMsWQ65JG8iuW9Ys6uOZ8,3348
52
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=DuZXPgY264z2qB5u-vpX8dz22wB8KymROJeYoHWx4Vw,13449
53
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=YMwrtU1AQJvIUje8ul9QHN8s6djuztsJOBi3_FeAsbc,1375
54
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=6W8Uic9GMKVTz-NUJGEqa1GtxeOUGXE8gD76NJRj1AA,4595
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=ARh-JzAJHzXSKD18_v7owhhxR5buLpV1eQMUGQKmCoc,6061
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=hILJCghRPbafNsDFg830QDFdQc-zTCnM8GXZmt0Bc7M,755
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=4KKKZzCbl8HVsVRAIEYX66C5oECJB0zO74_HifOpbKE,930
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=VST2NH-M3SrRZw37uQTJCjo4axoRmnvTTmgGXNHQIe0,3085
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=auSfC42n9m1rZkiVzI9zzEJZk9fRLf41D5ue7ajiM4k,675
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=3J9OsbfZ8vQ94MJqmeunTVb9MV4LyhuheD0LhAUr2y4,2905
61
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=YL00swgmKWwK8buBz4fsykpRtQE6-YFhGGR3YzIpQFc,3767
62
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Pn8ki5stx6QuhV8oFUmpn8XmIviY-HbW2c7pSHFCz7U,5937
63
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=LeuFPrWGppQsMmo42WVxcR1wnincahgPvI9xrk_ioXM,645
64
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=cbVk1YGdvBYV-hXMjh1HFByzbaAV23DG-yHcOdnbf54,3575
65
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Zp-SDyQR3vYfLjET-wMqTym2b7b0UehWbvwaSU6FJAQ,792
66
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ePBA5Y-wHOkt9LSxYqkalB464BOtDc2icRFhTFXz-1E,976
67
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=jE5-O2b6kOtGfuNnET1xwzOncXJ2WZ6P3igAbWWZPEc,899
68
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=V16eEM7BRUg7US-VwUf5ugEC9BSCeRXpe7DPgrlE2-w,1637
69
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=k7ikgL4zFOVHKypR43Gr3TEXaxPPVbnbmqTV6AwLavU,4553
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=8_eg66CwCHVLYGq1ooHE0Vvjy0efOhN0vKOavhuwLH8,1186
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=bHzhtHFc36ypE5UONKv-xdPS52cSrkFqmXWoW8cLI04,1145
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=hTIDcnIebff1JdVYCKzX1He2g4OhJZwmAB0V4UyRF3o,3881
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=ZnZ0svxnSD_kM-izQzeTjXkBkuLmDoDa3ndcrx27ibQ,4342
74
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=Y0ZKSxXjIqlNrI62OgG-5DFd_OuL7I4RRvFQKRJAXDo,1011
75
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=pxdJ4YUSVma-pP1gwrjpyydPgI9XQ8sukB4DbNpid4k,1168
76
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=1GKdU6D9eIYGYQHFM-64zJ-aEYTxYBs0flvnzGLGQJ0,999
77
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ds2Xy_xQd8sXuHqSzCgs9qWOxtSH_ltmTiurPTpRxLg,2289
78
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=TbEikQJsrtd7L01UpCjq-YKWHJqNAYK-gNUNOV6tIa4,2458
79
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=lAtOSubrB60X2QDOAp49Avghtbs007as1AZs0_ZpIHc,1568
80
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=47kB1Xu6J-qRn0P8K5tzlN6y11p9cDvSxfYRvxAlFX0,1667
81
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=CXK1NpqjTfL_bz0LX-NGP6C6jjHODgutBQxa_ldNI_s,916
82
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=itsgk8VtQGbBHRWmG43cjFhRHJwdtFrIZ3B0P5f0KVE,4909
83
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=IaaSQKhANBxZKCkMh9c8Cyla6gWeEG6WNyZ0ZjpAifw,1089
84
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=d-GaP8PQhinwJEm805md017_KHoBr0GMofDT1LDUm9k,2962
85
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=PsB3f3s5CFv8m3YN9VpwzJYWFp8RIt5skiQaXQuHuts,3038
86
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=5IZLcDqBbrQgv56kHdKYEyWsr3RAddrfghl-MU4ppk4,759
87
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Q0Acp8efGLrgulDJ9LVEyDPE3siOA1dIYngZ28PfNRQ,8476
88
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=_qF-rtOgQ4XacWoXdg0lfvlIDyrfqbzRGOKF6fZaOJI,2470
89
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=c3hhRYAxR8C72cCU5Htuq8DK9UdYNULJZIG1TUIA1CA,986
90
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=lLH7XtEX8w6B6UmiTyBU582IOQICWL-wozlTB7Y8QOM,7502
91
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=botNKv4zHB6ZkbyyvDphM6_9Gtgvlx0JeDpa-ZPglx0,3196
92
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=IQ0YkkeqbkpLX5y3tfbHQ3_s-vTWdcx_RXEJkzehFBM,11481
93
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=rf7Q_LIRCfWuBPcAc69DjIkon-aPUmyBgRlzoR6CSV4,1479
94
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ra4SWdQE8Fe5YgDot_OOWsnp_3g4YBCDdLeNQTgUhqk,853
95
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=5kjpuTLEXjV9JCUykO-HEFzwxqDq7H38n88lnRL8oKQ,3550
96
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=YCQGAv9CS3N3TRl4e6MY5ig5ox9zgD0RQCeQ5NxE11o,933
97
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=nVC750QcBNQDAY1FSSiZ4HJwCCPXvLzWJEtFOXMsQ5Y,2797
98
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=YX5e4kIrbDtw5Mm6fXC3-lTkS6qkzdZOdtt7J-YpFqg,1204
99
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=4DW8LL-27-ksJx-A1km8V8C0IA5OG_131mGE6cMmVa4,23702
100
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=hwFFck5P3FFhXXZOUGiGwV_pb08yUbByoMdh8gEHWmw,1036
101
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=PH_7__oDLVGZKRUMHa7Pz9P1TrS5ousa7zs3nWFTKnM,1132
102
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=LZQoMBadZW4dIhaK8lytlNjzf2jiLP-zNzxNMg_iiAY,587
103
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=hAL9gceEUci2BYwjVp7RyQD440ggU1_M1DA155MBCQI,1200
104
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=kgkXbIsMizV4mixUkqyofMjVe69PCV4xRIdWs_oT3gc,923
105
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=MXGMOrXq8eHQ1D1wBiiVHJzyD8_RG2MFUA_WJCBPHNM,3298
106
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=EdNMxdOHsvsRy9RWni_KHQh-UVNACfioS_CkmhiYQuM,796
107
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=PaXJXBlkjtmh8rnUoSK_ZJKddxnCbBtnCxMhEFXstyg,899
108
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=GPAdatLb-1X5moUUeLwWDeEZfPltGKupOFj5GSEG8vo,1086
109
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Y4y-DmrTX3kWS8iVNVj9_alaW-rczh6CFt-anEJvEes,1641
110
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=C8gY6z04aTB-P6yrn74BJ_gk2Co6NSe0PVSt207lU-I,846
111
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=VAKTxiqsLxC3ypABev4vj9DvS-onRHLvV8YrtcZ4RDM,1707
112
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=pdtAFE5PBMYwhYF-OoHjyTirs6UqgV2rJ4g8m6ktzKo,3683
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Z5yt-QOSNTMvIyyj88DSTT9mFZ2G5Fx3TajtoVP3mgk,1326
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=3qLxI4QVYCek9FcQyAcHq5VkPl4VlMNwkYIdA2yw9h4,7154
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ISo2oz4n80AZu-8Q71GyE-4HaPaVw79Yn-5AK0efjtg,2525
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=hSUczdHyncQSNhSnC5WQo1hzrsDp9edH0Lix89H8DPg,5389
117
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=jOM4FI_BS2_O4SbymuINz-oIagk3dKrQGZ9_g3v1-eQ,915
118
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=UznAQnqJRn2y8129gv_cFL6QDrx_iiMuvGNeILgoThg,3789
119
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=serZaxAvT7TPbC-uW03MhMJurlHInhgQHaQAfRmjfks,2409
120
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=aMbtw6YNvIq62m_qE3Y4EljfNSurIwost6ZAdC2cc_M,2610
121
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=UpBdvDR6d2zt1xIC0m8TxZFvhU9D2lJSdKdRSzKY8tw,834
122
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=Wei6TUsgai8-n4Jh8mO_DAy2GN6dRc4CsLMkUVE1EtU,874
123
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=4Tn-GX4TIgfCwfZU71pZ-LdRS0CpEkLlHBAjXopHbzs,1042
124
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=JkstVcBEjoapMemKcO3UaO8n2CrU5YSbuFsNZX3G52A,986
125
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Pu_LPT1HK-0slXH4nVTNzkssWow7aMyhNHDQUJ0rMPc,2345
126
+ metaflow-stubs/runner/__init__.pyi,sha256=Q6w3OG6A005RDKqj17Y7pOzVqjE7k3A_wzGtTid3eS8,831
127
+ metaflow-stubs/runner/deployer.pyi,sha256=lrV64xgygN-aDncsDE6kEyfF9UO2FBzd5FKN66zcwKk,7538
128
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=6ge-XcVCFxXdPvvespgwQpLp_f3GmHcL8PNpK7K5GxA,3313
129
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=ji-lpyI_eM7bPmCtE2Ub3cyDgDhKJ19YWS6ZPXxjA8Y,10893
130
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=ypA_hwML1V62bZqbo0KJq7GVdwXtJ-UkvjhSePtawH8,2946
131
+ metaflow-stubs/runner/nbrun.pyi,sha256=Wcpi6hpHoQoYdlx7WHKJjsTGT2va_EHo-8VBEyprVlU,6035
132
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=fKPtvGqGhfHVfTkTA_dmT_3EEYTOxEhusMKyRqbsfh0,9273
133
+ metaflow-stubs/runner/utils.pyi,sha256=pBdKneL1uL4xnDJaVJAP6FV-3buShPJUvoA932RhfG4,5936
134
+ metaflow-stubs/system/__init__.pyi,sha256=YlvZlPSC3_-_RNiXSuXuRC_GIYtw_fx0-P8JkmIG5zk,761
135
+ metaflow-stubs/system/system_logger.pyi,sha256=d9LzaHU_8ej9EmqMZFOl91dniNdkiRmp8aLZIgFlf1w,1666
136
+ metaflow-stubs/system/system_monitor.pyi,sha256=-YGaSmyLoKv81TjZ9VLmC-Ah-tSfo0hzjQKF52ZaZaY,1788
137
+ metaflow-stubs/user_configs/__init__.pyi,sha256=5efQq8Mc16Q7-sXr25Zj8MjIYCCB2qrLk6o4VtL4syE,707
138
+ metaflow-stubs/user_configs/config_decorators.pyi,sha256=fNyRmUTOpjDujXANhbcEpSbcLalkPn2ea1cEFYcbf8E,8992
139
+ metaflow-stubs/user_configs/config_options.pyi,sha256=OHeT7hfl23MSmY8W3kG0e0Jy-t9ocfiBnbLcpNvuR_s,2955
140
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=y0sQo3PucU134A3mAYha29K-TqFyKvCDCVcGdWYz3GQ,8312
141
+ metaflow_stubs-2.13.4.dist-info/METADATA,sha256=6CMoYJlLw5pCI--Pxc20DPbpnLfUmRFsFgNiIEKwHa8,1617
142
+ metaflow_stubs-2.13.4.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
143
+ metaflow_stubs-2.13.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
144
+ metaflow_stubs-2.13.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any