ob-metaflow-stubs 5.0__py2.py3-none-any.whl → 5.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. metaflow-stubs/__init__.pyi +485 -485
  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 +6 -6
  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 +4 -4
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +4 -4
  13. metaflow-stubs/metadata/metadata.pyi +3 -3
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +4 -2
  16. metaflow-stubs/metaflow_current.pyi +22 -22
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +4 -4
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  24. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  26. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
  27. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
  28. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  29. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  30. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  31. metaflow-stubs/plugins/argo/argo_workflows.pyi +44 -10
  32. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +14 -14
  33. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
  34. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
  35. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  37. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  38. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  39. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  41. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  42. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
  43. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  44. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  45. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  46. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  47. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
  50. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  51. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  52. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  53. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
  54. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  55. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  56. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  57. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  58. metaflow-stubs/plugins/cards/card_cli.pyi +3 -3
  59. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  60. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  61. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  62. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  63. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_modules/basic.pyi +4 -4
  65. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  67. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  69. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
  70. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  71. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  72. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  73. metaflow-stubs/plugins/catch_decorator.pyi +4 -4
  74. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  75. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  76. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  77. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  78. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  79. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  80. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  81. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  82. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  83. metaflow-stubs/plugins/events_decorator.pyi +3 -3
  84. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  85. metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
  86. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  87. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
  88. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  89. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  90. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  91. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  92. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  93. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
  94. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  95. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  96. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
  97. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -4
  98. metaflow-stubs/plugins/logs_cli.pyi +3 -3
  99. metaflow-stubs/plugins/package_cli.pyi +2 -2
  100. metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
  101. metaflow-stubs/plugins/perimeters.pyi +2 -2
  102. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  103. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  105. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  106. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  107. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  108. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  109. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  110. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  112. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  113. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  115. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  116. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  117. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  118. metaflow-stubs/procpoll.pyi +2 -2
  119. metaflow-stubs/profilers/__init__.pyi +2 -2
  120. metaflow-stubs/pylint_wrapper.pyi +2 -2
  121. metaflow-stubs/runner/__init__.pyi +2 -2
  122. metaflow-stubs/runner/deployer.pyi +4 -4
  123. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  124. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  125. metaflow-stubs/runner/nbrun.pyi +2 -2
  126. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  127. metaflow-stubs/runner/utils.pyi +2 -2
  128. metaflow-stubs/system/__init__.pyi +2 -2
  129. metaflow-stubs/system/system_logger.pyi +2 -2
  130. metaflow-stubs/system/system_monitor.pyi +2 -2
  131. metaflow-stubs/tagging_util.pyi +2 -2
  132. metaflow-stubs/tuple_util.pyi +2 -2
  133. {ob_metaflow_stubs-5.0.dist-info → ob_metaflow_stubs-5.1.dist-info}/METADATA +1 -1
  134. ob_metaflow_stubs-5.1.dist-info/RECORD +137 -0
  135. ob_metaflow_stubs-5.0.dist-info/RECORD +0 -137
  136. {ob_metaflow_stubs-5.0.dist-info → ob_metaflow_stubs-5.1.dist-info}/WHEEL +0 -0
  137. {ob_metaflow_stubs-5.0.dist-info → ob_metaflow_stubs-5.1.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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.143322 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.912580 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.160818 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.928581 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,17 +1,17 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.162182 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.929653 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
+ import abc
11
12
  import metaflow.exception
12
- import metaflow.metaflow_environment
13
13
  import io
14
- import abc
14
+ import metaflow.metaflow_environment
15
15
 
16
16
  class MetaflowException(Exception, metaclass=type):
17
17
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.161054 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.927890 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.162631 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.930073 #
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_environment
12
11
  import metaflow.plugins.pypi.conda_environment
12
+ import metaflow.metaflow_environment
13
13
 
14
14
  class CondaEnvironment(metaflow.metaflow_environment.MetaflowEnvironment, metaclass=type):
15
15
  def __init__(self, flow):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.161341 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.928890 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.145013 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.911875 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.144889 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.913003 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.145878 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.913437 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.175374 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.952631 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.175143 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.952399 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.147237 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.914657 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.153696 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.921065 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,10 +9,10 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import metaflow.exception
12
- import metaflow.events
13
- import metaflow.metaflow_current
14
12
  import metaflow.client.core
13
+ import metaflow.metaflow_current
15
14
  import datetime
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.143116 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.910605 #
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,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.144643 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.912229 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.137218 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.905004 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.104138 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.876500 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.136533 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.904606 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.115570 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.886778 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.133791 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.903000 #
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
- import metaflow.runner.subprocess_manager
13
11
  import metaflow.runner.deployer
12
+ import metaflow.runner.subprocess_manager
13
+ import metaflow.exception
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.129721 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.900676 #
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.runner.subprocess_manager
13
12
  import metaflow.client.core
14
- import metaflow.runner.metaflow_runner
15
13
  import datetime
14
+ import metaflow.events
15
+ import metaflow.runner.metaflow_runner
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.134619 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.903440 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.131171 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.901525 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.140622 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.908267 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.140885 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.908523 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.136053 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.904319 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.158767 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.925685 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.158359 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.925314 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.108655 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.880047 #
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.10.2+ob(v1) #
4
- # Generated on 2024-08-06T17:10:53.115454 #
3
+ # MF version: 2.12.11.0+ob(v1) #
4
+ # Generated on 2024-08-08T23:50:17.886661 #
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: 5.0
3
+ Version: 5.1
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,137 @@
1
+ metaflow-stubs/__init__.pyi,sha256=ZzzvyUDlMviH4TpWJ49uwW5I22Tz86sRnvdLkDfz80g,107661
2
+ metaflow-stubs/cards.pyi,sha256=Fu-yLWA-n8jlob_Doy4Dqbrf9-xUspDYdkJOiJocRtQ,9422
3
+ metaflow-stubs/cli.pyi,sha256=L2PPlIpKqqrVIw3eMEZ_Wzu2tQVcLPb32BVAtlNPMS0,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=dxPjNj286XVoqnmVOYzhWnfcBBnqhrOh4XOhmnbmYy4,1090
5
+ metaflow-stubs/events.pyi,sha256=6zVxIKdKI3wOsGk_eYyNmpikw1_F9QVN5heP9YGAsGw,3405
6
+ metaflow-stubs/exception.pyi,sha256=HIWjROguSv4lvhG3pwHzG6-Mxd2KtfZVAuy1755flX4,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=4mRTSX3EZszsFuJGZM3MTiGqUsCBTnXPTx-x8KYiToo,10480
8
+ metaflow-stubs/generated_for.txt,sha256=uGv4h1JfJR986xgg0PAMnVxLsiDmKHtTpjSj5xpKMGg,43
9
+ metaflow-stubs/includefile.pyi,sha256=ZorxrdRyOnBq8ho8_U-hKkVw9zJMalpUo-jTrYAaJns,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=50NWVR6Fd5SB5fRW11ktmib39RxR2oSvom0Lx7EcH3E,4601
11
+ metaflow-stubs/metaflow_current.pyi,sha256=8smm1qHuEVenua2dYUgazEQWLAmM78XVoTBSKn8cCzs,9224
12
+ metaflow-stubs/multicore_utils.pyi,sha256=dlKHW9BAsAXvq0Tt2KUa1Qev3Z3iTCJv5V6AMrEaxRg,2369
13
+ metaflow-stubs/parameters.pyi,sha256=8UI-__95ac__lV43_9kgo1ot1z2SWBncEqOd5x3EWHc,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=onfx8MpO52tTCkgbImywn3V4Dz7MP53QLOqv-DCXvcE,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=gW3Fp7KOa9AsmWZWT7VURsIuu2mrxkqrnQj2VbcbmaQ,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=9OttltGVPhD8YyY-1AwaUXaVdn_6YA0Hkt_nvJC9Qgo,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=w0Rcv25eQO0xXc-Mk5_lR8Vth2r_dChekLVWflguG9o,562
19
+ metaflow-stubs/client/__init__.pyi,sha256=QO9qSN-ytticqakzSvbdU2Mi9F12GP7k5DJ5Dg4PBzU,28941
20
+ metaflow-stubs/client/core.pyi,sha256=eDUrKD0lQTTfMuk3IhX5FmoH3z-P30KJf7Q4epNh0xE,40855
21
+ metaflow-stubs/client/filecache.pyi,sha256=R0GxWSRcy-Lpn-ludRVbOKkGD_gcUCz0hXpr9-aJnRQ,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=fz_N4sh2IoNRNbcrp9aidDw_e-3vwvWZMs27VXst4W8,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=jVIuw-QrtsA2M33EM7d4qF7nVZ3wfgqKzVwsIWKzt0M,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=NNCPvZCj4lxD_STMUCUkbtJoZtfchxeS8pjiaGZWvXI,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=2pSiNI_VJ8KwjCPVd7nBtvEPnmyOwfx-9Ga-vUswqXQ,5998
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=1YFl6lI7idpzGPxzx0Nc2827DtRgG1DQPjojwVgRqf8,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=ERb1BVqM6SU6sxvQR29js5E6T5cXARhU5HpIL5Ym6ig,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=8EOxBCdr8HWTuhvBFW3nLlliEaym6meupWsrDeFruCU,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=Fifw_2tMjSAEFphVWzqSr5FYDDPEsaNRqhTl0KpK7MA,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=zrGLleWMWOBW-0VV8ekdHzYDz_r62Z3Np2y00NxT9bk,1220
31
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=4veMcxL7fsUbumkeNLrBglyNnK5TZWi-jXVbl-dwJSk,1348
32
+ metaflow-stubs/plugins/package_cli.pyi,sha256=V6u1NWXUjo5D4qxtzdVkExCFN49oFG-scLfm67luTBg,453
33
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=zGZPPF2lCiMk-FI81FT4eVyIU2BPgqLtsOVMLNFsZEY,2457
34
+ metaflow-stubs/plugins/perimeters.pyi,sha256=fzqyRLdX1LxHsXRzcwywiuuu9mBXLNh31fIqDKBQfgM,804
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=WDIpfpGBIaYhpgY8owbjyVFDVDbbKqKxPrQFGDJSD-Q,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=QSB7bPW4oVGoTDvc3NA124Ha8pfgyT7pbQ1PwK3kMdc,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=pf_hbPP0wwfG7baIOOdsNMcVf8h4WZqP7V08tiuy4N0,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=tplCwSxgNaTcfHBxymC88TKKuQ0q86QFswvJlSnCEf4,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=l7J_LyLPIO3g5LzGfba9iLRmPXnSyp2MbcEbQJD_guU,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=5RfZCMjPglgY1UWE1sfd7y-DM0waGYUMYx0TQA7txFg,2325
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=w6GveJe-_CUrLcMpcL8_WTVtbOPkSBfHpZcSUOYocAQ,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=t30Fgjue6p0wuVwZjAFZmOsZvDq1ixIPBouRsfLalbk,453
43
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=YAmCO1utCQLIqIMFWZ2HKIqWxgXkYigNiMwO2NU1pes,3053
44
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=pE4LciMs8R5x3Gp1RqICfbHfUjXS3EG3FVeS_pUtxAg,899
45
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=HYrlHUTCb8Y9c_x1qTia4hntkGiL2gBIbtppLiiP2Z0,959
46
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=nQNR4AvPEChCSLcF1abV9ZHdNYprmo3V--bQT2SShAc,1834
47
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=wZe5CMFHs3BR7IMK5REM8vtBegnZhlS_grmfwYyc2yk,1697
48
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=7UTujSYu4uYiia8SxWGFf0MZTqfoZspQhaXzh5Nalts,1617
49
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=iPX0pKujantAtl7LhJs5zpXfmDMvPmwFNvbmx_uYPTo,453
50
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=sYU_E9hfVCQsQG7LEiJvFoyGSt8jAb6giqPkPvwB3tw,2405
51
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=y41eKl8XBzQq6ORKR0xLPWOKO2PBKxjMX5F5fvLGgcQ,2782
52
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=FtJPFS-oERFAN_RcdNBDacNFsNIz2lHgr-Jzkiasr1o,16023
53
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=rm-MhOmaxXibrhW_g4FoAPAlqNJViNkYnpg9YYe6OU8,13356
54
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=FY8Ed35F4FmE4y6yUR9JYZ1wb0b7ufC9VP2ipypSlYM,13987
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=qokZ5dtggBAp32hUSqVs_ljgmALU5gln-OsjFNrxNCk,8185
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=jHaIIOabQwu6wKJN4T11R735AxTFC2JDenRJ0a27yTU,453
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=1RCMlf6Kpudcf2DIMDxEm5jBKhX8OESGesiFq5d5FdM,829
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=TsavyeVH_MvI5ZVQNXZ_9P_n4zftZ7bQDKxzmFoXFJg,3098
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=M1xOpcllZ3CxGCQjIInuCOSvTOqKqEchYgps-CJErvY,453
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=qT_oZAZhoZdzTbeWbbEkrDZydTEFCtBiETjlLWo1gek,3606
61
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=xhjLZplQHdbKfMg1et2odqgml5jyfQqiMA6srf9JBmQ,3742
62
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Jju_4RtjebbKkQWk2LTNDYY3hV9ISypr0pyqYebYnmQ,453
63
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=cajvzF9O6UpTGx4rnifF9LR0UiWvZlWCsfsip42MNMo,3226
64
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Bs4zQiFpTDQZNNVRhIvU5XxvUyQbGpOwHv0mbhVMrbo,453
65
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=vO6-uSYk9ieK-HqLxzocE-Q2aKGjhTqjK9uXTOjKYtQ,798
66
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=wVe4oBym8m1b_jPjac37U5--8ica4h1tWwnnHkysORM,596
67
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=tyqqfrrqK9pjHeepUTOT6ZMBVSRGbeP8HUkTg3v2-wA,720
68
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=V7QN0sDceyJ2J5GYBid01vUoGs_bW1qaVo5pySp7I_U,6526
69
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=mZllvhAaPo55utdfEV9mci2_-FopOOL0Kf-I_Q4nJX4,1085
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=psrIZO3XTgbk_dnE1uOb5CpE9p_eKAMYAm-m0q--rLc,7427
71
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=S0Zoqnu29FXrjE-nEkv5PudRFP5vMc45Mh0qsrc-u3w,493
72
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=SMbDDX4Zgu90Gv4MOodUf2uQPI2udh1xUqQ3Rj5aYGk,1067
73
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=lG8ccf_-jRDMN6yvq9x82bfN6iljEzGDQ8hfgIVPMRM,975
74
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=U9JjCMSpWj2bJBwuYqFdSGlhCNm-U2ZILO7A6mRCWRw,1933
75
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=ENzcpL6As4KETl3BS5yP203XfHeqfpz5sE7IF2z5hdo,2513
76
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=wuf27kCrVxc8mHhNZuWErOxYYG7y0701ACMIPYDvWv4,1782
77
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=zv0ukHyC59gf9DB26ywzLgvXtZdLDh8UPY_-zY4OTrk,1748
78
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=3L5NufyNLGFS8sBZV3IwI5Q5sucE12GTLOAAEufh6BA,453
79
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=EuixUxAaUbxU-6-vehQSVwXJVgHsnI_Wn4XtGK23bCc,18088
80
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=WbqI2Yk-wYV0gzgc8HnoF8AqveZ8bN1hwd1LMrb15E4,5396
81
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=VwIKBRzuHKSR8k9tAfPEctAUG-wi73Fu2Lr3PSqrQxs,969
82
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ZHnf4xPALWTL-zw0DDLgXYGAqeh-HTQiS4GqXlhT5FU,2942
83
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=DgWRco_V7jczI0qcg9YKTqws0niS8RJIl2cAfssvKno,4258
84
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=pRgkU1hz_nQ1ARDNYpszfbx89G8KzjCQdAUaoP_NwXA,1975
85
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=2LZLKE9KQUZmvtK8BGLMKmvycow5Fd-mVvw3YHl3qwQ,6789
86
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=oqxVCW8HQoT2a6r7OBbeVHG-VgD3T0_ukNdJxxitX2c,2244
87
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=RbPbBtDbWY_071YWHCMtFZW2RpL9tTFFzVT-vQeKULM,1871
88
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=jYVAdYzhUl2zsl6HBloFSyEZLB7jYPG3bdL9mcQQ-OE,7858
89
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=794Wa5Ta0HXoxVa1IL48tlvNQxeVV2YK_E50J9qqS4s,1816
90
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=dJzDePhe2Nb4YxYOlK9j2zdt2no481Si5TzgCL54_k4,7674
91
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=ducH9v73zvZIu06FWLfEuxQTo71Ft7Sdwr0xqR24gOA,1313
92
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=U5cGUURAVxizbEbDRmSWHOR6ESRTYXooahpAkJhHWPY,951
93
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=sQn2PccylXEXmbQfqvSun31wLxouo5x_7CM2JoBNraI,4629
94
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=CusP2enhFP3oaoHH6-70u0eqoA0A8TCSTDJslkCmGrA,12909
95
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=2RAN4J8uTaLF8SM_eIGsFjp6QufSP_Nb_-1MrWMFFMg,2193
96
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=AoMM6x1jk8NVvsYz-ztWAaKz1VlPbs6HaL2wVrJm3IY,20310
97
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=V1QvfI77D09Vd0G1OIyT9LbuzG2dXm0QmfmRFctdLw8,29154
98
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=wLJIDrvhOTZUr66cX_QNhD7xtaX8XCq0N4dfVupBHeE,965
99
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=z22Aq6D3F31v_v6J0X-i5j9Bs2YsPxHtQKLupA14M1g,1123
100
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=qkckF6SuPL3H-_w7oN7hUjoxB0RyX62gC_PR8CbsiPw,453
101
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=vaWpPFHEDjghvuDjNr86Wvyf47H7nhM02xQAMCgbpMM,1787
102
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=EVG0cbZjpO5WgdmBuVzaH_qNr9SirIkaaxIC3zoElHo,508
103
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=iOriVaOu4X0YMpBU3UvL1KgjWVtZXvLdPj6WRNHARAY,3090
104
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=5EBjgzXOh6frihcCsqGxNrk7QwI3k2gps9EGA5666WY,772
105
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=xDnx6sh41XaxKDJHSrkkAwqbqwcxkWZqfq_A5-bFDVE,798
106
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=pTKItAfGRvQqrVgIdETChQsmotKsrl8yY0p2VxBXWVg,1184
107
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=MaWandP2DuBJOWoFigc9iW1FVqF2enZGJKNs6wFvjSk,1722
108
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=42WfkJL8CR9olu5D45GC0kxmneOgETDESrvTm5piGV8,453
109
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=5Jz-9SBCbEa3b84dx2xXfOAJ1zlWxDcHGxa-U83yI28,4299
110
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=jPqsKNrdkE3RQSu1VuJfzXiIb79n5CBVsoyg1mmoEr0,3758
111
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=UOKuaj1Vn00Si6bx7TN8bHZ-pYJSwE7R3-sDFTPLqgs,1022
112
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=1n0mnhlvCtFwtzLE9N3PEgD2auFoNPDwgwIqsVrJPqQ,5053
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ABXFelYzmBQ7PJIash93NQQa-YOA2GoLfPP8P97c2Sw,4816
114
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=YseSM1DxMA3uBmxNzCNMZm6X9EN2tkl2hTZIT4Jknjc,627
115
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=hBnwIt20RlDZyJJrAgrZR7hqGKEv2ApIb--37TfksxQ,2070
116
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=irc39qbGaddVkV7NqfwTPvo5KiWO4FHAP3qrgdU1WDA,2333
117
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=3GWj67afv7uwC5otfgqB0-HmLI4vqumGi4N0T_YqY1Q,905
118
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=G0lazXjjJEcvcKH8bu5SuecPTbtRIQlTzsf4L-rkU3w,1651
119
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=pSEkJHn8QEtUVujuDwPtMslslzCilPWG-PSv-dO-tLY,771
120
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=zUrAFak8WW-GqdxqDfyyWhqXgpm7F9fPmdvcvqnG0gE,812
121
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=yy5jYTMrOWy3FesVpuSjhyn5RpUYfX5utHRmoRNqRoU,1114
122
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=h7y6EeNSxuj50kIX6vgqkYVyjH9fNRbdUVcou3MzJ78,2021
123
+ metaflow-stubs/profilers/__init__.pyi,sha256=FkIo1XmpOWio5ZtfAd47pvdpnSnqXFIUX_vRg7OIORc,654
124
+ metaflow-stubs/runner/__init__.pyi,sha256=xAi3pDgnHp4sZNAOG_b1hpayJJxcRljK2i6GXX_4FWU,453
125
+ metaflow-stubs/runner/deployer.pyi,sha256=hvXPRFBChIbIFg63fAipTYvKl5PxQRscX7vjnyMg-xY,12627
126
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=6fQRE43leFYUC2G4BblU_yXr0oJg2ui3c2IzaQTrrDI,23267
127
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=eEzpCqEC3H1Vw7JjAi35Vmb9qCe5pB34Y67s09rfI7g,1787
128
+ metaflow-stubs/runner/nbrun.pyi,sha256=WjepNWjyeceFoQqOocMFIOXYUUgPyrN1dJUTa8Kz34c,7486
129
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=wk94hExfE1ixxsKEjYC_3HGcmJWRGpawdukdbkhP_Rc,8577
130
+ metaflow-stubs/runner/utils.pyi,sha256=VdXzH9dRxLnrfm6ekb3olEH4kzCyekX19ul5vHRaiPo,800
131
+ metaflow-stubs/system/__init__.pyi,sha256=kTXpKOsZnBJKiKa_h6EMoLv_y2Zn2nchz0pWUAStgNU,3383
132
+ metaflow-stubs/system/system_logger.pyi,sha256=o5uDQXHScFZrx_mxa7G3NF2ApPdvsean9FtI0M7kPiM,1876
133
+ metaflow-stubs/system/system_monitor.pyi,sha256=CiFg7-jPd8pd93ZDhSrzCsIW3cklYIwhLM7CjlJA3aQ,2017
134
+ ob_metaflow_stubs-5.1.dist-info/METADATA,sha256=7gdC1CzMNC8VookxSjCzO8FwO80iZtfwHw6SwphlGpo,651
135
+ ob_metaflow_stubs-5.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
136
+ ob_metaflow_stubs-5.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
137
+ ob_metaflow_stubs-5.1.dist-info/RECORD,,