ob-metaflow-stubs 5.8__py2.py3-none-any.whl → 5.8.2__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 +506 -506
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +2 -2
  5. metaflow-stubs/client/core.pyi +6 -6
  6. metaflow-stubs/client/filecache.pyi +1 -1
  7. metaflow-stubs/clone_util.pyi +1 -1
  8. metaflow-stubs/events.pyi +2 -2
  9. metaflow-stubs/exception.pyi +1 -1
  10. metaflow-stubs/flowspec.pyi +3 -3
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +3 -3
  13. metaflow-stubs/metadata/metadata.pyi +1 -1
  14. metaflow-stubs/metadata/util.pyi +1 -1
  15. metaflow-stubs/metaflow_config.pyi +1 -1
  16. metaflow-stubs/metaflow_current.pyi +27 -27
  17. metaflow-stubs/mflog/mflog.pyi +1 -1
  18. metaflow-stubs/multicore_utils.pyi +1 -1
  19. metaflow-stubs/parameters.pyi +3 -3
  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 +2 -2
  32. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
  33. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
  34. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
  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 +3 -3
  42. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
  43. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +1 -1
  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 +1 -1
  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 +1 -1
  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 +3 -3
  60. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  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 +2 -2
  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 +2 -2
  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 +1 -1
  71. metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
  72. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  73. metaflow-stubs/plugins/cards/exception.pyi +1 -1
  74. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  75. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  76. metaflow-stubs/plugins/datatools/local.pyi +1 -1
  77. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  78. metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
  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 +2 -2
  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 +1 -1
  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 +3 -3
  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 +2 -2
  102. metaflow-stubs/plugins/perimeters.pyi +1 -1
  103. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  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 +2 -2
  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 +1 -1
  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 +4 -4
  117. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
  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 +4 -4
  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 +1 -1
  132. metaflow-stubs/tagging_util.pyi +1 -1
  133. metaflow-stubs/tuple_util.pyi +1 -1
  134. {ob_metaflow_stubs-5.8.dist-info → ob_metaflow_stubs-5.8.2.dist-info}/METADATA +1 -1
  135. ob_metaflow_stubs-5.8.2.dist-info/RECORD +138 -0
  136. ob_metaflow_stubs-5.8.dist-info/RECORD +0 -138
  137. {ob_metaflow_stubs-5.8.dist-info → ob_metaflow_stubs-5.8.2.dist-info}/WHEEL +0 -0
  138. {ob_metaflow_stubs-5.8.dist-info → ob_metaflow_stubs-5.8.2.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-04T22:56:45.031196 #
4
+ # Generated on 2024-09-09T18:18:13.674797 #
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,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.19.1+ob(v1) #
4
- # Generated on 2024-09-04T22:56:45.030842 #
4
+ # Generated on 2024-09-09T18:18:13.674341 #
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.19.1+ob(v1) #
4
- # Generated on 2024-09-04T22:56:44.986677 #
4
+ # Generated on 2024-09-09T18:18:13.628675 #
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.19.1+ob(v1) #
4
- # Generated on 2024-09-04T22:56:44.993158 #
4
+ # Generated on 2024-09-09T18:18:13.635429 #
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.8
3
+ Version: 5.8.2
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=tEo37Hdkcc-IuXhchMFZhp2SQNNM4eiKpTIc_qKKtNc,97261
2
+ metaflow-stubs/cards.pyi,sha256=TdLs3KJYJH-yH1kdCSOGwoM0s0_9zYO51OVaqI0WXtg,9422
3
+ metaflow-stubs/cli.pyi,sha256=9eADVoAL4_SDfayEQ4I9zMCHYOSRTGwL3RE5bvxqIrM,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=yv-5BP-JCezuaI4_0K5UOeqNMEuqvBPhpO5yehYpo9c,1090
5
+ metaflow-stubs/events.pyi,sha256=yEEJ6xmAieGrtXciwZdkSSKNxn_zKR1B3X203rT0i8I,3405
6
+ metaflow-stubs/exception.pyi,sha256=OKP_wpFobSBi8j2RU1Xs5gVN3y1hmeHNNMoR_eC0ZMU,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=Wn8fIbIdpwOCBgNLa8IHi48WoZDRcEH19KZKGFS0ubc,10480
8
+ metaflow-stubs/generated_for.txt,sha256=gtwHSzHphs58xdisxea4nkr8Xq0npd__4e3JCYm4bVc,43
9
+ metaflow-stubs/includefile.pyi,sha256=5a4Ns_Auqd3zFzzyNQv0nQAXHji5HmhJPgmJBaJz5-I,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=3_2c64h2xhOxOvrkQLbbe8ITAhMVEiDV9QCsIF31KVE,4846
11
+ metaflow-stubs/metaflow_current.pyi,sha256=9bHhcasVRq3-XkCn6jVJMxrfYVfgpT9doWJOb6q9x18,9224
12
+ metaflow-stubs/multicore_utils.pyi,sha256=nepF1anTxdQu8W2Zl1mBA0WWggyF9O4G_wJfD3V7QGk,2369
13
+ metaflow-stubs/parameters.pyi,sha256=BR07HxxPUXPEllEZvAcb-hyYMiXcwkEsdXsti8qn0ys,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=p7P3jEbW8LinPUXtgF5AGu_mam26AAG5qHz82p4Rvgs,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=8JaAS0N2z6-moUMi07ErB0iLA5gfiiK4NfhHZd72KZM,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=LJuBOsc7c_2L5bRtaJisINO2cHojlsT8Wiu3xscT4SU,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=qSpe3lbNVdZepfYROd8B04h79v43BIGtXUWyIVtw_SU,562
19
+ metaflow-stubs/client/__init__.pyi,sha256=_od9AP0BEWfZqZJWLZ4PP2gxTeMqvMoWaCCid2Ig5Cg,28941
20
+ metaflow-stubs/client/core.pyi,sha256=fp5fqVEvKjvMM9UInfYVPDOA7Ot9rRgT8B_OhVKKwmw,40855
21
+ metaflow-stubs/client/filecache.pyi,sha256=hGEo3qfAnzrqzeOTfCJ8NcQHS3uef23IiACiogWLjfU,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=KdOD2VH-SMbapoyt3xh_Q_MgloCUXNoSqUEgdu2tx1Q,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=JURSYWbH2Otdqi3MjgkmjGww9dCxFEy4swMSLfPIK7A,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=C97dZmxSOUbqxZk5E-w_sLZQkTGzzXliUXri2jXixvc,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=d9W2UCuy8mq1cSw5rL7Jz5_eG5qqD-uX5MGl3m4d49k,5998
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=3E1bfjYCua0zrr8bz7lfhgpQdjlppxsNQZ6luyr5Ytk,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=ppKeXTdVm-n-3WL1vNk9dNsIGY31yzPBLL7n19Lx16k,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=k2YIrDG4TDiX6XPU3ptEPhJpfEi_hkOLI9tb9-H7BDI,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=f9d1eGuhAT_Zx1I1JAxuWgOBhnLml6S1FTJNZXCE6aE,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=KyC_NkUarw5kkiUMFkzxHnFvd7BlLFxFNYI6IukQ8rE,1220
31
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=_o5nX1_oYNyS05XhSJmWVfzJ50jSdWX00bigE9-Wir8,1348
32
+ metaflow-stubs/plugins/package_cli.pyi,sha256=_U0L8UVRh8Ln01mef2in94YyiOj1qxDeG8XXVQVg-FI,453
33
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=cyZBR0UWGLI11JqFu_X55-YkPl7s7xvzNEWL92Rc_W8,2457
34
+ metaflow-stubs/plugins/perimeters.pyi,sha256=gBO0vLREV4OTWTO4y1Xjn9vXHWzya69vI73Xwjs8Qbs,804
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=cbDwyBMNQWucMA_GmQM7q4-cMLZpfyqPguMQYrxXkCc,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=l_XyJdKdg1oJiAjbi_n6tAsNfAU-wBf-7l7SK2j6QQ4,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=wbnDWGYSBxOf9paIslFGGxqx0Yh7fiYENLNwQ0A_nVU,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=wFf1VlfMxmUO1Jk4d_f-QcglolW5P0lUPRed6xWfzJQ,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=TJdf_VyQOxJs41rfDvf0X6e8At38HodMyiyI25ttYkk,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=4LrWdQviKK-Pc92w7xdLyJMYCw8DVFR_RHGg4Oq-Y6s,2325
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=eAGu84-Yl6qr46vNX_G9KEBSAaTIONRRChDStwiXX_0,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=A7J9dST-E10rh4hbJ3c8QMUWTFuscnpz1ktRNWRvwSM,453
43
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=zY67fGDuxGRDnYyh_K_l5m4wcoDxGWYFANHphgP3Oxg,3053
44
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=ifVIjMwbyELDY1j5uvyrOQ6cneRwQOjHur_7mQv5v6I,899
45
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=HXwnMhjvw6FpaUedSTk04gsiwDDHurXojQnJ6AMM78w,959
46
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=F2Gh7DWEm7OqeR1459C8tePVqlyKjAvplriQK9yxiJI,1834
47
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=fwSeKg2Frpsurs1XEwWxQlkeqtAnYVw6vM2toKmvYZY,1697
48
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Af1a84wg1FQ307J7gda1U6fZNhZtBOez-GpyEMbvdyo,1617
49
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=sqsX1Dyd83nu6VyHA4G_CjhqiohFj71WG8rM4d2_9OE,453
50
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Q1DG-Ml5-uPhentgs_RIdRVneUv8PyOcrWyUd6AmSJM,2405
51
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=egF5Xqrf5o79KEAfPtJ2aOscozWIw9Lh64JlSC9St9Q,2782
52
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=GPqwf29Y3TXcK74H_Dy0RuaJzr4G5CEj4QpD3vGGlFM,16023
53
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=MBsKxMGCMJmsCKyQLTkmRoHtzlfeWFK9uOrPiyFXFrw,13386
54
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=SsHvUVvCTnupg_3h53G7ZMv91lBe2niACi8DIMGQhAg,13987
55
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=hhJo2ZrQvY73IWncH7McKvavoc1MdvLq790h4gfCFaQ,8696
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=lcZ_p86ubcAdFg0gYmVtQhCI4JSemo95AXIelUWOGMM,453
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=LmgVy9zzQJZ1a-QZtUyXt_JL4QOeDiDoWku7y3cDVLg,829
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=75kSKk1HRyTRkVBJsTKZ-GXHeAxzsC5-1LVk3AUSLRI,3139
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=FsyxhooRWlCekAAXyk-ZVOl4bpY661o1lFZBVnqf-78,453
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=3xGWWK1RfPSHHNP7_Q0gwUc_2xM96-q31vtUYt4uq9c,3606
61
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ji77bTttEHvBFJ7v66dYQIsDli_2HxLrQ1pmxodMX3I,3742
62
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=wc0ZRnihK0bob23jYct0zT8NDFP9ZPJB7VSJaNVRtSY,4734
63
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=-YWhmw4x_A4_4otyKOmsjuufJApKx4acuFaKJBTg7-w,453
64
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=n7uy92zhP5wRY6L1fXo58l4M1qqogdDKKlPWftfWffU,3226
65
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Uswflg7OIBNvnDSsdyInSQba70qXh2osC2VRhns_kgM,453
66
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=VaSpdnU5uv-MhcTeGx6suDudt8v4qSf135AzCSm4S7M,798
67
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=UTTIJOZvIrmzOYuvdtNlbm0ji8eVyhl5nx8ujnM7zXk,596
68
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=XuWWIMv3UaXu2CFDf3cVdV__j7HcCjTruBWD94ydzE4,720
69
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=tm18ogl2RV3AHKTJvkJalEKSc8T2TsoFzKvu5tD1dI8,6526
70
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=nePCh4H6NTH2b-pAaIgTvtzMEGCLQWhS6nu1KUwtrZ0,1085
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ZyBv40P4qiTeEhYe9YrtX44nx_uhJj9ZGB7S12Uyr_E,7938
72
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=wZ-g-WLh3dY0ZjQLSczKI4lcESL5W_hfZfSzCRUGte4,493
73
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=HshmbwPtL0IA491IJ0NhEQSJ8ebEW0QfOixwujjdrRg,1067
74
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=SgNhRORDCHjpqi-U67YjHMszGVKpJ4HshxkB9nEeZwQ,975
75
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=OLxlaAtv86ZlD6m1G80JhIsvnr1iWf8bWi8DMKPm2cY,1933
76
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=brJlw-gVi9AWUYb2eci-RHYa7SBa5wGmsho8nK9OSHs,2513
77
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=davy5kji1QqkOhEkfSUzweYxfRKeL5NOPGymipI_kgI,1782
78
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=9ThEUKEgkgI_KiiB6-LRzNkkLhqM_IzrBNnHn3V3W8U,1748
79
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=_y4zPSWHEXYtq08X5ssoETqy09_CRPAsmSXDEhh3Qys,453
80
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=TEyeJYt-2AlYl_o55l9CZWVSFeYzZlINUYgAysO4KSM,18088
81
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=xi3dFf153mMJyU9dHcgEcIO_n8jKSKUHBUNXD2E7lKk,5396
82
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=0H3c60MVioeX6B50QVTN-WOi-nLDz8rOKzagachyzQw,969
83
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=7CtDT5C0R4t3cEPlwSIZ1szIa7Nz6DwsES-S99wdPIs,2942
84
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=wG0zQjtwj02c3FXZtzBbQJfl-CQnTAI9BL-QoEn2nx4,4258
85
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=hIHIkpXqr7lWJEHhDnVv8prqrevuJFwMvACkjQkTOAs,1975
86
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=EKw3exixzb0h2LzXK_2UF_aywNIWfG6ENogNm99rYtM,6789
87
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=uKf6APVb0ioWepgFSUqP-zfksWlhm2KhLkheaDBJrOI,2244
88
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=cH78kzc5dVvpIrlX5ocDkhDTV7JKlW0NXtL1DZkVT5g,1871
89
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=y614tJPPIphMAgRjRujijtsEbHwW2AaHE2DAp5tIbYc,7858
90
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ZliP0w1BqSYBmVivqINfiEQBD957N1qSKcxjmPQy1Vo,1816
91
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=kaUnbXapElp293hwIS3rbB9NVPSCABePIOT863PWhUQ,7674
92
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=HZaasD5JwHvMCxaDjRzgE177A9ieVSZbmD4846Y9yYU,1313
93
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=b-m7yUBEtm0u5i3eS3cQ9ywTHzNAXgouBCux0aW8vLY,951
94
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=E35TCIPpvrfPmF9QP1kKzAAk8Fc5L3ttxUiSaDVjK-o,4629
95
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=qRyyomP9yqDz97nP8R13lGyQ9kjXcC5QQcPfST0gdQw,12909
96
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=2ix1EGMb-idNEYZCE9hgRtu-pEJCsIdKJFfTfENHphE,2193
97
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=zZbb0JFH1eHcgecp3784a194K11rzm54IbanmCBzA14,20310
98
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=XbTuJW9fysTtSDqJugxA0-T61SMrjZugt2Nr0pHyaZ8,29154
99
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=zKYPWcCAozTj1ScV-UZUprna398RivbDkqfd61v8D80,965
100
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=2qdnyIxogYuq7bu8pRznp6g7rGQ1cM-BFJPZeoFJFc8,1123
101
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Pz6_Y_2lia_fVCqOX9UdL4TVLgnhhQoYvJSVBhpt8Ew,453
102
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Mw_Xq0nT1ysicj0F__cDzD3CqjcSfjRnHv7XaMF8nWg,1787
103
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=8BNAs4J_pwVBgMdmoea3EMlBZiXRydzzLmIDIr52znQ,508
104
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=dnWtxrZLqDH1ym1w9lzK-M43YIsh-LkR7pMTdu9pOBw,3090
105
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=BzfoHlqO0ZiiSzZXTCKAkSojWK7u6SC-yZEXJRgzTmQ,772
106
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ikazDAK2B6E_bJcq0-PFhevctbUX_RxHZFfJJov2FHQ,798
107
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=2iK6kFgkAuNXz8W-l2pkO881dZQcs1dkkbndVZCgZ0A,1184
108
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=BY1pRp70HxW5PXMqO9cl6Z1b4whGAqlEf79As2eRJ44,1722
109
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=skXaehQHy6w8bTINEE-Ymv7WkZkyP9AOnbASo6OqDJs,453
110
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=kHMHja9oWRy3tYLVa-k2bv6_vL2ckcTpiJcT0t8q1Ik,4377
111
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=YpEO6R32X289o2P1u6JISTsFoIuMMM3Lldb-Zi6HZi0,3758
112
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=S9kfithaOXoKpGIt1FyrPvYxM1kmYzHnKjlgeU093Sw,1022
113
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=nd1qS7A7gwNLMC_XOcYyzegTk6RuckMVhpxTaU4Aij4,5053
114
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=qZthkpU7FAoyeFKzGPEjIqjRSwveVQLKBXYGeCaupOM,4816
115
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=tLW4GWMFO7eFl9fuZKRQYh_7y8oK_v_DIv_HJJkrsz0,627
116
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=rKtRhwoJeziDElhh9qa4MNKGYNYyq-Ok0_XIF2kxnxE,2188
117
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=gRsLI4MrfUIJvhy-_iEkhwcvD6ezck1o10YdiPAOpYc,2333
118
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tbqGwLMS7wPiTN8v8934rUCjbZ58h9qp8eBPfHx2pnI,1130
119
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=-rPIwYsEIdB1GOdURgdWxbgXE-_Anq7zfwPifAax2cQ,1651
120
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=hWHyWNrgWRUC5UT9aZAGDkMdARtloUjfLXq9X8IOG_8,771
121
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=G0aEgiA-Yr90Eku5gjgMpSFNGoayjMOHFcCXnDQDMQY,812
122
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ObPjNjWlkTsM5HV92kJq7ul51tIyb2LqQ6TmpHGK9EM,1114
123
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=LK5AqnvnWbHtWH1SXSZYcypADGts6-wYcqkPnreRCGM,2021
124
+ metaflow-stubs/profilers/__init__.pyi,sha256=HGhtwhCtUSn91jbytWZ2xXvwG20dM_busO9NTJ082TQ,654
125
+ metaflow-stubs/runner/__init__.pyi,sha256=wUiqQs3VCgWWzs1Tfy1lROCAQOaYkQEm4dB_c-lvGu8,453
126
+ metaflow-stubs/runner/deployer.pyi,sha256=hTP5i-JVs5xIwTZaybpdLnzS9ajFm9gj4C1CExNL_lk,13169
127
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=55Bm6iPONmuY6USlAQ67uB01kPoYoBqjqHFEOkyFVgc,23298
128
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=s5llOS2Om5VFy1JLWhay8tCCsEOvTBdeXFDsAQ4SmpY,1849
129
+ metaflow-stubs/runner/nbrun.pyi,sha256=0Q3oq2lTpJBHVTcBu5E1m5bQlRyR5p1EhC7BJyIoMNA,7548
130
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=GZeB7URHrnCU4xziQ_1r2RvmefDE_QaSB2UvSwFS4Qo,8577
131
+ metaflow-stubs/runner/utils.pyi,sha256=fOKvam7G19gB7DxEAuftGz50CjCxEw_dUxfqyvedk08,800
132
+ metaflow-stubs/system/__init__.pyi,sha256=gKZL8RRJUnbOUP8CHyxIOIFvMUBou_6RnzzdT-z05Vk,3383
133
+ metaflow-stubs/system/system_logger.pyi,sha256=4iKzBBrQnMiA3_pE4xSsT6RMg7E88tlOP-VeLDZED0A,1876
134
+ metaflow-stubs/system/system_monitor.pyi,sha256=8rMvXBgmZovEwBd2aZEH-JDIFOrLpeAwa1PqpBff010,2017
135
+ ob_metaflow_stubs-5.8.2.dist-info/METADATA,sha256=P1AhX4IYOV3c2QaWpTsVTyBGGeIR_2P7zrJgCPfv__8,653
136
+ ob_metaflow_stubs-5.8.2.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
137
+ ob_metaflow_stubs-5.8.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
138
+ ob_metaflow_stubs-5.8.2.dist-info/RECORD,,
@@ -1,138 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=3TTJ4RbkMedGOL5G-mxO13T0iIZ1VH8OlfkgDURhZD8,97261
2
- metaflow-stubs/cards.pyi,sha256=5KtRCEiyYRSkokPVq5bUwLgil1VQgjosTSq2lF2RoVw,9422
3
- metaflow-stubs/cli.pyi,sha256=kbbaJvRxq_QUvaEq_SWGdrK_HtOMj0_668YKCZIHRww,2970
4
- metaflow-stubs/clone_util.pyi,sha256=C2VA1QMSPBPl2EH7DFCCWZ6KsBMCs4IBlJTiO7JM2Lw,1090
5
- metaflow-stubs/events.pyi,sha256=a_VHw0KpZXoboL9XetGgbCmtIkl0IN9oeys8CAoydZY,3405
6
- metaflow-stubs/exception.pyi,sha256=MHEnvgkdmS5aYBl-dIECpBNNwQi9cJ6jG0yDyTdchAE,2524
7
- metaflow-stubs/flowspec.pyi,sha256=Ifp8cSMoxjaK-ZMe1FCtDWNNUCRhb39DcFWHxBax2vI,10480
8
- metaflow-stubs/generated_for.txt,sha256=l6KEf18NKjLxXhkuDFulFS981gOuy9umaZ_ArSQOllw,43
9
- metaflow-stubs/includefile.pyi,sha256=_iJmvEv32W-FvQrQODX7C3Fy2EUFvDNw-42M74MjB1U,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=ylz8-mygHcGbR-laAw_uyVVAk7Z8Msel2LE9Tav_bfs,4846
11
- metaflow-stubs/metaflow_current.pyi,sha256=yS05MIGx7LU1eK95e1zFW_S5B6v-N8UW8BSK0lqTEJI,9224
12
- metaflow-stubs/multicore_utils.pyi,sha256=Hjr8qoAKUY-bYtE7kNVwqTlQcUh0yqr-9XTB1GqQcSQ,2369
13
- metaflow-stubs/parameters.pyi,sha256=v6AUctWVI4d95vChvIMQl2BUUWE3k4HVpeF34ZbuTAI,3710
14
- metaflow-stubs/procpoll.pyi,sha256=ymfbIDCKweE35pf5JbJLptW2swzcmgGryHeF8O1wQNQ,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=_0GffCGWU_o1iapmdbW1ARa5_5AhtRaO1_B7J1BdR-8,972
17
- metaflow-stubs/tagging_util.pyi,sha256=NQrLQIpEusRUlX1SPrBvU3pNSf6dflTfHuAR6Vqj-hY,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=i9bHWqg91cTWUEFSHsjr8mtEdP69JeNuDxxpcsT10iw,562
19
- metaflow-stubs/client/__init__.pyi,sha256=XSFGUUXWbjfiEHnyxevZKNkdd1Y6eNfrNskKVtDxpMc,28941
20
- metaflow-stubs/client/core.pyi,sha256=ojGTiQU4dTpuJcsogVp4vyOK9jHLqbN3_Qbh9YPiLzw,40855
21
- metaflow-stubs/client/filecache.pyi,sha256=xcl0UaR_dN0WJFZ831rmzA4O_kbJMTDVUtBYNhB6Vz8,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=J3O2t-Gp1-94RyX5dd28XicxpntQjb4t1rB5hNltNMQ,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=Edwl4_xd5yesBJqzdB2drzfbdu5ihcGMGe_rgEJuJ8U,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=mLTAEAdSnSRc184bqi4GRGJojZLxkIzI2lfWlmTFbN8,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=k2HBoCJHcdrAVa5NhvE5NdcKiEP-CEal7uWBKHehy7c,5998
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=Mi7L_e1ZtcTJiHJHhK_wSDQAM-gEImNNZ6K5bcYhLds,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=lftvpShlq8guX2WCL_GHGjfgByBXxTtfEr9ia98Y_1U,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=dKJmfCrmbn-pP-oEiJA4rJNhEwU7wRD-XqqANmghx-8,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=WtmU1KaMWlUHVwKQJ1oUvoO_DYg3eD01XqopYKtIKy4,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=_TW2idGwRVCFNaOfj-bYuikJoynJRCIE4vTXT036tmM,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=zaBoHvxMDaBVo6bkjoyd4kpNQnqQl5MCfNTVtJtsgx0,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=GkseS0_BFEscJf0jy2FW9U5oy9yQvu_fXleD1wMlC7s,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=rMcRqfjQIAp4_ecOG2gL5o8rLhNHxSBd4_uLLF4OlSA,2457
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=lu8qc47c6rg88_2Su1C2X7yD25Tr5gj6A1Vi-lp76eE,804
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=zch1w_JMK4kHZZ1KHixQaiCn5KF7Zp_ECwlaUXORSC4,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=QOgKrhbLUMo3Z_EEDlFeGB0cn76iI15UxaxuloNR8WQ,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=jC5BbPPzx3NVcZsbybSTp_73NvDb-soKXA8KQsVXcTM,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=VQacBQn8ckPm6kp3wz0woq51VJggu4Fh3Tf9aAtwYis,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=_8_8U8kNk9ayCumPKpBUHV0uMJ4HGX-gmXVyDrrT__U,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=MqI5MJxuuw5aB4hroKeZ1gjTl4yM2NhPg2e28gggYYo,2325
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=nuall5TgXPP38gGa7ok8o6F8LiGU4Au4h3IyjICYWAQ,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=WuMciCMp2ZNbJnP1IHur1_upGLgsWX-Jj-KM8Php5ro,453
43
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=PgYYRl2T0-EciFAHAC-arCAFQoaH4Sp7k0i6yu0zv_I,3053
44
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=p1WtD90m_CE5DiCsaXw15ab_hOu_i9gE-DbEDaCWFlI,899
45
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=RoLjMBtvmPQjusbkF2H7jAyW0sPp_ZOhjbmCLym_qDc,959
46
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=-mbywmmUpwlYcNT-SOQogRQ5xz17vh9HWoWselni2ro,1834
47
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=qfGhaLPoH3WlawP7bmduunMRs4fLafiqerkLjNg4Y0A,1697
48
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=FlVUJAyiGK1xKKKoclf3xtM7PRtd1iSIX-8l-5dIv9w,1617
49
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=kHzXLpoCkUnjLDvzXfrEx7FeEZni_Nw-zawc7VDJu0c,453
50
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=kdAqNp5pJwrIOGn1lU3Kx0st8r1S5gdsVOFrqCbgiKM,2405
51
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=REFjsN6-MsnnKILfue8WlAsx1UswfAsV41pXnWCt7eM,2782
52
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Buxc6S6gBIjFLHiDkrdi7TFxYqo9z8EfpvWw8ZbIEtE,16023
53
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=bJpKEOMeRHAejpETISnG08zYzN6V6iYhk8VwdHVWStY,13386
54
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=cggLRsgJeCVZDK6gIjEMGMQ1rmKzqRn_zBi4mHx1lSE,13987
55
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=8ARt4JS4lyXkNn3vLAcaXHfwCYArtTfiO-mJJxHJYuY,8696
56
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=qkaNCh7bjMm4Jn1MPGKCRlvu-PsKOSCnIFKNIfqsgvk,453
57
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=CKH-3yN-VZjBuaRgGEI49EaI1ko_DYR9HH9aT7UHSdM,829
58
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Bbbjow6I_WwLFdh7q5mxEbnXKCTtg0Hckjr7UM89xZM,3139
59
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=OyNLY-8fAkhuvNUmyRzmwwajhultBHPaY86pcVFh_bo,453
60
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=tInrneUmgBS1rUbEx1XReS5c7VLINvdNZalQPOTDqFc,3606
61
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=JOzoc6HiBQgUxnSXy9AB1Qv_azoWprHP6KXk2Sdzi1U,3742
62
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=cwQbOpY14eWao-GrJcz7BqqoYCl14B4m7afyl7nqgkg,4734
63
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xi4PgXpssvZ00RJP2Mkr0uIPyLlBuDmFu73Y05i_Jok,453
64
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=RDmJ2lBozfj7Rv7vx9_zp7Zb3SENLKe-PJu1Mw9CUxc,3226
65
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=8QsXZTXPveK_XQdTcQwQ1tqU7MIQ2nBm0fFzXGGrAXE,453
66
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=uAIgKC63pTlFzxIR-GU85w73aJCbQmmiQ0XpIKkIDJk,798
67
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=JdpHBCmCyRLfTQ8LRDni1m6NCbLZ74aloBNLOAogCR8,596
68
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=bmZZWm4qgKdpqIV_W6Tgn4Lhg8zTcz03I4VWDliRZHc,720
69
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=52yr9ajeeQD-Izw54X-azfZVfxCY5LVsuANkaX9gBP8,6526
70
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=huUsoy7BbDYmIWKtcN4kW1Ljuz_9DJx1ka7tyKJgEMI,1085
71
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Bzw_Ku-PPFefME02vPchTKg_c1MH9NmbitxRQrVj_Kc,7938
72
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=NsUUcUWvW_cYXiaCpBeIn_ai0b-2CQVdovC7pSwuhCc,493
73
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=L939EQPezCz9Y9lYWXLT5CR4SGAsUcN4_Xc_X0WP7r8,1067
74
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=e8ypEduFvt9R7kW_sD5La1-1BPLfcNeOhC17BTSGon8,975
75
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ihM0FpDVJ-ox2fl6irjYH4GACkz6L4si6T9Io5u8wM0,1933
76
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=y1XpevlRC6BqrRyTzIT3VEowpF4it_3OEMmSmuaOdMw,2513
77
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=5YtZks23PWlnDvn8IoDXk9RRT9bhTpXzKuok54aOWxo,1782
78
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=SwF4u6vvdBm6-1Ah3jDHKVk8n8AKtUqsFC3hlC_HX34,1748
79
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=2fQIYIlpBHWGH_5-PVYR9Iz6NfIWDyIJzE6ZeKHocoY,453
80
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=T3fyI0O94JkOmpycdbqEmQ7qUe7-fQaCR4YtmIeTU54,18088
81
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=OG6PsSOHxNv5rbNuf3tW5TTDR_CJUYJtmZLG0X4YdO8,5396
82
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=e3efTXFUFBhq5bO-QqcoZ1RZ5u8j6VjFjfosSLl915Q,969
83
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=wh--B69OshLvoauP0AzRQpNKnHEJ4bAt4KsNNMiha3E,2942
84
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=n_WHWyjGiCDRWT48WWe9f1TQKiTw1fqKa3s27b3morg,4258
85
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=XsTHB-pM-_w3BYMJcMTZGj0BJdt5ikCRRHfvIDtiVN0,1975
86
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=d5IQHPdfFCPZWRkY--9Tt_3fyrV4_ApZb_ytvkeYrzo,6789
87
- metaflow-stubs/plugins/cards/exception.pyi,sha256=ny-2z5XQ7nry2nsEya7ifywOnFWYuSh59VaNwGGOJ7A,2244
88
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=6iu7to7vilQ2drDcdSMWvYG5c_7Ydg39C0k6Mco3wFU,1871
89
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=uGk5-OyhHjHx7_eAKpXhIh-B-U2HXr6Gfj13OhT8V6o,7858
90
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=tlIrxu4dHqiRvVwfZ6OkYNEoW8HyMqwnRaD_mPKNPMQ,1816
91
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=852BT_ze-MYrMwrPGB2Y7lsIaQwHWFbzh0tBwKzlEU0,7674
92
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=dllpcRC_kIN6r6IjvxjHK-KKI39KW9TFxfLyuaZmLFg,1313
93
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=e7gC1ec-dX79OkpB_IXrsFYrGrECfQeSbWNh0IGhMr4,951
94
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=t1egCKqvUxRUC5_SsWvtnGHtYUWpvh9-mduvAlxLbQ4,4629
95
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=4q1yF9AjDSqtS1gpYdeRsSdepxJi6Zha8t41fvoJhIA,12909
96
- metaflow-stubs/plugins/datatools/local.pyi,sha256=XdwInJbJuABYZuJQT48bqdtqx5qDIfcR89L1N4zUs9s,2193
97
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=trOkyr1BpUZO36Mnvl01O_h3iJzALGBeZKLALdWL-pw,20310
98
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=qR04mbfJ1q_uEFgpar2ILR7LLTJg9FP6z8tkhlfRFxk,29154
99
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ShZrEkeK6stuwXpQp-Ol6ZnoZgVBoq7b_9_0SvPKEyQ,965
100
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1GhrQLLdtKRrVtVrF7EHpsP_BoU7plXfFl9VS-3up6w,1123
101
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=TGXiudpXG68B0o2k82zCTSy5SPWHx6RiOZWEmCi16QA,453
102
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-p7UVXrKy_UWcJNu6c3BUoQiORDoBRsnIXB9zzUYJRg,1787
103
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=1VE6xaGd7OUOKOE6ZJYQlKSv_5QoVfhnNIB5JWoVK2E,508
104
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=kB_N9f9YOUZKKeWbBqt3KCn-O87caoYQn8kT2It4yZ4,3090
105
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=425jWFTvhdmFxnoV4iqx6c9r8cbGNAKCMJMncTgPAWg,772
106
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=gunHbh8qkXAwNQPudO8yHWhp3s_N5VSPFctdH-zj92E,798
107
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=PE5r8elvw3ax8HJk_fvh_krMBzl8f66oT_jMn0bk6-o,1184
108
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=GieM4-ViCxX9uwCisgcTkSaxuTaqGe4lvcRsw5e38gI,1722
109
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=qc4TBgfZP44UkKhQoEE8pXV4k-YFZ4StCemLnxr9tCk,453
110
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=mSkWGt0FpqzpraoyRt8QKhtZVq122-WKoXRGVLDjHrk,4377
111
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=bvKjQDbWEU0ZkUdcqMrjK7cDJXTcG8aThczzYd390ME,3758
112
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=N4i2dCMAq0yJD_Qw030dpBaJBmZHj5a5W9wekNhFiQY,1022
113
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=w4HpZjfP-0WPKS9rvzWHzmL1w3YQ1CR1a2nXAsbYRO8,5053
114
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Cqh6MLcn9td6VadBRkL-ppiuDnglPtlDf0YDNgD8W9s,4816
115
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=sZ5iVDpfoe5i2Ux37aEoYAwvUMuYcHmBfAN1jAjT3mI,627
116
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=gWtcMAmZwzDYjpb_2L_xJOF562jHIH2h01lp7uo5EbY,2188
117
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=nfS7AzCLsPgLdA9vSq_YTtHSIE_pAl1pgFETLNxVJOk,2333
118
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=BBa2ZZ5jcKET8wCxMyQAtLysIBj1X59ZYLJms8Sb92U,1130
119
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=bL_bwx8-C-QhVZzX_zGPKlw_J7D8lDyF4DPiD1VO9w0,1651
120
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=psW42rHxvOewJWxH77_-zv-cK5ySNISORd9_KEaFh8Y,771
121
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=mUPJxRiloCUxjXn6MO6hAxQKj9o7ZWnvYcf_f_31WJs,812
122
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=5k02wbWjSfP8CvBht0eR7DNZOxiHeE2o0d5wZJEkshI,1114
123
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=We1wK-mdc_-wA1iyBrkRDFFQwXFp5IwlrYQjuCDs2G8,2021
124
- metaflow-stubs/profilers/__init__.pyi,sha256=RHwSvKUU1GQWEHk6_Mj_k9AcALT3btzG437BaqdX7uw,654
125
- metaflow-stubs/runner/__init__.pyi,sha256=yKrkSm2siJSu1GP0ty8wiFDurtxm378NBL-VWOUbFLo,453
126
- metaflow-stubs/runner/deployer.pyi,sha256=pxmHpAorCpQgaVdv0jsNUmoPPzBfNRb6l-5X4C90-5o,13169
127
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=mTHS7vIIhgnh6vTobyPZEZW6PP6effmw27gg3FSOStc,23298
128
- metaflow-stubs/runner/nbdeploy.pyi,sha256=fLm9WIIfvCgOlXMDejqFwGpmy6TvbeG11VsiW8H_gUY,1849
129
- metaflow-stubs/runner/nbrun.pyi,sha256=aLU6JpI_-DbKfvYCFlFs0MvSjgyvHy1IjB5-BiHA6H4,7548
130
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=5EOp5iM-R1gzBsUSqow9P1R_-HnNrydbBfb6NrDQvQk,8577
131
- metaflow-stubs/runner/utils.pyi,sha256=IUWNmpX1eA3IRofpZ-YF-OGYttfb4AMpHLHkqikPMsk,800
132
- metaflow-stubs/system/__init__.pyi,sha256=0dbd8a-rHNszS1F690m5cZ7wGxzmeNIjK0phmg5XP6Y,3383
133
- metaflow-stubs/system/system_logger.pyi,sha256=cf0oz1-m-bu1Qnfa1vgRY0aQI9ViPsl2pzqTyPXfeJw,1876
134
- metaflow-stubs/system/system_monitor.pyi,sha256=o2ih2_tDmijXAqTrrObJcU4eAzHNGYrTNAJ8vFYwOYg,2017
135
- ob_metaflow_stubs-5.8.dist-info/METADATA,sha256=wQhXXETTp6fF8NrTzdaj8L04yH5YOyoRbOOeFPJhhG4,651
136
- ob_metaflow_stubs-5.8.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
137
- ob_metaflow_stubs-5.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
138
- ob_metaflow_stubs-5.8.dist-info/RECORD,,