ob-metaflow-stubs 6.0.3.114__py2.py3-none-any.whl → 6.0.3.115__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 +498 -498
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +5 -5
  5. metaflow-stubs/client/core.pyi +11 -9
  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 +5 -5
  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 +68 -68
  18. metaflow-stubs/mflog/mflog.pyi +2 -2
  19. metaflow-stubs/multicore_utils.pyi +2 -2
  20. metaflow-stubs/parameters.pyi +3 -3
  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 +3 -3
  27. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
  28. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
  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 +4 -4
  33. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
  34. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
  35. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
  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 +5 -5
  43. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  44. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
  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 +4 -4
  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 +4 -4
  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 +3 -3
  65. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  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 +4 -4
  76. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  77. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  78. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  79. metaflow-stubs/plugins/datatools/s3/s3.pyi +7 -7
  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 +3 -3
  86. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  87. metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
  88. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  89. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
  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 +3 -3
  97. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  98. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  99. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +5 -5
  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 +3 -3
  104. metaflow-stubs/plugins/perimeters.pyi +2 -2
  105. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  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 +5 -5
  109. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  110. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  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 +2 -2
  120. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  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 +4 -4
  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 +4 -4
  132. metaflow-stubs/system/system_logger.pyi +3 -3
  133. metaflow-stubs/system/system_monitor.pyi +3 -3
  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.115.dist-info}/METADATA +1 -1
  137. ob_metaflow_stubs-6.0.3.115.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.115.dist-info}/WHEEL +0 -0
  140. {ob_metaflow_stubs-6.0.3.114.dist-info → ob_metaflow_stubs-6.0.3.115.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.210399 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-25T21:39:54.801994 #
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-10-25T21:39:54.778165 #
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-10-25T21:39:54.779649 #
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-10-25T21:39:54.775045 #
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-10-25T21:39:54.791670 #
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-10-25T21:39:54.791431 #
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-10-25T21:39:54.777519 #
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-10-25T21:39:54.783624 #
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.metaflow_current
12
+ import datetime
11
13
  import metaflow.events
12
14
  import metaflow.exception
13
15
  import metaflow.client.core
14
- import metaflow.metaflow_current
15
- import datetime
16
16
 
17
17
  def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
18
18
  """
@@ -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.167619 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-25T21:39:54.774831 #
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.168015 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-25T21:39:54.778010 #
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.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-10-25T21:39:54.760189 #
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-10-25T21:39:54.731311 #
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-10-25T21:39:54.759789 #
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-10-25T21:39:54.752160 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,16 +1,16 @@
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-10-25T21:39:54.758378 #
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
- import metaflow.exception
13
11
  import metaflow.runner.deployer
12
+ import metaflow.exception
13
+ import metaflow.runner.subprocess_manager
14
14
 
15
15
  class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
16
16
  ...
@@ -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-10-25T21:39:54.756064 #
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
11
+ import datetime
13
12
  import metaflow.runner.metaflow_runner
13
+ import metaflow.events
14
14
  import metaflow.client.core
15
- import datetime
15
+ import metaflow.runner.subprocess_manager
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-10-25T21:39:54.758869 #
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-10-25T21:39:54.756981 #
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-10-25T21:39:54.773816 #
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-10-25T21:39:54.774195 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,16 +1,16 @@
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-10-25T21:39:54.759500 #
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.monitor
12
- import metaflow.event_logger
13
11
  import typing
12
+ import metaflow.event_logger
13
+ import metaflow.monitor
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-10-25T21:39:54.784858 #
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,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.177528 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-25T21:39:54.784497 #
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.monitor
12
11
  import typing
12
+ import metaflow.monitor
13
13
 
14
14
  class SystemMonitor(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.128111 #
3
+ # MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-25T21:39:54.736809 #
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-10-25T21:39:54.743173 #
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.115
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=NsWFSjR8WUn1o-MZWJP-lN50tC10Ly6zwDgLPFWpKEA,122795
2
+ metaflow-stubs/cards.pyi,sha256=FzF7u_5WXM6c9cn-wMJL2DuTn9Gz-MMNJeFLARQ2EyU,15277
3
+ metaflow-stubs/cli.pyi,sha256=iWAq6GXB4yaTRbnUNDbnT-UX9UCficGpTavk9vEHdgQ,3676
4
+ metaflow-stubs/clone_util.pyi,sha256=ryFLdQVxkFJ0uJ5GbZyl_Pu4wYr3k9EaXW_z_v6twXY,1146
5
+ metaflow-stubs/events.pyi,sha256=TuGk1Y4wzh_iTu6mnQyOwliRdXvd71GQ7kClnEEcLqI,3873
6
+ metaflow-stubs/exception.pyi,sha256=PE2wDA4k25E9cTndr9FgXJLZt-w6QerbxAYvEKrhSVg,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=Kz5fx-8VBai7U6R8kF1wKdxNNhPb6sWpWgjgMUgsQu0,13223
8
+ metaflow-stubs/generated_for.txt,sha256=gnEze3yj83dHDj_s9GQqScXpXe5viR_RH4kTb_-iS9k,63
9
+ metaflow-stubs/includefile.pyi,sha256=1UcMWx1ZANI1PzLiosPPTK_vQyy_qlsLMe04SmKXyVU,24980
10
+ metaflow-stubs/info_file.pyi,sha256=4gbUFjBEIVYOIu_NGig915YO-HzFvRrRGC9je9_sefw,524
11
+ metaflow-stubs/metaflow_config.pyi,sha256=HZjA5-G62mlbg-TMq2pFeiZBQKV67ZerDdsL62dgo44,4873
12
+ metaflow-stubs/metaflow_current.pyi,sha256=4UcvVx-Ay_ztQe7kZccm-gU5XCTa4EKoUArY6Hlcpec,16426
13
+ metaflow-stubs/multicore_utils.pyi,sha256=UylHOn0-KNYU0Ws2hb-JqYTFzYV9FXuTXdFnnuO5O40,2369
14
+ metaflow-stubs/parameters.pyi,sha256=-4IVh4UmdE1mo3g6JGhH8tt9YUZk2rPmjQ-XTt07KZM,6741
15
+ metaflow-stubs/procpoll.pyi,sha256=166F6oDTGyFq-eV7TDXaC6wZyRBXrjcIhIfaZ6rMixs,1249
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=pyB09HECIbALJLcsAN4yAJ1_In44e7DCii2Tr5dJfCU,972
18
+ metaflow-stubs/tagging_util.pyi,sha256=ahVin32qArKn8TVFk1MXuYD7zfvEzk8iEEgP4L8BMYM,1485
19
+ metaflow-stubs/tuple_util.pyi,sha256=plyAs4tzXrFuVl65paWcXnJAB1PwmysTtBj_X0ZRThw,562
20
+ metaflow-stubs/client/__init__.pyi,sha256=cHZ8BeanwInSDbMfw0Vr8lbgYqKK2IGBGyjKvrtbEiA,33904
21
+ metaflow-stubs/client/core.pyi,sha256=wB2Uayhu2zZFRFJt30W7g4zSUC4CB1n9A5oCludkbnc,49518
22
+ metaflow-stubs/client/filecache.pyi,sha256=TwusR17MrJUrti-fxsQK1KfaTP6uXhT8AS-GnF5nmvA,3036
23
+ metaflow-stubs/metadata/metadata.pyi,sha256=GsU70BxdBQg2uwj7T2s__ayFco37oPQFRI7gteztYok,12581
24
+ metaflow-stubs/metadata/util.pyi,sha256=QonpCQv220vrDaLUKKiuOE9M3MK0CmusARJPB81Mjt0,657
25
+ metaflow-stubs/mflog/mflog.pyi,sha256=R8xrjYLrp_vAttDomevIM-nXn4ofXd8DEyaUq79Y0CI,621
26
+ metaflow-stubs/plugins/__init__.pyi,sha256=PQRdR2JqKqLPOKrGeUOIKLKj-gx4i7RTxXPxjhqE5Oc,6400
27
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=SrYYgfoYAR7r3xJSZJiyi_moypifWHpu-CAdg1J_HKs,2486
28
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=eAvp99v5oEL3XbGKkvCM1Dve1oRAi-F87bHDY32lt6k,815
29
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=CQsP6Y3Dj5yfJEPkOf3qtCjvaS3TQIO1Zznz0bvLaLs,793
30
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=P-S1Bkj1IHAzwyB3PegMSeaZUosIoZbrXT_pccGqfkM,935
31
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=DFxpoXxJu77Kx4imYAh7yZCGbYK6WQfjcaJ8Eh_nzb0,4445
32
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=4qwBNGDWePKhWo5qMjsRnvAJm-fpUh2ozvns3HF4xNM,1348
33
+ metaflow-stubs/plugins/package_cli.pyi,sha256=2S-gaKeVeaszdc00jT5QvhZ5JjEG54S5Ag4n0bziY7k,453
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=iLUE_Kvrf9mTExNKP5AoeCKVzDLUzO3mWQgbwQQNofQ,3445
35
+ metaflow-stubs/plugins/perimeters.pyi,sha256=fyjSVX6zZWdr9GzpTgdJwN6oHNalG3e9B5nB_OjHF9o,804
36
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=luZQDn4VYFpocSkGGEXTXwKlFQuegeXwJnlU1M29vAA,2751
37
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=5NjkZ3og8ToGCczZY57OkFlt5MLiNX4DbxOH2FyNziU,1712
38
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=39BY2KucMyM2aVEM2BjuIJsKiJi9--oAyJvLKETe9F8,1686
39
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=q-FRi93vXXT-o_ANiTRx_jlCpUbu7zv51LIr1xpMLsA,1191
40
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=c60xFSXer1lBZzwYyGYb9WYR0dnIf32RJD3tFc6VAEY,11465
41
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-R1f5SdQoz-a9OIKA62lRKnStEHL_D7UhtEmTRMqrP8,2521
42
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=VkxJ42mWViv2fSSbX2--yHMl-rxeSrMcN_nO4AdVQ04,2294
43
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=rcm2PM6cZkxY0Hlk4NO6hzCZGKLXzkMqR_8K4i6e6rc,453
44
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=UZ9fqO-3zt2prhV_ZQ4cGYavtAebWd7X5VFnd2BLBPo,3053
45
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=ppB3mBRfWz2z_EzRXJcbbOmk0Qi0wyXhapZOeIjXwC4,899
46
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=7_KfAsjkoRTPwHfr_8hX6_Kp52nIliqP38-UsCpbQE0,5370
47
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=KGj0VRQgibJYcngLaKZiWAUhUeG7l7aM2PPPXnUm7WM,1900
48
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=vmBFDN_Q-r6XglZI2I9TnK95PEmlhbheJTuCVpYiyaU,3973
49
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=BlU04HoCwtJ6TElwG6Vm1d1Wst8aZmyO6FfiBAZ-rwk,3884
50
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=JjqWHqA8wWpzn6w_y8uCrrOtDMfivUdaQAZZBZAwsCQ,453
51
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5me-CQZs7tFK4MXxKvSpZETQiWekA2OejMMSb6h48ps,2744
52
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Xyf0Ibssu2yRTO93NkzdB-te0FORpyo-Hg01KkFi1U4,3324
53
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=KAELcMSxvwFH9OjC1iKUAg9PVgwhazj30ivGEeuj10g,16705
54
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=qy-m3uyN4UMFnnkMRHEX1ofYvM0lufU1lgg3uTmVfP4,18123
55
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=xw3kMUxzy4sWns7iqPUFs9oH8ldaBHjm5zpAoV5rD-Y,14777
56
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=NN80jkxVhBYmJ4_3xGQ_m_6tlhuY5aUBbyQXtj-tKiE,14664
57
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=0mRWcddmTdqPP9aKuOqvViSdAeZHfnajhfN7ZxpESa4,453
58
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=MTU7p74St7q0cO9f4d6xtOBIAfPpLqlV3jci40YRyR0,829
59
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=nrNjZoP2pnFgncrv51EwEd-OEn6pCKDY_mRM6BgcAQo,3139
60
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=PIh81-6BlnYvzpR5vrgZqKDZrVyGdUjVOK0hXS69m4A,453
61
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=L2-mB75wrYgRRdffnGFjY7xFBdi9D4-qoiaveqdX90w,3606
62
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=-Ysfk4OxZAIoTKqmEnb0x11FPPdNu0rDS7bHYjf0ZWw,3742
63
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=TvNpabepHjfuXcVC3o8SqLITt-bxkv0iYM1UVFmDWHA,9631
64
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=nZPxGNLSAeckqHIPx9nXwyxLyANphMnmPbp5ifivbyg,453
65
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=-EOeOoPMF5-wn2-W4VXMc04BX6_ZgzpDb-7mgcxPrOk,3637
66
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=BMlydm8UGBZPd0sKbadrjLGqsJxhAGwiGlrZe1pPt_U,453
67
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=oR-N2c3r2QwRr1Ndxz14AORrNonEZqMSnSO0WMEqY8c,798
68
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=tSLEXQDqt5TFzsPYCcWMpBYLI6_sKu3R_CdybnjlnTo,596
69
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=4aX8pDRDCsRSD5B6GHApfFqLpmFTwrPgMyN9prX_eNw,1520
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=yxLijn9IAIMs-b3xXWjZVione0oVqvGbAX2drkjnNZA,6526
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=FpFDFN_OJNudhVbFXgw61o46xOxxLJCf6xX-Eq-PB54,1085
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=qotF0ZZieua2o2_uiKThPiJUhzR1iRJX-T558LD5yYg,9689
73
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=A-5x1aSZnw_6sHRMe_z-Zhb1y0N4cLCOfxI1qU2VWtY,493
74
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=mIle7uOf2nc06O5_jYPut1ld8_LvNtuv_EhOpaz7J_w,1067
75
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=5DYJ71ENkQVnN71zt4DzDjxOCobJPN-vTsPXKD3Txj0,975
76
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=f0U5_v_HJsMNGM7tIHIm2jmb4XgpmpUBWDQjaXPF0ck,2451
77
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=e4pz0baKB0uYQwvNnup23YqjQWUwDhcX06PPv3NEHHo,2513
78
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=2O_wLaIvjM5jAaDt22zs4l5F1DI4ZOsx1Oa2GgDY0e0,1782
79
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=bqpB6LF3n1nS46_DTKovYq8QsinPLf8Y8FrEaKYFCRM,1748
80
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=xDCTiWAqHvMQhlk6GntycIZ4fW4ZrLI2XUBs2tGTx0o,453
81
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=apRg-xi-XUsyfZRIIP-cMOW0kKZgyA6irJtMZzpnU-0,20388
82
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=ur_Ddbr4dH7qPvHa9Q_gbDqlqqYjQLmzD6lDif2pMds,6341
83
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=pvkC8-BnQFaY1sbnblVRzIpQmVOqCxGe8ot26ScC4S4,1057
84
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=pAgn-c8MPj-QXztDzClBQxJZwmlMEPwUDh2DY_bBn88,3087
85
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=OSDFaxZNI7sSE-GRoU79XxIB1sFBAqTaE3J4XaLg0JI,6795
86
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=D-QLmLyuyX7EfQBn7J71JuLgODDm4dYTznPftj9hn5A,1975
87
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=4KshYIGaU2N-COoGNIu9bR3rQD4csWzh6C6bEOTsc_Q,9648
88
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=DVUsMetCaYgR0BlyEcmYMKiSzFVAVPeCnil7xoKZoCU,2446
89
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=c03ZlDVCpU8DS4PqD7l7yMcemgiY5voOkMf9o0FkBsg,3046
90
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=UhctRHqBwYY-LTuQ8_OCrY6LK65gOpvueST2QeSkQXQ,9703
91
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=nxS-wIRsErRQcVFRXHbmRn9ilwOj70sQMOfj-OT5p3I,2991
92
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=FpDbuYBErE3hG2YCcWVJowqZpfDOzZcAt18FcWWgsYY,12354
93
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=KHDQDLoP21ANdbVcRmu1pHiVVuX-NpMOWEKTCLDNh5o,1378
94
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=RaeGOztHi-zc9kwomyXWWDr0-5Flzk8ni0Kpvz6erkU,951
95
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=7n4-PspTgkWRUnsQbBLG8XAEZeRXdKGaxIgfxx_XYV4,6033
96
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=CnmDRbOFdRVhFqNuB69ARVgqyhYRybkQdSaZ7wZuV7c,15471
97
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=rgXZLpOtohL758KUjtXcAtQqHs3L71_N-zxGzFU2phM,2773
98
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=jEqKX9uFP1PR888QDB3652aQDiC9IZh0EBs6hQJRCOA,22978
99
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Byaym3Jm0Um5yjtvk6ibPpUhKEPPjI7BxfdajRMUdZg,31945
100
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=QjkxIeOsVduGf3hgdINS-TqQwDdaMlcDhxSTwTXSRM0,965
101
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=yy8cjmeLxLBKxjncMPWRcm85ZHNmxjibpmBoD_XEQS0,1123
102
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ybawoUR8cuLbO9t4Tfv4CMlGxVCZ7M3xZqOxvzjS3Lo,453
103
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7r7h8gmvlolH6VjvQRjlCSiJgQKiKU1s4DuAsEns1Pc,2607
104
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=9tKLv928Svveko39v_ZMSyjnuSgf26UUka7c70VsIa0,508
105
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=SgekqwFpfNhD5gh0zPDYNBqOtJxT0PkfpMihKlcSBew,3492
106
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=xkVx5ECiIWhccxuS3IT0oNg6de8Lth_foIwdORTvwFs,772
107
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=p2KYP1zhx5stnPa07sUiwwU2GuDt5AP3677eqQ_4SIo,798
108
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vuCmBeweFZuFlhC7hjOOuoGZ2A5Tti90rU3qRylREY0,1184
109
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=4ozskCauat089A_vpqJXB0LJlPREstRcOoFPZyIudTQ,1722
110
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=kKAVxec8MccS98_jIFARgN2mW0IAJrl-EnHvCl72BTE,453
111
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=EVHEVKkeJ4ZPdE_xW_lDf5LgAJUCGRgz3ZOJqibL9q8,681
112
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=6iFeGGVfH6qFQFVmUlgNmlfRwkwdDg0cm-XAvXI1p-Q,5040
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=3SJwDfRLGej2czQafFoP8jhLjk5MugQP9_VO7Tkwhx0,8038
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=SZFecLkF5_UXUbBtC28KDYJOLHtAe4xpeakRyymGceA,1174
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=BDV9xKYQLzyq5ZCV5yC43Rbrc4ztML9pWrY4TXZq6p4,10016
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=rrss_W_TJx-5-_LR98luOnZfJBtUqI_CVQ3cIaTSVMs,5127
117
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=4PZ6l9uaBelVT_QtTZsGrVXBeGxBhu-hFETBdjdg7dA,627
118
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=K9Sa2rmDQM0n1q-r0wX_GLvXj2nVppAL0Ec20qsiPN4,4064
119
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=8bdoSDZdf_CxLGfCqay8uU7V22j2QLZlP00g9wsgils,2333
120
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=uDQ8cL4xM_sjLWCusBs-zDIflwrT9r0tw7jcPXTQSS4,2493
121
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=TVzDw14B7WHpZ41Q0GDhf9qI5O3W-BU5inGJzuucT3w,1651
122
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=wcOKEEINPFD-PTxygz0RuT93l_gmsaZYbHd1Y52pkrY,771
123
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=bumvuNMzy2Pheu5H_GhiQ9MfNZc4cJD6CAA_w1E5R0Q,812
124
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=lmCVLbE28LknuPTewjOFahxbkjFc8feyUml0DIM_uww,1114
125
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Nxx2Jq6PGp21aI44nWbYpSHxJI14GBPrc2MfAVsQ9n8,2321
126
+ metaflow-stubs/profilers/__init__.pyi,sha256=X_k2lJu22-07h1NO_mtXR-GygPKyic-uGRmB8q5P4zs,654
127
+ metaflow-stubs/runner/__init__.pyi,sha256=iDntw9x-Sav2w4StoOiMcbDTv2bY8z34cfFFVfZ81gU,453
128
+ metaflow-stubs/runner/deployer.pyi,sha256=vYpmUYNskaB9krRXpVZd1Cc3dq8qyBhAPk4RrPlIEIU,11001
129
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=GLdOIXawTz6cjoukFVmx1v7JD-E0QtF1QP8k-JflaVQ,26241
130
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=EY3QZ8KMzCTvMK53CoM4K42bA8oPD9mhTZg97U1nZEk,4310
131
+ metaflow-stubs/runner/nbrun.pyi,sha256=jdvLFGnALN9RvPQp4fq1yVeXAQcEekD5rX3KDl1wuLA,10767
132
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=R9pRw3Q-4GIh89DpXP_MlVSHrSjNcDY8Hjwl99WUzcs,8907
133
+ metaflow-stubs/runner/utils.pyi,sha256=5t7ZBufOGrZ9rb0hny5-6p3N08JReLdu8zqUw4mEYmk,1668
134
+ metaflow-stubs/system/__init__.pyi,sha256=eHlmL-Gg9s_L3zOiUAHGy2OpZSBHCZE3Lk7DeKyo524,3383
135
+ metaflow-stubs/system/system_logger.pyi,sha256=5gSzZUV-G0FReE_llvTIPhFypcm_VsBeiBjONLRhUMU,1876
136
+ metaflow-stubs/system/system_monitor.pyi,sha256=c3SNg7GzNpXPUl3SvTMmQujrDS0tonPTVWSX9VSP_kU,2017
137
+ ob_metaflow_stubs-6.0.3.115.dist-info/METADATA,sha256=A6ktNMGl7OQqoewlRPE2eY_EvVfHryzc7Qit4TLtvyY,657
138
+ ob_metaflow_stubs-6.0.3.115.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
139
+ ob_metaflow_stubs-6.0.3.115.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
140
+ ob_metaflow_stubs-6.0.3.115.dist-info/RECORD,,