ob-metaflow-stubs 4.5__py2.py3-none-any.whl → 4.7__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 (145) hide show
  1. metaflow-stubs/__init__.pyi +588 -588
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +4 -4
  5. metaflow-stubs/client/core.pyi +7 -7
  6. metaflow-stubs/client/filecache.pyi +3 -3
  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/metadata/metadata.pyi +2 -2
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +2 -2
  16. metaflow-stubs/metaflow_current.pyi +18 -18
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +3 -3
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
  23. metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
  24. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  29. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
  31. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  33. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
  35. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
  37. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  38. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  39. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  41. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  45. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  46. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  47. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +3 -3
  54. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  56. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  57. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  60. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  61. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  62. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  63. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  65. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  66. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
  78. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  81. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  82. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  83. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  84. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  85. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  86. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  87. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  88. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  89. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  91. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  92. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  93. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  94. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  95. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  96. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  97. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  99. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  100. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  102. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  103. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  105. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  106. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  107. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  109. metaflow-stubs/plugins/logs_cli.pyi +4 -4
  110. metaflow-stubs/plugins/package_cli.pyi +2 -2
  111. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  112. metaflow-stubs/plugins/perimeters.pyi +4 -2
  113. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  115. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  117. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  119. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  120. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  123. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  124. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  126. metaflow-stubs/plugins/tag_cli.pyi +5 -5
  127. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  128. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  129. metaflow-stubs/procpoll.pyi +2 -2
  130. metaflow-stubs/profilers/__init__.pyi +2 -2
  131. metaflow-stubs/pylint_wrapper.pyi +2 -2
  132. metaflow-stubs/runner/__init__.pyi +2 -2
  133. metaflow-stubs/runner/metaflow_runner.pyi +6 -6
  134. metaflow-stubs/runner/nbrun.pyi +2 -2
  135. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  136. metaflow-stubs/system/__init__.pyi +3 -3
  137. metaflow-stubs/system/system_logger.pyi +2 -2
  138. metaflow-stubs/system/system_monitor.pyi +3 -3
  139. metaflow-stubs/tagging_util.pyi +2 -2
  140. metaflow-stubs/tuple_util.pyi +2 -2
  141. {ob_metaflow_stubs-4.5.dist-info → ob_metaflow_stubs-4.7.dist-info}/METADATA +1 -1
  142. ob_metaflow_stubs-4.7.dist-info/RECORD +145 -0
  143. ob_metaflow_stubs-4.5.dist-info/RECORD +0 -145
  144. {ob_metaflow_stubs-4.5.dist-info → ob_metaflow_stubs-4.7.dist-info}/WHEEL +0 -0
  145. {ob_metaflow_stubs-4.5.dist-info → ob_metaflow_stubs-4.7.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.768519 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.306294 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.764419 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.303179 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.736786 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.275855 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.763924 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.302773 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.759462 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.298251 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.761776 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.300637 #
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.client.core
13
- import metaflow.runner.metaflow_runner
14
- import datetime
15
11
  import metaflow.runner.subprocess_manager
12
+ import datetime
13
+ import metaflow.runner.metaflow_runner
14
+ import metaflow.client.core
15
+ import metaflow.events
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.762709 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.301513 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.784281 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.322781 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.763629 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.302471 #
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
  import metaflow.event_logger
14
14
 
15
15
  class SystemMonitor(object, metaclass=type):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.785125 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.323617 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.784759 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.323253 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.740491 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.279573 #
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.7.1+ob(v1) #
4
- # Generated on 2024-07-12T00:19:39.746724 #
3
+ # MF version: 2.12.7.2+ob(v1) #
4
+ # Generated on 2024-07-16T17:10:32.286306 #
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: 4.5
3
+ Version: 4.7
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,145 @@
1
+ metaflow-stubs/__init__.pyi,sha256=Icq7zgreCaxQR96SS4Hz_bmfLGC7p67My7NS-2X1jVw,115443
2
+ metaflow-stubs/cards.pyi,sha256=Bzj-GBo1r8AhCrkunf7w0Xps3FEAvQNWJ3-FcGpavdQ,9422
3
+ metaflow-stubs/cli.pyi,sha256=fJ6H9K_B_uxpJ4UbQlLGdLlvxd_eYggoiXUf_Mz_vU8,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=BkoJxEM1dHT1ogzxgUkBKgSaoj2cmenCv2rNnluPJQA,1090
5
+ metaflow-stubs/events.pyi,sha256=ngv3lvqgcKN7VeROcHDj7LcIuUiCkcKRea92cNIEaQ8,3405
6
+ metaflow-stubs/exception.pyi,sha256=8A2QuJ1j715XFBV5L9QhIZVzhQeHQutTdLx2eq5Y1HA,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=r4QWLTFaCTyS3wAsdh-qB25hj1v8Dn-Ndp5-h1tDAvY,10480
8
+ metaflow-stubs/generated_for.txt,sha256=aH8v_qmPM6k_uIV914nWU4sKAPEq5CBUbM9LHTl1cxI,42
9
+ metaflow-stubs/includefile.pyi,sha256=4lbNPqOh760EzZx9sqjjZrF2p6X1Xj-gr75SNm9oy58,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=d--a8AEsxzsaAv2pXym1L1DgrKdPUCN6rnSJrx68r1w,4558
11
+ metaflow-stubs/metaflow_current.pyi,sha256=JFb35i9rDZwwKERhCb-DL3oldQe66bGfGBsmLcBrz_k,8475
12
+ metaflow-stubs/multicore_utils.pyi,sha256=WuVTPCQsn7Rot5_dteqiqnxndZlhcPEl1iI1NAskguM,2369
13
+ metaflow-stubs/parameters.pyi,sha256=DoDWZqwyhg3BJRzTMcyxUbU51QqEnHw9YLJQrpUG0ls,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=bm0jSagDal9WlXXQJ9mZFLNCHvSYTAL8W4gIkxxOnJk,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=GsiIfOfDb2EH2t7EHkskyP2X2e-hql4ttWz4GwYMQlo,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=M9SKYH8FlqOzaZ9sPOWjHD00waqlRLlpBREuTUlFSF0,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=sMIfcgTsMxhXb6H7o-LruJI4zJCUcTKON6Atxhs0pYw,562
19
+ metaflow-stubs/client/__init__.pyi,sha256=QnGbMHm9B93GRItnJ-qyAiSVT6SE63-aUd21g3V5UI4,28941
20
+ metaflow-stubs/client/core.pyi,sha256=_0LxSSuYE82n5WD2JEqLi-PSOJZsKKQdpQ6vdA74kq8,40855
21
+ metaflow-stubs/client/filecache.pyi,sha256=t5GS4rqtEj6G7tSkyLGhRK7sluMUp93bO2seeThUx1w,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=qeUproq6oZhxVtCxsscANyQMSjbxnYRfWPQdBG14cZg,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=UtbkNFVoAa4WYfwTUmSySwScSY9WHzsEkIPgqMx4pps,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=pYXVXsTvRFA5Zgwr_u_B4N9fmdG3OELNUP1UZAGkOrI,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=VoPW8fuNk5ugjq-kCP9NNpuSDz6Ywn62Go4uezcuE4s,5931
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=VDQZlko18GRMsYPNa_CztY-j8gNbiiHSXf24_KSrWtc,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=W27B0Vr51cD3OdJ7fdwqk6nQbtlxn71FGxn9gNC728k,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=WwFjh_C9JRLBiRFJF3AhT1-XrphzVky8jp58WnE-Ea0,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=Jw8RJF6FKnql6l2_4JhgZptB5jOx1kLhvzpZb4e9E7s,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=DOSWOo7_a7oIVDxDWDGsU4QrWBKbVaQV_AoQ3_ukzxM,1220
31
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=OhYzt5QVv4p8fMusK0QQ9QU1qQWBxo2IrYoD1IOcGb8,1348
32
+ metaflow-stubs/plugins/package_cli.pyi,sha256=8uLn-joeeT9NgvutJ23G-4LX9GC_lCIvLI0OyW7EMJo,453
33
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=sEUHm6Uq4tMG51ql4KJ9GUNKLLNbWiHdkQpum3kjUEc,1248
34
+ metaflow-stubs/plugins/perimeters.pyi,sha256=RMTIeiaAO6wxdOwZaq4jv0xvzSsRVXp5LMqQghKDyUc,804
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=BNcQrKfxWiTT9sAZ9qb0CWLoYSHmLJx2hAnLaC650Io,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=x9lZN0NyGt6I-4DDyEMPJTM4v7jwzQCOUSYkrkDyr0k,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=zNzAZtA3U0eVksiJESLi1PwDwqBe5HKFiaIR7nZ9La8,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=y0odwcPHVYgs5lcotvAnMqEJ1JTe_6xzxhzSpsaxFfs,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=3anWLlyRVkTdvxUuIYwiEY9pfhv9WbUQEJ17YLER-LY,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=eaXMaMIi0yt2khHj2DeTGqlukkUmkYvJMg2UmB4kmM8,1672
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=MEg2o3PWsJ2vzu0oZXwJgFt7PKkPq35Pa02TNMd6Fzw,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=6VeXSDwCzdmgSa53eVHxVnV8S6-1IotRg3AakpF5Qvo,453
43
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=KmNZRx_Hwackfi9wKZJ1KKEY4CArpNWC7qvqEFqSsZg,5398
44
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=SqzE1UBGMLxvTXJ7Ai0oUEM0-0T-WGMQaL6ErwSEnEI,3221
45
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=gZFS2f8K8pb5EUBUDj8p7psIk1Z76aeAM-Y30CYjWR4,1512
46
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=eoLoUj9IsfVG6UlbvH_hjrxh6bdHfHnxHQl4fsrAinI,3053
47
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=-jnNSaoWABiAyhMCgVl-LGBkIthPXlt53aEh4_G3jJk,899
48
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=2zDuI47yOxSKyd0CRWYzvaxICzaiDAyrSrLtPF6XXZI,959
49
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=WANDypk1QVEVIx9763sQfY3lIsL-K3v0g9MfITDInJI,1834
50
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=NiBu9Hsopju0Wmhz4JMbD7sHS3cd4NivTxqFlwZfSZI,1697
51
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Feprs_i0X4rwwvY9beOW_1zIGndI4mL7iXISF4B2Bis,1617
52
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=pFd5JvRSyGqKQP7VnKBzBP5btOY8-MNyIAwH68EKUjY,453
53
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=RhYayvsaDZTqMGrFFu-ld6I_Bbr8OQ2uH4NFRVD_BHE,2405
54
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=2uharH_jLM7v4wlx7j37Ojomxsg6glcjkTiFjyXmRKo,2782
55
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=NmxT4s_FtO6d3N1Xf8RXPcFxV-oqmuQqrbHxlZoKCUY,14445
56
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=fn26GRwSYdCLSsSJO6zp39c5bWzwbp1437NmoJ-V0a8,5800
57
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ZmrAO9PTln44y5oq9ACZEPJz_CvZc_X4MSdZd7n5X44,5870
58
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=02Gjz3HYH-HHneTtZGhrGRoOwL7hnm2IWHWZRynCNUI,453
59
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=zEstn1WUCflZHBXBUNgxgGHw_8J3q_QolFZNJVc3a1c,829
60
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=uvIirAwOAUWUDC0rLzC7mECBSAEU8sHo1xOJ-Gjeizc,3098
61
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=n-aDyjrY-SdCxvWxB9wI6Z-HU_QInobTAxWPFFypmTU,453
62
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Dw7piRc-GmYIZEekrTsfnHWUs4uJWVEhzETz7_jld4U,3606
63
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=x-5H8D-qvDKvaAHBxR6S3mATa_28fRtmiQeu9ijrwJw,2318
64
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=mdPdq6-8onEkTEOZp_MOWkQxum6idIMZPCdgG38oXOQ,3742
65
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=4VNziFWCpvPGQ1tzYnuYsddSKeAkisPDxj0RyJlHwZw,4734
66
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=gKkrZWkJkDmc4gohuuY8-Cf0ehtQ1HMdHn_snfo-wu4,453
67
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=v8GSnCWcCzHT3r3ZogXnlTfmckTvY-7JaOtvg7vHbWg,3226
68
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=JTJyfz-6borx2Oo9RNQuyZnafvPLuq1Y3h5pW6ejAqc,453
69
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=_ubfzsIYyDfCBtclC-MoVngJiTQVSrinSq0pJhCd1TA,875
70
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=rh87ISZ0tU-C9LAY3_ordrc3NicQ-DbvOV28XyKzgPs,798
71
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=GQ4XKBccTL4o5OXS3lAaOFuRtY5xiXe8jOWiEAnKvsE,596
72
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=UBCSFDGTkx4uB9OgqKm3MdzmOXld8oUamR7NceJMffg,720
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=pNzG0eJ73mFUyu5IcdiBu0_EoMlHftVrK7K3sNyOjSY,6526
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=rFtEoC_SxW_YRDwwcYgT3Zt7kOEMOQv-zm0bf8Do4_4,4441
75
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Rcxb5KUa1BFCYc26X9yzMxaoXM4qsjXG_OQoeGByJZs,1085
76
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=ub89Nfyzhlb0EU6IQKG9tzMVgkKfPoHrnzLZtyX969E,1759
77
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=WjYjlO2ibymHqMyL2OnyNg-0yXtdPkJo59PrgoptgF8,493
78
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=lAKf1VxMI5lhfSLvqdFNe4qZw6xYnRJAgvheyDRIsc8,1067
79
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=U7SMhSuR1lwP9YsTVEb7JAgBUEkk6xN4VdJ6wV7-O5c,975
80
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=H2x_SbsvykHdRIW941sPUrE7dy1CXyztugrGTDr30mg,1933
81
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=BNvw15qqd0kdN0LBgnwvNasPHZy3JCB_FoGrhwptPSs,2513
82
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=AIGsnYt8fSCcTH2Gcl0l2lHiaFbzL9CsrkwxdUVkh2w,1782
83
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=oZSDMppvRowD4oeAG6JNlslpMMI0Vz-X8WDuyR-3pQ4,1748
84
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=9kEEvOOprKX3qs4VB_n4uFviH5M8Eq2SLDXI7FUisFM,453
85
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=ygzwM2397aCJ1ccbizymK5-41yze14akwFM0XZeQjUY,18088
86
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=4C83IOKQ6OYOZAzvk3TFcktSFx75fmYU1IO3JssbpVA,5396
87
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=rsFaB771zTY0Floqq1kuBG8XrA3bkEX0Rq5Fm4JQqBc,969
88
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=XYjv3ZHPZYqYvTrZIaSUwwssOV6SoYPMMlwQ6BbMMm0,2942
89
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=iXmb2QfZg1KaUBbb-B_Qk58TtkymT4eSyhj3PmZ4pB0,4258
90
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=lUgmNG0AQ2mwC0oBzQQE3R5mAIPd5M2FGqAvVujcCZY,1975
91
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=EGKE7voaAwaa_fEU08JhblN75z3u3bqQ0HGBncSdc18,6789
92
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=jNaKdbArRhfdjmRGvCSJ4XvOh0aWhXbp2vVCtiVu9xc,2244
93
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=-6ryvi3fR6pS1txaHa_Rqg8QnjxFMjQ4ulPApXzmWjQ,1871
94
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=x81WfU9rSyLWvJNZh-coW6uSLoEvEtWrktI53huiYZ0,7858
95
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=3c15nlX6AxvO2sxguLInWFVjzJk8QmcPeCU5xzTGkRc,1816
96
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=5tXeYRV4V5ZkHOrB3a4Rbu-pEk7HdBiG-C_GeIPuTdo,7674
97
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5DXtlAnlRk462E2nVRvZRChW2FtT2XS8dMjuMzD5lQI,1313
98
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=QHOYsqVEGUx5oO23eWYY1JKV8uufnooR8rfTQcDhawM,951
99
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=3Hi5CXEPH55PrLIch4vFEDDmou8B2GcjSruyVHQ79-8,4629
100
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=JjPyFtAVce1Llso2rTxLBVvVf5pb9abNyIfTfPkHxmk,2711
101
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=zdbJWlJcceMc3pkXzLcfGvMz2MgNfhtVnLoI_ySnk7o,2667
102
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=0MSNcasdnItxy1iMi95_QT9xMnvk3whK_-bFF5SQ47g,467
103
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=Q4ChIz-V0aakWUfyIQlKIJblaM5KfvAr7dmMOWF9bVk,3525
104
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=Ea2X1j9Ip2OyiYq9VxH2c7CTjzY4poiGr-fClgnvgvQ,1913
105
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=eMTPswAC2re1YtjOsUp2V7_Ezq4vE0cDfpVCqpxLtJY,12909
106
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=I2C1agcEM8kp4bmvpUBMSp2pWFgAtIdBl4MX1sfxZLU,2193
107
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=jyWEVcY4k-gCQafDcpNAq7pSmjwiGrTK5bBxL4FmHW0,20310
108
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=XlwKUaq0AzSWBYy0evzC4V6d8avqO5ro-Vu_vijKkbE,29154
109
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=al9DVazx_mMvtqW7MoejbPL9y7Txm3XWC5zX2MtAkiA,965
110
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=PMre1nKqRhAQvmf4EbBPpuYRa3l9KBBWIIUrzy6oK9k,1123
111
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=bnn7PLJurdeKHeSb-DRhhuess-TCATQE-mDbcRIP7kE,453
112
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=z5jM1aDIQFuJKJN5GXDLQW5Ygg2-euVhClKK6CED2aM,1622
113
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=984KCYl-P2J5016AKfvwasUwS1cXWv3L4QR9EkoJyOg,508
114
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=vDm4rRV_lKsuSwQJI2T5Fmt4QKBAHYbnB4Vq-sAdNGU,3090
115
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=tDXsipoPOBlR95Mxz10CEejLuzaQNU9OAMRQ2IdfEWI,772
116
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=lSmng6Qst_dGB6n79CJBmBB2ozXLM7x6hBNcYv6Bb0o,798
117
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=S7wAqpPqNJuhRcEi7natoMJi-RpMJxfMFC1-MCYPw-U,1184
118
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=iLb3Kq1iea3rQAq3hU_yDmCg9RHWFUF2Yc-oJxxhhsg,1722
119
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=6TZorWJNqNtmHDdPLdTZk8J7XC8LVDRhkZ1s9qakPMA,453
120
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=55UDUeVHd24lNuoyDJ-d7ZADpURa5FM78n_CHXMM05w,3825
121
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=Q35_Q6ZV4to6Cf9fN0Tc6lYLpS_xz7H9vEmOfCChP1Y,3392
122
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ai544WknTASdFf0iyjNWJFxeIu-XiSP6rtlzxXNwSmA,1022
123
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=dQ2EhjD77BLLtB8SOlCRvHkL-k6LSTMbuLiXcrHDskI,5578
124
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=SH7nE8mmiqtozpGwPYHxBj-PIvrM8UTtoUID3oQYx0Y,3964
125
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=JdmKd1F9bIrCbhG6_0barUi3IqFpxre3CCIrc2Zq6ps,627
126
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=OX9bVrWu2IAWbz5D_qsTpCAcfqHkPfFCOHyUJkne3Lc,2070
127
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1aOeyROIe1bHZqb-x-ipSCIouYWI5A7Qijy1jXg0wCk,2333
128
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Q_npNrmfoPXoj1VGJ2W25wqNV6SrJvBgXSoZjcBPPFk,905
129
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=T-uJyw0PXZPIREgl4fg8_kCbAbk4vmqeaZauA47iX28,1651
130
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=TmYt_vG_WsTzZ8WstjVjW_9tz1Ke3C1SNcP3GEc3Qxc,771
131
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=teIOoxZYhkP-zy8Nbm3lnG7bUDOKzzF8Q7SZhrLTGAg,812
132
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=B4TOl-emMGtDyqdhr9IdH17ZAVof1-dELjMw6vAIFuI,1114
133
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=r31nQnpRVHj6qepYcEiIt4sHjO-dIwxOczevvtrbl7Y,2024
134
+ metaflow-stubs/profilers/__init__.pyi,sha256=AWWBcDC56RITZcZUDM-e-UTamNN4fHMbbep1WcxzjWk,654
135
+ metaflow-stubs/runner/__init__.pyi,sha256=wYDIlPf_6grQS6cfrFML2Cx5-fKgtuWQXSXonwFvFUI,453
136
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=OxwG3F3BKND05YZrPjMdyZA-mtubbKvMANtLXIlTDnM,23267
137
+ metaflow-stubs/runner/nbrun.pyi,sha256=iAPjXDjzCrDb84pta9h7wLoYRTdAxFGhslPe-68sq0g,7486
138
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=HDBML2sxq5b7XrGsJgjLuh1-ydCKKVNj1XR74NVNiFM,8577
139
+ metaflow-stubs/system/__init__.pyi,sha256=EFndURekuRGE7aUkYaHxw11BwdC9jISbLZ4Lxd8KWNw,3383
140
+ metaflow-stubs/system/system_logger.pyi,sha256=fPyC13rWytPsDAJkAvA9PvD7Wr0OiyguRo-x6LOZ2Ko,1876
141
+ metaflow-stubs/system/system_monitor.pyi,sha256=CCCsixhkF7Q6IYhSccAZxxl7CB3pftY0pLByuBjBw6w,2017
142
+ ob_metaflow_stubs-4.7.dist-info/METADATA,sha256=VnVZ_oBsMGvKWSTvtczcCQaEajcAkKRK2s7kx9THMcM,651
143
+ ob_metaflow_stubs-4.7.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
144
+ ob_metaflow_stubs-4.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
145
+ ob_metaflow_stubs-4.7.dist-info/RECORD,,
@@ -1,145 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=2S9tB1hCH57Iu_2kmI-2Ew8iHbEt1512X7XluS1gWxM,115443
2
- metaflow-stubs/cards.pyi,sha256=iy63HWIY9ujQdghhPwXmI0Q5KfrPDAzWh6tYK2k2XCg,9422
3
- metaflow-stubs/cli.pyi,sha256=e8vzM0mQB9VZRqosIkUOEbPVm0FI_ItCsnzZYZlCUeQ,2970
4
- metaflow-stubs/clone_util.pyi,sha256=sltY4w_fq_gT06hz5B8mcHj260VgXnB6EbXJsnQ7-ZE,1090
5
- metaflow-stubs/events.pyi,sha256=klUrTBEh-R9YCbyimj2dYT0Ory2jo6-RbnW_WkYJCKA,3405
6
- metaflow-stubs/exception.pyi,sha256=c03yiZS_KTDEufnUyVzCVFi4yaiyXqMvCEH8TldQp7M,2524
7
- metaflow-stubs/flowspec.pyi,sha256=-sjUDKkX5gMtBPV4OB-m-tWlnhZKDqR9oGw2wtAr40M,10480
8
- metaflow-stubs/generated_for.txt,sha256=BO8-xxMrKbv88BtE8PPD3g-wkbbM6Wnt4iFaSACPSz8,42
9
- metaflow-stubs/includefile.pyi,sha256=MDKi59xzHxynsPzlZij-c6e5J7zkUWojizi2sB0QzvM,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=LWHfqabDImiscqJgfORe0A65M0MHWojF208MDgy7w3k,4558
11
- metaflow-stubs/metaflow_current.pyi,sha256=6afvyqCYLHLC5q-WPd3lxMFnrEZS71aKUtQBPO7DwY0,8475
12
- metaflow-stubs/multicore_utils.pyi,sha256=mmznflvvIBH2r-5P2TiIbP3yyclaU6u_6nA9Owyy5IY,2369
13
- metaflow-stubs/parameters.pyi,sha256=E61zC8WUpZFWO8RKKH4tzx-2oiAeQSipk_7As0fOIkA,3710
14
- metaflow-stubs/procpoll.pyi,sha256=PsHJYl65T7wUhweXsRGKcO7DOSkDpTsOGWv4WM55OoQ,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=ScPE4kDN6Ms8sULesw830qck4fAn5gEkJGmBCMTg9z4,972
17
- metaflow-stubs/tagging_util.pyi,sha256=wBI3bpYzl4WzQmr8unr4TErHQEHJJFuPcKegx56BGxI,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=Cb-HItOdyY8j3w6UNx8CgQ-XwkrVEEc9HlTXiE5OY1I,562
19
- metaflow-stubs/client/__init__.pyi,sha256=XeHUphMnPTKLwx9KfHzkfbczuGOv8b8jtMswSY1J_3Y,28941
20
- metaflow-stubs/client/core.pyi,sha256=RrbmOYGQUUeSt99SO9lp4JLov5FnOyKuu6S3II7JXZ4,40855
21
- metaflow-stubs/client/filecache.pyi,sha256=PSxK7XvlW07gMJyCT8XFmMrQX7yGGG1zv8G3Ot0aKjQ,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=FfgveopHEnIVY_jURw_hi7J1fErzaUscMd7w0vNN21M,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=c_INT6BegGmleD3I6J6OZEBZOda8XGwLbe1ZhimAwCQ,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=v6yHpP938wx3Y-rM9D-l1LytHCoVmFmiVsnFsJkXVcg,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=0oLInq6I_D7v1E9TBwdRO_CwsvwjRXleQxMhGH02Djw,5931
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=-xkqNua_Ko5QlO2TWRzWc6ZsbRwIs7JfrGNf1Lt_coI,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=MDRIsEfvU6WIyJ3ppfj7LGthfFHloS1Zzy6k-8VrnYM,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=f4ynHf-XuhJFH8Kkpxz1mY5N2F3N81yGhT-UK7xHV4A,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=Jizlx_J61u5BBhRqGuxsp66SJKezJMPGvkDsCMA-9_g,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=4YjhjWiLj-yJ7fjDlNjqur5Wm55XdjGC6ur46TM_71U,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=BF4gqOF6S_riwZ4SNrDrXGV2JFIdF-vPDL2Es87RgA4,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=6tQkBMDwsqpMktlystdXanA2F1Uybq7nWJiVlTqqQ8I,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=BP_GVUVLUYLK52u_lsTMlpeAdz_e13bwgs5b1-BSGA4,1248
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=EhrIxhZrribnKbRJjXtWni3NfYgpgYnJulqwopTP5tk,765
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=zD-hhBealow382BDqBa7tLsa_aFik-9sv0aoeFnDjok,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=3FlfcPvsFsPWyHFzBtd5b0zQSFvtOee-eIG-w0jQd9E,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=mvMeLHUiBbmV-Ts3v6DNZSuhn1IaCfLUlppI1lRWQpU,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=7Gt88Slwdt8gMY_SJXJIh6nS4EwIZnP5JzdHfhL7EeQ,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=aWOFkxfp5NhPAw8Z0O7bxJjrNIWGSaaI7HljwsxeDmk,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=1LyuRr6_MtHMzZuV9khi3uWh9g3cJ3a0Qg-klskLBnA,1672
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=NJPoR_8aYVGfjqQcMv3VGJ-n0ZNU2xSv5maVDjMcEwo,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=L5fvoGqsWIN7fIQ1RebCHKCKggvwGRoPdqLKbBNPN1w,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=LOXFR5Ir8JqUnpoVpuNmM2mT1pV6iDiDJDQoNv4Y_0w,5398
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=cgtKj29CegkVK-gPNvvKzAjHZF35HzLYqHWhlvi5vrc,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=QsIIJDpTrPXYMaUs_Nq2qGEMJ3moss7mv_b6-D1i06s,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=XX903W0GMxsReBC7tuvRP8x7Z6NISzuDrVqmyfa2g1c,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=5qEDBxG5nWMcLJYUQqiuDwPrA_U3cAuMUAQ5C9OP-1Y,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=dY-TlsnwFM2t1ZFV8-l16QgyxG6JrBcEN0rhjF464_E,959
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=rwgkTTYy8SWdJ_bdBndB3wTMNVkRnAL-pU__AMDylm0,1834
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=irBaT9Sr_edPsn7D11I6rmkMCcdwwaGpv1k7IOLFjis,1697
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=rvnOBxeB33aTmBaW0Ztq3m3DRY0BuwsvvMPO2hQ3Vaw,1617
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=6pVBbJp3j7waV-Miu3AcpmYTyptU6DRpFsT7mqlanhs,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Xxbxhej0r7eRVkc_AYBs4OmwlHfpjAh62S4vJGZl7lA,2405
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=5FZyJc8t7ZyXJTW4C552VlbGt97K6wGbd-jIKgNrRPU,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Qv53RVEHrRvuOd9nYn4_VVMhvSp6Al0TVcCQKIYfUVg,14445
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=Nv3YqRg-rApK7AFaSoXtWHSnjKDV-L9cy1eLUyhptvc,5800
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Vmx8YBIZdztWsJIpflboliO6xOIXtPkXNzQNtnpuRKc,5870
58
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=fDzumf4TmScQBvcqNlPwsVBleDMA-jlGAkWwtFyqj2Y,453
59
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=xtHUQQ8wsEXtIHHI7Z4YnfrIUy_4ThWoR55u-QWTXDU,829
60
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=36BCl_Mn5BflpwBWs17m9MQe5YkfsEPrRHYI7pQlWY8,3098
61
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=fL4gQFcWf_Hgaf6mWKDMEljmF4l0zw5C5nzEkGum1C0,453
62
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=df_agZhZ7C-W0Qk79L5h65wWKTOJoCFevfMFEeyr2R8,3606
63
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=hmZr3g3YPt1TaTLLNfThiRvfigNS76sPnB5L5MlNDKk,2318
64
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nE6r1nXxByMp24yi8ow6KXmN9tZtDeQLeFwUwofF-zE,3742
65
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=r6fwpP9SygjUVlQzLslNqRIZ2JcShbFq_dMdCe-o9WQ,4734
66
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=hANmJqMeNCnFI_U-bjcF84ytOIRRPvt9o1Jo_-TKX3U,453
67
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=zEP1vtMOu1ZjuumCDncVASsB-717VDcuiUDPtNaa_Fs,3226
68
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=jUHZ-mvDjr_D4bc3LgoHTZrGduqzKOEzCk2TcMfDWD4,453
69
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=i0PpndMaxIxeE0jhnZkSZrbNS68x26I8OkWQ1RsJAqs,875
70
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=vitAWurr_aBGLkTsIabP2-caIL0s7t3Acd7X-JWwmVA,798
71
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=ygpNIgoc4w1eq1YztxwQPFbxxTs40vvEG7t2snPhAsg,596
72
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=T3mh0jwnCi5foRKvjqx6JQfyMWY4fJf1nJeqcMzqwfs,720
73
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=u4qgboRR3QQzXilwoTmXjXF9iAYT-ITzV932e9q8OEY,6526
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=4t1JNycAzETtzEey4l7mlNSUJMqqcM7CIN10XR-L1Lo,4441
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=C25GVqnBAvTQ4QW8Uwb_qsJ7_ZuCy0bKOo-TQ46uSTc,1085
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=7Mq0M1xsOLYUiGkmncYX0O95wGPo7P9Lg6OpeHyItvg,1759
77
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=S1mH4E_ucynxweahyuAUTVUeg52NbSl5aZLPMl7bsA0,493
78
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ubfTYhPhq3v54EKTwq_tv1cmicJay8A14QE6j78kIh4,1067
79
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=LsJ4KchIh7SJrzNiUUL8v07TKcC3SSiRdDN7-Il62FY,975
80
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=y-su875qsnG-L1j6TLezO4dtRQTrbqL8VksaYoWVXlk,1933
81
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=WoVxG3zPEgVZ5I92TYFtkl97rRkq9zzG_ItCjFuKNCs,2513
82
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=PgIf7wAiCa2ul8ABJidLF_9TKmgr828jG3CYloTOVCQ,1782
83
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ocBJzHGUo70XajDcqANw2ZjA3TvJ13rrE3txq_Wm6PE,1748
84
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=2hNFLCIoV_OQelHdGB269c0i_kX3H-Al85nYQ_-Nl5s,453
85
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=dBWpib6QxeCNNCAETjdzvyXWtsDSnOcVkg6D8vy2k4k,18088
86
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=FiNijekWftY4DaPp-zk_kIs5Rj6QFqJ-bqPDWXUXmXQ,5396
87
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=yjbaBOTYb0YqoCY18VNf-eLrw0VWcgtwvkI2r_wwLeM,969
88
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Xy0K8fydVYtVZ0Uvedbmc898oMwrdR-qvRvkG5Vd-3o,2942
89
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=RATSIGRcdcG0QuQF9AIOkqEUwVI-ss_j-O1lAflgpzM,4258
90
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=fmNNebL-tcXoTJWvSXZSiijAX0GVGn2dCkRUz96ycsU,1975
91
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=6tS__G7PBULqoDfMrAdbCK3NLXMiVgo-Il3mniMILlQ,6789
92
- metaflow-stubs/plugins/cards/exception.pyi,sha256=lGpa0AUHHWZuBLirgC4wUDQVZ48IxuLy4K_Px5jm4Xk,2244
93
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Cb1U37vjpKVxDGWobTiFKc4C6PTd_95htOmEUgsu5As,1871
94
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=fsY2TShfBjIKGM8Oxud8IyT9XnFitljt0Jw7KXOtG5A,7858
95
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Swv7PpAscJYTgprYTojCPVKk-IsAQdhFUCT5SMqTEOc,1816
96
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=h21TZmvNY2w6YimdL8PWcxImuMeUidN_BwTs5SBWEAQ,7674
97
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=d0ZJi2uEZehdqsrzxNh2EQf5UPX_JlkFPVmXi0mbPwg,1313
98
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=m_4bwMLqoYyc3jf_dQu9IcU9TYX-L894ErA39Zfzw-Q,951
99
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=rKRqrYhOyBoSCWf2ooJgZfRbTCT8xZSZPmdowJmg5iY,4629
100
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=_RV77Z9OEf-jUGIdLAWkK3cqNZ4z9AH7994zbqvI8vs,2711
101
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=vqF2kSKy8lusxoyRXbhR7cero7J0kthP_L2lpzFvZNk,2667
102
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=iMF3S0rA7L0aYFFO819jLQdtNek2AwRIPIbOt6AYfXA,467
103
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=4jKklKZrVPZddl20eeCqhmzOACzSEZzWJ0lDdhsGpKM,3525
104
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=wX2QFa2PoKDFBeR3PP7EbTD9fhsw8Y5GPuCs0eVHA_A,1913
105
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=3MLuI5z5k_QCBfINV4XyEmiAuH2pZLtjUoO11qWuaRc,12909
106
- metaflow-stubs/plugins/datatools/local.pyi,sha256=dKtYniqX_xvrFyYouFkMXyJi2YgNo09SfoiFraLFVLM,2193
107
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=BAI1QbRonaEDJLLmi_UVbP8orxVe8v79BNXEsQg0Z8o,20310
108
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=oThDp8OeGKe_vl2ISmf1Hyo5e-jGruFlz3nAOScEKjU,29154
109
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=QD3SGC4J29LfiIPpy3m3BjmtX5x_xQHRirLIUpfSyTw,965
110
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=c8wwCouDAl5369hV9TiDlFvd1lBhqqaAGJXFJy1fQw4,1123
111
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=E85k6vMbO2wW14FW5717YywIig2GnFah2Y1nByiSkcE,453
112
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=G23qrnQmMVclTv5-6slhfjgbWiiTXiZ_sP0wnheLMmQ,1622
113
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=LF01dMY3RxDmPRxThdIP6eNZH-PkYTG8__xEJY0ti4E,508
114
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=N6hh4nWXVrtTGodfGvPUu_zZ5GQze8aswgbTVRA2z9g,3090
115
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ZnAWNm74TUt2ap99FGIqDwjZb_JDXlwGU7Y8QtO-1Ak,772
116
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=fYQwlc71wNzC46fxeGZJlGlUCHMVfrtehq580w-kDDk,798
117
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=33YltEUzK4rcTt_bquPSDh1U9mnWYk9Xq_cpoWIPF2E,1184
118
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=q9aesuNyuN4AC8MiJWGSKI0fz92Z-yzkSc8kajSFQ8M,1722
119
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Is4H09FLg3sPrQhkiv8d8Ggti8N-hJ0watRxLo5inxQ,453
120
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=U8zyw1ExXShn44k1r9TLiRv9q1XygYvjmsexzvpBDzU,3825
121
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=moVlsqIpOTQc00V79TTDOy-G7Sp1J6Zgjb0dPkLMgBg,3392
122
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7DQwPMMYbBHKIaT1PtSmITaxKUYsrlIocT10KWBFfTY,1022
123
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=MgZ78krUBbmloFlKOIxGwST4FfC5bfQmhzK6fY964uE,5578
124
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=2IVYT8YvxxryWjGrAhfkg-64kn-jyhyrb7ni4cQ_fFk,3964
125
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=oWK_v0D1HgXdlaS7lhi0aeA0aAaJ_VmJ-_vJU26IBDM,627
126
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=S_OJRtSxXps1eKKEEAWjI1wRoM4MP4zuaxXbP61c7Mc,2070
127
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=f3muN-YpLkNjiXIN5Do80W84VzuR__aCx2oA4jeBtt4,2333
128
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=GswZm6MY_ZQixgAaJKOGdcws5blzwEuP8GARyr_wJIk,905
129
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=xs4h9nytLCXSa3s7wx0MjOZroBVBUMdtJhKQW36aWfk,1651
130
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=fwhN-Jpbnj-8dCXDOre0Xlx19i5669jUrlp8AkE6yXE,771
131
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=tlrBUbnAzqY8UDMbU6DsMGyr11H9kW0liGHAwUh3ozA,812
132
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=N3uBZp747ylepPT491vP1qHuAmHUrzYe5BbkyDX-wo4,1114
133
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=QCLBUoRl4iwOIlsjcBFvLpEew_omz-t6ovtK20vZIbQ,2024
134
- metaflow-stubs/profilers/__init__.pyi,sha256=2JA70DfL9mrHZ96A4fwFG7irg9gmDgULzRU15p4o_Vk,654
135
- metaflow-stubs/runner/__init__.pyi,sha256=YQnJQ7NjDSSREuB1mAAvORSkvnJRkpSrm-b6bwLydHI,453
136
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=2_oOvTVTvuZ48v3EBpLJe85cBDuJqCBjdrTmZTPRF9s,23267
137
- metaflow-stubs/runner/nbrun.pyi,sha256=Rp4jYm44Hgv0i1tRphPeJqYg-Aj0zstiaH0YdYE03oA,7486
138
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=_6Paffqw3I2EStyqnIbrNXpPqLZyNsj0HkTzI88_cf4,8577
139
- metaflow-stubs/system/__init__.pyi,sha256=Cn-XvLt3At2nPzGS_XkL2Z2n7Whm1nZWpomvWmdQGPc,3383
140
- metaflow-stubs/system/system_logger.pyi,sha256=MHR9n7M1AM9fayZ2Km1Y0vf89_k5LNLv3_MrzC8pVXQ,1876
141
- metaflow-stubs/system/system_monitor.pyi,sha256=SgxM_YoJwD-7SHs1c-ek6hXBmqDRyX38W8f-Roz3uao,2017
142
- ob_metaflow_stubs-4.5.dist-info/METADATA,sha256=X_GqDdUn2lDUEKELQJ9FVHt0nIgaAMiu_uWYtn-jQZs,651
143
- ob_metaflow_stubs-4.5.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
144
- ob_metaflow_stubs-4.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
145
- ob_metaflow_stubs-4.5.dist-info/RECORD,,