metaflow-stubs 2.11.5__py2.py3-none-any.whl → 2.11.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 (132) hide show
  1. metaflow-stubs/__init__.pyi +474 -462
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +4 -4
  5. metaflow-stubs/client/core.pyi +6 -6
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +3 -3
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +4 -4
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +5 -5
  13. metaflow-stubs/metadata/metadata.pyi +3 -3
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +2 -2
  16. metaflow-stubs/metaflow_current.pyi +5 -5
  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 +3 -3
  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 +3 -3
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
  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 +4 -4
  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 +4 -4
  42. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +4 -4
  43. metaflow-stubs/plugins/aws/batch/batch_client.pyi +3 -3
  44. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
  45. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  46. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
  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 +4 -4
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +4 -4
  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_exceptions.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  59. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  60. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  61. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  62. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  63. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  64. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  65. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  67. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  69. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  80. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  81. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  82. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  83. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  84. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  85. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  86. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  87. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  88. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  89. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  90. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  91. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  92. metaflow-stubs/plugins/events_decorator.pyi +3 -3
  93. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  94. metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
  95. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  96. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  97. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  98. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  99. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  100. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  101. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
  102. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  103. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
  105. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  106. metaflow-stubs/plugins/package_cli.pyi +2 -2
  107. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  109. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  110. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
  112. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  113. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  114. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  115. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  118. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  119. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  121. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  122. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  123. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  124. metaflow-stubs/procpoll.pyi +2 -2
  125. metaflow-stubs/pylint_wrapper.pyi +2 -2
  126. metaflow-stubs/tagging_util.pyi +2 -2
  127. metaflow-stubs/version.pyi +2 -2
  128. {metaflow_stubs-2.11.5.dist-info → metaflow_stubs-2.11.7.dist-info}/METADATA +2 -2
  129. metaflow_stubs-2.11.7.dist-info/RECORD +132 -0
  130. metaflow_stubs-2.11.5.dist-info/RECORD +0 -132
  131. {metaflow_stubs-2.11.5.dist-info → metaflow_stubs-2.11.7.dist-info}/WHEEL +0 -0
  132. {metaflow_stubs-2.11.5.dist-info → metaflow_stubs-2.11.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.11.5 #
4
- # Generated on 2024-03-14T18:36:24.907900 #
3
+ # MF version: 2.11.7 #
4
+ # Generated on 2024-03-27T23:22:58.023040 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import metaflow.unbounded_foreach
12
11
  import metaflow.decorators
12
+ import metaflow.unbounded_foreach
13
13
 
14
14
  class MetaflowException(Exception, metaclass=type):
15
15
  def __init__(self, msg = "", lineno = None):
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.11.5 #
4
- # Generated on 2024-03-14T18:36:24.909353 #
3
+ # MF version: 2.11.7 #
4
+ # Generated on 2024-03-27T23:22:58.024600 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import metaflow.decorators
12
11
  import metaflow.exception
12
+ import metaflow.decorators
13
13
 
14
14
  class MetaflowException(Exception, metaclass=type):
15
15
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.11.5 #
4
- # Generated on 2024-03-14T18:36:24.904381 #
3
+ # MF version: 2.11.7 #
4
+ # Generated on 2024-03-27T23:22:58.019046 #
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.11.5 #
4
- # Generated on 2024-03-14T18:36:24.904737 #
3
+ # MF version: 2.11.7 #
4
+ # Generated on 2024-03-27T23:22:58.019392 #
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.11.5 #
4
- # Generated on 2024-03-14T18:36:24.878725 #
3
+ # MF version: 2.11.7 #
4
+ # Generated on 2024-03-27T23:22:57.994917 #
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.11.5 #
4
- # Generated on 2024-03-14T18:36:24.902520 #
3
+ # MF version: 2.11.7 #
4
+ # Generated on 2024-03-27T23:22:58.018247 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: metaflow-stubs
3
- Version: 2.11.5
3
+ Version: 2.11.7
4
4
  Summary: Metaflow Stubs: Stubs for the metaflow package
5
5
  Author: Metaflow Developers
6
6
  Author-email: help@metaflow.org
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Requires-Python: >=3.7.0
23
23
  Description-Content-Type: text/markdown
24
- Requires-Dist: metaflow ==2.11.5
24
+ Requires-Dist: metaflow ==2.11.7
25
25
 
26
26
  # Metaflow Stubs
27
27
 
@@ -0,0 +1,132 @@
1
+ metaflow-stubs/__init__.pyi,sha256=YaOUpKfStAPdJ7B54ZaUfbSkT0vlEElNM-gey2tvGew,107435
2
+ metaflow-stubs/cards.pyi,sha256=bpqS9YCBH0B8Z01uRsVhKaRLOl6n5KCb4X5CGEJCsxY,9145
3
+ metaflow-stubs/cli.pyi,sha256=u9CNPFo5oojGDYFs-d8rZeGWquteTx0YwEcF1Yj1IBs,2908
4
+ metaflow-stubs/clone_util.pyi,sha256=e4KQPbBgE2RQXEjBSRp7D9cFX_teJiDC69WV1hl1e5c,1090
5
+ metaflow-stubs/events.pyi,sha256=DcKIc420vHUN4aVTNN-AvYZ05cB9UCXDZKRSLIjO0EQ,3405
6
+ metaflow-stubs/exception.pyi,sha256=b4vHeHt7mSmFc3sduX6Edy-zSLmM5uizfidMRKceKgY,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=txMsQ2fEMNUOEORvLjW1F31u2QNBs_WkR1mYHr5n7Rg,10442
8
+ metaflow-stubs/generated_for.txt,sha256=ClMS4Q5Nmk2Al-0z50wHF3xLfg-r-H5f-mpdHsoBteg,33
9
+ metaflow-stubs/includefile.pyi,sha256=oWdzmJ9Ihp2eX39V9RxFSVdCmUJZJJJ7elaSIzFqoGQ,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=BXzMmryL2mLUQILcAf5lfSu0X7_4iepDvRxJJWQHK2g,4117
11
+ metaflow-stubs/metaflow_current.pyi,sha256=9FULDoDPQOOLHuMdPSAL27uzchUGvM2hgqbv8P0qek8,8475
12
+ metaflow-stubs/multicore_utils.pyi,sha256=f_a4BMfeUDd7fUIkoiOtKzYPux97J2betMGMhscKUbY,2369
13
+ metaflow-stubs/parameters.pyi,sha256=3I_rDY2hP0fB_8dTKAgfG8NliiayZZNSwx-TmotJwEc,3512
14
+ metaflow-stubs/procpoll.pyi,sha256=8mSO7JiI92r-ZIXuNj3T7Cu172I5PPOrkMiWPA-piKE,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=uvNv-7I2wJvS9dpyR1A8pyZNqgrIhqd0gwl0_uP8AwU,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=lg36TdVmNv1bQbNIVFCUTgL3oommMgcMRqdUwf5qAGA,1485
18
+ metaflow-stubs/version.pyi,sha256=sKw1dRNtz2T4JnJUJc6LQK3VVCiMlVX66nSg8u-yoLE,476
19
+ metaflow-stubs/client/__init__.pyi,sha256=l9dnCeUT0beBlFuz2JpMOIsx7oYkJd4qZZxEFnjpQ-8,28941
20
+ metaflow-stubs/client/core.pyi,sha256=79SGn2E705Jz3NtgKUSU2xUtEsS68vYPgLr321ErMfQ,40806
21
+ metaflow-stubs/client/filecache.pyi,sha256=mT2cGFzIxb4J2Yn2UaSe0iwJF3xP6aYi8wgp19Lf4W0,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=mJNYHX-r0KJmjzK4z1Ey5BYQrsUVzkGoIU9dZ27xkNs,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=FLlfvNdox8JINMZfQwk4cmNWxYM_i3if0rm9s2WWpO4,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=coeYt04YYs4XScr10DsvH8JbKU6hUjOA4BkYwyZqOF4,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=YC53yChDXMFNGTdlHZDaFK5EMwEHpblg6w7TPcQtddA,5528
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=WKqkJ09NtgPjnbz-X4f-ho4nCsOxWj81DMWdhNhQkBs,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=17zWfqnOlic1L1awVFhfOYfQPxkxggQQQTyG8S91z2g,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=Hc1QitdlYM41j5AF0h9Pz6Y4F33GrX2pp50UOu_YQyI,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=3P76UjHiOZG6GS5nDo7bQFQXiFMJk6UrwtC8my6Hq9E,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=OBGQ2x-hy-SQEZE8Imo1JSUxd8jqAx3gK8hxQFGsGlE,1220
31
+ metaflow-stubs/plugins/package_cli.pyi,sha256=eM1ntCwR4l0D1fl18KYmLaIUXRoZ7eSLkdyS9b4oPPc,453
32
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Mrcf6_AJtzKAEIIs9-DmYSs7vtfKIhvjQsS90r2m1Lc,1248
33
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=ppZstunwkYC8WvBsHCLcJ9Xe51b4i3L8j06Sf2cff24,1136
34
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=oywsCU3FMRplZEHglB9xxcr1kjgPmNSEa2qLRwMpkQg,609
35
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=WEFrLNek4r9BRTH8rO8G_cYbIso79DqhdtibUyd4wdY,930
36
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=xIwAnMnICqxUy2r4JvSbqXkN3YDwC3Vg9qKISKVRi9s,1068
37
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=G6v8P0hkXovaCqL6p-Vtw-STwhmSVzzwZm6oEymthAo,10363
38
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=hwL3qs_wESgIZ4vxZmzKhp0g3rhtAAcNwWX8Tu-YsW4,1672
39
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=6h--QGhjj3RzUMK41hcaFfOk39cKAhkvUscTmCvX_6E,1373
40
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=LdxJRh3J6DjbH5-fzKpGEHPLCkc6Sql67qim6zKRNrA,453
41
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=EvSPh-0gXQjEGDoW-Mu94-nJqyT2Dc2kO5KOK-N5Bkk,5021
42
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=kCP4Qr-AqsqLFBKddBolPPw7KtkaoewYlvELzu2cJ6o,3221
43
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=CoZcOfM82iHvVRqrhwJuhY1V7Hh8N4rCRJJLe81e2rY,1512
44
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=nFU9pa6RW7xA8ubgVeiPRRjAfMotlEfOmIyIF7aQag8,3053
45
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=HAnVkzQ3705H-JEff3osN1nm_h1Tn9tYFIkrNWU_BEM,899
46
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=-Oqa0WldfdN3duzLzUZMKzDUIDCZIbRGKcoX6dO8qnI,947
47
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=_-cjtFr3xE06vfZHYPGid_M7-X3wAOlwDu1fUYEyYgk,1828
48
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=IxprHTHtQC7ylNv9Ujq3q-hjj3KgWYvJEtcXSxWVkXk,1685
49
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=42qAXaBhUi6jefzTETWFojVpHDnXSpr_3BapJIbkCxU,1605
50
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=R0L4v98czxZtUfalALOGfgGfFAm-TU9iSLCLsxzmeTw,453
51
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=LZJUF5ksWey80eN2zkxMHj42sSxLVXoh_XwjRboLlfo,2361
52
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=4Y1FAh4XBcgNyx6phRYayvAm5jWJPnLOmcvrGqqETT8,2782
53
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zCGdU16YUn6ByZpVo4on0BMH0Gch7w8FOAwV8Btc50Q,14340
54
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=BVA32KKkTArIFbiKwo9TyE18faYT-ntMOqxfZz4MmqQ,5800
55
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=-Bb0lzX68-X7TXPX5Df_t24pR0rH548i5am2VkzhPuM,5870
56
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=EGVyC0LAgWt_kb9KubBkuGJ3Y6igKeQNA5p3pDNBuQk,453
57
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=_pZiJ3n6L_K7EmxiHPPbzeUIwMSX1T4Cfrwz5bl-tYU,829
58
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=2lRWFxxx3sYOT5JcHxcxYZjblPnRfGB1ccLkWyG9rD4,3036
59
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=yECHAHk3eZUmmOejEvEOtbdy9zvPAvYTuvgiGY0IIF8,453
60
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=8Rg07NxdqFMPep9kGYeMJzDymMP-XyRUTPMGHOWK0Kk,3606
61
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=NGZwq6GNNZtxJv0MXqKh9gqrsQSVV2dZQ09WiJWymXg,2285
62
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=FPWVxbstueZkU88aBWeV7AXYPmZc9UF8ksu-G_23ris,3742
63
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Cfej1aBm_PTOpF0ymXzBCW6Dm759aeg6TKzIbE4b85s,4723
64
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=fLrGIgJE73Oobn60wzTatrYQC-rz66Pn_kgMlIwiYco,453
65
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=c7z0FZTh4fjLvOmy7qjda0Bd-Er0Sbg9ovBlNH1VCog,3226
66
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=YqL-UPEbl4-zaaIOyB4rAZ-8c5d40tU5hrw-GhH9Pls,453
67
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=RR65Vequ2hG9yGLKVtJ6633o5AvkcAVhPoPHQYsJQEY,875
68
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=LpfoaPXFQhVLgIqRvw93988GMpWRIkGM3V2ZBrlJwuQ,798
69
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=xjTncnJJqdmqIVnHSlb6YECPw-LGcYch7Xbjvtwqrl8,596
70
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=nK3nxUy2MAv8XEH-7SQlJcXH9yz4ijBDH80WRgiOYRw,720
71
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=S_x5RPzdPflwd8Up75UAyoV05mcsfMI9H15NBwxksGc,6526
72
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=O03krD25VnRiWmxHeFb94CdvYvlIkGYvSQV4yCBqe7s,4441
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=5Ye69JpYiUzPk-HyQ-EaVoWeT_bZARd7BJR3yk7BvQw,1085
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=gLQCf3USpd0lkYWdRbohssu10IMXU-DTYIQCJ9KBp0M,1759
75
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=CD09aRRx3gmbVBIy8e7TKj-kbv8UW4x5ykiqiMlBEUc,453
76
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=KyJk-SykjPvPeNDJMUvzLfQUKHYWrLVSeRr-9rxo_zo,975
77
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=y50B9Grz_TZUGV0jjSNf2B7Ur9S1wErbiIZ9fwLeB94,2537
78
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=jNxsCr2NtR8Kwe6ZJen5G6ocWi8oR8twILZiJIlSREM,1806
79
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=OtMJd86zhWcMH7phl9IaEIF3U2NOG_2uRY3RNrw0qf4,1748
80
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=uNibwE620TH6EADSzzjXKxVUuANVAmO_qwhWjoKVEUo,453
81
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=0iCgRPbFv_eO8gbR_drJze41QYgLu2YpmZdOhfJ_i94,18088
82
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=fTELH2pHF-jk4i9rmhMG87nsF5D2kS4triOZBURkmzM,5396
83
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=jdNaX8xWQdFEUydCZf8oHY8A9bwr4614X9OcZ4XiRJY,969
84
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=fosLMJiMDyk_5stZ6_3oLOWZ7JnKFyq6uJCMNt0pB6Y,2942
85
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=NUnF-KTP6xW3tIRFK61arvw_G84-Lvo-PwkSzA0Hu1o,4258
86
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=AJAallKZ1CdE-PoRKRsHmMIsFA83tS4RSTPjxgJZvPs,1975
87
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=N6zXPP78akimmVCnQcCbeTDHisRfBpir_8cnvkJb334,6789
88
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=tCe1GHi_HLjvj2u4pGmimuT1f8jW_drbbIkug--TNHY,2244
89
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=54o_A1dYcL0-rgF-Oi2kevSl2dVd4D2v4cOXqdaIn0Y,1871
90
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=SNUojDG5G5FXFFpqBz0SAC5ZBOBS3quHC-H3PxvoTjQ,7581
91
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=stMivUQWbbFaeGcNbkg52_pAH43-tzppOwJgtGoRqcY,1816
92
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=txCiunaPbzX2wL0nN4lEZq1eCCa3gb-gqJVtwK5Im90,7674
93
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=kiDlqafaHW1AYVmYFW-tGQpcVZRAwQ6r2uZGO1iz4i8,1313
94
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=pq2_ZiF7jWsV0DUBn5VXq8WdDUY_gp7C1D7zKJsKxZ8,951
95
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=cH35bhDebwj_ws0wbXCefdkEsIH6gv3MuOjRDBM7XrM,4629
96
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=occKbs09syQ4r2XRDWlTqJccdgmwLLd97olSrCz-76w,2711
97
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=E50wvxlmjdVa9eKi04qYb8bnaeV0DfejCNZuZmG3iNc,2667
98
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=UmM0yQzprt8xiSpTsDGBlS_Pq9pCTFEwc6tdCGEr4aY,467
99
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=xqYu_EMIR1gI-YG1xw24TDYedt2N07q6bAaHv6ez0o4,3525
100
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=_HzxJtBp3PdOyBq1quCjZK2DjPk49BZdRO0i4sFbE3Y,1913
101
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=eguXiHYR2XE47zxG3y0mzqQHWnHT-KPgUE2uJHt8QQs,12909
102
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=InXWLqoMyL1uMfFPTp9Quf2dAOA07APaJ3TU1SNBDoE,2193
103
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=WCanUceyTEYheM6aqIC03DeMGXcSohJIrwU1TcGcKpo,20310
104
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=dhD4fh34CaxgjgN7izr538rTqyHMJ5bE0ID8WbzTVwo,29021
105
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=2mMxauecckIv0SffisZdVetVMurRm4CQSke4ALT3kto,965
106
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=bsmaGmXEJFMcXcTKyKz3Cw0D_6MhIArbLq0sZhzWmcY,1123
107
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=KpZgmBoA0-SObI2tZ8sBxjaSwj3x8LYRZG0eymErokk,453
108
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=yrBJI1M589UsQGiLQlYoMooE232kkzkB0zVvmPv06Pk,1622
109
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=gyQR0uNEHrQc_AVYHGxxw4y0bFvENS-mu-rjzNOPa7Y,453
110
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=AlMhX4_AUO41IsUInM8b6wO_RuMAVTDxYNCR0S_Ltcg,772
111
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ljCWipkJAykLlCqcjgOUKV1zlJAj3FFxoDLi4i35W-E,491
112
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=xA9qVDeCOyAJ9UifU2OfHpt2f6j3as4lWJEzfQqqxn4,1184
113
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=yUCJGAbRl3Ju_Ykqd8P91VxTygHDjivfRuWz0fEvCrU,1722
114
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=PkABTqUeBHeLTJvU9XmeL21zDoKBFJezjTRMbn-tX7U,453
115
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=QbAeaQpHEHFebvdWykRijwhMmzPyWW1FTYZne1B-DQk,3370
116
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=082JrrYhByAICDgxL0oNmiLPhEZURTZIFcJkCOGxjW8,2955
117
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=czAsA5Sya-0_Nv8gpXWptnUfRKnYcH3qjN2zQhGL98g,1606
118
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=jZTWLZ0nkqB2gRDubaTSVFcexbzjhZDrTswLKzJStTo,4891
119
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=f9I_AXiNI56cc2AIfIml-si4FW31TRACbkzi1N4wfuQ,2314
120
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=F4EMD5SYXLAuON4C6EuzFC_9LQ8Ua4JHrxLDqEHfM6g,627
121
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=l1cq0xlmZrsIu32FJCcAFPX6rysHFPdqVjCLhi4b0l0,2070
122
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Y_i4G878n3vUoLlKkPTyPlbe2NWLXlsM-IqT5HUzgMU,2312
123
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=lv0tWyNCUD89-8N0qk0bx0GVYibsetpOpF0aixAhTY4,905
124
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=QpkYobHvRGDxBfJSmgB-nA56w4FzNp5XfO2TbEZJ0KA,1630
125
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=6PIqMNP_R4hKCW45oZCkLxs0TNWuQwYnKls7wGf8y4M,771
126
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=PmBz6Ox3rjbKf1-RG335IyHAew3PEbbP9754K2Em6lY,812
127
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=EEoaUWyASM4RqDFKuk8IWzR5oh2edZ_m_te9SvzSaHw,1114
128
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=S4Ybjyr0Mh0g4UUP6Q2Z6yhkg5W7equXQg3UAGXtqlQ,2024
129
+ metaflow_stubs-2.11.7.dist-info/METADATA,sha256=K1R0K1gIXAKqBJx1TjQuNYD9s8yzHOx_P4Lsk0oNky4,1402
130
+ metaflow_stubs-2.11.7.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
131
+ metaflow_stubs-2.11.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
132
+ metaflow_stubs-2.11.7.dist-info/RECORD,,
@@ -1,132 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=KUFmA5WMdqR4mOlJGPeUXKbdSSwVyyeN81MXNP98tmk,106449
2
- metaflow-stubs/cards.pyi,sha256=AdXK1wfMX5ulgPFjMTJkf4hmpezm2iBDdHzkYU3SNNM,9145
3
- metaflow-stubs/cli.pyi,sha256=yrQaQ39uqUv-TxNwCTh6mDI_y_5-Aqm39OCyqIbVy_U,2908
4
- metaflow-stubs/clone_util.pyi,sha256=55FA-Yu5S2l9qzcs-FkFEP1iEiEncFOO_-nVJYYeP2g,1090
5
- metaflow-stubs/events.pyi,sha256=wbyENtNEtXxz8bzM9QAeHXlaKVCwrrRDM_lIaMZMPYk,3405
6
- metaflow-stubs/exception.pyi,sha256=B91WPvatqQDWey6Mmb581JBXzpTUlTyaoHJktbnfE50,2524
7
- metaflow-stubs/flowspec.pyi,sha256=e6rk6lnPGPyEp4FPLwbrgc8qxYg3H4IDZOo9eaX4E0Q,10442
8
- metaflow-stubs/generated_for.txt,sha256=P-nVq0FZO5QhXdPjqqgJxUibnrE7Es9cRFW2-rMbf20,33
9
- metaflow-stubs/includefile.pyi,sha256=9qDVfeU7JMft27wWIHLG38pB1yDIfUqrYYnJKUaSP2U,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=JGhaSeue6O7WZGRN8-_8JtNdM7JJTYhYUt94xQZOR7Q,4117
11
- metaflow-stubs/metaflow_current.pyi,sha256=oPjPVladHUZEWclDbxgu5K4W6pDLyqaO_qVh6BOHCDg,8475
12
- metaflow-stubs/multicore_utils.pyi,sha256=zvGYwc7ecyN3LONEmERSsoQigD2ATf7YONTRtV44guc,2369
13
- metaflow-stubs/parameters.pyi,sha256=ZyoTK2gspvMeXpxb1Fvic0Kt91s3lijBHQByqGUB5Cw,3512
14
- metaflow-stubs/procpoll.pyi,sha256=0JXuzpczwIcbpWj8NPDLl6u32sRhqDOYfwbjDSg_9jc,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=JMoh4AB63oW8UzlZN-rw5bGLK9e0u6tsByKsWD6JbF0,972
17
- metaflow-stubs/tagging_util.pyi,sha256=u8oGDgmaQqWl2u0nY5d3bBxKYuR7N_BPr51BmGlSJ-A,1485
18
- metaflow-stubs/version.pyi,sha256=qfL0LtDyDUKqZ-wFHRYOcqBZxrVGMuLAKxwz_eodCCg,476
19
- metaflow-stubs/client/__init__.pyi,sha256=yEq-UuqfLRL0OpIYHEUbK0KEshUHCAjxd7b4h7OkPHA,28941
20
- metaflow-stubs/client/core.pyi,sha256=UNf29y-bTf5UeD7DkA-ROA0YgPfpWTML3h4r7kTkshI,40806
21
- metaflow-stubs/client/filecache.pyi,sha256=_hjgFD94yG-5XFb3nFhaG-ZTUQwCWYkQ0zu5NVYZmXs,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=Otlgj0iiG3O2BkRKpkY3LhK9Int-kpKmviGXLDsQoaw,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=Vo9rZRms-TpfdwXXkQoKudQgsqJIG9vu7Z9xK1C8frA,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=an90cc_DiJp3fb2xyXYndS5T6DUBLKbF3NCBA9B3dEY,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=Fu6Y_4kX-HnegRAlJ2fqZCUVOejiddmPz4Z74RmXftI,5528
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=6d4gpRXKH6PDUW0w2Vu-09TL0nQB1WWCRm3a3becOuQ,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=etgHiuZZGtR0w17T76m3DctP2ZO1bjd9cGyNlfcish4,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=xIhleokgxEhsy6SN3ev62GjL8inoqnbL2cinv6n0eXI,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=z6m5kHIoZNnW6bF9KU-qy-Efg03B_o6iDoz1vQuEO90,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=W0Cex1IfMDrTbq8umNg6S0zw4L7Yi19Q1-G_Txduyvw,1220
31
- metaflow-stubs/plugins/package_cli.pyi,sha256=jR3k3AKQ1Y6Z2LhFSIA1lCWC3q8kQiwcbkxT1pJ4xcA,453
32
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ZlLPsx-OmK9LsngjJ1Z8OK-D81P4p-jAh-6HjuXxqm4,1248
33
- metaflow-stubs/plugins/project_decorator.pyi,sha256=vHZPl1Ue8HgWL9ke1_OvBediPgTH7djGqFYgCBfJXuo,1136
34
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=KyvDh5sk5E5UMsHFOTmZZrXltHPIq0-xGmGN57bbiWw,609
35
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=s7BwIrTezQWn7SL2gDrTgqaWq14jfak1Avn17Zy72L8,930
36
- metaflow-stubs/plugins/storage_executor.pyi,sha256=X4BAcw27OEjywCvc0ChP-loKR5q3dF278_BXdZ6HchM,1068
37
- metaflow-stubs/plugins/tag_cli.pyi,sha256=YV2nqfAu26qOUAGDUsZ7bXY30S7NiPJW0tqYiTKMWgc,10363
38
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=DNNqWQjq4uoY5X2IPoX0Lx7BDLedkdHVMLcS0-oM950,1672
39
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Hm6GqgD4w8J1AIzteMoD0fhFY7iptR82A9W1UUjJ_1I,1373
40
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ZGL0WwB46L6n-mgVQ1sQNUvjb4S9CiuXvRLGeEQLzJY,453
41
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=PTvdF-KbFX149fF-kJTIseEWSgbwGQLbr37exGaxkN0,5021
42
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=kr6Zorcni86oKvXPqdWavsNfftuDdsmlyE-9DwDPeNo,3221
43
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ICedrtBItC3o26Y3p6Ttt_4nvd9ZpaRtwshAu6XOqIc,1512
44
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Bp3ZeCXiSEhMUhvzgqMENX61eU6pqHkMzFqConbdgRk,3053
45
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=g-0mV0mmwhC99yvHzdZItfUdSkIooRUI8gl6msoKdSM,899
46
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=I2Cvy-HsTgsHIRtU6T4WfoHQzFkedMLDnjQ866RxS1k,947
47
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=pFioZu0zzkU4kCjBxau7KgdEdV8CSy8W13wBaAz4VFY,1828
48
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=DBCl1fXj6oOkQx8VX98McXoEg53vmYak0EbrmEUCkxc,1685
49
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=R8dtw1ej_q91tRuMlPl2wLEQJT05Wt98pg7oirNIOMQ,1605
50
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=7h4BiQHAgJNfoTkj3tb-3eTujE70TuCxNPCH8YWrgPM,453
51
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=FHby-ps443_xs5aYu0R4xBea-6x8Kd6ljJRgGp40MRg,2361
52
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=2zrS-imDR7ttgYZOxe22MY3818f6jUIGlyIN2SBqGeE,2782
53
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=AZLugcVbxyNsj4K7FdlBD2wbWGu1OvNmLSHf_qJVOCU,14340
54
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=S6Lyu0CbyY324cHy7RvH9SD3jX8jUeD4gKPOeREIV2w,5800
55
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=34dYBBEnlXfGLDIBEoehMGD_xddRCeYxctOsA9srkVU,5870
56
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=zjtqUTLIeRaHf6LOcPwk4-MC1hd4gIvj3Q9uF6f6fVU,453
57
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=foQ1juQMOZzqsj6yGtgaxu8XdvmRDKXEf5J5ihaGxco,829
58
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=FMuTQfO87594-Hn0jsx_9FDjy574jSxc0lrGBJ2XUpI,3036
59
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Sn6J7_LDyC5yAy6DZSKDVblx6hbvD_2gQiiYRPMzGJ0,453
60
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Yh2LCxb1hDg546CcYa_Pb1j4cv9QlAH5whCgE6a13SE,3528
61
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=mzTuGx6ra0TLi09JGuB9uF5jFM1YJ-zifgsEvlAH9u8,2207
62
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=oH4IZL6PzX5qh4QfOv29okFEfl5iZnTsm-KH3QbT8jU,3717
63
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EZei6dFDp1jhTn9kLoq1fyIRhr0suRFVY7TOaP9rPdc,4723
64
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=gUvDujk855GV86qCFSOg6YXLXbQ61l1WLAEv-uTZPJ8,453
65
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Zt2dobJLsbbhufqp-tcgdaPfjmFLaHrC0ouo2DuaDsI,3226
66
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=S6nlDCjVrAoqkq4yyWiHcSfXeudM-Uibs1tuukAW0gc,453
67
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=T56mvz_okHc6k-lurv7pOmMT5dD75tkW8JBoenvOJyo,875
68
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=G-auEe4dQSKs5Vt6npdweI3DhJKbuIe25Ki-0FKavw4,798
69
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=yzK1Ysd87sd4RIM7wNRhsQ3WtCFelc09tI_TKlT-dgc,596
70
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=xjik9YwBoGs6HE1k2kJ74tJ6-6QVGk0sEM7O7yCfJxQ,720
71
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=iDHMNTs03hXq4rXZPLfnWHuLi-TF5nHXbdT3oVqXo5I,6448
72
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=d-rXp6gLe1cC2cdHceLj6yxB4yHivlUemXNlGoznLeg,4441
73
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=nExO8J3AEL8VXzwV58m_4JyVC3GDMqnvibmFF3J8jtM,1085
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=mTRHw78as6CWyjElz3ue7Cz1o4q-5Uwkg3okb015ges,1759
75
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=lDQutbPYsWpGDRLODERlsLOd5DacJQf6K61Oe-gWZ9o,453
76
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=rFRI8nDja96Pt8r6cKWkGKj29L2zhH3AFqQlpBhRo5Q,975
77
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=qQRQVuiAiXAv7drB0k-DEYqn1UnKip4kpq36os3oQqs,2537
78
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=UylrIEaxb1esrqHUrEwnrt_PkVcr21UxOOVP8aYqEnE,1806
79
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=EiesRkKBLel8J3FNLkR_WgqinUaUJLEjEYTJusLDmKY,1748
80
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=pD1H_H9jsEBBA6VVkKBaa2cyjx4JYijJBmGMqw2s1yA,453
81
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=HFv4RUEbNTiQmbaptiJXZxXJQgnkxTJRVRjxRYM3CkY,18088
82
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=hOsFVOCsE6CKDgvQcPYeRn1N6ks2W-L8Z_fAgXhFz44,5396
83
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=uGD4avpXXhe0BXRPahHpCGJAzeJRU4N_HWz2xG6uARw,969
84
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=LUFIsi43fZTUM9fUnU7Zi1KoODCqMj3CXKEXs4A3et4,2942
85
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=8SqgHDe73xY7gaWThFcAB-RMA0VoOaRQOrp7TYryEN4,4258
86
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=8XaO27TGe7x-7wyKqoslm3tACiHgyqvucr1a4b93XhY,1975
87
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=tFROCBYNRDBw2plFpbyQ17CpRFRSRJCQMKwLVgp6FnM,6789
88
- metaflow-stubs/plugins/cards/exception.pyi,sha256=TvU5KgMzLPFmUE-gswjLmjpoZ4cB0fDbTSHmjQ2BQLY,2244
89
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=TnbeITRCqmtg2MnhAvxGto-xn7-JHNFdbEVuTwtx7LA,1871
90
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=b_EO32ON8cTTnermNzBxpHoJqnk9oCmosbTmFjtqCfc,7581
91
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=M2gi_2zx60p0XYaYYBxIsx89ngpZ9MfC0utsvQhFseM,1816
92
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=wz2oab4YYLhRp4F3ANnT_AduDKWQ_BrVq9gne39D8IA,7674
93
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=K3scXBoxfGzgNffhXRX8yrpBWIhr8jf1h4-NsOdGvTU,1313
94
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=49v69OSdUJ_U9ZgmkHUDpzoDeaYDouD1kM0-cP4S9QU,951
95
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Pc6RRFebPZFymlbll-aP_4k1lg6ZojeGHRwnuCTs1OQ,4629
96
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=bGtrrNFXHcW2wTDBk3ljIKYHojYFc3QfVV0q3eWWE3c,2711
97
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=__oiRlHdAz8eLnd4GHHmy48yHA1SMZXEX5aG1WT9_6o,2667
98
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=evZM8glcQz8_Tb0bMMO3YL5txa4T0DlL8Z3Y3RShJh4,467
99
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=K-2LorhP_5_YB8f0IJhLpSXrTmJt0Xbrsa91pXOEbuU,3525
100
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=T4xSvDHswM5XCPBlTlSpihLjX_wSP5jCaiN6ZCcoa4g,1913
101
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=LSq3tiG5fjnlENMjP-82AiOePornMOofI_xeLz9-4bI,12909
102
- metaflow-stubs/plugins/datatools/local.pyi,sha256=U9g2fv4g9qKpYHo8-DftapK76Yd4i2RU5pSjymyP4F4,2193
103
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=sXu5taKNOyPKyhvaFIm9jnF_2OAk1Ca54r5E2PGahZY,20310
104
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=VmD2Pbwx2gexIgMuYRcWmUwtHVEjYnMSI1lH7GvS_zw,29021
105
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=GOe9j-EL48irGq_x0FATCJqH11dUyPdtnet1UbyzCuQ,965
106
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=AGKFXkxJyGNhROT9NFt6b7LJAnpiyCo7R5cre3aF65s,1123
107
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=0oJRjCnRUK-Xnuk_drIKWq1jxgy70tfzBsoWH7NJRb8,453
108
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=psWfyDCZz86Pnr9LeF18LVWQldGgNS07Hjf2QjMvD7Q,1622
109
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dOqKacX8fdHd382dzUG6cHDPprUVu3_xApH7aVXz9K8,453
110
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=2OT5KvKLXBVmr8fYAR5dxmvIoFT2sT60A19jWafWX4E,772
111
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ZKz8hpvoFwYzGiEnJeg1cBailQ3pjerDtoTAzp5e5ms,491
112
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=92G74CiAhYcaExd56g2HNPvH8PjPlnjC0SP7uveSLhI,1184
113
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=UE5bLFEKg4zUl6xwwFcOIMqk9vJHoVQ9OgPsEOvdEAU,1722
114
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Q723or2wDv6SsE3HsMq6EI3gcDFjH2uAwx694CTMy_M,453
115
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=lw0wfHqpa4X6nTL4yQBvs_Y7ioISr1sa9VnPqcbYMeY,3370
116
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=T5E3rTEo8Sh0ogbXj-PsMi87dkK6e1rSiw0j2M2-h2E,2955
117
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=mDz-7Qfx38CDGRl6ONh5B5wDvBtswGaaqNqqnzdDnMc,1606
118
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=-BHnK22R0y9wGlmDqxQeDSTxsPR3KA05pcRHrupSYoo,4891
119
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=jkRzw12ouJuKmtGJgFUE6653pbBPNzn5-_eYwelXqhs,2314
120
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=BsdonrGHwxfvFeSYbwoPLv9E0Ao830Ldca_jxX0-tD4,627
121
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=QSGU9UsWAmRbFO3dMaLJ_J2UWwH0vZcx0bVm5esr6o0,2070
122
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1SmaRo5kGW8w3RXy_-LAMZxWfB9me6tyDS8931ShqAw,2312
123
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Eqvmu9F0g5s7Aq9fviCUWZPqOgxuUk1pYaBG7-E0nYU,905
124
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=70ofjYzjP_9A5h0U7VcC3HUjpCMvRfIa0f2OD3lSzdA,1630
125
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=GN49PY5O1aZ8ePRlSOfIi7FINK_pIHl85P_k7qRDNJA,771
126
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=id8mjtm7sapCuJs_AkbWuRSmvZvf8NR4qiHGTkUSLzQ,812
127
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-0lLnhCwh5YF5Yf7uyRINd-0Va0oGyeEIW2p8Arr6hE,1114
128
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=5TdIqCxVKVKXDtT9lMUGW1B_C7JG4nXa3aHtQwOl-CQ,2024
129
- metaflow_stubs-2.11.5.dist-info/METADATA,sha256=7MO_HYOBXYbQcaAxFMwaeLPJTM9zRUkH01zPVAZJ7rE,1402
130
- metaflow_stubs-2.11.5.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
131
- metaflow_stubs-2.11.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
132
- metaflow_stubs-2.11.5.dist-info/RECORD,,