metaflow-stubs 2.13.9__py2.py3-none-any.whl → 2.14.0__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 (145) hide show
  1. metaflow-stubs/__init__.pyi +834 -240
  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 +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 +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 +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 +27 -27
  21. metaflow-stubs/multicore_utils.pyi +2 -2
  22. metaflow-stubs/parameters.pyi +4 -4
  23. metaflow-stubs/plugins/__init__.pyi +12 -12
  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 +4 -4
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
  37. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -5
  38. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
  39. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +2 -2
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  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 +2 -2
  76. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  77. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  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 +4 -4
  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 +4 -4
  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/kubernetes/spot_monitor_sidecar.pyi +2 -2
  106. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  107. metaflow-stubs/plugins/project_decorator.pyi +20 -2
  108. metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
  109. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  110. metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
  111. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  112. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  113. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  114. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  115. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  117. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  118. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  119. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  120. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  122. metaflow-stubs/pylint_wrapper.pyi +2 -2
  123. metaflow-stubs/runner/__init__.pyi +2 -2
  124. metaflow-stubs/runner/deployer.pyi +29 -29
  125. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  126. metaflow-stubs/runner/metaflow_runner.pyi +5 -5
  127. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  128. metaflow-stubs/runner/nbrun.pyi +2 -2
  129. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  130. metaflow-stubs/runner/utils.pyi +5 -5
  131. metaflow-stubs/system/__init__.pyi +2 -2
  132. metaflow-stubs/system/system_logger.pyi +3 -3
  133. metaflow-stubs/system/system_monitor.pyi +2 -2
  134. metaflow-stubs/tagging_util.pyi +2 -2
  135. metaflow-stubs/tuple_util.pyi +2 -2
  136. metaflow-stubs/user_configs/__init__.pyi +2 -2
  137. metaflow-stubs/user_configs/config_decorators.pyi +6 -8
  138. metaflow-stubs/user_configs/config_options.pyi +4 -4
  139. metaflow-stubs/user_configs/config_parameters.pyi +6 -6
  140. metaflow-stubs/version.pyi +2 -2
  141. {metaflow_stubs-2.13.9.dist-info → metaflow_stubs-2.14.0.dist-info}/METADATA +2 -2
  142. metaflow_stubs-2.14.0.dist-info/RECORD +145 -0
  143. metaflow_stubs-2.13.9.dist-info/RECORD +0 -145
  144. {metaflow_stubs-2.13.9.dist-info → metaflow_stubs-2.14.0.dist-info}/WHEEL +0 -0
  145. {metaflow_stubs-2.13.9.dist-info → metaflow_stubs-2.14.0.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.9 #
4
- # Generated on 2025-01-31T17:23:41.633192 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.352024 #
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.aws.step_functions.step_functions_deployer
12
13
  import metaflow.plugins.argo.argo_workflows_deployer_objects
13
- import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
14
14
  import metaflow.runner.deployer
15
- import metaflow.plugins.aws.step_functions.step_functions_deployer
16
15
  import metaflow
17
16
  import metaflow.plugins.argo.argo_workflows_deployer
17
+ import metaflow.plugins.aws.step_functions.step_functions_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,15 +1,15 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.9 #
4
- # Generated on 2025-01-31T17:23:41.564304 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.285317 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.runner.deployer
12
+ import typing
13
13
 
14
14
  from .subprocess_manager import SubprocessManager as SubprocessManager
15
15
  from .utils import get_lower_level_group as get_lower_level_group
@@ -1,17 +1,17 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.9 #
4
- # Generated on 2025-01-31T17:23:41.556336 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.277565 #
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.runner.metaflow_runner
13
- import metaflow.client.core
14
12
  import metaflow.runner.subprocess_manager
13
+ import metaflow.client.core
14
+ import metaflow.runner.metaflow_runner
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.9 #
4
- # Generated on 2025-01-31T17:23:41.557295 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.278517 #
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.9 #
4
- # Generated on 2025-01-31T17:23:41.556900 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.278119 #
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.9 #
4
- # Generated on 2025-01-31T17:23:41.563720 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.284741 #
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.13.9 #
4
- # Generated on 2025-01-31T17:23:41.562513 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.283576 #
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.click_api
12
- import typing
13
- import metaflow.runner.subprocess_manager
14
11
  import types
12
+ import metaflow.runner.subprocess_manager
13
+ import typing
14
+ import metaflow.runner.click_api
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.13.9 #
4
- # Generated on 2025-01-31T17:23:41.557822 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.279025 #
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.13.9 #
4
- # Generated on 2025-01-31T17:23:41.580013 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.300454 #
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
 
15
15
  class SystemLogger(object, metaclass=type):
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.9 #
4
- # Generated on 2025-01-31T17:23:41.579638 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.300051 #
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.9 #
4
- # Generated on 2025-01-31T17:23:41.539294 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.261063 #
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.9 #
4
- # Generated on 2025-01-31T17:23:41.543791 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.265989 #
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.9 #
4
- # Generated on 2025-01-31T17:23:41.538954 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.260746 #
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.9 #
4
- # Generated on 2025-01-31T17:23:41.543607 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.265174 #
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
12
- import metaflow.flowspec
13
- import metaflow.user_configs.config_parameters
11
+ import metaflow.decorators
14
12
  import typing
13
+ import metaflow.user_configs.config_parameters
15
14
  import functools
15
+ import metaflow.user_configs.config_decorators
16
+ import metaflow.flowspec
16
17
  import metaflow.parameters
17
- import metaflow.decorators
18
18
 
19
19
  from ..exception import MetaflowException as MetaflowException
20
20
  from .config_parameters import ConfigValue as ConfigValue
@@ -207,8 +207,6 @@ class MutableFlow(object, metaclass=type):
207
207
  class CustomFlowDecorator(object, metaclass=type):
208
208
  def __init__(self, *args, **kwargs):
209
209
  ...
210
- def __get__(self, instance, owner):
211
- ...
212
210
  def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
213
211
  ...
214
212
  def init(self, *args, **kwargs):
@@ -1,16 +1,16 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.9 #
4
- # Generated on 2025-01-31T17:23:41.559759 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.280884 #
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 typing
13
12
  import metaflow._vendor.click.types
13
+ import typing
14
14
 
15
15
  from .._vendor import click as click
16
16
  from .config_parameters import ConfigValue as ConfigValue
@@ -1,20 +1,20 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.9 #
4
- # Generated on 2025-01-31T17:23:41.542009 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.263698 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import collections
10
- import typing
11
9
  import metaflow
10
+ import typing
12
11
  import abc
12
+ import collections
13
13
  if typing.TYPE_CHECKING:
14
- import abc
15
- import metaflow.user_configs.config_parameters
16
14
  import typing
17
15
  import collections.abc
16
+ import metaflow.user_configs.config_parameters
17
+ import abc
18
18
  import metaflow.parameters
19
19
 
20
20
  from ..exception import MetaflowException as MetaflowException
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.13.9 #
4
- # Generated on 2025-01-31T17:23:41.557405 #
3
+ # MF version: 2.14.0 #
4
+ # Generated on 2025-02-11T19:31:25.278625 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: metaflow-stubs
3
- Version: 2.13.9
3
+ Version: 2.14.0
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.13.9
24
+ Requires-Dist: metaflow==2.14.0
25
25
  Dynamic: author
26
26
  Dynamic: author-email
27
27
  Dynamic: classifier
@@ -0,0 +1,145 @@
1
+ metaflow-stubs/__init__.pyi,sha256=CgPmKqlfYHJOuTmOoXcVLR7hu80A9_UvsiBQrbXPS7k,62304
2
+ metaflow-stubs/cards.pyi,sha256=zpqUNMHPINQP1NZ8M2nIvw1mEdihiK9tIGA1GLTn5vQ,1640
3
+ metaflow-stubs/cli.pyi,sha256=SyH_OsVcHn3cc2L8hR66Xr74sbperLDMec7u-3jHetA,2235
4
+ metaflow-stubs/events.pyi,sha256=xvGitg7Q9Fhlg-hmillk-a9zaYhKJ7Z0fy1jSlP0ggU,3974
5
+ metaflow-stubs/exception.pyi,sha256=JhKiFSXciMyqsXXbzScu9DDQo3-XbKVnFwvEm68ns0A,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=u8JTzBKONoUuaUt3P-68ezOX55ffvH0bpvZ6Oel5kVw,10327
7
+ metaflow-stubs/generated_for.txt,sha256=KKBIGV0LW49EPRtSP6zhUbT7XNCED9YSR4LiQnMGRfs,33
8
+ metaflow-stubs/includefile.pyi,sha256=o_FbFsInpgD1OO5EdF1hKLexJ7Y6JWOsP_pndDxn1wQ,4615
9
+ metaflow-stubs/info_file.pyi,sha256=b5cXp7SCmBmg9avr5dlBtqHKJvCmPJpk4loTxqa6Thg,625
10
+ metaflow-stubs/metaflow_config.pyi,sha256=gi4eGdGFDKhBF39a_o0ZQbw5SqxMwsxMOxjb0mz1oH4,4716
11
+ metaflow-stubs/metaflow_current.pyi,sha256=2Inx1TZ6omgvAhD2moNtbQQ2vGGJ6Ss37WudC3twFeI,9655
12
+ metaflow-stubs/multicore_utils.pyi,sha256=cfbf_onSHoNknbwo6KMS5GTiduIQMr0SjdwB9mXuYb8,2516
13
+ metaflow-stubs/parameters.pyi,sha256=0DgNsPyTYeeJ7liFE9tNuL63BwvzFohi8OO8yjrSA8o,7477
14
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ metaflow-stubs/pylint_wrapper.pyi,sha256=jW115OA-OAPfjsew-gg-twM1I4pqPToeGnOlwGOcuzA,994
16
+ metaflow-stubs/tagging_util.pyi,sha256=zK4VU7zeVLeR1BslvAM67I2cj1Pdd6NJkrP12hoXlw8,1494
17
+ metaflow-stubs/tuple_util.pyi,sha256=5f4YJvnnU-fh16jp1Jg-Q04HXrZq2cgzzc8lTuS3v_8,663
18
+ metaflow-stubs/version.pyi,sha256=FVFUX-db5476HNerFkZBF--K-xzmVa9KhtIcMmyGgso,577
19
+ metaflow-stubs/cli_components/__init__.pyi,sha256=NcSt5jq69rlmFVmJFnTo_q5tbsISviKEFnOQR4SfcV4,583
20
+ metaflow-stubs/cli_components/utils.pyi,sha256=rqwUko5XvlsXDKgRw-In-7GB3pUsgcBKrbzWISN3W-g,1260
21
+ metaflow-stubs/client/__init__.pyi,sha256=13-nl_HixavAJ_HQGAoshGl2GHY9H76EL-yaij3Myr0,1114
22
+ metaflow-stubs/client/core.pyi,sha256=64ky3rx58BplFAQcKh3xEfYbCUFhMoZbkoASXoleRls,44999
23
+ metaflow-stubs/client/filecache.pyi,sha256=EFlpeqoYq25nNPG9hImPPk8myEwBv986spsm7PapX9M,3059
24
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=nuW2RVl2ezAbL-xTJiMGuSuaCHIIJWjOKzHuKIyHY70,808
25
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=wUG9riN9iJ_LcwhDwDmcV_zLsnOSXMmhHzZtrxFv3ec,1068
26
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=Q55YRlyHBE3lOjjObdJ7s06js8SNgA5560bHHDlA94E,12392
27
+ metaflow-stubs/metadata_provider/util.pyi,sha256=d7vL0_wWE95FeS2S6TuagdKsit3190p6CYesnA7Kjn8,758
28
+ metaflow-stubs/plugins/__init__.pyi,sha256=tQjd1oBzQrT5OsSZ7NNL4YzkPscW8RY0OJLq6XcrCOU,3700
29
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=wXOg64LjCzKm3q7UxFhv5wf76m6_yewRQ3P4vOis9KU,2243
30
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=WMaeFKZzEwtNnH-W-wxZUSa6iqQitx60YNNvw4JN2i4,932
31
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=xjh48wyR2s2505dTwpR_B5mISc0jh9KXenCZg82I-n4,910
32
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=TmhaYq9ObOriToeegdYQ5ZQxe5e2uzPAT26xXQnMkCI,1052
33
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=O2JPUMScnKVgBpzNjFA057lw7iWgp7XleOpPiDj5fRg,4772
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=KP3OD1-DN_S2kox8zGrHYpkZjNk5iKAkLeOAjF0FkGI,2445
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=EBm_dv9ZTmOzSbZbDqxS6kuAmrB-rT74VBaDQpAH0tI,3713
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=-59svYh8ANlSjcoz5YMEMVfE99jMIWxrQcsrlSypUSQ,1829
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=rQ86wz_-f0-HiiPZwvhg_6xlxszcks1vx-HOkdEeRVY,1709
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=Gm6Gx7tU10w-EXTtCveyclsYi4xVxO9JXV_mDNbpBgA,1198
39
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=H4uSnCGgp4Xsy2AYhN0bea-iqEtyClKGZCMHkuKMIAA,2087
40
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=vo3GsnQRn9oZ5eWquKpCysOwWnArIPvtQNgAAwNmfVM,2296
41
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=4df_vl5_5t_pL0hGyPIOug9KuCE2h0bvJa1TJlQy4jU,722
42
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=HqTHqHDcQFzac0Ifx-3TWYAT2uROW8fGa6Bz2BeFKK8,1229
43
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=XWiAiqvuiUCtxXTicSoFX-u-dQxYlMjavgePchfv-Qc,3154
44
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=whxGlqcJbzNYIwc_YV9uXv-ESLje2SrU8IzlBWzi07o,923
45
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=7NFveLZTLJ2JTxbXF6F6toDX1qmmi_Ta-F7YqNg7XIE,877
46
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=9YSP9GYDyCC8cbgI35VNO1Zuo9hESNBvRgfbDoxAoCc,1497
47
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=_fWvBvvEBjNT2f26o5fW4E0D7HL62y6LT0j2zU87LVI,3309
48
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=INCQNhfMxwaSFhAbvQ9RbQ8rHoBmRixvxLXBMjdRrrU,3220
49
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=x8Dl47Z-OpF88lIb5OdSkUXHniAbobnvRbwac-tGLtU,727
50
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=FIz7yBZWXyVU_PHt2QE95o8MgK2YSzi5Ku5Rl1uGtOw,2514
51
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=jC2LKhE_Z2KwwHL_m16JeLh5p8REJbhvsf3qjg2hGto,3348
52
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-S8LWd46W6ldCOAJbh8PsiO1mqE_RJSoxZ9kSv3hSyU,13562
53
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=bFL1gzGzZKV2fsVdcbIslp9V_wsFvTT1fiq5SVSHGNo,1375
54
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=xZhjgEDrmtKLIxihLrzqc2Q25qA4ps9zwlnVdoKOfjg,4595
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=jFbyJm57Fhm8wfQgDDoC2rfKHTwVqvFkgtEjyQPlvss,6061
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=VUKDso7FNoEI_KNnn8B5Nso2NnchPEVWGAckhy8EH6U,755
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=P81QYlPErBhbyYDHVpZGSvxWcKSElB6l_re7J4VwSZ0,930
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=HLNPDMq2EZMbpEHXtxYjd-zxfxfxEmDdG32RXS9lBbQ,3085
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=B5ibxSopaLQBjU4VeDx0qnTmoeKY7YkWmT3jbR3ntuk,675
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=U_S7a7Wa_o1hkRv6lz1PoNzKe-lGFR-XDZNA28mMQJs,2905
61
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=l3AEeVuUWm-wmGe6qMxn-zjjeAA-nOaNy4Jh4V3bUFk,3767
62
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=wxaf2OJRmcwoTjoM201WmiI04V5kXTLn5qnRhVQkMk4,5937
63
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=hE8pyoQ_bqn6mXgVZqoSsQ-klaeZJF2OJ7ZzrqX1f9E,645
64
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0lkXt1sO7SNu92o-cMi-71Q421bmlonRSz13Gw6lgh0,3575
65
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=tQItQxKNuoRm4PDPqe5RmhajNq8DlQQo8X6qGRHmtNg,792
66
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=nCGWoCUPAblTrIycqIC1lX4eU2pWx_2xayowIMew3r8,976
67
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=QwzQYxrxvMVgm49uS9KcmWqNClqdTWUmgYOB7Nb4nZ8,899
68
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=95LEJo59yUZ25-wFZOCCc1ugE-JNzoETOSboOxROz7U,1637
69
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=lv-OQl72WAseKw4P1TLadKhteb3a56-a5uJ4NeigJLE,4553
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=0txL1DW2M6cui2_FN8IeIy3wGRSzvJqWY8sTlSzQzMw,1186
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=o7Gy1Oz1fUFdoZarj3hXtvFE9-ZHcYhQAHU_YVkfXwQ,1145
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=eHpaKk328uX6ZWhe2LTyYn4WpP15Cn_BiMvJ3-Mu0Lc,3881
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=d6puWCqthmP4hwtrnuhmU5XR80pVUK7T1_Nfq-SM2MA,4342
74
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=wLAIgrlollEZxIm3gvMUom3nsv00TaOXtiamT3E75v8,1011
75
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=tZQjA7VhGwJc6oTNqp8LfeqsVXhZht3ZJ9WCuXYAGJE,1168
76
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=UTWgpeCQk8wk3XbYK0SwAcTOghAbCOmHG0sqotoqny0,999
77
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=YhNJcSDrOWvwMjXPi_tFbWAZhjQ6b56j2HDns-Zda0o,2289
78
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=i7zDeCxStndjGYfTla33bnrSMu8RodAE9Hhlxc5qNFY,2458
79
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=1IgLQUmlON-zeqDAhY6dEF4oTc1OxxIi2_mU_AitD8w,1568
80
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=gzOQBeOksXh2Zi4BunKjqkPq9tbaNeVqcbm8kHimYUU,1667
81
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=6D7RCzuerHx6ADV7HNh_eYLsucW0SLKef_FhVoTBVN8,916
82
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=cbBTUCYmY6GIzV4ZsZrzwPL3RjXY0GZf-Mwa-92MBKI,4909
83
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ALOg4JWScg-K9eSvhu5wmdoeZcLNKS23jQ3tX15pAA0,1089
84
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=9IArMVr_sUVdgwkqotq2rwTJetm7376HBqzqZ4oFPb4,2962
85
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=y1fJdta1m-ltDBMsUuZGEYUsvXS6PSJ9mFYEthx-oYY,3038
86
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=9pHzIBSjDvqsI8Ok_nnZ9LkdCCv-pBuAceYi5bOTVMo,759
87
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pFBDZw-XT6s-2-a_2F-A-lAjBKRCnrZCw8wtJ_V7UQE,8476
88
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=ftG6Oke9cZVOj-mqMwIXcrMg9Dln2vPuohqGTe_A12I,2470
89
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=81bSgVujANPddHbiKTEd47l8ol3UcahvmRLAtYj9Nmg,986
90
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=A-ny2qiyL0QS1Ssma9EhiLs16fbsH_7J-xHxWd-eu1M,7502
91
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=PQNw1l0SFd8V0ug5VQc3SYGwAlxKiF6hsjIpSZgsZ4E,3196
92
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=f6OWXrfYId2ton5R7zARNsXAc5YQK5wcs-ppTmY4P9A,11481
93
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=imuv9sy8whI9VpWVwjEo4kKTnXK-P1VqhVzpe_2UTqg,1479
94
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Vh7SDlIFZDAbZghjusKv1aLqtvJ_JkGobDuja-aPV24,853
95
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=jn6qNKb5xj9MBsQioeY7IJC2PVuTgE3zrO79icLRoik,3550
96
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=kxmncHtdSCCPMN0_wX5QymYRHy-I27blVYVP4J2pidM,933
97
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=ujBsXa0_hvOP-1DTjZ3xdpIkc3RjNMpAy2ghzDE9nuw,2797
98
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=5Dqe7z8-bQnvB3wr47NiGeKxFdTIR8FV_CDKYKCW3Zg,1204
99
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LQ_h0_2gUHRH9AvNpY-gYAzK0DPB0LBVAoDF2pxagH4,23894
100
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ntZZsNUKCqZZIp90b5GyLAUmcoDNv5C4ex7GmP2Gn7M,1036
101
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=DExZkHMBP6O0afgQCXjiAIKnLFPp22w7gT06y36Fch8,1132
102
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=SE4QyLJPfJsPK2Hf4rb7wGosGYXcGrYGjPDEmLp6RXY,587
103
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=S3uu1q4VBL2UYeuabKmom_k5COm1vYVFCmVRR-u2MwQ,1200
104
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Bbdt4fXCcjhfCS4lMHVI6CTgB9rvlvR33mXtkBBp7bQ,923
105
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=9WS0voOgg-GgwGHItCDDNgE9dodEaGi2GbR40FSRzfc,3298
106
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=x8kzb6qxzyViHR0H3bIfkvtofPEL_4Yyrw_BwUsgHcI,796
107
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=brHvfLc3wID3kBTgCQC5bCJLhWAO98tg7VK7o16gKxo,899
108
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=xakf_HQMmWFrF8l6zcG6TUW-zFglqZ7o5JKEYXyUs8Q,1086
109
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=DxCJh2GYCkJKhSkAbSE97EsgQKkPbXyID5bjoShrf9E,1641
110
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=I5Dcubf60rXSJfFiPN3e1RI_RTVMAULg-5fxqLkXE9Q,905
111
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=cMrFDDDM1_VipUY1yLF7hcJtBHfigSK_8BTD2W2Pxf4,1707
112
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=LWrcua0chsLMFhAuLIvJrRsL2HTA_5fDVSuJgcVx6Zo,3683
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=MJn4jAJXWzmpsT8_1Ght7-cBqtgZNFur9d1yW63jpgk,1326
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Jw8sYu3qzM80OLSOKlg4eWXssI65Cczwnh_h1UhAXXE,7154
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=NNl2gjnNwq2egHOZwrCr37Ra07wcYGUv8TPRoLXaSUE,2525
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=DII5qM-96d8Tm6ZGBkLqHG50rV4Nyek1Hg5o1SQd5UA,5389
117
+ metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=mIONuZZaoii0geBaeBsFrISlegzHsMqe8cv402ySsf0,762
118
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=JkvZ82IIS5YwfPTh-d2Wpuk_-qNEgAux5OWgjdMAc6I,915
119
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=K6mqGpscMnNY0ZdB32k_xy7rgrQd3k_aBgtlPAEY3jw,3789
120
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=YbtJk6R6vxKzQYsSHsxxm8-cIDGduTVwxzgE6TvU2Oo,2409
121
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=g7bLeXf3JP5mFWgzMAsvqvfC1hl9ELjj5EAue2Ik8V0,2610
122
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=7rZZg69PVzlf4_RdJYfq9qhhTUz6h4l_ID0LSEprx5s,834
123
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=vso7HF2amGbTnwN3tLVwHjcHe84jkcJNsyrt3VccfWI,874
124
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=qyZSr2So6nGJDOQUZR_RVdi3GJwu0UvtkDniK0r78ck,1042
125
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=OUmmP4aBq_2CBcMYxhT6vlXaHMLBeOZlriX4BOFSHpM,986
126
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=eLuXvpFEy5emY_wnP-YS2ZNLrC-ODrBpDkcAMytYH-U,2345
127
+ metaflow-stubs/runner/__init__.pyi,sha256=lwgoXzpooMLJ3FqBXxd5-fjXQdB3cOqsxGhmdpYZ7sU,831
128
+ metaflow-stubs/runner/deployer.pyi,sha256=9s8re0wEIXBmy8K3Nz4OuvyUvZqy7NWVsEGk67ll1JI,7538
129
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=BZDlokzduAVeWXGS7P1WdZjgqqDvJN26-GYzMdNF8XY,3313
130
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=-GtFVz7JGT_C2LAYw12bbCJXZtL3tRabj-zs3Lc0T-4,10893
131
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=uw1tqU1Tk8uszPbhwzU_6e1LV-zQmg-FBQ-p9mPVPDs,2946
132
+ metaflow-stubs/runner/nbrun.pyi,sha256=08Y99tU5kzmTM3Yoti_fj_wEWa9c5AiOAj_ThPjCTgU,6035
133
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=0m0DKlmyJU_e4lGZYwARjozqyb3IrvHNcufXVOQSq3c,9273
134
+ metaflow-stubs/runner/utils.pyi,sha256=OVh0Yq5zz6g8oiij8U6ySP61TrGWi_i8cKb79BydE9Q,5972
135
+ metaflow-stubs/system/__init__.pyi,sha256=Q6fSlAW7zSqyuV00kyHP12gOnJW76NVfWjdjPgtLVz8,761
136
+ metaflow-stubs/system/system_logger.pyi,sha256=81nEhah1bLsA-hCcmUt0gxnwkK6bvUK2EhlQmpUsTuk,1666
137
+ metaflow-stubs/system/system_monitor.pyi,sha256=SU7633i-uSRePfgQeTVaF5xza_J9AQZ8LqBl3cnDRS8,1788
138
+ metaflow-stubs/user_configs/__init__.pyi,sha256=3Bho-D2Q4Aee5-QNBjTYOTDSbBhIAvjgsGCpXw-QcZ8,707
139
+ metaflow-stubs/user_configs/config_decorators.pyi,sha256=tZtVieUUaW4xhDCdI7Rl_wbj1OqNRgZe05B8BuGRKQc,8940
140
+ metaflow-stubs/user_configs/config_options.pyi,sha256=ZrdCLZ4cX0gu6xBqWGoz-vNoPCzB3F0-_HV7jH-hv0M,2955
141
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=8K1eZ9evZlHYDsxP4wpGHywzn-pODO7Eea5lhY6dbxo,8349
142
+ metaflow_stubs-2.14.0.dist-info/METADATA,sha256=0IRPXJBGydd5UhXVOOTrg12h5TC_EuOvm7oqjHQP0Qw,1617
143
+ metaflow_stubs-2.14.0.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
144
+ metaflow_stubs-2.14.0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
145
+ metaflow_stubs-2.14.0.dist-info/RECORD,,