ob-metaflow-stubs 5.7__py2.py3-none-any.whl → 5.7.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 (138) hide show
  1. metaflow-stubs/__init__.pyi +364 -654
  2. metaflow-stubs/cards.pyi +3 -3
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +2 -2
  5. metaflow-stubs/client/core.pyi +5 -5
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +1 -1
  8. metaflow-stubs/events.pyi +1 -1
  9. metaflow-stubs/exception.pyi +1 -1
  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 +2 -2
  14. metaflow-stubs/metadata/util.pyi +1 -1
  15. metaflow-stubs/metaflow_config.pyi +3 -1
  16. metaflow-stubs/metaflow_current.pyi +33 -33
  17. metaflow-stubs/mflog/mflog.pyi +1 -1
  18. metaflow-stubs/multicore_utils.pyi +1 -1
  19. metaflow-stubs/parameters.pyi +2 -2
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
  22. metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
  23. metaflow-stubs/plugins/airflow/exception.pyi +1 -1
  24. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
  25. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  28. metaflow-stubs/plugins/argo/__init__.pyi +1 -1
  29. metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
  30. metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
  31. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  32. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
  33. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
  34. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +1 -1
  35. metaflow-stubs/plugins/aws/__init__.pyi +1 -1
  36. metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
  37. metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
  38. metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
  39. metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
  40. metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
  41. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  42. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
  43. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  44. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
  45. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
  46. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +1 -1
  47. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
  48. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
  49. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
  50. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
  51. metaflow-stubs/plugins/azure/__init__.pyi +1 -1
  52. metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
  53. metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
  54. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  55. metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
  56. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
  57. metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
  58. metaflow-stubs/plugins/cards/__init__.pyi +1 -1
  59. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  60. metaflow-stubs/plugins/cards/card_client.pyi +2 -2
  61. metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
  62. metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
  63. metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
  64. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
  65. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
  67. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  68. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
  69. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
  70. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
  72. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  73. metaflow-stubs/plugins/cards/exception.pyi +1 -1
  74. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  75. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  76. metaflow-stubs/plugins/datatools/local.pyi +1 -1
  77. metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
  78. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  79. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
  80. metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
  81. metaflow-stubs/plugins/debug_logger.pyi +1 -1
  82. metaflow-stubs/plugins/debug_monitor.pyi +1 -1
  83. metaflow-stubs/plugins/environment_decorator.pyi +1 -1
  84. metaflow-stubs/plugins/events_decorator.pyi +1 -1
  85. metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
  86. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  87. metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
  88. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  89. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
  90. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
  91. metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
  92. metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
  93. metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
  94. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  95. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  96. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
  97. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  98. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
  99. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  100. metaflow-stubs/plugins/package_cli.pyi +1 -1
  101. metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
  102. metaflow-stubs/plugins/perimeters.pyi +1 -1
  103. metaflow-stubs/plugins/project_decorator.pyi +1 -1
  104. metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
  105. metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
  106. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  107. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
  108. metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
  109. metaflow-stubs/plugins/pypi/utils.pyi +1 -1
  110. metaflow-stubs/plugins/resources_decorator.pyi +1 -1
  111. metaflow-stubs/plugins/retry_decorator.pyi +1 -1
  112. metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
  113. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  114. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
  115. metaflow-stubs/plugins/storage_executor.pyi +1 -1
  116. metaflow-stubs/plugins/tag_cli.pyi +3 -3
  117. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  119. metaflow-stubs/procpoll.pyi +1 -1
  120. metaflow-stubs/profilers/__init__.pyi +1 -1
  121. metaflow-stubs/pylint_wrapper.pyi +1 -1
  122. metaflow-stubs/runner/__init__.pyi +1 -1
  123. metaflow-stubs/runner/deployer.pyi +2 -2
  124. metaflow-stubs/runner/metaflow_runner.pyi +3 -3
  125. metaflow-stubs/runner/nbdeploy.pyi +1 -1
  126. metaflow-stubs/runner/nbrun.pyi +1 -1
  127. metaflow-stubs/runner/subprocess_manager.pyi +1 -1
  128. metaflow-stubs/runner/utils.pyi +1 -1
  129. metaflow-stubs/system/__init__.pyi +2 -2
  130. metaflow-stubs/system/system_logger.pyi +2 -2
  131. metaflow-stubs/system/system_monitor.pyi +2 -2
  132. metaflow-stubs/tagging_util.pyi +1 -1
  133. metaflow-stubs/tuple_util.pyi +1 -1
  134. {ob_metaflow_stubs-5.7.dist-info → ob_metaflow_stubs-5.7.1.dist-info}/METADATA +1 -1
  135. ob_metaflow_stubs-5.7.1.dist-info/RECORD +138 -0
  136. ob_metaflow_stubs-5.7.dist-info/RECORD +0 -138
  137. {ob_metaflow_stubs-5.7.dist-info → ob_metaflow_stubs-5.7.1.dist-info}/WHEEL +0 -0
  138. {ob_metaflow_stubs-5.7.dist-info → ob_metaflow_stubs-5.7.1.dist-info}/top_level.txt +0 -0
@@ -1,16 +1,16 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.18.2+ob(v1) #
4
- # Generated on 2024-08-29T15:44:09.934117 #
4
+ # Generated on 2024-08-30T00:31:57.719870 #
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
3
  # MF version: 2.12.18.2+ob(v1) #
4
- # Generated on 2024-08-29T15:44:09.955661 #
4
+ # Generated on 2024-08-30T00:31:57.744220 #
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
3
  # MF version: 2.12.18.2+ob(v1) #
4
- # Generated on 2024-08-29T15:44:09.955303 #
4
+ # Generated on 2024-08-30T00:31:57.743846 #
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
3
  # MF version: 2.12.18.2+ob(v1) #
4
- # Generated on 2024-08-29T15:44:09.907347 #
4
+ # Generated on 2024-08-30T00:31:57.698803 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.18.2+ob(v1) #
4
- # Generated on 2024-08-29T15:44:09.914651 #
4
+ # Generated on 2024-08-30T00:31:57.705358 #
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.7
3
+ Version: 5.7.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,138 @@
1
+ metaflow-stubs/__init__.pyi,sha256=WJGfTa0T2-t-fw6WPLph81RavIJaLm5EcdPq5t-ovYk,97261
2
+ metaflow-stubs/cards.pyi,sha256=_leM-MgqmM4ZVVV0lsGt3AbUtfWh8NEitoQtfa3GuNo,9422
3
+ metaflow-stubs/cli.pyi,sha256=faY_T67Si6iakFWaB_6hc6_CZmq0iRvf0yV32LtDmKg,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=c3Ayw8mHxIrDk6p7MVR0AGQ_KYr92W4Qyeu19Rfzha4,1090
5
+ metaflow-stubs/events.pyi,sha256=oHkhl8tji1VhmKq7og2XzJDqmEuSCFMyVnI-4yB0Mzg,3405
6
+ metaflow-stubs/exception.pyi,sha256=6-2iwRXcN1RvhCRIUOb6KxVrl19RJONB4H7gPJPPJt4,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=vfNVmpj5AyJh910XxKuNFwL94yOA1MXSYseXQJLpyjA,10480
8
+ metaflow-stubs/generated_for.txt,sha256=ON4-wEeh4PWiK59JtwLIM9Rw08nANwaweHjb_e-WLRA,43
9
+ metaflow-stubs/includefile.pyi,sha256=fSoiX1DhIqwkUQZWjfHeOBSXPJwrwc67Q9Lyq5Vchc4,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=2GIKQQOvj9hHkSkoW_8GFcolRTNcs0g0nJRLvbd9VYg,4846
11
+ metaflow-stubs/metaflow_current.pyi,sha256=bxcG0DyIbiqtb03w-FLh-8Ep0eVwbwk-i9Omw6gzkf4,9224
12
+ metaflow-stubs/multicore_utils.pyi,sha256=3odWEUFoHGkVWf-BrMyacDHFlPr44nHSNJRWwmKHQJs,2369
13
+ metaflow-stubs/parameters.pyi,sha256=Gz4QoLj-YeK2Wmamo5YjvoCuFO0jav3wfESy9OcSDew,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=8NbaItnF0sOFSnlaHZvURsnAcvfmrGKmkhJU_17CpHQ,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=G70Lu5yPkZNzjui4Coj9y2ZBBYFZplzBBkYhk1awxRs,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=PTZuqP_5Qr5b1bECscGd1qQpOKoywdV7hjJB31lAfgI,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=K6GMtwONlHndoi3ZbrtP13x-aCFSvtWPnXMlPNdQMC8,562
19
+ metaflow-stubs/client/__init__.pyi,sha256=V0V93Aj3lFi9JRPSpAzJQCnMztFL2W0knUHHWyjF90M,28941
20
+ metaflow-stubs/client/core.pyi,sha256=BuVMdipzBnHXoC7ychEdvG2DCKBkWUtOeK4PshePMPc,40855
21
+ metaflow-stubs/client/filecache.pyi,sha256=QerFVVEoUfvwFHb5GQtkp4_4YEYDlgkkosXUmZyr60Y,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=Q_e5YduWNkrTlOCpR2Q3IT1rXaSk_CaGIQBgvtMX2Bk,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=kA7Lgx0O7U1o2inJQvB1RlDtHUV1ImAqdEwY-UnttLs,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=daeNN3Qq1JLJBzIT_9tIMfnR9VQLLo11sZp7TQSIrYU,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=hMdjzNnZCOTkVAxwV0GK_UiatwpqZhzw20cP9NK_ObA,5998
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=SbSgRuNsJTm5PQ5CVXojlLrcglAnc7PS_-wjiFo54UU,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=Xg572_HXxe-swJ1Op8GkdE9sCtgGn2_IZ1yqGjc4j7k,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=j7aOcyYwJN4mQTo_f5fNl8ptaUiVbAeXfMqpDTE7-E4,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=HiOsGWr7QvXjyFclZQe5qFwWskobaVBdTt5yZl6V_BA,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=qZojRz5rJNgvZxDa8X1jay7hydhCkocdjWE84_bhYeM,1220
31
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=hi0M-1Vzk-tcZfYtn_iWgZyR6j27HAeqzDq0QTDz5tc,1348
32
+ metaflow-stubs/plugins/package_cli.pyi,sha256=_0NkNu2PfLb86yG_aqXVZqB5RqcZTw303HEMJWonU_o,453
33
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=t4ngBwf-toeevdXK9rtEPO-QQuTSJg8bhxipfSUC97Q,2457
34
+ metaflow-stubs/plugins/perimeters.pyi,sha256=2n2zHzkxT30RK76wZ9iuaISZ9VAVUsvHrS7ve6kccAw,804
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=hxVzjtl6_yu8DqwvxQPnky_wuP9wj3_sOjjONHvdvY4,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=guOIZ2qIe2-1p9jMBKxSgWDWPbzkeYglJnOXlkS83dw,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=JLvfe5PEPJAleDL8umdywcB7JLZnOxKtgIu1w2eEWgQ,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=fsS4GsWGvMVFU4ZqMHEKFY8pT5tBCg7pBaeDqf96O4I,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=t6im2V2j4CbLfMgEJr1ygyuuWYez9dfCcCnM_iLulq0,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=0yY964f0BS1Egcy1OSzhPjQ6QglobL8zAn86kItIzh8,2325
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rO9zgaH9S3s2ER8ag6CIjF0WEpRnT-RkSGhEnNphHHE,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=eYXNgYCmcuPdTmiQoua7REbDrm1uFDuVNwqMBq941-M,453
43
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=dRkzRJWFYZx1rCE9Py0LHyficizPG29dAd5gD6m4NZE,3053
44
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=yqy0mIM7Zf-wBFU6j4FdEMc7QDDJDEfKYTckgD0_mV4,899
45
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=p2iB2vwAWfmdLTW-h_qRNSP5HOxudk4DiWdjG_H7G0U,959
46
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=61Iszob9ySgdqh3tpLWgMNKtLBP2poTz58M4-pqyzDw,1834
47
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=fDbdO-V3eeu69Uv-VJbOCDkJrP259DmL4K4ahNNsd6M,1697
48
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=AJsCDZe36tuPs4mKirLqtCfPu9jKUE2DdCiFkCRUQ84,1617
49
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=edJ_38xNSDGFgsqQtUTSkiB8oWkM34c3o-SoGbkigdU,453
50
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=r1yKrlxEJ_XS4GqYld147h4MaNtJ7W5Lfua7BX6Du2g,2405
51
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=_hLHZAOvh53BWJjXwNUJIyyZbz9gZvf8gaOop7HXWN0,2782
52
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=bB1K4qK0deTxkx9g9rSoRAVzpFffEhoUxJOh9h0I0dc,16023
53
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=atbPUP0TFA6ky2MB-ltkEevoto3n6YEErtDqDsFI9QY,13386
54
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=n8JUDeUEVElgDJ4viy6L_cxm61y2jbkt5tjwuUaRkfQ,13987
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=0CQmuruOe6uUuIdtUn9kezG8H3SOfDvtBKQedsUYbJk,8696
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=LXi88ptLhWFQcx-Mzli1USDv5diuw2BS5Kkgodqo20s,453
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=fB_538eW4LYIaAKc7_PPyD_zf6gO1fbiWmiWMoV8G9Q,829
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Ox4VQyJm03ehNU6UemiX5cspljIcZV2KwCs5JfCZmKg,3139
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=J1X3yg-cgpZf7-klARKiNtEBLeOSDi4q71V83k0TthM,453
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=z0Zvfk2TDr4WbxhRRcf4ZZzcq68vPCf5KMgy0xqxAkc,3606
61
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=cwSDF9gBeke-1ny1R4QQ0mDtmifIIZGWWkGMOL-lcNw,3742
62
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Vm5xP7qCpjJHE9PuKtb0Fq9zIqwdt_G8h1jyqrkKnDU,4734
63
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xJWdnIePjb9WrSR_nUeqlObX37Zt-07FdI6vTYxcBLo,453
64
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=sWTcaRjbvd7AxUqyDTHJve6-DVO_63KTKDpYeQHFP-w,3226
65
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ZBl53_d8JCn9xg-mO5ZX50jFlZTE_5PxjPb-7wgXey4,453
66
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=7yCf8ZOYYNCG9ihQPM5kPXdjjbpKEWPer6lZrtc4JgU,798
67
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=XWCNyrkt2g7FKSsd-K5fGJ0oKdgRDetA4o-YLwLQ4BE,596
68
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=MhvL4pU6YFOwsQmjnkl_pmHuDNG_iRui0h_rWsjyXiI,720
69
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=OoV0Shstlw0nCg0VvTKubpMYrb65jp52sNXGILDgtgg,6526
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=RE3s0HC_bZd-wJJDm7pUaOWECqVO35wHBzrXJBduXUY,1085
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=QzCiUnQqvzNxVOh4IqpTb6vLMurdnyMfyhnR9T60uUw,7938
72
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=RBUCJ4Q52hFP1goyE3UmnzHYaNhqIAotd6fflJP0izY,493
73
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=cEo1XjxAcmXRGwnEfTkmsXLnLnaMjfs4uDD39WJ6gec,1067
74
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Nwz3tDsKnClyi4rqHCmybrrERuHqf-i5ZSBDP404V0Y,975
75
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=UhTW0z6xgNkxCfOqN5VklhaYLYcUK7rYgazTfeLCLEI,1933
76
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=7SCl1UTdcU4KYRkk1jx6Gcw5vHGKCngoi2I6JVzoHY4,2513
77
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=4dQGItC_awXeTvK7AJVC0KSjODa23I4GBvW04z0SSaY,1782
78
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=7mBBZLCl7GNsJMx0KdMudQ--SxeoGncis3mBT3M8Abc,1748
79
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=ln9fwhjTvV0OFPO8NJNHX8CbTxHli1Jz7lQ2ORydct0,453
80
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=htEVg4jDynkRgVPzQhqK6dN79JEGoF7EDWK7GKKQhFY,18088
81
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=u2pHkjZfAUIKD6eHfIfrYAf-aEECL2ANV1g-ZhPnC5k,5396
82
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=rI4nnuEF1_EGmQPWqPKgj83Lhx0Epy6NS8C2n9NFpEQ,969
83
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=GR3dGQ2jroDlfV5rrLFEBXjecT4Y11rp1gM4xh0_wFU,2942
84
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=CsxZG6ZNtUxfHyQaiLgMWvSZlZ_dCwi6PR5WPc5r510,4258
85
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=DSPSL5tDaynZhmmo6-lyehylkjRxyNAvyFNLzoymP5Y,1975
86
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=0mGColMU4mmSR1z6O8ZrCWPflnBZkFmiJ1EU_-yYio0,6789
87
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=GAB3hiZbKbQF7Rv-dP28ftrHJkxE-BxNzXFGZrV-Fro,2244
88
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=YQiTD_UAzQy0lUqkBq4TK7jK3TNfFvVvUQZoZP92DDg,1871
89
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=HxKqYBMYUh2Ir5KHX2QUA1Uoq4NNVnlY3xoCK6CbmR4,7858
90
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=X16rG4Yr9N81x2r9rDompCAEIAk-PNbERtGJmDkhwiQ,1816
91
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SjDHHRpQg2-a9wgjoUMhfHm1K4Q6MDzKHUH91dy0-TI,7674
92
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=_Z2h3nUaY5KbN9MM1TWhs__W1OVZsDJrPV3Wvj0FahM,1313
93
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=dNdRFRnpyLLqJn0RGUW8iW6rAjutlp6RNDzYlfCb9dM,951
94
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=btvHGRfEdrj9TUGEuLwYAd_PNqV-0PxJ7ONlpLUXfqI,4629
95
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=MXi6pA1QVsQcPgo3AFfhjQkI9ljXZ-fUxRZqdmqicOM,12909
96
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=CNanMQ78Nmv1PGSOTInkyMLNV1Vw16bOlCOmQ_LaNZ8,2193
97
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=WfR4ApPQe4ehWaE1XXkXDaHBKArivFbZoeTAry8REiI,20310
98
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=JrqhqIn-gYGZqNfPkah-qkhMBXbXrD4JrQxtkkQAACc,29154
99
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ctGAYCPPDmRsGON4R4mNqazaEXagkRMD6HGu0nmDdxw,965
100
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=geVlHnBR8q5OUOSaqjx7Qlks1ADpo6RtLpKwhSVZkns,1123
101
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=PekRAV9Tth3cxeaevusC1SVkrMDZrsJGx8olgmA06u4,453
102
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=JuDGCSgzvDVwYftzBz1AazF0ue8gOJqOXFGoIuQK0nA,1787
103
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=0JuJlEzoMd1DsEVTFVsO9tHsA_eC-9PVfMSNmJ9xpew,508
104
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Ml1CMVwt3c4NaYxoGX9XTZhQnDCcE0k6tp0n6xSgsuA,3090
105
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=kARBH5ZGGjbeP3-3daS6ttHlZO691moVlGNwF9GMddc,772
106
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=RLG4y6G31IAA0c-snbFzJtx_juDCmouTRQBJ4oEZDy0,798
107
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=9DLvKuCvCPTVn4x0MRKM9f8sItc9OaWADL0KvQdYUtQ,1184
108
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=f6i9rObupH9mAh5uPKZquxSb9GWb0U2ibMhcEk0lrDg,1722
109
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=BpwdDJF7tyzZ5TzHtc8WUQSEdVMZmZ5NEE1cNpdutD8,453
110
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=uV0quN_Kls5DzWb4Z5Q-aiCwaWJJqYcqEABNFBt9kJo,4377
111
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=nn0Et18J6vixZ3pQU41kZK46KIGrAnLUBDTJpMcOooM,3758
112
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=rdykFc6SL3tO24lBdqsdm0N9fsQ1oYW7j_GOKhw37H8,1022
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=d2dV7QxXWJN1HZXyckJW6x9CeoTTht6jM0I-mzNEi-U,5053
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=YdwbYMdZRvagD4LJcpF4q7Ks-nQMzbM7iz8QNNrVwvo,4816
115
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Tc58Zh3Tl6f-nwb8cU5_lZ--i1R4kmjfZaZ4k0hfueA,627
116
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=CLGNHp2GrptNSI5whsqDHgFgj3ZUSz7DsTT8U-Mk-3I,2070
117
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=WecoJzPjuIOWcQCHDHGoBg0iYyVZK-1d_LzHKXen4sI,2333
118
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=YN6TJDnXQ5msjqEnLLn132f4cSBzp1byV56T04ZD3OI,1047
119
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_Au1z3OasSPQXoCUZlXgt-ZQV0EwKTB2Vq0XznlK4_Y,1651
120
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=fvKnXcUoZIOSrd3GNcr6Nj8negexnUgx4WTj6o3nUOQ,771
121
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=8zIiwjQ1ul_o3f8OVOXJHEOoWVHzULiHt3k3BNgZF7Q,812
122
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=jXT2WT4oEWplzbUQtm-PGkwNSAmC5E7IpcUy1XJcJbk,1114
123
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=OewRyolbFn2LgAs6p3UA58CdnXzcYTCB4MvndMeeU7g,2021
124
+ metaflow-stubs/profilers/__init__.pyi,sha256=ch1KSExM2N6j-NgZK1F1A7Oh89T6vSpBdSgYBumwxcQ,654
125
+ metaflow-stubs/runner/__init__.pyi,sha256=9zLrydoxLg2crw__0pk0pt1cxQAkHRodb9e9uv2WUoQ,453
126
+ metaflow-stubs/runner/deployer.pyi,sha256=6p_9f2GewWx4M4E9p5XpiK0A8H7X1BY88VE3H0cbdpY,13169
127
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=YQzCByBmn7Q9j5MmUz49ybWn__fyQOuoilAFQtS56kg,23298
128
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=IyI3LpUomvEX1vmF8BvhjwBZnTKCcFibPqx_mzkyAt4,1849
129
+ metaflow-stubs/runner/nbrun.pyi,sha256=5ru76U4bjieXqzSX5X3V5bCakn64vvUAisBd_qGgrVg,7548
130
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=R1rpA70RdJYNempfXXAslL0A-2JhxEjxVq7wQdPF8tc,8577
131
+ metaflow-stubs/runner/utils.pyi,sha256=vM2lT9XvPj1kgY1gehwHtb8fjoY48k-mWgs4Gv79pFU,800
132
+ metaflow-stubs/system/__init__.pyi,sha256=3Z-OryoBF8462Dh_FsMyOzOyb0UrJBnES5EXKCXp_lU,3383
133
+ metaflow-stubs/system/system_logger.pyi,sha256=xcrh_4gSw3LT2NXJ8rkQ2G069BA94bP8LqXy1AAO6Eg,1876
134
+ metaflow-stubs/system/system_monitor.pyi,sha256=xyiGSbXkwgrT05DTwDjewr6eoPlsBlgvgg6YlPj1FFM,2017
135
+ ob_metaflow_stubs-5.7.1.dist-info/METADATA,sha256=LVmmQU8Rx438ET6HEAweHS85XXnBhKcLnFsLr28l27U,653
136
+ ob_metaflow_stubs-5.7.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
137
+ ob_metaflow_stubs-5.7.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
138
+ ob_metaflow_stubs-5.7.1.dist-info/RECORD,,
@@ -1,138 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=7IhCv0z9mSjF8fTnPuXDredOS_bEcdggB0Da2EPLwIU,108661
2
- metaflow-stubs/cards.pyi,sha256=rKwP2wyW5sjyfq_BY0CQC3hB4FyC8SxBboExTElSkIk,9422
3
- metaflow-stubs/cli.pyi,sha256=Vx4qa7jvqYJLAi8Wk7o5o8k_iZWL2V_3LSgTxYpc0VU,2970
4
- metaflow-stubs/clone_util.pyi,sha256=YoKEb390h9TMxwo64Y0xs9G0u0I2qibbOZllc2kdDSI,1090
5
- metaflow-stubs/events.pyi,sha256=SyBMd5weup663-Am7faoC0kFeWpIw6dtrUmvrKwiRRo,3405
6
- metaflow-stubs/exception.pyi,sha256=W0QKVQC_H0dH8mZYWiykCg-96rUQnF0P6IQFqnWVEec,2524
7
- metaflow-stubs/flowspec.pyi,sha256=kv-Brwd47J5dcC6xPP8738uMED4cuV_TZHTGy-EEQv4,10480
8
- metaflow-stubs/generated_for.txt,sha256=0LR5KVOHPntUm5PcPh68t2Zf1SpDtbMQoeFadcaTVvM,43
9
- metaflow-stubs/includefile.pyi,sha256=wx6oE8JDstr41FdB8mUHqaHIKkALa7lVqJrOGUyHEJw,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=0Pt494G_GFtIEUlNEUVOwuwhp6WR07rmIPT56EEY7vY,4813
11
- metaflow-stubs/metaflow_current.pyi,sha256=yJ2P2nOSLf-Ur6IMkhHDQENR8cFUg005WscVPiPHtZ8,9224
12
- metaflow-stubs/multicore_utils.pyi,sha256=bkZcdZsBKPumTiLYLCT1KgSvONIKyNENmoKroIY7Cyg,2369
13
- metaflow-stubs/parameters.pyi,sha256=ttoAgINGkTwKyq9UO4Ny30h50ws9P8e9pLw15nuVvQI,3710
14
- metaflow-stubs/procpoll.pyi,sha256=EDcEy7FMtAdXxh7qwUQ_0-hX9LtTKiODfIU5JZzEG3k,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=0BG1fEEcz7e2WHQGg44Pwd5Ykcjm2jWW-MS6vJ6ZakA,972
17
- metaflow-stubs/tagging_util.pyi,sha256=DDjxkQyPW4fD-Tq_jcisO6IOtS8R7vuokwrEkSPhELw,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=_aTZYY3tIHRjPTV09a1cH2ILU3P2iGj1n58xlGySMOk,562
19
- metaflow-stubs/client/__init__.pyi,sha256=sMl7XdWhHcxcMe5R_uviQA_yH2F66mS_V9PgJEdjWvs,28941
20
- metaflow-stubs/client/core.pyi,sha256=hrExgacQnrhLuBZw-nwR1Pgo1lu-1WSdObh-SaZTlFE,40855
21
- metaflow-stubs/client/filecache.pyi,sha256=E-D_tF6XwtKoYYY3A9CRtk5_SNBHh7wrXtqdhI43bz4,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=FKcsd-KjEX-T0_cEhx-QrlsOyjaeoWvvuFXiad6mMPU,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=eASKVfvMmJnQeBAewMtQMl0kzVDYmB8ZftpVrd2JmO8,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=2yw8NY2MWXB_y2oPfpFgentgsd9lRs4U43D9EFzz-Xw,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=i86EXi5_MCODjN94y9Q8sdyRTidmniPnN3V7mrRamCU,5998
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=YNrjqfQrD7pZP6mlWpdIfx481hqny2wfzR7K_yvFMpM,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=WVVDwL5Nk-6xC3FRProzDshkgqPe-Tx6dnp0BmWyKFQ,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=JsPYrZqyZT9qXiMmYX5uGCVwCo7I9BWA9JVSqXw4HQo,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=v7bStf26ah1FFHhvrCAFgsmWmhEvckhjJv7HH9NZZnQ,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=vZMI7lEnpmQPtcQ8YA2PNZe41KFjQAecinvDDISdjt8,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=F31LMqcJR_C7EbeeuOkVkFkGdu-bOzlgWihZYc5bw20,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=SvD9Ec0pwfVA9434H0VLO5Qi_IkfbB5QDfoxT4c8guA,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=gyx9DwVEghvRsjh9Qf7ghfO9NebvyBOEZhueddySf3Y,2457
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=Db8wHwmaeUiANOC6BzDcwVt8QTkEZBesoec5hYEt0CI,804
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=maXqzfgDjwWxzBKYRHvwd2_UZM5gwR6jPQHdWDrbwsw,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=bN_VfA_dSaxxYTIcCSTpPKnvb5XVFMFu6DGv-XY6SGY,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=gqKiYBQ-Upzd38kIQGpA8OH-1FWw4CIy6AfNgrZjCMg,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=JMF8NjOli6mCqueY-8YECXd4xZr4B7Ps6xtR0dxWKMM,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=5jqKq0o3gRRov2t_iJOp-w66OzI4uIx90Ror9NEF2bc,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=fCC-a3pHT_Bbv0NLGiv75metZrF8ZU5NDaZHGSDgToo,2325
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-Sjg83qkSfRXIO7uYvYvZxDobiTIesNBuJ6VFCNXt1A,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=T5cDgkD2SpA6jxry7RZhuri1ONt74Q6_Va6Tjufl_lM,453
43
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=nHb2tyzM19hsSMtLyIed73CdZSold9VgacATd-8M7ys,3053
44
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=Q4t0zAMjonztFjnJqRQ-Gowg5ck4PCLLMSS5N6PaRJg,899
45
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=M0UwSms9MUkBhFgirkBnMjUzhuKmoPUYut2IINdEge8,959
46
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=u_HqPvpR6P6PhnBFTCqdMDinefs9Jn6Vs1FZ6dbtJQo,1834
47
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=xpnwWHzRXLfZY_8Teq2x2wMEN6WXSxWc1fe67HnLckI,1697
48
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=4svPB5GUiuazqBvTFOdjQ-r7OVVtyuLMQMWe_t7OHlY,1617
49
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=0biB0xXOMNULCRvQaoFgGVri45dmLbDO_X0w8KCy8Q8,453
50
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=J4eLt6KATQzJoXzMxwMzsZ6LJE9DKzijd_uZJtJziFE,2405
51
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=FH-Os5d4UvhlW49Ma46b9rupou5xF6onEUT6WSzeWnM,2782
52
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=oGK1gXcfImxQn2rGTFAKETxkYJQKj31EhjZVjAiCJwM,16023
53
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=CsgP1S8aWodE1IYb6ji_fcag_BFR6zBtSbUaAYrb1MQ,13386
54
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=lQihUhQenow8tb5xBzUtnvzvtWQ-cZja5Q_lkJ34Jw4,13987
55
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=qfUTrsmRk3895tePNDD0q2s3QVV7hqt5S4D0DQXArDM,8696
56
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=pIjE62tFDmbH793b0KRZlIC6SMIUHssEEMbA1Fg7YKo,453
57
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=zvCtAvbflcbyRdk2INliffg8QFr77S8EfvuJhrqyRJQ,829
58
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=n4hhgqU8p2Rlslhew1oGspeUDIe_hrFczaArB6PPZz8,3139
59
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Fb2C39IFIt0fThB3OV79i6Pw3Q10hw1TLBW4ovwhKNU,453
60
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=UAqqU_YLlZUeQ-Os19U-BYN6ALF--9voH_UWAj3kWpg,3606
61
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=09W8s4MbOJjlOxEz9GPLYUfXaWD4aRH6R-BY3titt6Y,3742
62
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=bP6b7khs1LjaaFnqE1_U8fPJEjE3nkBdbEK0stAcbJA,4734
63
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=nnJvVnh5AZ0itoIKSZp9Y69ww-jCi-QCw1QxAbrtBVw,453
64
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Pm-kD0mKnzwvDFTN2ee6IFlPGeYOifwuoyUtV-zoRbU,3226
65
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=MRZLMrHzhDbuhDQ-rcC_4ynslY9tt4HvPIrNfelUx1o,453
66
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=QFXaRkkKc6q5HLZenv0_jAXXk7mT-2Z1MCAijKwJnVw,798
67
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Tf1UzkyKmgOpZvnqCvDmmV0PzJhlNQERRtXSvWhZxCc,596
68
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=dOJBCa7XNwbkTmBJ23Fo1JTH4rYYHVj_AMQ2wlmG2lY,720
69
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=me2yt_PRqeTzBAuRwKgGR87E3r4e2sNVej8QJWdkDss,6526
70
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=RASAA-37VTteD7Hxq1oOLRwcN13h9z7IDloDtHEFxy8,1085
71
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=4yTgQRRXajWXZKsB6wqna-YOrNwNat6LBhZsol4PhPY,7938
72
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=gm9-mr-X3MWvhGl8y9HSsbNDzkURUXbqqoBvd-lmV40,493
73
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Ofdu1dcJdD6Wm-CXBXDRbMb1n6gpeWXAG8fTppz4Olg,1067
74
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=E_7nfD7Sp3NY2p07H_oB5-P9o67vatRHBqW_L24Vhto,975
75
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=wxcIhg2CsRhaHumnkHCl2gzqr9rDRecG_SA6EQ_Nuvk,1933
76
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=2AT-w_GXxxnYiEynkuv2IBuKbfoHns09etvOOJkeJag,2513
77
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=1NbhanHfYg7z6f69DrDu1RRAvFOFV_hoQbjyAPYpB2c,1782
78
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=NVAwsoR26Ebhlrirlr5LYIsjaAh-6N6gMRPORlQnLBM,1748
79
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=iOf1Xw_V4_emkUYlsQrxKSSMofJPnxOs9DFakzbDcVQ,453
80
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=YLwQPYWTOjUnCr3194P92HdBd1lIUwbCvB7eomyNO8A,18088
81
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=GyfwW6N7VBssvR63Fv_AD9MJ4yJqFJjMRsME2Vd7h44,5396
82
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=0LcCanVXntrv-LyICOgfEMMZiDnkNgo9UbM6tqysOXk,969
83
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=MW8OEUbxuPVAyAuVXOqJeHGhrlnsrq072WxqaLvVKiw,2942
84
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=W68OxgvS79umMbgkVfRppfUR4vgJr4H0gIthghQOR3c,4258
85
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=K-TeZu046iyeju_xBwJF-GnmVf6FcJ8pSHPYgVC2qOU,1975
86
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=uQSQTqIHPh5y5Q24LYKGk-FfT287yXZP-pxvMMBVfr4,6789
87
- metaflow-stubs/plugins/cards/exception.pyi,sha256=0jHOxDxY8W-egkc9ElepqtWma0RUU7LDW1NK8UPlOHc,2244
88
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=PM0-HwFJfqgn2gtd94tuozzqHO30VuGMQDHSOAWQZH8,1871
89
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=tcKbf5zVMFVPMc5yWJFFoHj2gZPFs38PcLs0qnfzfNI,7858
90
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=AUjUCqFzHzJRtF-gamW6sYukVBkw85kt89q0Mod_UwQ,1816
91
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=_9PZ8M41vhs8xWKyKqyeDBUXskj7qgyIBYiJJU9aiJI,7674
92
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=T2vXhmWKmh9u7DLS9RTyHxrLVz3F-eQ7hHwCA4mKbr8,1313
93
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=gUvE75PP09hzhW9dnbz5FEsdyntLjNyA5_gKgFvkyQE,951
94
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=UdKyeqbnuKViBpXIujsj0TW9fBF9g8YYuE0F_djDcLc,4629
95
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=_E9Rr2C4fIAev4reewdk2HnoCJOXA-BaLcwJeWNjVz4,12909
96
- metaflow-stubs/plugins/datatools/local.pyi,sha256=U7nQF0wUeWLTcDlg9rneVuSrb1aHUafaxE37V3-d5LM,2193
97
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=IoTI2uBYoEHK7KAl54rMK8I3IBozRYe1B7-XE46K8hQ,20310
98
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=1IImEYo2QdcSXcA3QXgfn7-0OK6ndyFXjhP-HcnHVXY,29154
99
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Lemcqu_kzJmC9fzuMIof87ZIP1g66BsYjxkHSJrDgak,965
100
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=T04zmMObh2mTX-19bp_Zc5ArkPRuNl2b3UWUBz9gYJM,1123
101
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=mknmBncETGdyhhhsSazFk4wDGFDcKIWLrLwvVPu4FKc,453
102
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=AmtFTRJdeiT5lTlU-LMr6UNLF8Gii2yv2todFsPeqI0,1787
103
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=sHyLb4hC0WFolgdDCAOhNpNFBBDCbMjWT7qNZwUghpo,508
104
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=xLXzY_YGYGOIzYku8XBuIRtlEocqV7MuiT24ckPdKbo,3090
105
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=VM-vEUpL2oGrNy9-JutTfBDgaCAIe3vDMbipjWYYN4U,772
106
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=irh8Cu56QKvRFU2mvUil7N4pDMeMh9GayVFojnknFJg,798
107
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Nq5U1a_eEmL9K-kg3gtruxG5pgCSfda7wBAwRkpyZsw,1184
108
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=9XfalsLQmnILBCJ_XsV9OceNlld4fRhKuVVOiFkvcZ0,1722
109
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=PpoiY5kaYkxqxg12ELOhVXCOAizOsF3WYik1WV9YU-Q,453
110
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-BWJhA18zdzZnIDqTnX7L6AcMhKViZ6y02jpuYnuiu0,4377
111
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=ruMjsC9GZDgxZJ86tVm4h8niHcIzSLWxsh2nma74h2A,3758
112
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=EJaN56wnedNOvjg9d5VgdctYKtqPclMmDS6dX0K7g_U,1022
113
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xTDKszRtGZhXgvu7PxNXr0w3iaL1ghZO4XxHN9NUu2o,5053
114
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=UeI05jHp4dY4G6J2jhpK9XPB8sg4aOnnY5vwWIMIPWk,4816
115
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=_bhSxli2btfO9gngH27VxKZ4zBzmQC1h1C42p6aijyQ,627
116
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=xo_pygmbUZVgWSvyelH7dPrmHM7TCK7eiUVXTmcV7Os,2070
117
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=kSGKP8yFI1SL2eA_GyRHHgqXvoBaWjn_OFN2W9RJqTE,2333
118
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=92-ZbuNbtzoEh-GI0nar9-3MPqEophcHgtgxZgwp_O8,1047
119
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=bj6dIx7d9XhBu92RvnsyTNxL44KADFD-pLwhdgJi-2c,1651
120
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=GPjMDUT6YmePnPIXPwi8-EFshFCUtGu4OGUi4OPXzyg,771
121
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=vvF7I3NzmRYQWy8cfvrHEPKAx1wmS4P8ocvUV_n4Wxs,812
122
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=yBSKUYn8c1ka4girskYQDJ_LW2uQE2tiKPUUQpe-MV0,1114
123
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=UiM9VXUTCX4U3gBgivf-O2_OnTkkSLvGC9dnqFk-_Sg,2021
124
- metaflow-stubs/profilers/__init__.pyi,sha256=7c_AKFStcizY7ZmtrKRlT_t_Itqs_zKi6gpAnK16HdQ,654
125
- metaflow-stubs/runner/__init__.pyi,sha256=TE-GIVtK5ygKw3wmr8lL0oqCYNAEMgVR1CzjaMhy-_8,453
126
- metaflow-stubs/runner/deployer.pyi,sha256=NzAdE_eVjLaldKXLc1gDOYnDsrg5OmAKMBEadOj7eYk,13169
127
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=S-zdNnQJLQ0wNtgxZky04EtxVSgMTzZdX6LusUa_iAE,23298
128
- metaflow-stubs/runner/nbdeploy.pyi,sha256=JUP4OZdsv_RrlYIvpCrwyqFD5HyhC1OLVhP8vka6BTY,1849
129
- metaflow-stubs/runner/nbrun.pyi,sha256=UmKTc9BrgM_dFoBUyLCIAShlsLHIKSTZ7TNNIvDSAX8,7548
130
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=k934GpAKwFbMtz7poktKNUx68VksETml3qtJrEfaR60,8577
131
- metaflow-stubs/runner/utils.pyi,sha256=z_Llj64HKTYAiIkhhSXvf1eBjQVicwdcHOYpS7fsnSg,800
132
- metaflow-stubs/system/__init__.pyi,sha256=xKJXUJIKJE1tKKHfFwYPLKBRDPiHfRQVicETodcyy2k,3383
133
- metaflow-stubs/system/system_logger.pyi,sha256=efGWDb1r65aZi-TQOs0dS56FqNzZ4PBceG5HiBCvVno,1876
134
- metaflow-stubs/system/system_monitor.pyi,sha256=V-GoVDkmmNeI40gxYrcGftnWgaeBgKSbprcCSyru6zQ,2017
135
- ob_metaflow_stubs-5.7.dist-info/METADATA,sha256=4lZFPO3EjNYhnNNBxa0TlHYIdVTTyFKZ8qwWosP0nDY,651
136
- ob_metaflow_stubs-5.7.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
137
- ob_metaflow_stubs-5.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
138
- ob_metaflow_stubs-5.7.dist-info/RECORD,,