ob-metaflow-stubs 6.0.3.114__py2.py3-none-any.whl → 6.0.3.116__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. metaflow-stubs/__init__.pyi +570 -570
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +4 -4
  5. metaflow-stubs/client/core.pyi +10 -8
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +2 -2
  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 +4 -4
  13. metaflow-stubs/info_file.pyi +2 -2
  14. metaflow-stubs/metadata/metadata.pyi +6 -3
  15. metaflow-stubs/metadata/util.pyi +2 -2
  16. metaflow-stubs/metaflow_config.pyi +2 -2
  17. metaflow-stubs/metaflow_current.pyi +108 -108
  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 +2 -2
  22. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  24. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  29. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  30. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  31. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  33. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
  34. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
  35. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  36. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  37. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  38. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  39. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  41. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
  43. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  44. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  45. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  46. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  47. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
  52. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  53. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  54. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  55. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  56. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  57. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  58. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  59. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  60. metaflow-stubs/plugins/cards/card_cli.pyi +5 -5
  61. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  62. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  63. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  65. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/basic.pyi +4 -4
  67. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  69. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
  72. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  73. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  74. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  75. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  76. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  77. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  78. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  79. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  80. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  81. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  82. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  83. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  84. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  85. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  86. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  87. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  88. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  89. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  90. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  91. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  92. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  93. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  94. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  95. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  96. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  97. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
  98. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  99. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
  100. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  101. metaflow-stubs/plugins/logs_cli.pyi +3 -3
  102. metaflow-stubs/plugins/package_cli.pyi +2 -2
  103. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  104. metaflow-stubs/plugins/perimeters.pyi +2 -2
  105. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  106. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  107. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  109. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  110. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  111. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  112. metaflow-stubs/plugins/resources_decorator.pyi +3 -3
  113. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  115. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  116. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  118. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  119. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  120. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  121. metaflow-stubs/procpoll.pyi +2 -2
  122. metaflow-stubs/profilers/__init__.pyi +2 -2
  123. metaflow-stubs/pylint_wrapper.pyi +2 -2
  124. metaflow-stubs/runner/__init__.pyi +2 -2
  125. metaflow-stubs/runner/deployer.pyi +3 -3
  126. metaflow-stubs/runner/metaflow_runner.pyi +5 -33
  127. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  128. metaflow-stubs/runner/nbrun.pyi +2 -2
  129. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  130. metaflow-stubs/runner/utils.pyi +2 -2
  131. metaflow-stubs/system/__init__.pyi +3 -3
  132. metaflow-stubs/system/system_logger.pyi +3 -3
  133. metaflow-stubs/system/system_monitor.pyi +2 -2
  134. metaflow-stubs/tagging_util.pyi +2 -2
  135. metaflow-stubs/tuple_util.pyi +2 -2
  136. {ob_metaflow_stubs-6.0.3.114.dist-info → ob_metaflow_stubs-6.0.3.116.dist-info}/METADATA +1 -1
  137. ob_metaflow_stubs-6.0.3.116.dist-info/RECORD +140 -0
  138. ob_metaflow_stubs-6.0.3.114.dist-info/RECORD +0 -140
  139. {ob_metaflow_stubs-6.0.3.114.dist-info → ob_metaflow_stubs-6.0.3.116.dist-info}/WHEEL +0 -0
  140. {ob_metaflow_stubs-6.0.3.114.dist-info → ob_metaflow_stubs-6.0.3.116.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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.211627 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.055900 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.210399 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.054711 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.170554 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.022851 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -32,7 +32,7 @@ class ResourcesDecorator(metaflow.decorators.StepDecorator, metaclass=type):
32
32
  ----------
33
33
  cpu : int, default 1
34
34
  Number of CPUs required for this step.
35
- gpu : int, default 0
35
+ gpu : int, optional, default None
36
36
  Number of GPUs required for this step.
37
37
  disk : int, optional, default None
38
38
  Disk size (in MB) required for this step. Only applies on Kubernetes.
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.172615 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.021783 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.170316 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.026022 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.203333 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.067057 #
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.plugins.secrets
12
11
  import abc
12
+ import metaflow.plugins.secrets
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.203058 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.066745 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.169997 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.024559 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.176884 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.030787 #
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.events
12
11
  import metaflow.exception
13
- import metaflow.client.core
14
12
  import metaflow.metaflow_current
15
13
  import datetime
14
+ import metaflow.client.core
15
+ import metaflow.events
16
16
 
17
17
  def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
18
18
  """
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.167619 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.021506 #
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.unbounded_foreach
12
11
  import metaflow.decorators
12
+ import metaflow.unbounded_foreach
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.168015 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.022382 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.152455 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.006576 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.124164 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:12.974114 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.152048 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.006170 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.144086 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:12.987777 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.150423 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.004707 #
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.exception
12
+ import metaflow.runner.subprocess_manager
13
13
  import metaflow.runner.deployer
14
14
 
15
15
  class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.148184 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.002513 #
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.events
12
- import metaflow.runner.subprocess_manager
13
11
  import metaflow.runner.metaflow_runner
14
- import metaflow.client.core
12
+ import metaflow.runner.subprocess_manager
15
13
  import datetime
14
+ import metaflow.client.core
15
+ import metaflow.events
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  """
@@ -266,34 +266,6 @@ class Run(metaflow.client.core.MetaflowObject, metaclass=type):
266
266
  ...
267
267
  ...
268
268
 
269
- def metadata(ms: str) -> str:
270
- """
271
- Switch Metadata provider.
272
-
273
- This call has a global effect. Selecting the local metadata will,
274
- for example, not allow access to information stored in remote
275
- metadata providers.
276
-
277
- Note that you don't typically have to call this function directly. Usually
278
- the metadata provider is set through the Metaflow configuration file. If you
279
- need to switch between multiple providers, you can use the `METAFLOW_PROFILE`
280
- environment variable to switch between configurations.
281
-
282
- Parameters
283
- ----------
284
- ms : str
285
- Can be a path (selects local metadata), a URL starting with http (selects
286
- the service metadata) or an explicit specification <metadata_type>@<info>; as an
287
- example, you can specify local@<path> or service@<url>.
288
-
289
- Returns
290
- -------
291
- str
292
- The description of the metadata selected (equivalent to the result of
293
- get_metadata()).
294
- """
295
- ...
296
-
297
269
  def handle_timeout(tfp_runner_attribute, command_obj: "CommandManager", file_read_timeout: int):
298
270
  """
299
271
  Handle the timeout for a running subprocess command that reads a file
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.151030 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.005197 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.149123 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.003437 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.166544 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.015536 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.166934 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.015991 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.151747 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.005876 #
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.monitor
12
- import metaflow.event_logger
13
12
  import typing
13
+ import metaflow.event_logger
14
14
 
15
15
  class SystemMonitor(object, metaclass=type):
16
16
  def __init__(self):
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.177900 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.031788 #
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):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.177528 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:13.031254 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.128111 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:12.977923 #
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.26.1+obcheckpoint(0.1.1);ob(v1) #
4
- # Generated on 2024-10-23T20:57:01.135096 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-11-04T20:32:12.985237 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ob-metaflow-stubs
3
- Version: 6.0.3.114
3
+ Version: 6.0.3.116
4
4
  Summary: Metaflow Stubs: Stubs for the metaflow package
5
5
  Author: Netflix, Outerbounds & the Metaflow Community
6
6
  Author-email: help@outerbounds.co
@@ -0,0 +1,140 @@
1
+ metaflow-stubs/__init__.pyi,sha256=U0L5Ny9JWEXk-i5SKgUjW_dOMWw0BdpL7H2xkDI4Aqc,122795
2
+ metaflow-stubs/cards.pyi,sha256=yeLAm_dStDPtiHw7fN21MSnE842TdFQGdy5X7rrvtVw,15277
3
+ metaflow-stubs/cli.pyi,sha256=4D6GguEGYkjvNDfPjlezIwRELEo_Ps-ssLzoT0fS1rg,3676
4
+ metaflow-stubs/clone_util.pyi,sha256=i3m1mKGBBDH-gXh8fZlT9aCe9-qqEVEu7m9PkdaRGuo,1146
5
+ metaflow-stubs/events.pyi,sha256=lzoDADKmmfV06dneCcrmth1ElpRvitFW7pAnTOq9AeU,3873
6
+ metaflow-stubs/exception.pyi,sha256=hNmZ-0FzoKFjgiOI_LAi6Cko7w0l2HJ_DgJMufuQfac,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=Gqn_z-DbQ1O5zVqOknQnil23HCLXGLQKoFY2UHfzhr8,13223
8
+ metaflow-stubs/generated_for.txt,sha256=R1_TlpNePKGdesjByv6_KGw7V3Q7vVMNwlaTuftsf5Q,63
9
+ metaflow-stubs/includefile.pyi,sha256=-P1ehF6A2mpPA_IWpa-sBBxjLQQOlnz_USOS4mViqo4,24980
10
+ metaflow-stubs/info_file.pyi,sha256=EDWSoBG2tMML6cocoqUKBHk8cknh09aNvtOKDozOCCE,524
11
+ metaflow-stubs/metaflow_config.pyi,sha256=AXrHpX1angQ9ihOSwpJksX0n3Nv3pDmmmj-9n7vXHx4,4873
12
+ metaflow-stubs/metaflow_current.pyi,sha256=lhQJnHOXHa5wYMkdELuPFGxm90ADqAEAWetep_Y1cko,16426
13
+ metaflow-stubs/multicore_utils.pyi,sha256=aOdfl4NGNjVURR06qFf1mYaN2FFjc2FWP7fOL1cZ-gA,2369
14
+ metaflow-stubs/parameters.pyi,sha256=srt4LxwjrIaWYT0BU5ZnmKa4NgVf9y8OpazCm-kIsJs,6741
15
+ metaflow-stubs/procpoll.pyi,sha256=RMzXWIvFIYLqoDwAvpCkaB565ZhNz9_6B2FVj_XnL60,1249
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=C_8xNHsp4Y2W73aRDZRV4EdtrbV0Np6dT8KXC_hy0yU,972
18
+ metaflow-stubs/tagging_util.pyi,sha256=WpM55-bTIX3FkoY1quHvO5ESzTkNVDG5yi1uv6rQR3E,1485
19
+ metaflow-stubs/tuple_util.pyi,sha256=9Qcuj_a7jPrHaoGhVK11_r-a2pgSqJrwjUNQubUNUqA,562
20
+ metaflow-stubs/client/__init__.pyi,sha256=DUVsqtz1J_Xm2YfiwR92Y9sIGcTvqeisr_uS9PWI8gs,33904
21
+ metaflow-stubs/client/core.pyi,sha256=mzYChHPp-Z_5bED8DyOS-gXtybzwpimM-Xzq5LbsmE0,49518
22
+ metaflow-stubs/client/filecache.pyi,sha256=ja3PzbJYzDjPBCFVD4YhWtKc-uGx5fZ9PLk8_vYkmK4,3036
23
+ metaflow-stubs/metadata/metadata.pyi,sha256=6O79EmBwPXOfE996lF0GVUliH-0aweYyUdTGp4RvvM0,12581
24
+ metaflow-stubs/metadata/util.pyi,sha256=RA_WhDCAxridttQXjbgAwam0tvaJPT_XG0qxh0sGc9E,657
25
+ metaflow-stubs/mflog/mflog.pyi,sha256=DY8ZjdJm333oD3n_rE-n5M25to7_vbsuLpsR4x8Eydk,621
26
+ metaflow-stubs/plugins/__init__.pyi,sha256=S61hZbypL-rRKRHkS2wyisNedQr05VbRLqmgjFUbanM,6400
27
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=fOOfXPDJ3Br_7l7d17f_bwmoYr6tIqEvQk0iVjkBEt8,2486
28
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=kWfpDsG6VRjQWdRI9PQkg65L98bloaNylaUaXjn4A_A,815
29
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=_qSepAPIE_YAMUsCAJLkNXFw2AuQ3lNXXpXS0tqKUeY,793
30
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=MnM5gzVxH-ezc4h2eVGIIobvM_UvVUDbh6Xg6GMm5xI,935
31
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=LRu0wd2WxjJMXPyv9kYSwZricm6E_1mXmXxE2A-pcso,4445
32
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=-TSoOdlKW31EP-yks_0JAwhjsGwmlq7ZZsHrK62xAws,1348
33
+ metaflow-stubs/plugins/package_cli.pyi,sha256=T9ExGnyeqflxwq_MgXVWT7o68ar8E6NmLYpC8Dgxrls,453
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=cuesUrQixamwd7rZeMKKyLPqbKJc3UyAwjMKL2vGDKk,3445
35
+ metaflow-stubs/plugins/perimeters.pyi,sha256=LGkL404VQq7FOWxXMymjtwWiepGW3DCtW5Fc9ARj2_Q,804
36
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=9ga0dH-B4Ezxy82hyKHdxuTh40TE--I25PXUd3OPVBY,2751
37
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=V-pq50sd1-mGPggIeo4yKyxdmWevvrC66kiNhzMSXt8,1712
38
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=S7fXoAM1trzUFdZ3ufOGAULMP-bhALHMRJcxrh2sGDs,1686
39
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=o6CPpMXYoyjLeOqsBqOa0-zHB3i42UQbBHWUFrMp1ns,1191
40
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=RC1PT0bF53v1pVEVAiRs19C0kZeE-hSIGSWn_KmBPfo,11465
41
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ArxH7SEZ_kF_mkR5hfSBfd942voIJ-TtTjr1e-BHejA,2521
42
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=9XJo7nSfLM7ao3dTyiSz8NmXWtx1RnZV61G93m3o4ec,2294
43
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=0fxDvGMYO804MYk2mcRrTSLBXy5nKmgrFSBjQN2vAXE,453
44
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=v9IBf4RllPZ6A1lxXZ_5bKhQwrXvrwDsAsAvtrB9eSs,3053
45
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=KLpTXWProaCL5FtDXRTn3H2J-hNs96952B5Q5zJvuTw,899
46
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=KCEMVNgsFqeNj6p-RSYwb7cnJ538JhJL3uIpwUWlpfI,5370
47
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Ho5trHvkUFrlwqqh8K6gSISHGMdqROxE4kXOHfqreY0,1900
48
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=PN0EaAeTqqxzf3o1wsc_yvMOMTDEG4FxfazEvX93F5M,3973
49
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Ws_X9KUmIdn-UEx_uNlTUSeED5b69sd65HZ_3zPHz7A,3884
50
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=giOiZNnSwT5dAPYbu_0x9z-QeUZHmUDiSBOZeki37qY,453
51
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=NhghW6-2X0IdUUdCLiNls_1ikN_ubEh5dIJbNLYCKsE,2744
52
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=A4sgqeerkE--swAKLMGsEkZpLgmtGbfkCc9rCd28fFs,3324
53
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=okFUNhip0EAT7tcnfbiHyMuUuD7JQ6ZoonlIFecNv34,16705
54
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=x9dXi2AOARxgaLgGtXP465lUMJD3XKYZ06sAuqOdhXU,18123
55
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=RP23bH-5Ydvi57VV33BQYCC0XzS73a5JApdP6Rmi2dw,14777
56
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1cK_cur0is3OBz8aD7VfUEmCyX7IwtHxk3-g_Rdkv70,14664
57
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=Eiih-8DcW2DZG3DjA4248vqusJ7InTeee9lbpwzEWyk,453
58
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=aXymIxnqkQR6SGbVf0avt95QMI2acrZoeX0gEhYfgsg,829
59
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZneToVscfXK7PKwRpCbnMl3fn2kvTIZuR10znz6rkEI,3139
60
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=XJJ5rw65wr5bB6zHeh9jArrQAoz44i7BhGeYGBCQ6jQ,453
61
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=_VfEDfL1FIS9FLoK8yw_bgF-gY7zoLhr9-0gfJ23gLM,3606
62
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nF-1RpZ9IA__R8rRw_dm8BoU2ZFTwExv7t1x13q44gU,3742
63
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=e-gGcglMq7WGN9f9nDt64-ArcksRCouqRJcgz9Bx_PI,9631
64
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=9q-uURV7CMlSpShzihFrGtU_bnTkc2k21SdW3ZKdGLs,453
65
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=BUZK3jaDNqFZZonowF91F2Fa_naQ87yUUhZFXc-Ajdc,3637
66
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ewMXN7JJak1C07YsT7EQY62Oucb-KNsC8c-wy9HHxr0,453
67
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=inXhTbiTR3fvBysxolbkZZ74FJZs5QjEb73eTkpxmlk,798
68
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=4puuOyVKcR-4zTS8cYIHu5LAdi8fPfxgunP5ZCp3m-0,596
69
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=QAcFEi3HYm5scaTg2uoh8Wqkkhx7L05Y1vndA1vv9Fg,1520
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ApnZxl4CqFtNg1SCTgqHfCewgvoynV35WDl1TuvXZ4A,6526
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=7M1WC-6MOMUt7DIymm4CY6BKnmZRvknox5DKZN4joD4,1085
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=LUONv9xyqK70QUWBl5ZpdUehWKpCUgVBjx9UHIZkijI,9689
73
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=gqzD6DzS6JDdA6fPpX2cHefMihHLZRCXy7RP8G7nHGo,493
74
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=G37u9nLKI7PFrsLGlFOFrUtyukKKb-O8oWkt4RbR9TI,1067
75
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=w85sUTUD_vRbDmrPK4VpppCauHKhUQdGBstpBE92a6Q,975
76
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=SdjLq8FImwxX4zfkgnXeDGfbqhaBhNKo5UQmq2a_1sQ,2451
77
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=BhE1t7NMsxMvkQeVCxp08m83LVa6FRfWNMAD2IRBqO0,2513
78
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ZdtHeb--ulBM78cxv1kMqk_sydgAEkGxS6UYpLZBVCw,1782
79
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=kLslKWr04SFZEuYOPCrvmcxVK9-Q7NOMZ99Bji4g62Y,1748
80
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=sVGyGWkZob9vXFO61DLMbTpKCe9EY-KsW6OeLlfbSxE,453
81
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=mihj3ioHt55SLMtiITuUOJ57Jxi5ihO2gaFRba5iJ48,20388
82
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=Ffh06FRJbaHHECzSzyxWESNUlQijhzhOJ2bBUu55fz8,6341
83
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=hBqB7eGJcZi7owH3bEtnJx-ZxapmLmCMQLSqc74AGi4,1057
84
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=2tfUkwRltXwwfoFLBQNgdrYqgMbJPfgMFDhx8qnoeXQ,3087
85
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=vC0BJNOXSeKPCXoAYnYgWKHH_CIJtt_UbSwkcLo9jMQ,6795
86
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=jR2-J__388TP4ZvEe6hkxYTZGGz571ZwMVMeJSN1mig,1975
87
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=mA09-GJeP9PcixQ55B_K3is9hwf2DlUnYIiJy0--GKc,9648
88
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=ig9KhjcWuc5L2yYXsAguUXVAd3poHi5-Edz6o6dLYnA,2446
89
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Y2jIcgnOEVJPgPL2IwJkc-09S69_wPyJw5Uya0fOtJk,3046
90
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=x5KISrmjPTWbPCWMrvcm6rj4Z5T6Px6_c8f3C-p6m48,9703
91
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=eQPAJag3DyllZTn4WvcbVHStUW9UMqKmtvKX5FQW9UU,2991
92
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=tdktmUZLmwBVtjuYP_4g3Ksh6uaGj2G9kQvs7bw2sgc,12354
93
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=YrM1ZPlLdNfQ4kUTyxESOLjBlr6iF9xLySvegh5-__A,1378
94
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ybX9vobiTZizXp-xcNiFNywXev4hBuTB5dJbVDiTt84,951
95
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=_Er6doUy2a6T2iRAgzyGTWuWVQz5ACD6g3w5Eoyj_z8,6033
96
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ifnIASlDtJYYbuHGkdqoJzd_0kNSZbDFIQsBZ3hq4lU,15471
97
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=c1WwYVr1Oh6Ma7pMn5Si0TwV85aIF74GtDcA9N1i7JY,2773
98
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=hGaYIVWLwbcOe-h7isrgOZAL_n8ug2nfIVLN8SOY4no,22978
99
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ow5YrlkJgldA-Hi6no9iGjhf5H1CXlRqUzTVXhm-bO4,31945
100
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Eb8oEf_LW_0STANFJHhJeyoxDreHCedF1oWNZ1GIzVI,965
101
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=m2ECs3shhdjo7c-rIpqvvIIVwYIwuaBGINOGm1zLUbY,1123
102
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Ex4-BmKm-HXm_fTb7KL9b795jNTA5wvvL9BRTIQH4Nk,453
103
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=9TgiI3Vq8HFUg1VRwMsnIVJiYHGhtLCzpZdi1yBL6Zo,2607
104
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=_S7tqh71Bi-fG-XEVE1vPIcyTJR5gXL5zgY-TiGJeRE,508
105
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=v5x_7crJmgzCIeEOWLJ9p380Mm7DeqSSEn-2oJ2uRzA,3492
106
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=VT3UAiEA93PIiFMQw94XwAaoJMFDVjIG0N8EieIPajE,772
107
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=aTdhySOM5e3K8D3CaJBUVI86XZFZq-JzgZsJQarRQGM,798
108
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=BKoTDXkBZLKMc5HC_50RnU7FgY-feE-cPMTIfl0R5S8,1184
109
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ooswBQ4-2lIMExszSpJNFjFAZveOihgxLE5ZarHjvKM,1722
110
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=l7gPfxPb9cJd2rPUE584rDPNyNGoA15ctvvWrmPJZcI,453
111
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=zlP4JV6a5Rg4LY5DyAO5qNpnGILXAziAVm0iYR0b8n4,681
112
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=cWYYlpQ86FSWwiRfCnrcVLJR3mBYWAEAvAoK2g5gstI,5040
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=O1KB7YSUBs6DEP1R7YffbVcyDfOmAtmSc7wul50SzV8,8038
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7DVkWagWlW3bN2ZYOhFIMtjUkkXxY4vD2hsY7N9m3SQ,1174
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=kq1TvRZqF1W-ki7S-H5VYuGZMvMQRXkI46052PsnOhw,10016
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=jtRbzu71rxTfdI_iaxvRYs4q0w552LcBva5kLtd8VXo,5127
117
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=W8gpGHT-yubXkuLPE1qJIIT2xF6iE7iaP7JaPGd-3dM,627
118
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=nbXNVgAXytEnti4YdSuYIKQB9HLXg-Q0WL4G_zeBK04,4064
119
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=r8b611TeXL9QTnxiswgfmc4od4chu608gZNxGVPefsQ,2333
120
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=QiP_I0gIGWI-7-wGOLdOVv8aZFxjk458wH0UU_rt3dg,2493
121
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ttWwPx1iXd9Z3-00Cm0IY-6xGefNfRixIyt4fqpNV6M,1651
122
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=uR-5BSL8nM4Cny38MU3c7HDd-Dw-eCg3rt740XgfvYI,771
123
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=XKRkRBAOL7dhprmtnmKCUA0SzPM8h-IIJHxBrezXfz8,812
124
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=I4bEaG2remtcgqGl8HRJlz3CpIjtpuP32EAMvPbTIYk,1114
125
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=08Y5SG3vNHtSNqwHkCLvPifgklzy4c3QJYJ8L7J0VBc,2321
126
+ metaflow-stubs/profilers/__init__.pyi,sha256=-Di2BFQm31YfOLkX-BgNfZ8My6h4V_LUbpfSP-vx6tU,654
127
+ metaflow-stubs/runner/__init__.pyi,sha256=miReSc336WHIsXFTMeKuwsvvrtuTvmNQ8DWPqR8R9o0,453
128
+ metaflow-stubs/runner/deployer.pyi,sha256=LTmpeQdlJPSHGtmPpK-X50TwcAChxLEFxA2uzcoSKyo,11001
129
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=7Hd7EHD8yuPt2ezs_B3kA-dWQxsHXWcyY6dWCjWJQzw,26241
130
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=fRpZm20oUT4bWq-4Mb6tWLVH8vn1fd72IAJgMIxWXtc,4310
131
+ metaflow-stubs/runner/nbrun.pyi,sha256=fVz7Yfujd9gOSLi0LD4L8oiGcZTxe-VY0YQL9zpwk_o,10767
132
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=4Bys00FtruE44_OIEjGDM3s6xeGaexIGEu7JuoVuIqU,8907
133
+ metaflow-stubs/runner/utils.pyi,sha256=YByIg8ytC21DElw4vL6FTcaLqxKXHUro9d_K1GO_xoU,1668
134
+ metaflow-stubs/system/__init__.pyi,sha256=4Cqc7kRXuTP7CffEY5pOyN1RPyYdihtVz8e5NGzC9Yk,3383
135
+ metaflow-stubs/system/system_logger.pyi,sha256=PGuI5uTSbPetvQebhwtHwDUSkntkmJFzkirGnRiE7zI,1876
136
+ metaflow-stubs/system/system_monitor.pyi,sha256=KNvTk2Cqkcb4uCP-uVMjd_BKj9l2HOv2Y6bEHGNGRYE,2017
137
+ ob_metaflow_stubs-6.0.3.116.dist-info/METADATA,sha256=hQNvBA5cvnzTx3wk8BPlDL4cL8oXR7hu4FKVVC4uQfg,657
138
+ ob_metaflow_stubs-6.0.3.116.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
139
+ ob_metaflow_stubs-6.0.3.116.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
140
+ ob_metaflow_stubs-6.0.3.116.dist-info/RECORD,,