metaflow-stubs 2.12.27__py2.py3-none-any.whl → 2.12.28__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 (152) hide show
  1. metaflow-stubs/__init__.pyi +582 -582
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +3 -3
  5. metaflow-stubs/client/core.pyi +6 -6
  6. metaflow-stubs/client/filecache.pyi +2 -2
  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 +5 -5
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +5 -5
  13. metaflow-stubs/info_file.pyi +2 -2
  14. metaflow-stubs/metadata/metadata.pyi +2 -2
  15. metaflow-stubs/metadata/util.pyi +2 -2
  16. metaflow-stubs/metaflow_config.pyi +2 -2
  17. metaflow-stubs/metaflow_current.pyi +5 -5
  18. metaflow-stubs/mflog/mflog.pyi +2 -2
  19. metaflow-stubs/multicore_utils.pyi +2 -2
  20. metaflow-stubs/parameters.pyi +4 -4
  21. metaflow-stubs/plugins/__init__.pyi +3 -3
  22. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/airflow.pyi +4 -4
  24. metaflow-stubs/plugins/airflow/airflow_cli.pyi +4 -4
  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 +3 -3
  30. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
  31. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
  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 +5 -5
  36. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
  37. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
  38. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
  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_cli.pyi +2 -2
  45. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  46. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  47. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
  49. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  54. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +4 -4
  56. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  58. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
  59. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  60. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  61. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  62. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
  63. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  64. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  65. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  66. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  68. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  69. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  74. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
  81. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  83. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  84. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  85. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  86. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  87. metaflow-stubs/plugins/catch_decorator.pyi +4 -4
  88. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  89. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  91. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  92. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  93. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  94. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  95. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  96. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  98. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  99. metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
  100. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
  102. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  103. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  104. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  105. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  106. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  107. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  108. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
  109. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  110. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  111. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  112. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  113. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  114. metaflow-stubs/plugins/logs_cli.pyi +4 -4
  115. metaflow-stubs/plugins/package_cli.pyi +2 -2
  116. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  121. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  123. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  124. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  126. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  127. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  128. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  129. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  130. metaflow-stubs/plugins/tag_cli.pyi +3 -3
  131. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  132. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  133. metaflow-stubs/procpoll.pyi +2 -2
  134. metaflow-stubs/pylint_wrapper.pyi +2 -2
  135. metaflow-stubs/runner/__init__.pyi +2 -2
  136. metaflow-stubs/runner/deployer.pyi +3 -3
  137. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  138. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  139. metaflow-stubs/runner/nbrun.pyi +2 -2
  140. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  141. metaflow-stubs/runner/utils.pyi +2 -2
  142. metaflow-stubs/system/__init__.pyi +3 -23
  143. metaflow-stubs/system/system_logger.pyi +3 -13
  144. metaflow-stubs/system/system_monitor.pyi +2 -13
  145. metaflow-stubs/tagging_util.pyi +2 -2
  146. metaflow-stubs/tuple_util.pyi +2 -2
  147. metaflow-stubs/version.pyi +2 -2
  148. {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.28.dist-info}/METADATA +2 -2
  149. metaflow_stubs-2.12.28.dist-info/RECORD +152 -0
  150. {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.28.dist-info}/WHEEL +1 -1
  151. metaflow_stubs-2.12.27.dist-info/RECORD +0 -152
  152. {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.28.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.981371 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.520957 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import abc
12
11
  import metaflow.plugins.secrets
12
+ import abc
13
13
 
14
14
  class SecretsProvider(abc.ABC, metaclass=abc.ABCMeta):
15
15
  def get_secret_as_dict(self, secret_id, options = {}, role = None) -> typing.Dict[str, str]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.981096 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.520682 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.923648 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.484415 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.929920 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.490951 #
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.client.core
12
11
  import datetime
12
+ import metaflow.client.core
13
13
  import metaflow.events
14
14
  import metaflow.exception
15
15
  import metaflow.metaflow_current
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.916876 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.477662 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.918857 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.479716 #
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.exception
12
11
  import metaflow.decorators
12
+ import metaflow.exception
13
13
 
14
14
  class MetaflowException(Exception, metaclass=type):
15
15
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.909694 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.470652 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.909209 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.470176 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.886875 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.448113 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.907372 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.468293 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,8 +9,8 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import metaflow.runner.subprocess_manager
12
- import metaflow.exception
13
12
  import metaflow.runner.deployer
13
+ import metaflow.exception
14
14
 
15
15
  class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
16
16
  ...
@@ -1,17 +1,17 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.904810 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.465814 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
+ import datetime
11
12
  import metaflow.runner.subprocess_manager
12
- import metaflow.client.core
13
13
  import metaflow.runner.metaflow_runner
14
- import datetime
14
+ import metaflow.client.core
15
15
  import metaflow.events
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.907960 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.468920 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.905910 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.466910 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.913841 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.474626 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.914302 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.475083 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,32 +1,22 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.908859 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.469832 #
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 metaflow.monitor
13
12
  import typing
13
+ import metaflow.event_logger
14
14
 
15
15
  class SystemMonitor(object, metaclass=type):
16
16
  def __init__(self):
17
17
  ...
18
18
  def __del__(self):
19
19
  ...
20
- def update_context(self, context: typing.Dict[str, typing.Any]):
21
- """
22
- Update the global context maintained by the system monitor.
23
-
24
- Parameters
25
- ----------
26
- context : Dict[str, Any]
27
- A dictionary containing the context to update.
28
- """
29
- ...
30
20
  def init_system_monitor(self, flow_name: str, monitor: "metaflow.monitor.NullMonitor"):
31
21
  ...
32
22
  @property
@@ -77,16 +67,6 @@ class SystemLogger(object, metaclass=type):
77
67
  ...
78
68
  def __del__(self):
79
69
  ...
80
- def update_context(self, context: typing.Dict[str, typing.Any]):
81
- """
82
- Update the global context maintained by the system logger.
83
-
84
- Parameters
85
- ----------
86
- context : Dict[str, Any]
87
- A dictionary containing the context to update.
88
- """
89
- ...
90
70
  def init_system_logger(self, flow_name: str, logger: "metaflow.event_logger.NullEventLogger"):
91
71
  ...
92
72
  @property
@@ -1,31 +1,21 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.936175 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.497194 #
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
  class SystemLogger(object, metaclass=type):
15
15
  def __init__(self):
16
16
  ...
17
17
  def __del__(self):
18
18
  ...
19
- def update_context(self, context: typing.Dict[str, typing.Any]):
20
- """
21
- Update the global context maintained by the system logger.
22
-
23
- Parameters
24
- ----------
25
- context : Dict[str, Any]
26
- A dictionary containing the context to update.
27
- """
28
- ...
29
19
  def init_system_logger(self, flow_name: str, logger: "metaflow.event_logger.NullEventLogger"):
30
20
  ...
31
21
  @property
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.935737 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.496798 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,23 +9,12 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import metaflow.monitor
12
- import typing
13
12
 
14
13
  class SystemMonitor(object, metaclass=type):
15
14
  def __init__(self):
16
15
  ...
17
16
  def __del__(self):
18
17
  ...
19
- def update_context(self, context: typing.Dict[str, typing.Any]):
20
- """
21
- Update the global context maintained by the system monitor.
22
-
23
- Parameters
24
- ----------
25
- context : Dict[str, Any]
26
- A dictionary containing the context to update.
27
- """
28
- ...
29
18
  def init_system_monitor(self, flow_name: str, monitor: "metaflow.monitor.NullMonitor"):
30
19
  ...
31
20
  @property
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.27 #
4
- # Generated on 2024-10-24T19:27:17.878193 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.439514 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.886741 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.447296 #
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.27 #
4
- # Generated on 2024-10-24T19:27:17.908084 #
3
+ # MF version: 2.12.28 #
4
+ # Generated on 2024-11-01T10:21:04.469041 #
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.27
3
+ Version: 2.12.28
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.27
24
+ Requires-Dist: metaflow==2.12.28
25
25
 
26
26
  # Metaflow Stubs
27
27
 
@@ -0,0 +1,152 @@
1
+ metaflow-stubs/__init__.pyi,sha256=kFXHsma8s0Gnjgm2khwAqChDpuOqporJtl_HlNoQgcc,133083
2
+ metaflow-stubs/cards.pyi,sha256=d7YeMJQlxKSuDKOi1VH4Pwr1ad54Cr0jq9BNM2IFkgI,15277
3
+ metaflow-stubs/cli.pyi,sha256=Uz6Ym3B6u35sOIDNwufmqFeflFIc0NyaoYrxTkDTnhE,3676
4
+ metaflow-stubs/clone_util.pyi,sha256=Cvl9YJCoGPIOz7M5ihI_JD_YcqvtPySHQ-V0Oy-HPxg,1146
5
+ metaflow-stubs/events.pyi,sha256=Y3lszuCWPUVxpQqvAwplMZmzX3MaPWYF7faNnmH-atY,3873
6
+ metaflow-stubs/exception.pyi,sha256=Kd8ULwmNlcDW4Xee5AD6K8NRzf3tI6iDb-YVUqHwUvg,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=v6iq_vweBVG2BtAvCeaASRcCMB50rQXGCo0fVDeOeLA,13223
8
+ metaflow-stubs/generated_for.txt,sha256=DeVYpWW4aTqHAcjA9QXQx639lrknqwxwfpzrCVHGsvw,34
9
+ metaflow-stubs/includefile.pyi,sha256=pnM_NQTx1focqD9BfzFIi6aGsNrszwt2hddHGEzZwy4,24980
10
+ metaflow-stubs/info_file.pyi,sha256=focAHjAgy5GfAo6EQ01KVx60wVYtrQkiAYi4aZ-s3rQ,524
11
+ metaflow-stubs/metaflow_config.pyi,sha256=lDr-QiXQyv_HLb0JFBuMJIe4exiSX82wY8gPMx-gY-I,4544
12
+ metaflow-stubs/metaflow_current.pyi,sha256=iEVYt5P26gs8Cgz0zh_wImla0OfKvBoDZ0u7iPM1jGE,9551
13
+ metaflow-stubs/multicore_utils.pyi,sha256=NLH2ice8CKlm_Jmm8Ua8jJ8fOnXRboa13Uo5lPmLHsM,2369
14
+ metaflow-stubs/parameters.pyi,sha256=1tDzDK5-YA2zuYXJbQxaoy5szDJUJayKAxruuhAybeQ,6741
15
+ metaflow-stubs/procpoll.pyi,sha256=1hd-qer4kLdCo2lgvlobAN0BZHrTeuRCGhJ5gs14vbg,1249
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=RpN_crg1aJkhyphz_yBj-HPVoyB_duoTC10MvcwUJDc,972
18
+ metaflow-stubs/tagging_util.pyi,sha256=xd4C7HxeopPETaHyHTciuP41udfbSbhXguDWwzkJuqU,1485
19
+ metaflow-stubs/tuple_util.pyi,sha256=j8NF0uiCsa1DdltGLrbFXIcog4kI-UYzS_2ysSDTGF4,562
20
+ metaflow-stubs/version.pyi,sha256=stswRf5_Nm0WZyrijQiAOFHmQlvR3y7F0QCixqHBeyQ,476
21
+ metaflow-stubs/client/__init__.pyi,sha256=Vm0NCT6wOEtNLs7EuJrK-jsTbtcANXEgyJro7kh8dmM,33904
22
+ metaflow-stubs/client/core.pyi,sha256=REfArMs28M8NE9nhrddbJS0xI089aH7mzYmk0YToYlY,49518
23
+ metaflow-stubs/client/filecache.pyi,sha256=GTW4RlbTAEp7Edh_6CvphKpLuGcGGLhbUjTPUHTa5iw,3036
24
+ metaflow-stubs/metadata/metadata.pyi,sha256=A0NG2Yuc4CgpgvjXZViMqZb7PLRN0GNAqI6rC-QnHmk,12581
25
+ metaflow-stubs/metadata/util.pyi,sha256=ZXLclHI8O5Sor9P7SkiPhynucSzIuDu3Nn31zna-8Xo,657
26
+ metaflow-stubs/mflog/mflog.pyi,sha256=B_7hm6xaKlYpi3Ng6XDvfZtMU4FJYiqHUOO0VoD81_E,621
27
+ metaflow-stubs/plugins/__init__.pyi,sha256=spHuEySwyI9fpd56umdbjIrSPaP-_A2RXf1zlcb3-nM,6367
28
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=p27pTtvPCyq8LSu5vWzobKTbC5cnp30aWzXyZmglRHk,2486
29
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=WOi0gK46pAJ1M17SF98cLH21sfRDX6DS8tBGbVQVLCc,815
30
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=04NtVKXUFE9g9fZvbkmQ7al_DdcfBiSBqHrpUj7ZvQo,793
31
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=YNhEpAOuXpYwHg40YUiQhYBwaEJUtm7Wg0G9YS8uwMc,935
32
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=AlMsKN6fG_yu6obtZEoXEttRb21HNYwbSzJcctsPxkc,4445
33
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=w_wWYDc4_3k0WcC2cwb4mtvCB1vq168FSY2M10fAoRE,1348
34
+ metaflow-stubs/plugins/package_cli.pyi,sha256=4MEgxwVM1XiuVZa4Q5k7Yab0MSyZIwbHfqpsoLcZhdE,453
35
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=2-GcVvQ5BFrmbdG62BxwGoxrNViG79sv-W5x9JxPiRg,3445
36
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=6IKQfvZt4DcBejUWlpsTpfnGd63bW_GdMt_rjwKi8KA,2751
37
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=lJkjJ5bCHFnfHYNQEWNBazoW-7vCFoxZzyuahUEwl2I,1712
38
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=VCVCdGWutH0K3Lxa4l9jE_ULL72qUV_HVKoQ7ksdjVM,1686
39
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=sQUQHah2ATgr9thLy1AKx2-Kt8oQtvTZY7R0Lfmm-1c,1191
40
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=qUH7cCDj2mwNPkwreZBTtp2HT5hxAkTehZzJlhRG3-U,11465
41
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-_QLA4L6aZWxkG3c1D-GaDJmYCUJGJCXv6qu3jUyDgg,2521
42
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=XEXDG9aqDddpVUYMSp1D_olgnHH2EDtJVww2Z_YOg_E,2294
43
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=bmwupytLWnEFRcuSteDeLk3f4IiBLVN_WrAssZ0GwFo,453
44
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=TSb4feHfYp9cDa6LwIeb8NuTPHQ3AnriNFhwV1IGLw4,6546
45
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=hAGaXxi0QJOdR3SdPU7v7HOvJxpk3Rb_a_kQuXAZ_HU,7025
46
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=9OSsE_Gq64vC91vUZbhMCe8vqbwAZC0n-2j15Q1VgF4,1568
47
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Hz2njzKfuDT5E8TW_-RtJQ1-INtzjrrYmiY9w1mOcv8,3053
48
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=jc6zN3wm0Q6elZDmtzCcBHTAXd6m-GtrzysouKrGlt0,899
49
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=yCmBeNvJwfKZwZQQBvJ5pN49VXpafmqnv7R75o9gzsE,5370
50
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bE5PCAfjK8uxQBNRA2nFcxeNd2xaSg-4jZkN8O9inA0,1900
51
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=h5bL6VXzJ3HJDhyul4hj32SGIXy9_WuxdWKRvZOKNQU,3973
52
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=tDUC2xsMxXK-ns8h4AJUEUvfWdhknLlcx2agC-0lcBU,3884
53
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=9_feyyXurc8UpVpAM4_b0YMw94tk1-JV-RHuUS0RNHs,453
54
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rcV50jsxq1xczrf98gSQdWbCgSD9bNCM3nvM_Wn68-Y,2744
55
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=mHOJtmYIVrt13s-T_UgQ1AcrATF93d5oP7t8xdUbzIY,3324
56
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=hyTpmU9cljnrkVYd_k7ICzsFy5k8eYRX3tNMO_D1GkE,16137
57
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=4g_a5Pm4r83jidHP6mfuE_ze0sweJwdYrS48SBS8lD8,18123
58
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=5CBFo0eizS40vu71wjw5LwgrNNBqDJ2idkdsnN7WPM8,14777
59
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=T4Cby7vjILWcp0I9kRa55WctXSImbnqhYlU4RXqmyfE,10304
60
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=JmfARjJYHybCAW5n-RRmc8SFjY4lX4ED0t3GbBDwaJw,453
61
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=IVBzUw5TFhNNowQ7Q42ljF6J6BvVSOXYYmHZBmlNofk,829
62
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9xHOKtwL-ZSVsLBWHKyA6hsLznOoyQJ3hgwu15MDpfE,3077
63
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=fM-tQ6VdB9TuFZsiN-OcfBNAl0UPeOyhEX0S2UtDxsA,453
64
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=JqhHtQWwiY8t3s1V_9QqR-EPfi-2dcGe5XqbV25lgII,3606
65
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=hPT0zQM7QS4XeXjaTVywXD_sR_3EZBFipDLrRLTyEt4,2318
66
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=6vaEbIF0f2Tkkwea-hyIi1I-9Okri-SrLX92XAfFiu8,3742
67
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=3hSLglmUhwvTYsZg9aSGO_YxNMjp36aIbMYs5HhZ34w,9620
68
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=HZU37YhZcSqJdFYz0DGkU3nMgP169IeYcgy-4CntP6k,453
69
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=DNGULiWpK-Yy-AFhEoXIsKkOMlq6je16zpfyf-zXASY,3637
70
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ZlVAvkbPjl6wlI8-DM9UiVH3ZhpGhbTPeucD0kHDeV8,453
71
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=SKUjOqdCZnlf8u_1luK93zoaFw1C7KosoU00s-nOUmQ,875
72
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ClZyS14ri7kVPzsptr_BBpV633RKGnsJxlTKXwzDOkg,798
73
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=nDwihq5QHsN_QeLsSnj4O14RrTbtiFCik1Dk28hUiVA,596
74
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=uwiLoqkI1idDWDeT00-lSObaFDTI6Q2h3v4Z4QhxLpI,1520
75
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=44dUkr3TO8_K06EhOMh3VoT3-RYuaDZEAhzkV92jIBM,6526
76
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=I0v83F9M7sOR6pKM9bTRkaiBoIulmSODz0wWAAyBTDQ,8885
77
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=u5LwVO2epRdxoJnOxFqObAXFoeMOKHjpjjGJLynWAy4,1085
78
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=GVj5EmzPDV1nQqd6HG-YRCQea4CpmQC5Nl6kV0DIlhI,1815
79
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=qpG41Nv5UG53NjW8PQD6RXfaoqXDuXPFXUzCIcnVUGU,9550
80
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=Cv68hdWqRSoRzcrrvIToIah-qwgiLBz_XrDsmZrfJ_4,493
81
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=IDUGjOlpV1ZzFglQk7H_5vw_E6jeQRPKXqpqI_Nt7zU,1067
82
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=CcXie40YiB9IjMX7DdSwC7nOVZY470npZfd3tlFvibg,975
83
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=2oFzrYpF4TjYo5ZzLmwOl3Nr9-iFPp_1lRIi_7H93I4,2451
84
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=DyhKrpfeH1ZLGMKtRzrRh78Sa7wZ5rl1efO1Nqan2Dc,2513
85
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=-3q42Mh2Ix0g2WQVqmwbo8leGoUHj7jDasDMbn6yKh8,1782
86
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=EFCJs9nh1VZRuNd4bn1Y5UMzkFubMa6k2gwhz5V6Hxs,1748
87
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=gZEhm1JdRNcgtNUmCUidVsck_wS4hqRnZ6JsXpdThK4,453
88
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=gdLKUJjNwahA-Z41XVM66HuRtgy5vZn2hQGNC0_M_1w,20388
89
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=LObztUckE9HdTkRE72znEiCdTinAFCcZx1L6yCeVWrM,6341
90
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=CZREMY1C9XSthGm56BLJGf2N2_NAnU2-owFMFEJxPGs,1057
91
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=i3DNvyWmd4h8izBMeEnincQfqM31A38SbWXqhn32cQA,3087
92
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=9-2MoU3aV_lfar0jo_L1hHQXcIPJl50Qsi9mANgnBMg,6795
93
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WFGlfXMEbtuWODcpxE5FEphzVCb5G9LFVJEy1MgXXEc,1975
94
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=hYdYGBHR3RT7x4Yw4miS7BrnNgsHImFS0POK0W_WAbQ,9648
95
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=AWBslDe3Cb__nKbPqsQMUTJBqH0IC4kM0LBMbq3G4JE,2446
96
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=T9XzqhXR3yeqrdsPIIcTEsVEyeg83DxMp-RK_q1hxwg,3046
97
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=-97sC07fEvWb5ttv9nX-JpIBhJ5T1LS5zPbPu-6y3hw,9703
98
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=X8tuYpjumqW23g1Sb_60h6XH1tU_hdiP44ZCTkmRBfI,2991
99
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=4ij-J0qaR0iHRdEByJMBeJyao1vW0RyAYile295_6w4,12354
100
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=pNxHUKFU_vDadW-WrFO1roLIytGS9msZbZEsPxRxVXc,1378
101
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=SFcxrb3kUugvm8zhlBEYmCROIPgtXysbIH7aHVmANwU,951
102
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=_jXYhqK8k-AHmeZ8p53j2W0CBtCkXbL_DdRhcjLmBhQ,6033
103
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=p5DKmxS0fh8nJcXERt5cvxRV3Y2kDiZX1txdO4xbwQw,2711
104
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=2uoeiUheCUYQLPezDwQ8KTaJ1I0ZKRgpzWBi_DYVxYA,2667
105
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=Pdi-UGuX9cy6s31dl5oL_KGJ05-1VGK6YO_ZKjlsCPU,467
106
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=43Pf01qR9WszDLTvbGefsXKDBAfAywy2tNSX9zXflB0,3525
107
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=7On6heMehn-4qY4pBElE3fCYqIXfE3eMSCixMOYo6a8,1913
108
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=BUXZ06v5ti_J6qpWyg3Snx2Sj_mkhZ16_a1zmPhZ1lA,15471
109
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=S3mQVpem_0G0K4KuLSvwVilOogAyOVzzIo6qyWQX36M,2773
110
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=p3cd6SziOuERFIc0c1ocYpkqrTYcYlDOipeiXK66I28,22978
111
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=pTrERhytPOv9pNZ8rY8XZZhyFXrcc1--uz5vtDU6QG4,31945
112
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=D4bFB53IkDGvQ3hJX7Fxpsm4tkZMS236omoVLxdBfY8,965
113
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=aWycupyKY_e9-gOQTndAqQNv5KQFca3SrE7oYw9HzbU,1123
114
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fHCA296FSgT2hQaIE2BnEuBx4YTgh0wcKDsU0VaF-LY,453
115
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=dyuPduirq1wYO4OrV5eRthNPPZARwzvjO-7U5_oyUS0,2607
116
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=KSd5bS3xfThBSAZ-7SBSUqfmVjYkMRWzgPp245j5JwA,508
117
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=_uBZbHmZsjK1QkNbB9QamKlWBfWKiEI5icfHl6UeXHg,3492
118
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=JiuPc9PpNlccOtwWb0Thg0XwmzOuuicioQD11mNKa0c,772
119
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=xxIKR6vFgMMjaAKpRC6cOh7F58D8de6qiR_7_qxFAKA,798
120
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=0faoex49o2SB59LIbno5cg1S4JWg3AtZbZ1xSACvtuc,1184
121
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=QV_CTNjEjCKVnsKIuFQn20ZRMDfmY7iaLyuMX731Ukw,1722
122
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=9uLwA7GktCUPrs7uQhvuNk2mU3jknbiQLGcLB8baih8,453
123
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=rG2yeEf_8B0iNrDoBoOjzxMyEr5klfGQ6jvJBNay7MY,681
124
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=3l-_viBfK_wY-hxy4n7y02uK_zEb8RYDDR1CY9s9hCE,4502
125
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=OtGht87BFY0DwaUdvSS6-iCQ9mP1m-WfJCf9NCigzOA,8038
126
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=eK1OSbZ9M2_nEfISS3Cp0ZQJydVIbF2DeT_2A5keyfs,2586
127
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9zYfQNyJGtWAlOK3sQShGZpoYB2M5wyGsIvTEx1zyWY,9965
128
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=2fQGcvL6zID-pDYPBAMLnsLPc9U-i4p6xuP6eCU2kYE,3131
129
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=b62V4ltSR49NNLa13zTTrDXejzusJnzj9C4jTjyRgFY,5127
130
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Qxmpthyg9xeys8b_Rm8K2pUmA0hmm9F2xA_Ng1cW8S0,627
131
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=aFtMJ8TYSBa6AoBAsgA3E46yZKRnXOymQscyJLyzYNA,4064
132
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=P2MFLkN_uqrQLQtCfRasCoBUC9lgYSyWXUkKg_lp0bM,2333
133
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=zIn5uILOrCqItr573fZ3FJkn2aQaR6MeViy1NitOqFM,2493
134
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=-bwbglFGcLutHp4X7PThFxjjQ414_6YlnkC9D6dh8zo,1651
135
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=XCEl_N98t6rMPFyU65zRgjXORdNnfFdCUfI-RLQQrJo,771
136
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=OhiM7xW4LCmtF_xjZVF-B13qCNQpKpLtdEt25OXJ6Ro,812
137
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=43Goswo1LNptCyWr8dzGK00LbAGiBKDpUl33QsDVUXs,1114
138
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=-1JM7UdMIlGx24cQ49WJqrCFFkSdQDuHTf4fomH-JRg,2321
139
+ metaflow-stubs/runner/__init__.pyi,sha256=07XodYDTHUqJg1wvJqx9_7VP3fZRwY03glPIQrmgK3w,453
140
+ metaflow-stubs/runner/deployer.pyi,sha256=j8x5Cy9g-DrBXOYU7ERQsASq_2dDz6mJg9vaaNWe_F4,10583
141
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=FKRLBVLmY3bsjR_69hupcEkd6G5zwVkVSHjFbNMXLIQ,26241
142
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=KOD7Nc2oF0XLKyAg_u7I5rqQpAloM-fuJ0iRZ5BVNpg,4310
143
+ metaflow-stubs/runner/nbrun.pyi,sha256=S3vOuA7vCaVmK9e3l6ikJuIVXAaSzZHbnAth854Fb0g,10767
144
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=UlSyRdCVNeyg81oHh1-wzSEV2E10oFN98Q0gyI32zrk,8907
145
+ metaflow-stubs/runner/utils.pyi,sha256=7vFFe30ACB3DkPVyI5wbpCo-dM582kYq2fFCfuHV1-8,1668
146
+ metaflow-stubs/system/__init__.pyi,sha256=4VtNdTH5uCMCWDAE4NvOTSdu0Pm01JFFxEFWgx_-ROY,2760
147
+ metaflow-stubs/system/system_logger.pyi,sha256=bra6WsTXSR6EvWDpkOHghFoCahepFSBda4avYfNxH0c,1565
148
+ metaflow-stubs/system/system_monitor.pyi,sha256=l9hsJZZzjR2zlcPPML0Dk8a2Y6fXxB2aO3aXr_s_8Xg,1687
149
+ metaflow_stubs-2.12.28.dist-info/METADATA,sha256=kW8sZSCtzmnJ-F_TBskUf6tDvU5Eo5aGo9ELFgxv1aI,1403
150
+ metaflow_stubs-2.12.28.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
151
+ metaflow_stubs-2.12.28.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
152
+ metaflow_stubs-2.12.28.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any