metaflow-stubs 2.12.34__py2.py3-none-any.whl → 2.12.35__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 (158) hide show
  1. metaflow-stubs/__init__.pyi +217 -217
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +2 -2
  5. metaflow-stubs/client/core.pyi +4 -4
  6. metaflow-stubs/client/filecache.pyi +3 -3
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +3 -3
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +6 -6
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +4 -4
  13. metaflow-stubs/info_file.pyi +2 -2
  14. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  15. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  16. metaflow-stubs/metadata_provider/metadata.pyi +2 -2
  17. metaflow-stubs/metadata_provider/util.pyi +2 -2
  18. metaflow-stubs/metaflow_config.pyi +4 -2
  19. metaflow-stubs/metaflow_current.pyi +5 -5
  20. metaflow-stubs/mflog/__init__.pyi +2 -2
  21. metaflow-stubs/mflog/mflog.pyi +2 -2
  22. metaflow-stubs/multicore_utils.pyi +2 -2
  23. metaflow-stubs/parameters.pyi +4 -4
  24. metaflow-stubs/plugins/__init__.pyi +14 -14
  25. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/airflow.pyi +3 -2
  27. metaflow-stubs/plugins/airflow/airflow_cli.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  29. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  30. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  31. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  33. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  34. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  35. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  37. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  38. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -2
  39. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +2 -2
  40. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  41. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  42. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
  43. metaflow-stubs/plugins/aws/__init__.pyi +4 -4
  44. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  45. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  46. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  47. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  48. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  49. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  51. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  52. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
  53. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  54. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  56. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  58. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  59. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +2 -2
  60. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  61. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  62. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
  63. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
  64. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  65. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  66. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  67. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
  68. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  69. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  70. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  71. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_cli.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_client.pyi +2 -2
  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 +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  79. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  81. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  83. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  84. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  85. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  86. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  87. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  88. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  89. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  90. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  91. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  92. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  93. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  94. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  95. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  96. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  97. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  98. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  99. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  100. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  101. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  102. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  103. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  105. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  106. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
  107. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  108. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  109. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  110. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  111. metaflow-stubs/plugins/kubernetes/__init__.pyi +3 -3
  112. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +8 -2
  113. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +5 -5
  114. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
  115. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  116. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +8 -2
  117. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +3 -2
  118. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +3 -2
  119. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  120. metaflow-stubs/plugins/package_cli.pyi +2 -2
  121. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  123. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  124. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
  126. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  127. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  128. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  129. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  130. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  131. metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
  132. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
  133. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  134. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  135. metaflow-stubs/plugins/tag_cli.pyi +2 -2
  136. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  137. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  138. metaflow-stubs/procpoll.pyi +2 -2
  139. metaflow-stubs/pylint_wrapper.pyi +2 -2
  140. metaflow-stubs/runner/__init__.pyi +2 -2
  141. metaflow-stubs/runner/deployer.pyi +5 -5
  142. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  143. metaflow-stubs/runner/metaflow_runner.pyi +3 -3
  144. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  145. metaflow-stubs/runner/nbrun.pyi +2 -2
  146. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  147. metaflow-stubs/runner/utils.pyi +3 -3
  148. metaflow-stubs/system/__init__.pyi +2 -2
  149. metaflow-stubs/system/system_logger.pyi +2 -2
  150. metaflow-stubs/system/system_monitor.pyi +2 -2
  151. metaflow-stubs/tagging_util.pyi +2 -2
  152. metaflow-stubs/tuple_util.pyi +2 -2
  153. metaflow-stubs/version.pyi +2 -2
  154. {metaflow_stubs-2.12.34.dist-info → metaflow_stubs-2.12.35.dist-info}/METADATA +2 -2
  155. metaflow_stubs-2.12.35.dist-info/RECORD +158 -0
  156. metaflow_stubs-2.12.34.dist-info/RECORD +0 -158
  157. {metaflow_stubs-2.12.34.dist-info → metaflow_stubs-2.12.35.dist-info}/WHEEL +0 -0
  158. {metaflow_stubs-2.12.34.dist-info → metaflow_stubs-2.12.35.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.684752 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.446177 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.686718 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.448286 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.685662 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.447105 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.652224 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.428152 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.650187 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.427570 #
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.12.34 #
4
- # Generated on 2024-12-04T14:12:34.651500 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.427908 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import typing
10
9
  import abc
10
+ import typing
11
11
  if typing.TYPE_CHECKING:
12
12
  import abc
13
13
 
@@ -1,17 +1,17 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.673126 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.445754 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import metaflow
10
9
  import abc
10
+ import metaflow
11
11
  import typing
12
12
  if typing.TYPE_CHECKING:
13
- import metaflow.plugins.secrets
14
13
  import abc
14
+ import metaflow.plugins.secrets
15
15
 
16
16
  from . import SecretsProvider as SecretsProvider
17
17
 
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.672913 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.445533 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.655240 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.432790 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.659808 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.437533 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.649266 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.426467 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.652634 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.430073 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.642391 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.419230 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.641886 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.418743 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.627256 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.403896 #
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.12.34 #
4
- # Generated on 2024-12-04T14:12:34.725386 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.505341 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- import typing
10
9
  import metaflow
10
+ import typing
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.plugins.argo.argo_workflows_deployer
13
12
  import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
14
- import metaflow.plugins.aws.step_functions.step_functions_deployer
15
13
  import metaflow
14
+ import metaflow.plugins.aws.step_functions.step_functions_deployer
16
15
  import metaflow.runner.deployer
17
16
  import metaflow.plugins.argo.argo_workflows_deployer_objects
17
+ import metaflow.plugins.argo.argo_workflows_deployer
18
18
 
19
19
  from ..exception import MetaflowNotFound as MetaflowNotFound
20
20
 
@@ -1,15 +1,15 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.648647 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.425842 #
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,16 +1,16 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.640128 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.416963 #
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 metaflow.client.core
13
12
  import metaflow.runner.metaflow_runner
13
+ import metaflow.runner.subprocess_manager
14
14
 
15
15
  from ..client.core import Run as Run
16
16
  from .utils import temporary_fifo as temporary_fifo
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.641218 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.418046 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.640785 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.417614 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.647994 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.425190 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.646704 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.423838 #
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 metaflow.runner.click_api
12
+ import metaflow.runner.subprocess_manager
13
13
  import typing
14
14
 
15
15
 
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.641583 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.418419 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.666082 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.443835 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.665573 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.443421 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.624588 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.401234 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.626289 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.403643 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.34 #
4
- # Generated on 2024-12-04T14:12:34.641337 #
3
+ # MF version: 2.12.35 #
4
+ # Generated on 2024-12-06T00:07:18.418165 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: metaflow-stubs
3
- Version: 2.12.34
3
+ Version: 2.12.35
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.12.34
24
+ Requires-Dist: metaflow==2.12.35
25
25
 
26
26
  # Metaflow Stubs
27
27
 
@@ -0,0 +1,158 @@
1
+ metaflow-stubs/__init__.pyi,sha256=0SbGcAXY18mj5rFiFFjt6KAtYbKD4fnuRGIiR3Wr1lw,34622
2
+ metaflow-stubs/cards.pyi,sha256=sw_rFuu4FdzV7hfkIld25jvGDMleNCnI6Lnhq3CFYXk,1564
3
+ metaflow-stubs/cli.pyi,sha256=O5qJ-P-prglj26jN3luO6iXhnHo-i1iXv7be6Cx1N1w,2148
4
+ metaflow-stubs/clone_util.pyi,sha256=KXAOHnVvHLV6b9jVXDJyO5tzI0910eNubd8SzLyrPEk,789
5
+ metaflow-stubs/events.pyi,sha256=oIvNaoV5hs613NXZ57ypdwK2rhDa3WrBp0AFX87JNHQ,3974
6
+ metaflow-stubs/exception.pyi,sha256=BCx6HmyG1_slTJ9O_Lv9BplTfO6AYMgOe9AiU6wa4Pg,2641
7
+ metaflow-stubs/flowspec.pyi,sha256=ijlXSTuYDg0SdGBhxKWxXJcXnLHn5gq4LwdXwT95RWc,9864
8
+ metaflow-stubs/generated_for.txt,sha256=QHGqd0pLcSQw8LLbqKvK0XfHrlazskp-qN5VeC9YNlQ,34
9
+ metaflow-stubs/includefile.pyi,sha256=_8dhfaKSdq5pHXjaKg0ph5tse6fy_-vax_hObaI0SNo,4235
10
+ metaflow-stubs/info_file.pyi,sha256=osTAs4hLDverJRkyL1mnbNPLW4b3XpCx_NxVA51yCyU,625
11
+ metaflow-stubs/metaflow_config.pyi,sha256=eaDiuBHCcI7BXnX_CSMPXKgwYmNG1Ve-5zaDnMTWI3w,4606
12
+ metaflow-stubs/metaflow_current.pyi,sha256=xEvSbCNiVYZAdr02v7SbCTSI0ybLaoXNVVYZOEPiQe8,9655
13
+ metaflow-stubs/multicore_utils.pyi,sha256=mgIlvRNqm475GS6abXF4uZRjhzd8YI3YKqbQKSEmXgM,2516
14
+ metaflow-stubs/parameters.pyi,sha256=-HsmeC0vJCPhkDBUuuJIMAqkjxUhreAfLo8YHMTaclY,6664
15
+ metaflow-stubs/procpoll.pyi,sha256=0QlZgyM7wKZLxDjVlmy5T0Wm63buhetFSX4eAK8pZaA,1366
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=oXWz0EXrgjaibtl1qJcCW_9JpvvMu3lwiCa72A3cU2E,994
18
+ metaflow-stubs/tagging_util.pyi,sha256=ogwXKBIZS7XjTKBl4G4V-P3YJGkGihIlxwKYDcMju9Y,1494
19
+ metaflow-stubs/tuple_util.pyi,sha256=2gz5zxqqgq2aqfzenIOi1gAaS-EZaN84j8npE7JnMr0,663
20
+ metaflow-stubs/version.pyi,sha256=9gKsVpCvQmb7ODZW7WLR-6IJ1prD_C6mrLtICJmqZyI,577
21
+ metaflow-stubs/client/__init__.pyi,sha256=Nzq_qifSkUwGgmK13bmhBhC7PfVDt7BNlN6n5_g0Jr8,1114
22
+ metaflow-stubs/client/core.pyi,sha256=ga6j3C7MvTfdHBaR1y46mRHwtVnywwif-LBwOCXax2k,44999
23
+ metaflow-stubs/client/filecache.pyi,sha256=lJv6J_aNygYj5xq1VHCpWGWccv2WhD38bB18Ih3en0I,3059
24
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=NNxbAZOU6ungS2oOp57evo3PvB_ErWgQSm0sbfUFIkk,808
25
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=-mWJ3-zMhT4PfHsqf9jqSDzHKXb6SF_YWteZwyHOn7A,1068
26
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=ub3asow838rfaeGIENBnTh9CaAvaQjcFkDEyDCXEgrw,12392
27
+ metaflow-stubs/metadata_provider/util.pyi,sha256=8CWI8VAxfUN6HiUHvar8k_W9SUu9MVWtF41cCxJJMaY,758
28
+ metaflow-stubs/mflog/__init__.pyi,sha256=5sz-yqidZW36qsB36zjsdCYIXCWNrRDvxpXzkaor72E,516
29
+ metaflow-stubs/mflog/mflog.pyi,sha256=LJGn7XbIA9yWRFfGdZoasq3-lnyadUO77fiTPQjsjQo,1722
30
+ metaflow-stubs/plugins/__init__.pyi,sha256=XqR1Bm-6NQEwLX6zxaFKvT5qP5Mb88JLBY4Xha5qbIg,3682
31
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=ZaikKUHJqJ_Ds0sedhB486A8xeUnZaXliv4adOX-Eow,2243
32
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=9fNQ0z9WLPgXv5x0Cz6RsaFwfM8QMqPj5x3T2q6ZRbo,932
33
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=khYaKyInMDZjXc37Gsolm_PoIJ5XGQIhuZdeZ2RJ6ww,910
34
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=r-zMQRm5PWn-qQkD4X4I38SpkzFQYgliu1t3k8SQSko,1052
35
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=0S3byaKxPmAxkBosSu5lhPNUIr6clpACublYYL_M8x0,4772
36
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=sJLzfowPbj2rFGzYNtVt9FYTQ43TPsVo5oxAhh8EP-U,1481
37
+ metaflow-stubs/plugins/package_cli.pyi,sha256=6IZFh_XEivSwt5Pe7u4ikJxndMbl0GRV8HuCITIomh4,591
38
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ravNLUqo6vn7b85JLS9uuzrTsMLP7HtDATws_hszuRc,2445
39
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=PKhjhpQS30CKuwKTbb0OP7lxV_c8vhnH48HKeveiEY8,2743
40
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=J1yUiwbAfUE-1ZxSnNhHBRAKzrffFOuG1IFX7_1fD3E,1829
41
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=XboNvPu6Ne937ICexP6kU0zKeOmhgpq-Izi05fYqyKQ,1709
42
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=bMsUrg9sodWElHbsUi9lWKm60O-tTjIf3VObN9Xmx0I,1198
43
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=iJSqlBjc0-r-rqLQIPDCgxw5iwjK2WcW1H7KzmOkvNA,1038
44
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=lwQpj6mzQTbdfqnKlPrKScKFsm8EGRXTzMA78ReXNxw,2087
45
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=D6G0q2hV954xR_IScrLTai-SM2YNZnAnOAloCe0K4hI,2317
46
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=cmJCk2EIazH0xQ9DLonv7yux1mR7WRnrRiBzbkbzdQk,796
47
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=UYweiuBK9wY1i1ySFXOuK0kvHO-raxf6F-nqaJ4Vw3c,2920
48
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=q3QxIvvA-qCRnXm1PMH18BJdmLLVnxAuCEDkwVPZM0w,1738
49
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=HHWNsnlxSBqM0m6atpVac78mc0EadNzSaSqdBfKFw_8,1229
50
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=TqSmLzef-xE6-ecriiA9PuOmfV-ZnC7PsGj_6PNbqIg,3154
51
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=_2_Hhvd15I0LoqNTOAthrgMAtU9TCDXY9FqOiqae6B4,923
52
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=mXpMdG_CzWGCUT04x1yc5D9BQwUTrr8s-q515esoo3c,877
53
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=HrNLaBOw6HEuZe1Fsn7tqzwoGK950nRiNl341mWGWGI,1497
54
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=X0-3nlFSiKu5w1dctKBnceOV02Z0R2lu9RtkuuinMzs,3309
55
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=z8GO41u5Pecnc8RU6iab6NFtLClbNCPYSBJ_DAoTIKQ,3220
56
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=BpYELDaO9_vngbnWNRuSoEDw1HO_paJEEnxbeQSuWi4,870
57
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=T9IXA6Bv-fMePnixKEh1iUpYu5VDO-NZQHDpZTXpAe8,2514
58
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Yg7BLidaoYANuvgedL9unSjzDpRUEkvC7-bUU7aA9c0,3348
59
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=uh7NaTVE_PEaRPgSWIVEa0bDu2muBX1AiYf8WBs80cg,13604
60
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=tYah_hkxJJ0Sr6lo0dZuGGNkipKYp2OKF-0REb8n9AU,3805
61
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=XHjRAGm6Mwdy1rs-nzg3ORjfPfyXYaXVPoDlk08PaT4,1406
62
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1iHFG2VAoSBYWN_gZwtOn6V_IrzmxlUbrH1XaPFWYfI,4595
63
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=rA3NcR6ii7q0t5fQhAupLUvZyDk5YzRV1RziIg5yIow,5267
64
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=L_dkDdt8pYBCVljHkV0ITmZ9M71mv1B0h1MOSqturrI,755
65
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=0NVRNJyheNkXbBTc7PaPN472LE_BVJuHmfJptFwb0PM,930
66
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=WGjvQwYDdW1XJJFyPMxvoKpY-Snvmi25jo-ZVkK7zAg,3085
67
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=GPO-lF_vnUL0PzpTK65HVmAX0nv-MZWU7o0qcMyU7dw,712
68
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=rGSj8bnUYeozzafQW3PrWR3HP_FBvgtjqgeBVWlGAcA,2905
69
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=lTtCnVilUhRZDbNTc3PnQdXBuY-gclb2us_MfBQa_3o,982
70
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=hx473JFYox0In0Mu6hDKzL_tozKIRwjv0U6dMcG2y0g,3767
71
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rdyjP9mM7JmJHDCcYSPotogojOl0tY6QJkCjzLb4hr4,6064
72
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=oLppLt06-Q9hztMAi21Pxx21gaPv5FQOlh2_GDXVARY,645
73
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=t2mZ6dKnrxnzIddcmUw5JM0_oozh9IOF73dcscbHjJk,3426
74
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=nsQe4q-8Nq1MkcUPAyKmfjggTWSzwvnUx3x4CZ1Fotw,1063
75
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=wvFQe8yXBUDQIiweZlzIPb7IXQ23ninGqPxkuJD4CXk,976
76
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=1KRiX1_V4ueVdfAfMV-jD37IAjFQhgYuzoHm3azsuqw,899
77
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=ZXeaHe0j2vf5Ccg_f10CtZjDC86dM8AWDyYTlPvQY60,697
78
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=VW054bTC6ixux2OWCGd0sTDbVKpWIZ3dXRGiT5Jbhh0,1637
79
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=i0xHhsChN9eQsuAsFPof7vO5dCPIPAV3gEwf0tDP_18,4482
80
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=JQ6j52wBdagW5YLEadedViG2f93t-_yjiJrJM47B5Vs,2622
81
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=U1-JuMbbwtClbLr3XcrGXg6CZnDFoh7uPdWcRUBA0EA,1186
82
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=z12o2UVMSUc53-wpmYb__1lpjI14GKM2TPj8asYq654,1145
83
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=YTo-xk6-fxFFJZ6mU4L7rMKSpvW1TPlO-1IEqExZ5Ak,3881
84
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=nz-6pzoBGwej_WiVEzI87-iXSb5z4vJriP50WHGoK84,4342
85
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=5gzavTYg8oN_qU6kj8_r-n1ertDIS5EogwOpC9o-NwE,1011
86
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ye9urZzSKfYEl9gc5uwa2rpTKKMHotaAw47pWCoMYps,1168
87
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=c8HaYD4LscmKsIY_a4F8dPIwQZQgJIxa6k0nEcuk_C0,999
88
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=mf6c6mpWxDwwTACBaUhPXoYy7PpDNx8_KfNGA7U2o9o,2289
89
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=RJv6RLh_UVNHYoNWV7uzrVnQgFbzGnaPpM3JpL4y8BU,2458
90
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=EKuICVTVRQVeUh-WRFO9J6fepxczIIeiTygzRtY3YiY,1568
91
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=AuYTCHMwNnmv65zkeF2_0V15F8_UW8qQzQYSps89p2w,1667
92
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=jOAxnrQuju6DYAV1TiksE6MQrpUonEZ_eOOQwZpZ13w,951
93
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=BdHbP6sbaUe10JZJd_fGQuMUwmt96n6gTcNh6RWzc-w,5963
94
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=ahaz8NR3BpR5KA0zJ6P0bYbcqjFwW3abql3jk3QWXts,4909
95
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=5gud1vXCHCGMFROxheP-vS6H5A32AH35m8FxSCVQqYI,1089
96
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=7aqKTYWrQPg3j3nbbwEJS-kPzSPuBQTsugomsbMZl2Y,2962
97
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=B-ZNNgB9KqNv7qiat8OhcD3zn9HsJ-ENerVJXuxeoR4,2768
98
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=5E9i24OzEBvptq_6iNEQi33GXfEW2k-2KXCwzfUGeoQ,759
99
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=9dxyvaKwsc4kih4ogvlV6LGedCqrb7HUJn6JJixh2DM,8482
100
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=qRoPySJIfPNfD8J9NakLu-w2kZW4I_85LchWRuzgkbk,2470
101
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=1ROnpJU_NUQGL23Wz-9IdW_fVUzwZPLZHdfVXEla6t0,1019
102
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=zhRVmLM8M5uk1WW5_0YUaX9rcyO3xKlhZvmOefiqxz8,7180
103
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=xGF010ypTZtgzP0mlC7LvZdcR-YEehuFbFNUIjs46aQ,3092
104
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Lh65mgU7wW6bmsPOvQ3KYjYkt0X0sxwXN2z_s4a2F9g,10309
105
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=AGPhEoK-Mm-xUAVoKBpsnpqCP6lUO1_aanOqAIUSxpI,1479
106
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=k9BVEUjYB3_EHuPb_EwhRKK6mqQddsGLZmV5roY0-hI,853
107
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=t16wHZDC909WNOMHWIXgqNF5WjTPhSfSgyCnTVeQPHc,3622
108
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=wo2mbNwB9RWpoH3nPwlficjEHdf_S9wZSQndEJcMVB4,822
109
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=wZEMhL7f0tLQdfeEhQEntkyturODhB5_Cbk_OVUeLMY,747
110
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=9K5z_38uPAAx3qIpRdKR-l1VIRAjw4H108h9rAgpVMg,568
111
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=rccRWPXUTawkglCN_X65l2gxNoG8gDUj_hA4oBPk318,2736
112
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=R_3O7dK3t9YdPLFo5FfHrsIuKhCKL0nv20uNYrs13Z0,2014
113
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=2mDRUWi5HYQajIBRmTL6LtSOYU6VjOKN5iqxykO9Fx8,933
114
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=oUetxQwPL2ykLr0G4AvSDAtpGQTA3fXwhz5JTDSgCys,2797
115
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=mh7K9CU5fbH_Ak81Aa2SpVDOppXRE5QhyeDo6MaUPco,1204
116
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WA-luiZ63PAQlnmeP9Xu6yCkZtJWNzFSBtXnH1DXoDs,23702
117
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ETAEwekTTahT002zsS63ygp7X8WZEqc6P32Z0JEXPe0,1036
118
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=X_GWouLufxNaScR293IAfIx27DAmjUlSoUJYXb3CngU,1132
119
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=BJUEnQiSiGAXHuOVrbz4JILlzn3MqkJDGlgC9Pulpcg,587
120
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=syJgrSegSMuHYO18RgcYoW10we5QfQ1qeajN1QYYYdk,1200
121
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=usvzgShI7CPoDGI4GO2KILlb9xQnCscqdYgFAFtZSG0,923
122
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=_2nIEQt-opadAWoc9C9HfPVLVEbQSSDUGFsKGzOUHpc,3298
123
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=oVpth4W1gkoqm9MZVYFFb9tvj6VuWyTLHyMKl6ZF5Y8,796
124
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=iBLl2qcYVGpFPbmg3NzXKRnsYJIXN-ZyI__v_YtsRyE,899
125
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ALvB4s6mUaMZPjAy-Nmzuy5Gj7bd3vxc5_h7WEjIHJg,1086
126
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=CDlOOZNWNw4okEZCLn45fa10Bcpc8zgwbazQyptbgD4,1641
127
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=OjQ03KIuBSJOkP4MA8ITVyCZr2AHmZvjm_xibeb_vYc,893
128
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=46c6TRMU1SFq5joMq94PLrbmWSlrq7c_3pWcLVuae_s,881
129
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=AmQQv3aq5txgtjG3w6Wsm7pnCqsX00F2qVZGrDfoHIA,4254
130
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=BAftIqtIt-6jbdwWLrPzIDOVaC6DsbO1R3aZ_AVkp78,1444
131
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=V1_Sk39cxIbEbx9qGWOiqJjgN1YgaMR1Nxr4ycWjdtA,1326
132
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Sec3VAzlv51eF2Mqov124FpivkQAoBdM947H0XlvpEY,6806
133
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ioRVYDZFXEC4j0iRvzl2hdap1b0nAMZryYyvcChaNhI,2558
134
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=tsR0HATjelPgCvrGQBR3ZPJycUIvVy--Oz52_xjm1f4,5226
135
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=m-40jhT8xV6ycP4qoA3qgO4y06ol3NVrVHsWnPs33_s,915
136
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=n9qS8mOB2QBhYcNRyLLZxVE7Z3eTH0PBrVBnUIiLQY8,3725
137
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=-jd_PMKBDSZ-5cikKe2SGsAZ-GWqTC_CDsdUF0UljeY,2409
138
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=mSGduZB3176_01-fhiKT9DWSbpiUfA6cZmNnJUGMvU8,2610
139
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=dFl7jia9VgY4xAGq2MRiwUVz4idVEMUO_MbRQdVCF-Q,834
140
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=92QKZHLYVbogoLy2LuXh5r9sdm-DDyWsc3-lNUSAhmE,825
141
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=A5QUBYjQXPSnUIo8t5aRQc2renjjnwlHdaO8yEzBAzg,1042
142
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Q-tOSKj7UtPuwNS9t3c1-hAadgckzMBGgcg7DMrkt4g,986
143
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=l2XJrswepdnxmlRPlref1VcC4PlGgZkWsQoi_DY95Kk,2345
144
+ metaflow-stubs/runner/__init__.pyi,sha256=c7jngETY-5DRE8xOzg7fv_foCOyjkZ1W6MelkAN3aTE,831
145
+ metaflow-stubs/runner/deployer.pyi,sha256=fWhNTzgnZP3Le6hgs7uACXxBbf8XJRMunDxtQVDDsiU,7525
146
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=lAsQSAb4XrOJlZhYbtgF1Vc_WIPRzHZzwSZw7Rx_IDI,3300
147
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=o5LyG-h5soTerJClIbYnwGnIPid-ncx0szH7PMYXiJw,10652
148
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=uyELBzQ_TYdCsk0mafIs4n-s2PwLtViBGjGm_jgGMI8,2815
149
+ metaflow-stubs/runner/nbrun.pyi,sha256=jEBL_FLuM1dkApkURfZXygUPixQ7PdEEd2d1OT51S7g,6022
150
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=LpUbzQ8BUgA4bwxJ953JTqRDVKETSefr-mbS1rA3N-I,9136
151
+ metaflow-stubs/runner/utils.pyi,sha256=wcgfpqL_x8n_lPIJt9s57JL8a0DcJdAg4Dz82jIDba0,5924
152
+ metaflow-stubs/system/__init__.pyi,sha256=BaosbGglgwkSwpfRMg5O7s0OU9aKArGrkyIsnnpwotQ,761
153
+ metaflow-stubs/system/system_logger.pyi,sha256=cJsxJCSO13w8NKADiqFzlHLCllWLgf6XLqGQv_K52_E,1666
154
+ metaflow-stubs/system/system_monitor.pyi,sha256=OLvCFjOSkjdp_TQSx-cbjhalNUchly1qzvIT4myjRyI,1788
155
+ metaflow_stubs-2.12.35.dist-info/METADATA,sha256=K10EwQKX9z8atcv7iu95vCbNSon6tQ0LeCVWe8Ajkkc,1403
156
+ metaflow_stubs-2.12.35.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
157
+ metaflow_stubs-2.12.35.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
158
+ metaflow_stubs-2.12.35.dist-info/RECORD,,