metaflow-stubs 2.18.9__py2.py3-none-any.whl → 2.18.10__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.

Potentially problematic release.


This version of metaflow-stubs might be problematic. Click here for more details.

Files changed (168) hide show
  1. metaflow-stubs/__init__.pyi +679 -679
  2. metaflow-stubs/cards.pyi +5 -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 +6 -6
  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 +5 -5
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +4 -4
  14. metaflow-stubs/meta_files.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 +2 -2
  20. metaflow-stubs/metaflow_current.pyi +6 -6
  21. metaflow-stubs/metaflow_git.pyi +2 -2
  22. metaflow-stubs/multicore_utils.pyi +2 -2
  23. metaflow-stubs/packaging_sys/__init__.pyi +8 -8
  24. metaflow-stubs/packaging_sys/backend.pyi +4 -4
  25. metaflow-stubs/packaging_sys/distribution_support.pyi +5 -5
  26. metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
  27. metaflow-stubs/packaging_sys/utils.pyi +2 -2
  28. metaflow-stubs/packaging_sys/v1.pyi +4 -4
  29. metaflow-stubs/parameters.pyi +4 -4
  30. metaflow-stubs/plugins/__init__.pyi +13 -13
  31. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  33. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  34. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  35. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  37. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  38. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  39. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  40. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  41. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  42. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
  43. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  44. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
  45. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
  46. metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
  47. metaflow-stubs/plugins/aws/__init__.pyi +3 -3
  48. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  50. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  51. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  52. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  53. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  54. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  55. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
  56. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  58. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  59. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  60. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  61. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  62. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  63. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -5
  64. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
  65. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  66. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  67. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  68. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
  69. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  70. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  71. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  72. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  74. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  77. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +3 -2
  78. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/components.pyi +167 -3
  81. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +119 -0
  83. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  84. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  85. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  86. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  87. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  88. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  89. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  91. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  92. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  93. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  94. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  95. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  96. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  97. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  98. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  99. metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
  100. metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
  101. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  102. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  103. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
  105. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  106. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  107. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  108. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  109. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  110. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
  111. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  112. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  113. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  115. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  116. metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
  117. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/parsers.pyi +2 -2
  119. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
  121. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
  123. metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
  124. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  126. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  127. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  128. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  129. metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
  130. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  131. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  132. metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
  133. metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
  134. metaflow-stubs/plugins/secrets/utils.pyi +2 -2
  135. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  136. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  137. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  138. metaflow-stubs/plugins/uv/__init__.pyi +2 -2
  139. metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
  140. metaflow-stubs/pylint_wrapper.pyi +2 -2
  141. metaflow-stubs/runner/__init__.pyi +2 -2
  142. metaflow-stubs/runner/deployer.pyi +34 -34
  143. metaflow-stubs/runner/deployer_impl.pyi +2 -2
  144. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  145. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  146. metaflow-stubs/runner/nbrun.pyi +2 -2
  147. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  148. metaflow-stubs/runner/utils.pyi +4 -4
  149. metaflow-stubs/system/__init__.pyi +2 -2
  150. metaflow-stubs/system/system_logger.pyi +2 -2
  151. metaflow-stubs/system/system_monitor.pyi +2 -2
  152. metaflow-stubs/tagging_util.pyi +2 -2
  153. metaflow-stubs/tuple_util.pyi +2 -2
  154. metaflow-stubs/user_configs/__init__.pyi +2 -2
  155. metaflow-stubs/user_configs/config_options.pyi +3 -3
  156. metaflow-stubs/user_configs/config_parameters.pyi +7 -7
  157. metaflow-stubs/user_decorators/__init__.pyi +2 -2
  158. metaflow-stubs/user_decorators/common.pyi +2 -2
  159. metaflow-stubs/user_decorators/mutable_flow.pyi +5 -5
  160. metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
  161. metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
  162. metaflow-stubs/user_decorators/user_step_decorator.pyi +6 -6
  163. metaflow-stubs/version.pyi +2 -2
  164. {metaflow_stubs-2.18.9.dist-info → metaflow_stubs-2.18.10.dist-info}/METADATA +2 -2
  165. metaflow_stubs-2.18.10.dist-info/RECORD +168 -0
  166. metaflow_stubs-2.18.9.dist-info/RECORD +0 -167
  167. {metaflow_stubs-2.18.9.dist-info → metaflow_stubs-2.18.10.dist-info}/WHEEL +0 -0
  168. {metaflow_stubs-2.18.9.dist-info → metaflow_stubs-2.18.10.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.312428 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.612638 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.312034 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.612246 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.326963 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.629023 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.325742 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.627763 #
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 types
13
11
  import typing
12
+ import types
14
13
  import metaflow.runner.subprocess_manager
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.312746 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.612983 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.344114 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.646438 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.343733 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.646049 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.290987 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.590905 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.297538 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.598498 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.290401 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.590331 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,13 +1,13 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.320584 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.622455 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.294727 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.594714 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import collections
10
- import abc
11
9
  import typing
12
10
  import metaflow
11
+ import collections
12
+ import abc
13
13
  if typing.TYPE_CHECKING:
14
- import metaflow.parameters
15
- import abc
14
+ import typing
16
15
  import metaflow.user_configs.config_parameters
17
16
  import collections.abc
18
- import typing
17
+ import metaflow.parameters
18
+ import abc
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.290642 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.590557 #
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.18.9 #
4
- # Generated on 2025-09-24T20:09:24.321996 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.623992 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,19 +1,19 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.321548 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.623508 #
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_decorators.mutable_step
12
- import metaflow.parameters
13
11
  import functools
14
12
  import metaflow.flowspec
15
- import metaflow.user_configs.config_parameters
16
13
  import typing
14
+ import metaflow.user_configs.config_parameters
15
+ import metaflow.user_decorators.mutable_step
16
+ import metaflow.parameters
17
17
 
18
18
  from ..exception import MetaflowException as MetaflowException
19
19
  from ..user_configs.config_parameters import ConfigValue as ConfigValue
@@ -1,19 +1,19 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.322734 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.624724 #
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_decorators.user_step_decorator
12
11
  import functools
13
12
  import metaflow.flowspec
13
+ import typing
14
14
  import metaflow.decorators
15
+ import metaflow.user_decorators.user_step_decorator
15
16
  import metaflow.user_decorator.mutable_flow
16
- import typing
17
17
 
18
18
  from ..exception import MetaflowException as MetaflowException
19
19
  from .user_step_decorator import StepMutator as StepMutator
@@ -1,18 +1,18 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.297363 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.597400 #
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.user_decorators.mutable_flow
13
12
  import metaflow.user_decorators.user_flow_decorator
14
- import metaflow.flowspec
15
13
  import metaflow.decorators
14
+ import metaflow.flowspec
15
+ import metaflow.user_decorators.mutable_flow
16
16
 
17
17
  from ..exception import MetaflowException as MetaflowException
18
18
  from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
@@ -1,20 +1,20 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.296515 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.596535 #
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.flowspec
13
+ import typing
14
+ import metaflow.decorators
12
15
  import metaflow.user_decorators.mutable_step
13
16
  import metaflow.user_decorators.user_step_decorator
14
- import metaflow.flowspec
15
17
  import metaflow.datastore.inputs
16
- import metaflow.decorators
17
- import typing
18
18
 
19
19
  from ..exception import MetaflowException as MetaflowException
20
20
  from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.9 #
4
- # Generated on 2025-09-24T20:09:24.312539 #
3
+ # MF version: 2.18.10 #
4
+ # Generated on 2025-10-02T16:05:06.612752 #
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.18.9
3
+ Version: 2.18.10
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.18.9
24
+ Requires-Dist: metaflow==2.18.10
25
25
  Dynamic: author
26
26
  Dynamic: author-email
27
27
  Dynamic: classifier
@@ -0,0 +1,168 @@
1
+ metaflow-stubs/__init__.pyi,sha256=PxbmJ0ZxBQpbZnp_1Ef8eHCB5jPogk9pUGw0TeEcufc,64684
2
+ metaflow-stubs/cards.pyi,sha256=Z7uETqW26awjw_qS4rf9oP0ceBnO5peZtq2HeHWUW-Y,1948
3
+ metaflow-stubs/cli.pyi,sha256=sNYMZdXO0puPz5Kj3To8Coglunp_GSn0ZHc483CHgUo,2264
4
+ metaflow-stubs/events.pyi,sha256=rrNvZC915ogohW4qpLjLR4Jxl7TyZd-qf7vn-JtQ8ss,4022
5
+ metaflow-stubs/exception.pyi,sha256=jLWRogZI-4v_U3TspyeifPaqkvhhTbjgjFQz_T4z584,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=E5RqEnPQ0kyTB9BPLahkuCcbHTN6gSJRxw_Yj2jAsTc,10832
7
+ metaflow-stubs/generated_for.txt,sha256=75r4ub91LEaszQG-69gruDy1UsptSdiEnLOjgPU1Krw,34
8
+ metaflow-stubs/includefile.pyi,sha256=lXyW5MF90bpLCiGgZdgEWJBRi36vLe1U-rqwctPZKxE,5153
9
+ metaflow-stubs/meta_files.pyi,sha256=fQOj3pM6t7-GZLXwPw_lzsJA3Xb68J-T4aZf-RexA0I,585
10
+ metaflow-stubs/metaflow_config.pyi,sha256=cra8jApbvgn53Qnm-oXSy5j8LvbM55LWAmDG8-2VX0o,4966
11
+ metaflow-stubs/metaflow_current.pyi,sha256=oSv_H_m0zS5l29_SF730VXjFdswJbDxKPHRc3HrF8EE,9655
12
+ metaflow-stubs/metaflow_git.pyi,sha256=_yLr9WgssbpA-WlZDJ4RxGXPNW360k15iSDgxxq-g8U,1088
13
+ metaflow-stubs/multicore_utils.pyi,sha256=1KQWTJ3cjJ_ixTlBYqloiFPPhyI5CObZEf_3BwMgfs4,2516
14
+ metaflow-stubs/parameters.pyi,sha256=bABTFa3VM7ln2gdIg9piOZsXwNVI3Cz9hyrDXOWuoWI,7517
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=FjzwFNFVH4zN5dFQn-tS8vR4aWo9J5kUvLnU78ZgaFI,994
17
+ metaflow-stubs/tagging_util.pyi,sha256=pOI1ue46YVx78LmMiR88IhSdqy7Kyzr4qNxnrZohK2s,1494
18
+ metaflow-stubs/tuple_util.pyi,sha256=R39t6orbz2AF8SsCHD7sjDjLZk2aN1kq3HhVtz-63tY,663
19
+ metaflow-stubs/version.pyi,sha256=mPI9BtoavZ7yAfhFDb1DFHAuUlrdJAvLX9GhK7dtZhM,577
20
+ metaflow-stubs/cli_components/__init__.pyi,sha256=p_fTWZF6f5OyM7yvsHsPA3VswhwqV8VkwWFt6yXuIfw,583
21
+ metaflow-stubs/cli_components/utils.pyi,sha256=UjCGr0uu03H0unHt7h_2eefQVvlmaS4IwEjsJoPZqbA,1260
22
+ metaflow-stubs/client/__init__.pyi,sha256=hFiWpUVNyLqnOt6QkTHdcpjshcetvZxI6Pzkhgu2gFo,1114
23
+ metaflow-stubs/client/core.pyi,sha256=8_B2RBTRNubvZd5hXt87sqxnMbrOwiz7eiqZXCxVOg0,48178
24
+ metaflow-stubs/client/filecache.pyi,sha256=VOWF3PyH7x5b3BcXRrsD0JEYPbIZP0dA0gt4px2fpuQ,3059
25
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=btoUEdStb3eLQw7Lpa4iBD2H3VeOohYVjOSnxC54f_g,808
26
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=o2e-UYbBkzVKd5JNAKhv70Rs9FKfwWbC73K867JQdsk,1068
27
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=gZejNs4lO-HRPul2nQ22ynKvnUk9M6wDbtHLaQtYguM,13235
28
+ metaflow-stubs/metadata_provider/util.pyi,sha256=vT4ZnXHK82i4WpOJN9Pg_U1m_NaSaa-mFzmiyeCo_tI,758
29
+ metaflow-stubs/packaging_sys/__init__.pyi,sha256=g7TIOeafV5zzsSP1-o8_PJPfwmrKH7UI3gXXtpGxXRY,19750
30
+ metaflow-stubs/packaging_sys/backend.pyi,sha256=pi-tiYCCbfh_vKiWZnNuqmtUyUhETZkdElc6NdsmDQ0,2963
31
+ metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=e2RVrGOooUdi0qO64zmPn4FVvUeumXL1WhcJ4OasiUA,2952
32
+ metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=N6cEsXmQPl8VIdnTQkA6SBBFubQWY3XM0TXOIQ2a080,2282
33
+ metaflow-stubs/packaging_sys/utils.pyi,sha256=f6BmM_SMF7bU6GWaeki_kmSzAQAtZbZ5GVGEg7kpd18,1208
34
+ metaflow-stubs/packaging_sys/v1.pyi,sha256=wxWj8OIupBhN5WaZbnxfMUxnI-pxYv5w_ZmIW3ngygo,5283
35
+ metaflow-stubs/plugins/__init__.pyi,sha256=_qK29yAUR6GuaBJJKU65H46iS_Jx-IVC3Z9kI8dhYKw,3908
36
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=lXRlgD6gy-oKomtzwPezBsEBDsyiuXrnEubI409vDHc,2243
37
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=uYVUxX49Ww9qpSdWynnitSkqlCQyt9QeV1ejHQr56sg,932
38
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=XKrzpSrLvDVaZLSLbrPbd7wXdAsqCD2czt4R1n1uFN8,910
39
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=wTgV6PQPOJpEc_qumQVbj3aY8_jHPn9_Kc6Ugd7tiKU,1052
40
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=Od96ncEofrkl0HUcgXYnejl6q4fbWvBDV_A-YZbEQLw,5983
41
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=rxuOxilDIbWAPohxjizonwU2524-Zo4U2Y3XtqJH_cM,2465
42
+ metaflow-stubs/plugins/parsers.pyi,sha256=kHIKKky6miFdGBgQqtKBtY9IBOuzKmtLLis3FAtWhP8,784
43
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=VNFbD0Et9Q167nweYfcsP5W7FFIrbBOK2VA2rmEsTfU,3713
44
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=6OtgKI6ha_ql5E_4P6VHFSxFlnGCrprzvSrmu_0J0kU,1829
45
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=-_ZTaY3UPKQgxjoqz2nmnIYLH1M9Gf4ZqL0tEBI25os,1709
46
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=9cVOLi8mr1kYnttyZANmoSrla6UwCw2ZOn6DLWN__vg,1198
47
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=CANq9ccxmCKHrZZIUaT5gc7FX1GyQMMhmoV5BuuN6N4,2107
48
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=wZyChG15AMDohsJ-W2UOh9XLuD_AgC4aq9yYb6F5WL8,2296
49
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=3yLs4rB5XSvOZJD2L19bPIlap1oTpGv_D9Gg52tSH5E,722
50
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=Hm8jQY_RZkNDi0Xk0TWgsM3SpiKWMNsCqsWG-OQPbUI,1229
51
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ndD11K0kSNz3l3QuRxbYZDl3VWi7-yQmtWhHJ19hIwo,3154
52
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=s3Z_ise_pQjGhOlL82BPXtWtTN_MjPyXJZez3MvLUOg,923
53
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=OLh3ww3YDGbTq7WT6iOP71z7NSdrOKiI4PDGm2iQXVc,877
54
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=A2bWDUfvMiYzhX_xVCxFiKzuU_7jnIcIG1m4ZAd_Jsw,1497
55
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=yXRWqOkkZwJydek6ohan9z1gtghtZi3KRDj4hiY43CE,3309
56
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=XyFTs1ZsXQ63a2ecl5hysRjdZuUPj2t3WTQxXoPapGQ,3220
57
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=wUDVvdKlKJJRN7Zn7xwvdo-Tjf8VH0SiifJiL14vzKI,727
58
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=8uyyS9U0NUhsojEdKoC2iL7O4kjIOFwwHbgRWpYwgCk,2634
59
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Ve9VzGozVbhjQ4K_n3KMvFPyQB3IU1cF94YUha_Y6so,3348
60
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=glZ5qJW9Y5WR7hNmXWjQhYEArghcve1nmxSo0ZMFGT8,14432
61
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=sGeulD_MsExgVOK5ih4d6TLdg29Edf9dV2uvRsQXeqo,1375
62
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=hwQc3eG2Foyi1tnVBHVdc_vEd5ivUgT5dmtWZAzf3j4,4595
63
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=07McS3ZzslRrZt1IS2OWhGhQ98pefz8An6Q4cBoCoUU,7546
64
+ metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=LmImnVJEUpNDeMOv_1IurIM0iWMUZuVK-5Vikm3aOi0,1737
65
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=z53qfqtevBx5DgDrTcNPJIpvOerf1sekL0Onl5QQgtg,755
66
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=b4jeLpwtVzR9QMl7uX0lPGrnjEz-Wp6AmKZk7eZ9mVk,930
67
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=eteEHGl8wCE4C6eOuwsRhbb4sskDqUbpuBnTCTSEPe0,3138
68
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=liHbqudZfvQd4ulQh2gZzCcQWVQ-Tl54ZSd9MiqE880,675
69
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=uDnB7eu5TZGvNHNQ_yIrv_fL4ao7SrZUWUdI1Dx1qhw,3051
70
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=lQcBYMybaq2UoT_awzLFG3fnGxsAn17pHZm_2rAUFQY,3767
71
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=IMgc3DvPFRcu1vKyM_CgXCJb_Xx48nPlDVbGFosN1kY,6231
72
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=bfgJtRx278YOKcvDrp2EcfIdhwN9kEBOOohP1cnGIV0,645
73
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=-WjzC4J60F6FrkvxZJFQsceKrjcF_wPrYR3ECv2UU1w,3575
74
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=QyU1ncgD5-LBH1TA-bVY-ib3JWR2ES2yDqWsqHCC2Qk,792
75
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ZO5jdMxpF514bh1L5q35_s_Q2KmLLE8_fwvKqMzMoIM,976
76
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=dh7eRTQZdSI_PY832Xspl28wtgKPhwvKqEuRfTbA_NY,899
77
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Dvw6qGeO7hLKxE9qRYTpkwQEg8SMATBDgDj2h7pY8ZI,1637
78
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=QoJODlKLK0t6hbTXhB3W8N_Sfr3_X1yYiQRWXnNREZs,4631
79
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=YaEoMvNFH2_L6Mxfyb8k0O-tornbqEB_HYe2agUS8gQ,1186
80
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=S3Rz-geojVYa8QO9rnnmi9o8Y7_4SCDQIfbCumomIXE,1145
81
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=a7wITI7gawDPabamf5G7bIpPE7yS6d1v8ACD9D66lbk,4035
82
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=7pOXnXdOaMIBg_VXHPhhVIILKZtYnUqJXn2-YMIkmo0,5089
83
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=A5LS_qbGJI7SHv68iAnfvY2-_xnMvTVthMpGXBr0wtc,1011
84
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=6sieVJv3S2UVhX3J8Ps1dVrSLzbZqJK4SrQ1Q3QgD4Q,1168
85
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=PquU5qNWrAQmUasTcQi0Mf6Y0S6G_XRDcUmyQadYu6g,999
86
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=stYo6LOt0qmWfHkT-K_NccvZl5q-C-qcCPOOJ-cg8Rk,2289
87
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=mfY9FyyY74ougIh2gffs7kBALXDX_NYrwWxCSP7JHKo,2458
88
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=kM95m5KfpBHvPiy0ILcgOrBq9VXfZFukFvf-mPMqzkA,1568
89
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=DBwND1k3KoBEZPX6rNvvpQP8RhXeVS0OVHTvns93IlU,1667
90
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=2JIUv0YUVZw2yOOVPPijRMSgCVKtfDZwtbjbD7C6gGo,916
91
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=U2jaom4u53PyfBc0ZeFBCOJ1qLcPen5NalhyvBsNWNY,4909
92
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=kY3N-p1pbwnv4ffWnQSugvod-B2KShMzYQl_0CtLVxI,1189
93
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=mrPDb6oZ2-5iaGnBrN6Lgeb9Nl-ct4Fu_lisSUnLXlw,2935
94
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=MXOLZImUWBNYufgE5Txq97aJ-hwoaMBQSxP_luJVJuQ,3247
95
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=dV9bIidFsDQV4M0mDC15TAeevt6SAYMaTc77EFNGBX4,759
96
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=C88dpZxq4HUmr9Dzfv5WI9C5r6zqgFHhy1PsNeZuFck,8476
97
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=YquqRlBc2o2REN4ranyHpJxBctoArkK4av5QIfLswF8,2470
98
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=BZdAmsjL4Jzf0UD6TqfVwLSpuEjFZDg-k5hFjx5bIf0,1027
99
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=EivveB1mf82O05oeS5uITSD2AAxM4Dae_SMvnL772ZI,7501
100
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=CkPFc3yelpcoKnY9gcB1m_22cG8_9T_ayfIzBT5A-cg,3196
101
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=jbkb8GrSLwaLvf2NbFgrMdGziTKPeJ0vP6iSqs3Crvk,20039
102
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=cgNeBeVJfpTr-yWXkfquD5PB7otGmqZnIBkxZjpFRbA,1479
103
+ metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=r2r1PCZ05RQMi57qbJ8fVBFC2JYm3SWWxPpLA-JQaFk,4248
104
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=kViu1NEzWZDDkDMjBhnsVvaDvmga3Xop2MFa-pK3MBw,853
105
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=G994oP536CbXCrgmA0h-pWRzVbeUS0oZFp2-B0e52cc,3774
106
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=59Mkb3DPZmfqd9c03K0S3m0ywYHa0QuS6gkL7FpN7BQ,933
107
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=mCiLZTvANcIFq1tohloRIteQURKFxSpxOtWJUdLUeYg,2797
108
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=my5KIdLAQUTAE9ib9r-Nbkb3u_eCNQ3puhG8hVjMrS4,1204
109
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=tbyL9D0CmY9O6nf0mCd8knBkZiYp2hhru_B2r8JT1po,24447
110
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=lAlA01oC7728lKFs0tvtqDbT8SrjaLle5BWKt_3F01o,1036
111
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Wfr6giqxsEQHxH_8z1Jqpa_M-43XlGo9tLKll1HtCp4,1132
112
+ metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=cwEyc8O9qA-4xzcwCgqRU4asmYKLFpQocQa9JnDVI7w,611
113
+ metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=6aQKDlKFvBK9CUFtrtPQFFHsXDR4_9nWkLhegcw_WA4,901
114
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=sQcOVx_bh6z6PWLtdDdvxfgPoqOFqOVQ_YI2_2XRzDw,587
115
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=lAMIjlqARnjpIM0HOVbphKpy_MijQKLB3laMni0xxzs,1200
116
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=BASGu5VKffHOygFW_3Dp8x20G2zhO-iU294_PtDq3q4,923
117
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=rnjRcBa2eXeIdk1TvZcAne9bJc9yQCfuz_Rw_hvksJM,3298
118
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=FezM-M6cT3rwgLEzGly8htJH9s3_941jbQckZJ358Qo,796
119
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=LuJSEVrFlOBN4Qruy9_3mSnT_AG9K56GY_RqyNouhWw,899
120
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=a4HNf4V2JUlYy96xHYrh69BuwZ9PMAHB4Pzlot3dSyw,1086
121
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=wLn2RtwwGMKVg9OOiv31EN3AnbJo_8mxcEVmAO_4Ges,1641
122
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=UNPNcwnfmGBWnvyknWhZy3X6aMVpRxnoq31YnSOm7qA,905
123
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=fp21uqlb7GPPSaFGZOpBeLP_n94hdnPOtwGOijTK80c,1707
124
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-cdMFHTsV61skqlBjNntoacynPPnrCg9lPr-hDUhnYI,3833
125
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ISbLXqD8c6FcOeygrM8xl9f7yXFNRYpGYUVqgpRiyWU,1326
126
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=cML-aN0Y2Ua-pZttg-I2Wa2izMR5sxIoi7hwqkK-4ho,7927
127
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=6JufkAvejyul8mdozh0oYiexR0-4R8ldmWVlU-S-K88,2525
128
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=HFSqDbH3GSldnfcNBlMh3-44hJnAMUrs-e-ux8hpn8Y,5425
129
+ metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=oT64_zgESgYi31Rjhc-NEGkZ0ObvYl7bfj2pXQH-1jw,762
130
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=0EknFMwNiE0VqgCuD77Io5VCDk3kuJFK0XOIL1F07Zc,948
131
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=nppJ7IXw8l6ayAt5iOdiG98azFErNLUrUGRoXuAVC0g,3855
132
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ZZ-wWNSmUK9Qerht6coAFVqtEH1BPyxZtRxz4zPOqUE,2465
133
+ metaflow-stubs/plugins/pypi/parsers.pyi,sha256=wTzZlPnv35hn9Cwy3h3MXYaGy17U_AyzuylQcbKnF9Q,3741
134
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=2yZ0OZiTAHVEKphBwQFQg6iPXk4eSQPHwAFRiIfNpks,2650
135
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=yJp_6HsttIZ7ShMy79gpbVjgtsO-HdQLRTtfLWuTYho,834
136
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=LgW59h6X0Q3XypUoMUCwVqwjhhpfsIdh8veW2GBUkaI,874
137
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=1Idjg6z0sTdy7Sq9xKHIf9wHsTsXp4X48szQL3bLYFg,1208
138
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=l3HZF_T98UIDL-CcAxtCQWTjuqQXkHZZNCRUAEZ8DvQ,986
139
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=3f1zw3DZ-OszH5GPE-E-daq_bLEHXuL4mL2NIB2zKxg,1744
140
+ metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=LKyzFOkfniofMRb1EvQpqLyJmEji2jOkCwDjwxGZAAo,1224
141
+ metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=DYljnP61D9-9GzE6yA16Qt1eTkwWgPKFzH2GvgvdDZQ,1417
142
+ metaflow-stubs/plugins/secrets/utils.pyi,sha256=pM9mjeu-jXF9UzPqjUQmd7skajlz2DnqDaHQXGXQA3U,956
143
+ metaflow-stubs/plugins/uv/__init__.pyi,sha256=AMXMSD_hRfaltneGZFGKgF72akBjphdp6PHlYutfzpc,601
144
+ metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=lTsIbZeiBuBcZMNlOiqOPp9AFP8ePuuxiFDz76e1nrA,1383
145
+ metaflow-stubs/runner/__init__.pyi,sha256=0X8lmWTrSk8UisEPxkh7dLTB8wAR8MgG7_Cn_6RLTLY,831
146
+ metaflow-stubs/runner/deployer.pyi,sha256=pwjNrNDxqunbJh1j4rrpD2zPkHgUsliCmlr93e39cpo,10115
147
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=3uwYSqYoroiTzuwtAI5j9ws7kHVtfd76k14zBoxGKcY,3678
148
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=O15ikZmbISJOrxdU7knaY-OHOInI4iqz9XBf3lHZVSI,10997
149
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=3nJL5KG9zq1YlQh17XgoKONwhREC_DxWq-_gRRBIjaU,2946
150
+ metaflow-stubs/runner/nbrun.pyi,sha256=7ZaUbSkAdSZF3USaipwp3D6d1ULYfXR0a-rhx63SiB0,6035
151
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=WTjFWzHdSOA_JcRFokuZpYDqlGxjOmZK24kimYMbpk8,9342
152
+ metaflow-stubs/runner/utils.pyi,sha256=MmDD-H7Fg6IN96Q4UQnbie5KNXI90XsSNVT8XgZVbf4,6004
153
+ metaflow-stubs/system/__init__.pyi,sha256=px1Z28Z6J41nicMTWVccz54bXA8An5KfBZ_XwyIOV7s,761
154
+ metaflow-stubs/system/system_logger.pyi,sha256=l-cilLkTKbBMYG9aJKzgJuxFDpXNOKFI7jiNuB5oeac,1666
155
+ metaflow-stubs/system/system_monitor.pyi,sha256=yEjO3qsNJWfg4t6wux04Gr2prnxmZiXR6SOCsVvvtZw,1788
156
+ metaflow-stubs/user_configs/__init__.pyi,sha256=NTX1ckE5ahP3w8KokS1oN2SqwP-g_62Fiy44JXhwNRQ,654
157
+ metaflow-stubs/user_configs/config_options.pyi,sha256=8nreSBoDTDv9O9EACa7NtH5i4Cs4u_TM-Hr2p3I-3qM,3008
158
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=F9Mp5vsjVWvxM46puRY9a45jJgbr6tads7jLA_J4F1k,10232
159
+ metaflow-stubs/user_decorators/__init__.pyi,sha256=Dzedjf91TVtaVzvbeBjgj_WiW7gKkfQYTWi1-vgXi2M,785
160
+ metaflow-stubs/user_decorators/common.pyi,sha256=nQtZoO47BmbtDvy00Cw4-RToBcp5pOJrm4GttR_8wC4,1391
161
+ metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=1Ok43HQAo_3jGBmbCQfxO4aKCSgiM6qMideEhAEKVZs,9333
162
+ metaflow-stubs/user_decorators/mutable_step.pyi,sha256=xgRIbFSe0TfoLRRYUglv1pNJ3VKmbFVY5xhS8PGd2X0,7062
163
+ metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=do8wf57B1dMwVbvBjsmbvbMdE0eZasOiKLDtuFh3C_E,5039
164
+ metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=cr-Ft6zfE2mh-xrVhtTx3iXcRn2UYvesysDaa2CzzQY,13314
165
+ metaflow_stubs-2.18.10.dist-info/METADATA,sha256=Dxse2s2ThFzRQYUfSQDvUQwma4OUs0EHIZ7eQe97wOY,1619
166
+ metaflow_stubs-2.18.10.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
167
+ metaflow_stubs-2.18.10.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
168
+ metaflow_stubs-2.18.10.dist-info/RECORD,,