ob-metaflow-stubs 6.0.3.112__py2.py3-none-any.whl → 6.0.3.113__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 +501 -501
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +4 -4
  5. metaflow-stubs/client/core.pyi +7 -7
  6. metaflow-stubs/client/filecache.pyi +3 -3
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +3 -3
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +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 +3 -3
  15. metaflow-stubs/metadata/util.pyi +2 -2
  16. metaflow-stubs/metaflow_config.pyi +2 -2
  17. metaflow-stubs/metaflow_current.pyi +92 -92
  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_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 +5 -5
  33. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +7 -7
  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 +3 -3
  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 +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 +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 +2 -2
  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 +4 -4
  77. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  78. metaflow-stubs/plugins/datatools/s3/__init__.pyi +4 -4
  79. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  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 +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 +4 -4
  98. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  99. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  100. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  101. metaflow-stubs/plugins/logs_cli.pyi +4 -4
  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 +4 -4
  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 +2 -2
  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 +2 -2
  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 +5 -5
  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 -5
  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 +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.112.dist-info → ob_metaflow_stubs-6.0.3.113.dist-info}/METADATA +1 -1
  137. ob_metaflow_stubs-6.0.3.113.dist-info/RECORD +140 -0
  138. ob_metaflow_stubs-6.0.3.112.dist-info/RECORD +0 -140
  139. {ob_metaflow_stubs-6.0.3.112.dist-info → ob_metaflow_stubs-6.0.3.113.dist-info}/WHEEL +0 -0
  140. {ob_metaflow_stubs-6.0.3.112.dist-info → ob_metaflow_stubs-6.0.3.113.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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.594850 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.422047 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.624537 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.444778 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.624289 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.444486 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.592933 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.421618 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.599484 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.426879 #
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
- import metaflow.events
11
+ import datetime
13
12
  import metaflow.exception
13
+ import metaflow.client.core
14
14
  import metaflow.metaflow_current
15
- import datetime
15
+ import metaflow.events
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.590399 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.417866 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.591031 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.418254 #
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.decorators
12
11
  import metaflow.exception
12
+ import metaflow.decorators
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.573305 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.403321 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.545759 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.375658 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.572628 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.402924 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.558610 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.395208 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.571059 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.401515 #
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.deployer
12
- import metaflow.runner.subprocess_manager
13
11
  import metaflow.exception
12
+ import metaflow.runner.subprocess_manager
13
+ import metaflow.runner.deployer
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.568063 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.399213 #
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.client.core
12
- import metaflow.events
13
- import metaflow.runner.metaflow_runner
14
13
  import metaflow.runner.subprocess_manager
15
- import datetime
14
+ import metaflow.runner.metaflow_runner
15
+ import metaflow.events
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  """
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.571561 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.402020 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.569034 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.400125 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.584570 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.416821 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.585016 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.417240 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.572212 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.402638 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.event_logger
13
12
  import metaflow.monitor
13
+ import typing
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.600473 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.427855 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.event_logger
12
+ import typing
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.600109 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.427497 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.monitor
12
+ import typing
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.549699 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.379617 #
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.25.2+obcheckpoint(0.1.0);ob(v1) #
4
- # Generated on 2024-10-21T21:22:37.556008 #
3
+ # MF version: 2.12.25.2+obcheckpoint(0.1.1);ob(v1) #
4
+ # Generated on 2024-10-22T22:37:22.385871 #
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.112
3
+ Version: 6.0.3.113
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=APZa8SM4iIY06ga3H3uTVdGAOqDFwwOwjSe8vBBNUx0,122373
2
+ metaflow-stubs/cards.pyi,sha256=rmTUL2miRuFxpurwlasCRE98w0OmieVkkeSuDRiGDXc,15277
3
+ metaflow-stubs/cli.pyi,sha256=6B2VB8qandEWEQb-UyBMo4IfW8-Y319yOoKDFmufuX4,3676
4
+ metaflow-stubs/clone_util.pyi,sha256=spw9SlJggqWznVAY_T1uSDP1oBtNkfALESXb3-Ir_eU,1146
5
+ metaflow-stubs/events.pyi,sha256=d_UZNF88uxMusWs9IJSNQR7OTP0VkU0WJd_FT_PXiH8,3873
6
+ metaflow-stubs/exception.pyi,sha256=nRa9ZoK1LVTJqZxCL1AHttRnsjIUChjPx6uJwGVODRc,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=as_UysOanQzZSo0MwjWdHlX6qlkMc9DUUmEzqDPgUc0,13223
8
+ metaflow-stubs/generated_for.txt,sha256=jaSyrGXi-NvsIyFPmnwdhnYPbQOKlrw_RI69U8oN8J0,63
9
+ metaflow-stubs/includefile.pyi,sha256=_TQ_C_MzhLYlR2QaQ2q-1KNPgr6yBskn-MdTd_nPJkw,24980
10
+ metaflow-stubs/info_file.pyi,sha256=sTs1XtxB8GRXnmSDiW-yJINP31QYaUyjbGEf50sHZsI,524
11
+ metaflow-stubs/metaflow_config.pyi,sha256=WPhCkBueW-gkjbLAlcRyqptRCAPMo1szZx61OWIsKjE,4873
12
+ metaflow-stubs/metaflow_current.pyi,sha256=xeBcstF9rrCX5eY8DyBR0dIcqRRLQaUzjPL4gwg5hDA,16338
13
+ metaflow-stubs/multicore_utils.pyi,sha256=kE-pWQPXaDjpqTCUlPvogA5C7Ob6c3IRuMZwr-OmKbc,2369
14
+ metaflow-stubs/parameters.pyi,sha256=OeQn1CYElN5UpQ2zyR5e92S39QQQoBo4dbV5H9lkBFA,6741
15
+ metaflow-stubs/procpoll.pyi,sha256=O_baEWO7ckz-USzsSz2tdUXGn0r5tYw61qMrEMTzR8s,1249
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=dxnARabpmcXR3x6krBpyXqntfy99GO8vOPQvTGbEP40,972
18
+ metaflow-stubs/tagging_util.pyi,sha256=Zdk70qqsk8nAj0Tf5QY-JzeofE8P4SxLzuEw_aQAKt4,1485
19
+ metaflow-stubs/tuple_util.pyi,sha256=W4NscCoye6F1MogI9ZfHWCQ2sSF5ZYS3nPNcd4SuUR8,562
20
+ metaflow-stubs/client/__init__.pyi,sha256=DNY4Vo7VtVfz0Be-QG3I2Ixj7KEyaMu8GE5gU5tdz7s,33856
21
+ metaflow-stubs/client/core.pyi,sha256=ohcB28ZwM6e1reGcQoSDJDcQ2pTQ58TlCwGtdj251UQ,49354
22
+ metaflow-stubs/client/filecache.pyi,sha256=VmtN74WjR0kKpRfK2RldjxV5PZWgO9yKgqGx5-F_l4U,3036
23
+ metaflow-stubs/metadata/metadata.pyi,sha256=HNNDkxQsd_zcrhA7Q6wrvRyQKnXMPByuIW6jkk7yULc,12525
24
+ metaflow-stubs/metadata/util.pyi,sha256=SvvwxRgT9y-RO4eNwfZABL1AUuaQn-kTEYeoLpGlKvc,657
25
+ metaflow-stubs/mflog/mflog.pyi,sha256=Yqoq_GJg593aLfXfz0PgtKMDHygM5bp2lPmQtExBcHs,621
26
+ metaflow-stubs/plugins/__init__.pyi,sha256=Ab_urv5nVG3RSJQe9jLLBFwNxFCm6-LWcF3QLxmrlbI,6400
27
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=nJWDEhIZYdY-2eeiK9N0_gjvh6iYP-hbp5wI9ALMQao,2486
28
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=vAvrm86P9w1jnXEw4Dgad-7KkAg69gLJvzYGZzrAC2Q,815
29
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=RW0GBgcsqWxMChmC2nUJkhBr-w6DpwsotBl4clHw5nY,793
30
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=PL3ylD0xgRqkEjl_UjFjMevZSPke6ZrhvKfJMgL-2d4,935
31
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=fj8giveS3mlJ52Qg2cejoOlowXlfS8eR5te6eUzd8Yo,4445
32
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=POW7Ri29UQMunZDfLAhy-_NrRE4QxlvB3GYuonOJOeU,1348
33
+ metaflow-stubs/plugins/package_cli.pyi,sha256=qiNdYw8auqkH_SbNo1ynTwPpVH9L_5w1fBOQXDiiBpQ,453
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=wpNkQTMP15XnGBEY7_kOUQfvyx-ucR5JLwcuO1e0TBE,3357
35
+ metaflow-stubs/plugins/perimeters.pyi,sha256=O1rju25P6z5lvcj2IZbt3cad8d9W5SlKwj4ECX9YuFE,804
36
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=KYQIzR0i2Kj_ome-DOKBG69QlNKszDq6HxpIjA5Z__Y,2751
37
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=bS9Rv21E-8FHTHDMWHxgDAL4oha27M-lTejehp3ecM4,1699
38
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=cLh5ZaD3P74MNidTMxBFjBNxRuO2UbESyjAoa1tb-Iw,1686
39
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=p8NT66d_OxeSQ-r3xj2zwNVvjqMe55N9aVHKj6oGInY,1191
40
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=_B9be7BfdcwqpiF3UJskwFAonYhKqZEE20buqUOQrWI,11465
41
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=7KRNnuySuWMmU3WkcNQXZ2Pfldw6Pk6GVqBMfvzZfss,2521
42
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=0_8spZ7Q8Nl9Zhla3ccpJc6rls23vL8S0BpDmXzgjns,2294
43
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=XmyeTNCCtbsWnoVr9frSTilx9kg6z6-9oNpBQR4vY2M,453
44
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=VtWi1bplAC6Zoj58fzf-ZkL37rkCMJV5ZFKhB2uF0aQ,3053
45
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=F9OvvIFm9tAgJUuf3tCaafNBgbtJLnMELeux-vvv0z8,899
46
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=itTEp4ncmRWtkS7Q5D_ugPxcyWVZpeTbnYRL2fE8SlM,5370
47
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=O8Py2qvNHvgHQUondGlI6JTIPdSNO2QVuYwYEULAt8w,1900
48
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=h6lduCj4Y0UsfYak037zyy-IctxMln4qOIE4vrtNst8,3973
49
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=vS8PBokN4tittuqb-fK0eycG9kyHCwI03uL7IPpHRuU,3884
50
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=QSDmW9GdWdL2IbsniykYN4XLoyT708TLCGTSEMh5DNg,453
51
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=hcoqMCk_eNbIpSxfZxYulF84uQZsbnO0dgjghNYpGZQ,2530
52
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=-hrFK3Zlrg3u6p9gw_sLJRDFGJXBYmdY8dFSPphWhKQ,3324
53
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=PFJQVLGZu4bFGc-qLMEPKQHNVT5tzaI9CfshPcazHRE,16705
54
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=b5eby6fpC4xCkLJrnoeP_2T9HzK8OT6JVT1kd-s3PFg,17901
55
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=NJ-asx1DzVMl32P8Um7M_U3DFAgAJRDbt83qQ_uMk4s,14777
56
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=tVtZ4RVQjgkvV8IFjyDOEFnZKKp-1JhCvG2SJdsLly4,14664
57
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=7jeeCaLM7JpTVHdRtNgSS5s98SLZqxgP8SP7FK6VLLo,453
58
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=EoCrkW5EhCbEqctyQXdBHmYP8rjcVaxR6p-luj5kIAs,829
59
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=53Qlz-ZXOqLfOn0ZMLEKUoUgwvxK8QvnyliDVIpLg7E,3139
60
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=XOGCu0FptO4BSiJVW0PRTfPJEgk8LWvmVxz8wAh9asM,453
61
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=WxfnBMFcjMy28mzWJgy99HWBXoLVTBYUl6qyI-iHjUc,3606
62
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=zCA4naiF0ULhsIle98_X3dJ9qIVv6RMNdVKhDHJBu84,3742
63
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=PjlAPLucqJmGU85L0hD-YiGMreRXx-0fxpctFyRvsHg,9618
64
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xzwdqIjmIlstMNwMAR19E8o-a7frBd1pLrJOrt3igug,453
65
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=GVtyhh4O-a2mEr4mKgf0aniolrKu-mHPpSoVSqKvv4A,3637
66
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=85kgczkg0fjjyWOhoNhSpLdxnzgqanuj40nSqDANEvM,453
67
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=C_PhuwinvRypHVFKyLCTP_UknsyifVnyASIOD6cyySw,798
68
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=1ncozTboXxvMZfbs8cI_hBRGDVZ1ft4H6_5stxGN31Q,596
69
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=ZsRx792aHchpzPVPDkaI93Egzl54YHKcF__XVkziFiY,1520
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=y9_SsSeu6zA1JmrhD2w8izkuuNFxVPEmfoJBs82K9xA,6526
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=vBQv7v5Y_g_Mxnz4q2nk5L_Hu1al-2RBWVz0HzhIw6E,1085
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=aofYVCIEchWQwHsW4Oomk-7EPgIQ3mF10uAof-2FTMI,9689
73
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=mpmG_y_wDCIC4-kf3LfCO7nP2kljY7M8hlURV0JTYos,493
74
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=NjRrrJT-_ywMcV_y9rny1P5n0sM5lYHNMaBaxQQd3MU,1067
75
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=rl0IDwsz4p3IAkd3LJu-iES1mUJHojM6XviOKZVkd2Q,975
76
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=5XFDJUqBNe6aGaSQVOLeB_lZmOl_X-chcU0oDycoepw,2451
77
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=88Z7mkzBv2LggjNFMdxpqOy-7bsQLs9zHuSXeOt5Eeo,2513
78
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ERk7wekxBpPzeZ5wc5emZZBarWkdVE68fKZFhDaF6Ss,1782
79
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=7jCMAQXx6ClvFyQg_vSkPOCJuH1YPgQZhwXJSqmUO8Y,1748
80
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=VR5iqXx38cGORNQH7-fHEFFTZ1Y5hyIyQ025Hb-IQzg,453
81
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=8W4uZS-S4TC1T-jyaqB0OZTontrqw3wxCkIHwpKf0W4,20388
82
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=xsVX5iiIZI7i5IUEBc5_FYVV2Unosv_fZfUKA4ayxVs,6341
83
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=vesl6pqFUOrjahe1BqPsrPjgMa5wQUt2riabOMaMgm4,1057
84
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=_ezQ1tioItDbHWltl71SOMwhJrg72rZzSqJP0-T9wG0,3087
85
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=D1_kQ_9z57lzDJq_e-TeHb1OEm8W2Y1IzV-wNoicqSs,6795
86
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=RAbTiz7EqG_o4flAwOvj9sA-1GGRafjXJSEvnQt3sug,1975
87
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=CNTTRNkRryKzkDa39Xv_tqWyr2ijqHaHiO6G5DjjBYs,9648
88
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=FXspVeD7KWFi7PfYRdPErb8doWWcUetibJOG8PgRfbg,2446
89
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=DR3V647CSBnFEj4PNoyPxNFLWC9ZMEBTSC7Q2qhZF_E,3046
90
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Dk-T2RcbJGONfJbQYnN271y6C_dJmqGjL6wGNZigyeY,9703
91
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=SPKZue1av65xx5utV26WG_1BkKxEjKmKvtT5FyrD8js,2991
92
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=untlniM0ZBH1iJ5fYHb6p_u_b2hjl0r46uGNOrO-FS8,12354
93
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=TjCTbTBuSWBYRKMRKBVkAIxwIF3yrCEYWglQ-xft8ow,1378
94
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=QXRyJJnlrMKWcvQ6PzolVBworaPfRh2jSaEzQ33ZpZU,951
95
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=PBQunFftPOnSvlo7hstuxH_qmtrSkDa0FaRmIHv3WAw,6033
96
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=DpA8iNZnAxqy2Ks8W_CpziNlkaPBr4MqX5jHUeOszi8,15471
97
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=Q_BQOQ27yEWmOflloKzdaSL5V4WRgNgkrdZhbIe5W64,2773
98
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=WoqNWpvtpI39eGu34tkMNmHQ0RR0D-sarn3ct0bM8tM,22978
99
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=qQ3njQZmlwqI0l7PzATTAvwaV6qaUP7q7aM8Mou4mZ8,31945
100
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=J50schIcwtK5z0LQDwQzdNrdw8ql1jW_PvSEtzWbFe4,965
101
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=8jHaY-hnvtkmZRK_wLzVl_XDxQuwDPtlyJH28ye9igE,1123
102
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=6fehI8gggblaDhmFVLOuIQ6yLfb_IdIZ_3WYSD4_ufs,453
103
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=4sJA3yvxW8lykJJTnBuBrUzN_0yIuUBKM3qE1NJmo-s,2519
104
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=aoC8YdBSjjsU9A46Rqbseslqi6ch0w0hEkSbFIHSe3U,508
105
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=VTyCrSGDA1bjxrYDPbiymKBDGZkLOtai1x5gLIOED8k,3492
106
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=6YNgMiuB2_Kmq7ACs49OqvFHFMpWSkcK0GVw0muCUoQ,772
107
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=iBMh4j7br2_8henHLeU2btQtKznWHTdmtdfsEgUyhgA,798
108
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=72NHCaXjcxlhaWh6jvN78IV9sJ463R5AM498nU3kMxE,1184
109
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=nPu2fYfVY2a1Zl99_KYO4hqZmRpDXEjWMChJSbxSSt4,1722
110
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=HDe6Fb-fe52ZCJVz4nq2V8gkLtK2QUzm5Al033xu9O4,453
111
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=Hqln_hLjyPeH5tV-DOaiysWCHJOLs7XfB02qq0cZaPI,681
112
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=HD1krIy_Jg9uBgD9xwa0uIOq_yGFEyy6Lrqqk3GhWoo,5040
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=QmgE14HOykGrUP-xjqqKIUUyhEWc-hUJNCwZiI3Ec_M,7816
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=0kf1GRpdGKJNNsGyi4lmk2sipT30T-cOqSqOgB2CqNo,1174
115
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=wnrJHynb1brSe4Jd-_HThVzkRb0AyVBUnEVU5BS6wCE,9781
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=WYiyNfwu6SxasvsrmOQU2eWzVfsLexnHamywmcTTKUI,5127
117
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=QNfROUhqekfWrRMyM_CW2RnxN7Jg7jRb2DqNiRhRIL4,627
118
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=QVjk0qztQTxlzb-HxuHafj77LhP-PA05hL7dQhFVNx4,4064
119
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=SOuAlVt5_C7ZEnViLcT-uVcW9b71kS0DusKuLCYPjCk,2333
120
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=JnIfWvx-hRHgyCHZraR8cjDELoj76rO7z9ydPECZcC8,2493
121
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=RENrbPWbbroH14yhcmwFedeXTQ-1AfyBuNtcbBO9AeA,1651
122
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=U99O-vyS8-bCqTc_78QgSfbCK4UiiIUF58yN0FMox0U,771
123
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=-CeJsVxAPhxvRsoYGH-ZbTMn5IxhXyTc8gkdtzKXTQI,812
124
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=KcvwiE9FefJUzZOrqBhacXsLDd0ClWefiBpg8Iw-Xlg,1114
125
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=lpcWyJnYZQAk8iF0E5i3wIc1FRiPml1bE5ggiaTkK2U,2321
126
+ metaflow-stubs/profilers/__init__.pyi,sha256=_i6wbUWNxo9s6TrbYdm75dI1rnZpAq5UIJwhxXyw0sA,654
127
+ metaflow-stubs/runner/__init__.pyi,sha256=u2XEyxna52XNBBAfN8LX2fTiNhivcTHnm90x_Bp-RHw,453
128
+ metaflow-stubs/runner/deployer.pyi,sha256=iuQd4_A-U75cGma0YBgCWuBibzn6ehus5RCt4_T02KU,11001
129
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=t3__RIBL4kLMKhpNE_ogrX6xsJdE74hKpihAX-THrlI,27277
130
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=Kt5mrFnLedjJmpl_scbljzoNYKRYA6Yi_-NFm57IDMM,4305
131
+ metaflow-stubs/runner/nbrun.pyi,sha256=Wiyef0T9LqF8r3VtfO4tU0TVxgjC5-0a3tUJVChUg08,10762
132
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=QxobgbZFw-nPv-VNTKGF4mkFy7pNHwrdepLXlZM_Fvk,8907
133
+ metaflow-stubs/runner/utils.pyi,sha256=Wm9xtQ1rbPIRHW0_kttCkmFmnBl_ojmTY-GRvzvIvuU,1739
134
+ metaflow-stubs/system/__init__.pyi,sha256=eNUbUVY70BcIy9nuvgF7KKvtvUyHqyEvCD6euDyNhjs,3383
135
+ metaflow-stubs/system/system_logger.pyi,sha256=eUz4Zd6GKhuEzssGCuK4VOH3Z4kLBJhtrKiivBweyOA,1876
136
+ metaflow-stubs/system/system_monitor.pyi,sha256=S0wxwGiLxcp5oINv0OYqzzh-BSMAMyCIUBV3RQHCTCE,2017
137
+ ob_metaflow_stubs-6.0.3.113.dist-info/METADATA,sha256=ofLIWFZxUfS2KtvkHkv7JZbSRoAKCLgkJxNMpkEVORo,657
138
+ ob_metaflow_stubs-6.0.3.113.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
139
+ ob_metaflow_stubs-6.0.3.113.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
140
+ ob_metaflow_stubs-6.0.3.113.dist-info/RECORD,,