ob-metaflow-stubs 3.9__py2.py3-none-any.whl → 4.0__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 (142) hide show
  1. metaflow-stubs/__init__.pyi +498 -498
  2. metaflow-stubs/cards.pyi +10 -4
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +4 -4
  5. metaflow-stubs/client/core.pyi +7 -7
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +2 -2
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +5 -5
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +5 -5
  13. metaflow-stubs/metadata/metadata.pyi +2 -2
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +2 -2
  16. metaflow-stubs/metaflow_current.pyi +18 -18
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +4 -4
  20. metaflow-stubs/plugins/__init__.pyi +9 -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 +2 -2
  29. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
  31. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  33. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
  35. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +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 +2 -2
  42. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  45. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  46. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
  47. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +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_credential.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
  60. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  61. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  62. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  63. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  65. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  66. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +9 -3
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  81. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  82. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  83. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  84. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  85. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  86. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  87. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  88. metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
  89. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  91. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  92. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  93. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  94. metaflow-stubs/plugins/events_decorator.pyi +3 -3
  95. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  96. metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
  97. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
  99. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  100. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  102. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  103. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  105. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
  106. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  107. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  108. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  109. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  110. metaflow-stubs/plugins/package_cli.pyi +2 -2
  111. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  112. metaflow-stubs/plugins/perimeters.pyi +2 -2
  113. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  114. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  115. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  117. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  119. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  120. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  123. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  124. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  126. metaflow-stubs/plugins/tag_cli.pyi +5 -5
  127. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  128. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  129. metaflow-stubs/procpoll.pyi +2 -2
  130. metaflow-stubs/profilers/__init__.pyi +2 -2
  131. metaflow-stubs/pylint_wrapper.pyi +2 -2
  132. metaflow-stubs/runner/__init__.pyi +2 -2
  133. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  134. metaflow-stubs/runner/nbrun.pyi +2 -2
  135. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  136. metaflow-stubs/tagging_util.pyi +2 -2
  137. metaflow-stubs/tuple_util.pyi +2 -2
  138. {ob_metaflow_stubs-3.9.dist-info → ob_metaflow_stubs-4.0.dist-info}/METADATA +1 -1
  139. ob_metaflow_stubs-4.0.dist-info/RECORD +142 -0
  140. ob_metaflow_stubs-3.9.dist-info/RECORD +0 -142
  141. {ob_metaflow_stubs-3.9.dist-info → ob_metaflow_stubs-4.0.dist-info}/WHEEL +0 -0
  142. {ob_metaflow_stubs-3.9.dist-info → ob_metaflow_stubs-4.0.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.300638 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.062980 #
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,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.301005 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.064161 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.297976 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.060295 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.271848 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.034152 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.297529 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.059899 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.293864 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.056059 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.296116 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.058357 #
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.runner.subprocess_manager
12
- import metaflow.events
13
11
  import metaflow.client.core
14
12
  import metaflow.runner.metaflow_runner
13
+ import metaflow.runner.subprocess_manager
15
14
  import datetime
15
+ import metaflow.events
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.296991 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.059351 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.317418 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.079908 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.275392 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.037669 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.4.2+ob(v1) #
4
- # Generated on 2024-06-19T18:39:56.282054 #
3
+ # MF version: 2.12.5.2+ob(v1) #
4
+ # Generated on 2024-06-24T23:02:43.044269 #
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: 3.9
3
+ Version: 4.0
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,142 @@
1
+ metaflow-stubs/__init__.pyi,sha256=bQT7Fjjkr0yKfFBwA3WreuPam77lCkSSbEl66CHJiug,114428
2
+ metaflow-stubs/cards.pyi,sha256=VtCfWbFbrfObmamR6VhjILX2ccmoJ1d-Txv1TrjWk1c,9422
3
+ metaflow-stubs/cli.pyi,sha256=6KVtwVmIMWjgVpBipEIGs0Qva1Gyy65LHer2CSxlqrI,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=rNEfZT0MVvSQ8pExZZhbEiIIdADvnhB4wgIkOIk8fpM,1090
5
+ metaflow-stubs/events.pyi,sha256=HeuB9U1i6tHqhFdcD0gcD3VKjiyQ3f5XKAC12tDIeMY,3405
6
+ metaflow-stubs/exception.pyi,sha256=U9GIlbwCnipuVtkzmzuXrfDixBtIgXXZcl-rm_AyfYg,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=uvH0QKSRMVALtJcx1lJNYRd5ujlaWHvlSLVFm6yqYuc,10480
8
+ metaflow-stubs/generated_for.txt,sha256=b3Krh0TERrv_MWbYrmaMG96Al9rGkLZJZonJzB4MMdc,42
9
+ metaflow-stubs/includefile.pyi,sha256=X-QfKtcRtfhL0SzPExQx8b8oAVK0rrclxO4SDIKMJDU,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=NpvmHvdU8t38TdyBse-rKlCy3i-OJDmjV9a0s1JYiZA,4528
11
+ metaflow-stubs/metaflow_current.pyi,sha256=mcQjkSxNYqHGvwbnCD0X1FHbuUK-WUktvQSrPbFyx7M,8475
12
+ metaflow-stubs/multicore_utils.pyi,sha256=YV8qX1aJgeYqvPegO-9je9MV3BPq_GDwt95hh-QqHBA,2369
13
+ metaflow-stubs/parameters.pyi,sha256=wKa-5QcEDrzFaprqw63hF1VHmiLh9yh-th9bd5e5pEo,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=zsSXwPNEfHbnxE66GPxKZ_JVDAYgKjf8E_SyuAsHfP4,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=-MCp1GKFCPqSXTXn08tuTmOieR2hf4xHSTIGJX07peU,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=Jfi4Byq6AZQbTrqUpluUbezgqOGuOgdYK30GyQBMq_Y,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=o981qHumVjNExGleZhDSrgBowq-aC-rMaf2g87wD2Yk,562
19
+ metaflow-stubs/client/__init__.pyi,sha256=HYWnIjDR2HJqlnmsh-bsRQBajJsiC52KQm9YQJpFEuc,28941
20
+ metaflow-stubs/client/core.pyi,sha256=Shxxsg5_5gQ6Cf8HyOLx-o3JkhSq9FldUWKE7Em6osU,40855
21
+ metaflow-stubs/client/filecache.pyi,sha256=ORlvxBClql8_yZntmqIEYVCZws_kX5JR1-bPExaN8fo,3036
22
+ metaflow-stubs/metadata/metadata.pyi,sha256=QzD7x6Rhj6C5bjedOlmZEZDN0HRVPHuZM0aupQcVqLs,12396
23
+ metaflow-stubs/metadata/util.pyi,sha256=DIIkYQRM2_IX8icE-2xYX35g4EvpXbRYLMrbBivJSj8,657
24
+ metaflow-stubs/mflog/mflog.pyi,sha256=xSn5Eg3oLAwiKqrCtJ05r15PqYbMiYYapJyRnab-CVw,621
25
+ metaflow-stubs/plugins/__init__.pyi,sha256=iZs-0zkSgsl9j4KgmvRr3Di-Jmk1wu0nWyKmIxfIN-c,5931
26
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=ULvQODZiBiQbjClgAYYtXBraPlzTM5jUt33rPoA7rv4,1826
27
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=KcMzE1XTaxXNN_Kp1zaA5lXjd4FWyhYoEsS_SJPVcDM,815
28
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=rRU5wvIYwgswGy4H7lt02uzB_-fxW0HBIYaxM4Tbsp8,793
29
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=o0q29vR-Jhd9ZhTPz-WmRrvxKvFxE4BhY2-3ZXm6stA,714
30
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=6vNcbDxkldafrMCm3MjEUj-JCLbYEd-VlVM1I9ar87s,1220
31
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=IR9Dw9sfELZS9b9_mJ-XBGhkiIcPbCAmEqStl0SkkH4,1348
32
+ metaflow-stubs/plugins/package_cli.pyi,sha256=DzfZ8O--iKBbMI9cugn0S90r_oQ80SYSf9ZX6guTs90,453
33
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=WN8LgYNArqGTckjp7HyHB3ro1rO3e5R6P_XPRfG4rqQ,1248
34
+ metaflow-stubs/plugins/perimeters.pyi,sha256=_JBzGSMhxZM1ehBgK59dpltAWuimFB3_YnAw7iD_UHw,765
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=UlyVMZqx7X5xy6vqAVnjA7DxRpd1FkeyTl8nvVc5VoI,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=wF6VfgWaD6vfGD2Xyz5XaUL1jSidcsatOF96Z0QTza0,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=qcbFg6sz7Sfbl7VkKIz1HXda1rFA2YofWyHGDX5Bcgg,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=NcjGRDq2FOiFz3izC11gMopJ0oa8G4sLMkvxPG9Slq0,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=TapD24r8nAPzIYp4jHYFQzc2jjYd11kiv9Qla9KfJBU,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=oqdvi7HEwMdtDBJi6wVKyIi70Eg6hAoCye26yRd5vHw,1672
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=P3epZgPZ_kytrs14Lep9sgTNo4uW3M8ZR3Q4u-6bxVA,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=xpfXT57EC5lD-n-jr9YyNaCc2XEaNE5TZ0BCQWvKQso,453
43
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=7Mfk--qAPdHvniU_-xXIp9l4i1YZLxDvgapZ9rtZaZU,5398
44
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=vupTrfVD22BHc73je9S3VXg8GEIRjVVzzyWnCoH-QD4,3221
45
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=2td53leiH3ALfvpDsnsss271rw2hpq9Iuy6NS8Ojrcg,1512
46
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ISa8OAB6talP-Q2JkCTjIx3-iPs3apFEyjm35ke2XX4,3053
47
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=jaeI0u8Zt51RZVTKyXwo2bcDoRE2PFjaLddtIseD7g8,899
48
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=Uz9YAukPIYVb8yCBYQqpl7nhj9PwPQpwA4GY1f8dyu4,959
49
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=vpljFizXZGixgRhgXC6rvQEWO1WI7qGvk0Nut53Wgnk,1834
50
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=HXFGH-wLG1xiZ45airI-J4QhTtrxg_lS3DklOZkJNKM,1697
51
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=tGYGiJBbRzs_uKBK291V0yhvdC5Ha8lg9Zeni_YLJEY,1617
52
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=PIegnOlC792XMQiy4vahaV0K15Wt9Y1SJmV-3wvYxSI,453
53
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=QZDao4YYbWHY086BAOhQnMRAiA7MYbb7ENEAvZM3d8o,2405
54
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Bbgkx0pnoinMPU6xQuRyR31V1ZTMfIfspSqhxDcb2mE,2782
55
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=34q6C7YrGamzF0jax_2dfqhm_3lUqTKeA_8FD9hBDMo,14403
56
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=qnvOVk9n2bXfYYbpGfX2iRnw9G95_zRS9KzI0nHBkQ8,5800
57
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=VGFEYH3FTCd4cLIFO9XkIXxsQBFMBs9avtY-4zMke88,5870
58
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=MlETg0EhtYPr4j56hWp-h2J8l0Wuw-HI3hajxZ7abmg,453
59
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=nNCPEWvl7L95WARz10XwpRK5-4vAswCrkFN6_bLWY0M,829
60
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=kfbnvPPYTDn1ErUE3BRdeSR5yBwXRwgis-VdCfrl_NY,3098
61
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=WEOpDeusKcemAwMI-Nn9HSHzYRJriYNziwWeS-5ENsE,453
62
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=R3DREhwEjXBPir2uTH3OIAMaWng6KwXzhBFN6aHXmmw,3606
63
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=LejccCP8mcpXm4xDiB08W5I7sbNPYqYqy9lWERWkEwU,2318
64
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=pXhJq5nQFzAMncDEYBR0vGJjcfC9YuYpNq8fUgfDRDY,3742
65
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=YC2qrhlSucczhFuX3aysO__yfTeSBc09A5jSzXq4nD8,4734
66
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ORRi9bYgpzucHh-feHN0AboYKM7jg1yQGomLxQTl1RY,453
67
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=yOaVpbtpGycL--oC4W0UpEtwgasnwjr1oZIOaLxJ7aU,3226
68
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=fgzoQpLeMyUwHhUUfoY1QPWCaNYUbhvvVTSBr0klUjM,453
69
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=RzPsopSJp-RaGXgZY71RW5f2j7cA-mPvjl7fZCPIwH0,875
70
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ZvHmefeSC8mLUy5PX3-xjTy0vp-fxv17AViHDwpMCwc,798
71
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=ZBipkg44OuR0JeLXxd9vfpzjGwlX1dPxrg5nQbMCiiA,596
72
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=sXrH5CUbh3j0Tv_RuYrHakvPsc1-4qmEAIiOTPU5NvQ,720
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=jWl6ktZnjYyX-3gVWrhR4d39WBoILiW0EdsovUQdp58,6526
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=KC3nYkzItqIC9GUYR4p920j2iNE0q2bT78YaY3nQNkQ,4441
75
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=o0LQxqhGGsZRL8lRXBSNlzvPlISczEs1ivlvnDP9Fjo,1085
76
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=v-2icVYzAKAiaxDfFGA57nRWKM2XcNDV5dx8YZ2twv4,1759
77
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=lFrEihKYUyNQYRj1V48ONHWrByd38H_W-gBPuBaplx4,493
78
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=LYQQP3dz8u0LajwgrmhVuR_QJRQfDC0Et6thdSu7IFI,1067
79
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=TUD_xM0W1lvMV5lJMAsHWQHVIqaGNEfHi1nPKzs8Yms,975
80
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ClmOOgT5-zAN1tL5093pe1Lw23OViN32-XTbaMYDS9k,1933
81
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Gwhw0VdTmqinvXgQscyDmW-qa5uIBUGa4IJNktbnHUw,2513
82
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=gYgCwDLlc0__O0QLEsa9YV8T5kNGovnVqYAJiz1wfp8,1782
83
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=YVO2UmQbZAVC37L5dyrC1r3c6wR0bQInIGxzf_mkmw8,1748
84
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=zLiBcg5CAKNCnjVXJauBINNQGdbHJznMllK9HbJp7n0,453
85
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=RY1mL92wj95qo5K3Fwcn8jauXxPsAGZ0NgfgcCthyxY,18088
86
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=-PN58AB18pIk6mTMmcohfwgfunwffKCzrxPZG0YALuE,5396
87
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=yRt7xQk3QHJZ8dPv2YWQEg998wyXxat-xFtyqftbrhc,969
88
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=V-888_P5nX80ixeLi5r2QmOE_CcusuHyPesuR9RGryg,2942
89
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=KU_Ki33pcLqVNSdVpFJgU-OR82GYleKdzT2i_TGKgaA,4258
90
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=_vfAFGK2lujKBTOSjk8T_4_2CySbP1nRvfaOKuRhZNk,1975
91
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=AFRz9T8VAzEXYnmaWeM70kQIIJitRGQ8jPzRIMV-Ros,6789
92
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=JBt8WaFvS8WEYWxjwCB1okXDHzE5YfsqlOk-oxkXzgc,2244
93
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=8DJR7D63tSznOOVcKCmqXrKvrqnrwz6hleXsKYwFWxs,1871
94
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=XEp_r6pojsWBHEkrw6n66FSrt3Jt1NZb8XkU2xO5PIs,7858
95
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=MU61cIAfnNVwVpDgjlQ9F091tA7KfE4ZK2NGKC6jPP0,1816
96
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=YXKya9F8BVHAx-VGASjoKL2KzecK8LOA0PEKolrpGmc,7674
97
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=sTOUq7bU1ELpd86MZQVaFP3EbEM2vgAdPmP1yO4OB9k,1313
98
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=vW8qH9yLmKBEmxWDK44t-msSBcdOMQW1iK6XoHgmSNU,951
99
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=d5HOnPgPei4UbV2oHvBVCMekQMHyeaMtfOvs-W3Efnk,4629
100
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=paLIyCjQ-3SM6HD8JCKOZV8vVmRpyvIVPQuFZFBciBg,2711
101
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=rx2ZKAYEav-qCFIvjaglHTzjX40g7Vx6od1Yi0Wq_Js,2667
102
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=GJKWaerxAHDSPswa12mO2Gfjucjjb1xMXq7xHrQuymY,467
103
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=nO19hxMIykk8fRpzYWsfkNyaY0cIHDsB2eqnhvAIjmc,3525
104
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=IIO35zMXRacYE8tirxIgk68KIol7V8GUQGPXs_CQpOE,1913
105
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=uao8zfi4urVZ4msxOsJ0IbdEnHyDEDNs74IXnMtDU70,12909
106
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=LQ5CmFDrHsXA58pEgQQLLL2HvbGE6Ub_JDMbXzN_ZoA,2193
107
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=CEWzRS8xx8jRgCKz2Smu8IJwCZo7dEvKCi-we7_Gx4E,20310
108
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=uAwLJZr1LX-DyygDIlmmllulr963_3KAYF5PtOqk7IM,29154
109
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=2UkPOLMVeaueY-uayX9hpAZXHNBOQT2b1_vS9_-W1Gc,965
110
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=4-zdnNrzpcsJWCYbMG38_MrQHze3LM_7QSJmMwylS4c,1123
111
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=f73wsVaSYp11_G1WDmCU64HxYTTo5-VnyT_g7eyEYAc,453
112
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=axumbf4oEvVQeAOX5P4DG8NaUKAsFzGYjgJiV95fk2I,1622
113
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=QduFP7-tkFylzRSuUtXMGITNuhRIrrxWxqb874Fk_kQ,508
114
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=boocFuaWcrRhwnnviBifWVq_zNhmthecnIEaY5NmjPM,3090
115
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=J7KcwQIwEFRlKxJN9uGdhi1TnxkdzifQ-NlCtCsbz84,772
116
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=L4QRUgsgubcT2Xpv2qcZn-JAkiljQR9SdiBd0wcELgU,798
117
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=DKsOZJTFSH7MZSyY_rd3MuKXcHNFYjwkW8ZeVHCu7Fc,1184
118
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=0qXC5hOCMQ0gcfqkDCLxLFwy3562h1H101Nja-kfYug,1722
119
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=KAyba01nhPTynJmijHAjebagEOC1U654qp94uX8D3UQ,453
120
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=1PUu08noSUj_xmI8TR4Mi4qWb2rkBS-PHAQ3-4hhitw,3825
121
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=dD5ELbtkIgDNlS2NSAVP9zxHV8p8gi8P5pzCCwhgoyY,3392
122
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ViGE2wsqKLPnfYnmgmBlGozBjBfrRHhyohdqyTe_clY,1022
123
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=pVik_iLv6rTUNqjsfrdEGlK3vn6a4GDjzFkGzNi-HmM,5578
124
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=qJvBPYhiB2ocKbSKT3d8hwc6FPwP_5LzwnkgqMEvg4Y,3964
125
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=KoLIroPZku72FhKuqSDzsY5bD2M9xT5UkbIEsLUDsJg,627
126
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=S-V76CJ9Ag3GoaXcQHqK4creQZ9ghb18mDQJ66D1_1I,2070
127
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=JXryBn66lOMHOMBpFHsBVsEwE7as_KBWsTY1gMYN9xo,2314
128
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=7vyrR5c4qbf-KTWqARr_4oARIFsSOpeOL-4IXJkG5PI,905
129
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=gGM0EUQpZf-3ohPgTUTDCWr2UIKRThQOohj4XSFB9Go,1632
130
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=fgqm2VC8OZ2oaaHmQafkQrQ3TS7fkGmNtV834vllMDI,771
131
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=AOoXHGkZJD_oixXJ6K8VGjookt4Ghbk4SHbO2s-8lLw,812
132
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=fS7Q-rbUUg2JVg0VmhZQuiYwAW6wGZRHx7Wir-fR3N0,1114
133
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=fcNYGYiVbfVDx26t3LiNmdb6NpYdWg-lebNy0LKzxO0,2024
134
+ metaflow-stubs/profilers/__init__.pyi,sha256=IN8dH8bOMZLjSAXTn2STOI2TB2iXxc3OZd9spJuK51M,654
135
+ metaflow-stubs/runner/__init__.pyi,sha256=rCtZPT-uI6HYGLPy_4WsDvKBxsADqqbmw5Zf2FB5tNg,453
136
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=XN40toZTadR_wfaWPRclJpe5T0GkupZ0YHRvDj4VbHw,23267
137
+ metaflow-stubs/runner/nbrun.pyi,sha256=qEG1Hn7K97St8_R0JjR_dWwP-4n0GCbxhyUwrhdbFj4,7486
138
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=jmlxvsxQDusI1Q_U6jI6iQnD7zrk03MBetUNXTgot0Y,8577
139
+ ob_metaflow_stubs-4.0.dist-info/METADATA,sha256=lhsyrdlDLimz84tgR0S06inVscR3WTmKeNgO4xROvCE,651
140
+ ob_metaflow_stubs-4.0.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
141
+ ob_metaflow_stubs-4.0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
142
+ ob_metaflow_stubs-4.0.dist-info/RECORD,,
@@ -1,142 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=Z-ytw-JU-PS9LWII78y6vIj4E59Gmen83eWuZ7YTRYo,114428
2
- metaflow-stubs/cards.pyi,sha256=9jZGNc664AJtOKiQz-TdJfBs9ozwuGi2tfIZxSv-hr4,9145
3
- metaflow-stubs/cli.pyi,sha256=EpSANQ4WOEBeMJh87Fd2B16n3hsk4cR-F1YrZj1B__o,2970
4
- metaflow-stubs/clone_util.pyi,sha256=ZfUiDzqLENVudwXzJhye-YCrcTsYdFFT1P61LxfGqOQ,1090
5
- metaflow-stubs/events.pyi,sha256=hHFrdrs4Eu5vqW8z5_hQs7tk-NkSEhFy6Sz9ct-Y74Q,3405
6
- metaflow-stubs/exception.pyi,sha256=A-u38-FI3Oq5L6OewyiQ2fsakxIgyYK4RAkzV3wXaKs,2524
7
- metaflow-stubs/flowspec.pyi,sha256=5E7v2hRGQD8pl6NPqIsr3hCeH8g4VH_VV1oEQ5sYmAw,10480
8
- metaflow-stubs/generated_for.txt,sha256=K0hGOXcmZ8JCFf0ES6wQ927W6zlhOqvG2qzzkG-bXyQ,42
9
- metaflow-stubs/includefile.pyi,sha256=6YXDNhqZ85xecO8xNUc2PeHZ-Np_VqIPzE0r3ukLj_Q,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=-IstZ5tm-eq3l161XRBqTyI2T6I95qNmvsiUocv154w,4528
11
- metaflow-stubs/metaflow_current.pyi,sha256=H7ydi637PMzxFdxIYgLg-fBSsugdzh5hYrPNGEeCQIs,8475
12
- metaflow-stubs/multicore_utils.pyi,sha256=wE1n1eaqPFKqcZZBP_tEuXrUwI_ts7HJDQfr0oVWmAE,2369
13
- metaflow-stubs/parameters.pyi,sha256=VUkXr6NEkaQ6p7xxXtGKfWHoSREyRLpqPpH17mxoT5k,3710
14
- metaflow-stubs/procpoll.pyi,sha256=jAGNkJPdc7jQ6wDCccF4exfwf9lLw93Z33xyU_GUmYU,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=fdzIE2o8gDilfKnrY222eZ3DdXpVzAGi1megWjLpWG0,972
17
- metaflow-stubs/tagging_util.pyi,sha256=poW9iIqTZOCaEEwaMxUx1-TgDj9ylVPpRol_EeJGEGI,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=skTMomLS9fIwR3Lg9Fut1qdNID0vEeEqTfWcozZUGi4,562
19
- metaflow-stubs/client/__init__.pyi,sha256=fO4asUlNSxNWNTEbhf7f62M78j7egDi320zA6rPvg78,28941
20
- metaflow-stubs/client/core.pyi,sha256=qzdfAUT2qlz5gik9ZVaIr7yCfTOdtsuTps1TlddytXA,40855
21
- metaflow-stubs/client/filecache.pyi,sha256=vYTeCH7tU49Hw0EMI9dwESRhFM_JqiIWFiJuZ9dovdE,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=UWRjf8vGJV7vwDQqWFe-xlMrnGbAwDbqvEfIoIVc8FE,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=7BzykyPSCLA3fc5tcEk9gkTAcA5YPRhZW1-d0JUW_6c,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=Hct4k9A_dIwjfqeXDKa0RBlWDBOFcVXUU5Nm84G7SPM,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=0OJf-smOYj_5wzV44gROqH0VFC9_tjEG4cnMiB5Pj2M,5654
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=vxN1hd5dK__dmKFqkClIpuHSCO1trkFvLjqpK3Wksvk,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=z8mGRzl2M5T_QmwWLqyjx_GDMK3IV9g7ORFbMtFaNf8,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=G2mjJF0pZEgGNgj3-TTXQ8zN4xW6W3LqsPLsiwolf88,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=Oq3VtpZ1hWika5oqRgryDAz797-mz6NaNp6ttRWzJlk,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=sXnBAWMe6ZjrAlKu7C4jUNP_vJ5Cr82qPicY9aoBFIo,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=iMeWYfEf__IJJMWxDsbToVcbhBP81k3Mct8-GG4lj-w,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=W0MNaJBVYsGLYi4dy1N9nlCXT7qzLfka-UHxlVhPSAQ,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=FGxS1VQMA8P-G9PkH5jsI85tzaKYyuRnVBuD_hffrZo,1248
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=Mvzhr6sxwNfk8KMmxFMMbrrXYz-d0ugypn676KneCkg,765
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=OMJseC6Xjc9-SucmncqpOFMyBAMArgg4IizdONsSjpw,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=4GMsRQfYyqeaDRK-3reJB8HcbfiCtpGfbVVWDrDTZQ8,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=dkkQ2p4nNxJzRY1QMAWTTYipOoDzqUnhJTPsjCEYaWg,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=0lHLihyNNo5MKY_brru4xgTPv4cDKbt9T9zzn-uptWY,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=EdbNOWDKCKc9YOblrDEeX8Go_gjTu19pA6DADGAdsBs,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=5ZhKZwz0EvTkGBhy9m_TW9jBqmaoMjMFY2sgobtXw0k,1672
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=cebzPVWpzE3BXHBPyqHT-HOOSUBz5UvgartfERCb0OA,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=JJXqOuyLIO6XX1f1duYyS8fap1xX_NBcuMQ6QaLVNgY,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=Xhah8kiZbZrv9GT2OsndjBhfUvjZjQkXBeFMXr4pYhg,5398
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=mNgaMDzY9wFvXOdv_GQEox2rxAfWbDUJP_m8iOY-twI,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=xNjmmHQFzlsWNZg1uNKFKBFuCJytBnsdG1SZ8RiKdHo,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=7wzJDaIK_EzVvpSCH9MBOuyqUxE6pewuoEN66lQEqvI,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=FT2OSWDtWgnI8uF2BKRh2CK3IZFhot6weNOdV78sXFA,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=hYUXKl-ZNqYVQlGRKTQ5xT6wMbk7_w_8B6MXCsiCFnY,959
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=F85TCRdt7pPLLk3W4Y7YsKhbY151dotz0mQNdKREpeA,1834
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=OMO13Gfjn0t-FGaYitztMwZm0uUS_WuL3cX-brHBmww,1697
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=P2C02APB6eHbxdNazw7dUnRjcB7Set0d_sAi2sD0Juk,1617
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=TDREi047W6F-jlgJP1sC7Il_7kPIQ5S2R7xomtnfGHw,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=7R7WU59HFuNHmEV5UjFerv5qMU1fmSF7NZlpL3ona8w,2405
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=DEEFXLRzr4nIvvW1k5YW-Vrih2BG8xJqUkNMIWVhGEw,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=BMW2-v3269q3hFIPblEpOARSTszkH87XhX8BjdIw4VM,14403
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=_eVWKjpLW9SeqSCaBgsbHDed_xluvV8Q5RoF_BrvT4I,5800
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=iZoLVNdsm44z__iSMHotRvH7mK9TYSg2wLMztv_bw5A,5870
58
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=-k5tHxPMQF3o7FnYpB9u2wbEw2qmZYmEwZyB5GpTzC0,453
59
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=yF4uutzZPG-BDTDCSfLGREY33Mzb6nICtBz15iwPgsQ,829
60
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=3XcWQknJfimiyyTXHACYiKhWIwOV28xkeSbBpvsXW74,3098
61
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=BRTGtH5OqjuYLDNBif2xN9EYaPfz9CqZhbkrztFTZWo,453
62
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=okQtRUhMgt2cjqUYtySLXyulAidv-FcqfaPBB51OC4c,3606
63
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=K8F8Pbga5MZv5ORC8jUL7hIliGLocz2c8XfH7MA_yoE,2318
64
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Xb7PlSoA-En-AXfBEGEGJTPgt_wHz6bDcrNwHtXEN74,3742
65
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=maJ5YXnDOXxZywgOcArEC4hXqRMllX3PeLNVf_qQxXg,4734
66
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=IqBIm2xmBBDkVqE3s6craexrBqVlXn91IeY_AILr_kQ,453
67
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=L4vBKZk2koHPbvvTEYqNukV3HoMtgxVLPqWOxxwaRKQ,3226
68
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=xuB3T4vr82_Zr4UFy7SRTwilzCL4UQydRCm57mWsVqA,453
69
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=TLlXYYiUblCg136s2rtzsiilPzSl-FSRiO8XU2Upt5c,875
70
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=0T_hV2MyfdRwNgBYaMSlIvXwfD-2-EKJ8wtTGbPeiTY,798
71
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=wtqgJlWP3bugZccGDwaYk4lCle6bs13-UstcPxXnKdo,596
72
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=o-AMvGeyJ1Mk-39gqoC9sahUi8RxBPxF3aFx4Iz8zVM,720
73
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=VbImjwTinadXbx1f045Ggf5q9J3-6QUNDGm-MXg-bn4,6526
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=uYC0aa3fF-HXqMkt5SkRASObXg3OaJlmzZV_8lSc3rY,4441
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=JE2eWFy2IphXGVKaqvV3GPAXEG518zT1xT-5erY8Kd4,1085
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=4GkeO53B7thDLGYpUPIZo_XhYY1Uv0DGa8MkVRTIOaI,1759
77
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=OCDvMDr2OktJ3gPyv-mfaFTEbN228CEI9GBEJSNf1Lc,493
78
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=BL8vCzvL0xaA2GWEbFuAJbbGVic4Exn5pzIQPqOF-18,1067
79
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=pQhZBqsomFKkn2y0XGuZbz7y9I-0UmqgiVu4PSXeiro,975
80
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=6No4aPl3nEvd_-OtnFmKWNBLBNX6_M8o0VHPU1I5twQ,1933
81
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=jDZjbA5h3yy_POmB-ylYC1QSBqy5Yrp9x7QKtXwQSVM,2513
82
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=u7epTtUt3C-61PhUF9Jj_2gHYDDndHGq-qSfhx3vVss,1782
83
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=UJcU8hDymRz26EUVyNWab__-5snF1LWRhBavd6E3mB0,1748
84
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=_d-2vKYVvHfuAVtpXAEf7gTvdTKcHMmv9X6zw0h3-bU,453
85
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=upuQ4VSr9uymZc8ihrcxkLfrkac8IUacrXKcSZvp9uk,18088
86
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=l0uOblh0RH7YEamwe4AHNLHIJ8DX79QmEjxmp35Jur4,5396
87
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=_762oPTYyv9jDR8Myxq4yWvHS9a9LrJat2synqK2K4o,969
88
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=gHJnvKepqBvoHJzMH2Tw284OWYtMu8D4gq4ybkA7sjA,2942
89
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=W0QWJIXK9YtHQfDvAYRC9MFMmfvIE7xnpRd4Kr19SSI,4258
90
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=KnhyDfWi78Sxz0UfRyB8Cx6T0uMrFrlQuCz7r2TalSM,1975
91
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=qZO3n4kJcC2evK8bN3zGs8Bs7Taiak-unLVdXU_ISZc,6789
92
- metaflow-stubs/plugins/cards/exception.pyi,sha256=-jUrJv242hLQ8FVOvN0yEG6eIyEzAnzYEGHu6kscqoE,2244
93
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=2HIM8LvhawvfkASQ7rYkz8Jbu4bIlDeVJsrMVa0cYjQ,1871
94
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=AIC5PyFb4Tn990oI-TssSY8szlQgOwHKpccAUN4ztas,7581
95
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Ns1EgrXW1n_XqqJwOZlT7vkkUh4g5Ysfsa0fM1lLrQE,1816
96
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=wNyqr-iCzuR_eDb4cKtq4cjkboLENlo0yR4JrajANZg,7674
97
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=S-HNEaKwjpW_mdKUWKiQEE19kQ6hsXjyAZybvSbSLt4,1313
98
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=inT6Z8jxKRWfKFwj7xDufMxHT2bMOsot99IPKu9ybJc,951
99
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=I4ReETdKADXNy49Z2rgYzyeZIFmeI1ijBQhImwYK-1s,4629
100
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=kAdEjftYZ-sfg9XpF9yRgRa8OzDb1qFvAs4H-2__SuI,2711
101
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=krIxvHZm8np4siy2W5qnfGYwmFbdIyV5mQmBfLCH2vE,2667
102
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=D9qYMDQnKseBcV5WgHVv37lwAj8tDGaKhXiD2W_8DJc,467
103
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=qi3ZSQONyzHmFS6qGC4s2dN-uRGOkkREWmpCMCel0p4,3525
104
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=lYe21FNHgdv7abxzkgzucDYAsHHYV9Sgql6x-Qb5hSY,1913
105
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=3kvk_s8lEJRUo2p00PFo1pQ6dRqIXW2dESNORqMvepw,12909
106
- metaflow-stubs/plugins/datatools/local.pyi,sha256=zIKjsdwbiX24AdDbXvjGEDaw3uwGFAM-UaecPnq4FKE,2193
107
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=2V57ugdDys6JvxoqUd4ii3IcKQ4FbK4A7Z2fSYRDCII,20310
108
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=xXT8iS1HkqmTpJa0fSmySv3gBhpqNYahO5BwLHU2kRs,29154
109
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=b3zg_-LgODuWdJ1t1x4dp_yJOeJUdDmgcLAqv6iip8c,965
110
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=xevqbBj99a10V-Nk7xWRbwDI0cTHyF4GBQxAh-KQkIU,1123
111
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fMfDM4-18UgJmkhRN0gAGYoqM9z3W8ZX81pTV_n8BGc,453
112
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=6OYtfw4EdeYy0jWLaVM1BehdDKddsMgpvIrcUDAQsYw,1622
113
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=1FVLpt4g3jb_dnsoK2radgPIosn40E6s0JHxIMHCYYs,508
114
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=WPCDJcpZ_Crt1_S_Niav6wZboaOPrtFGiA84pnn_VSQ,3090
115
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=8pVcnzhtT-kGbFNbBginKQiYvGRQqE_6hQzHkhWPhio,772
116
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=8iPup3OeKU6HQGhbJWqXXuDbV6euqMk838tfypSuoeA,798
117
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=iAQGjnvaWWVRnx5RvQ_c2TZ2DHhch_Tv9Y_w_DJjuD0,1184
118
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=f5C7oBOniccsobjvOdZA5Q2iA-YchcgFTRT5qswEu7I,1722
119
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=BHbXhkVIIacSyqSEMEa8jAd179SIOoFViNvY6G6oxvM,453
120
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=QIE69K5upNfQNls2qhGnwgZ3XTwZmeVTZIXr3Wu7lDs,3825
121
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=sj4bUhinDDybPJh_fX_SFAFQvmjO1RWnMvkPKHfasLU,3392
122
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=jmS0_0wAEtb5hEwCSNKRIxAuVM6tc5HPYDXjtNHPNw0,1022
123
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=gChc7Q9U0CSh7Y-BHRMk8BDM4OXQRTcDLdyaFKtbDSg,5578
124
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=rab2VznWLfiWv2RdmS5OHwx1bqRSAUhTh8pOJym9ACw,3964
125
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=eYAjL75lKiv2AjpoiTz6O0Plh1nhtnwTkgKEE-o_g30,627
126
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=UbQ85h68EbCt2L9isQ6mXCeCjoyHCUM_vfPlun6u3jM,2070
127
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=HYvGH_gGqyaOgbcyQgLK_1pBea9G-nmxCXWxw_kcnCQ,2314
128
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Ht2Y25MGONVhTEsm1CGblIEjL2nepmGreA4iS3IHbGY,905
129
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=LOGDtot1-z5WNr_NKl9uAoCu-Y7U11s3SrZCd7D2YZU,1632
130
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=UgOBQQ29dbHYYCWCJ2mOFauYD6uTnNGekIGfC0UwV9U,771
131
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=ibY26rZOdUMJQvgemTeYFhFB82zCV9Xzid3vNzPtm9o,812
132
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=aumTcQsi3XUpyKyAEwXZRHTX_JiHyupSZUMKwO3WxRc,1114
133
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=c3lHBaM9ly3s66O0HPEf9LRkpL59vVXK3MLcwADTYxo,2024
134
- metaflow-stubs/profilers/__init__.pyi,sha256=f2BsisVEqvN0ZZyqURaXs8v9X6gyG2DcWR5Gpv8ZFUI,654
135
- metaflow-stubs/runner/__init__.pyi,sha256=Ehf0nVycDokdtI4PFBCUFn68iqVdnNK-DvvfIHhxAmM,453
136
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=DzTorXp3CjrpbOr9JujxG0ViJKB-mLwXA8KGwQdERKs,23267
137
- metaflow-stubs/runner/nbrun.pyi,sha256=IgLcWUPxUbBW3EgCLiNaM40MLIeUaZRCwP7QAdN3-R0,7486
138
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=YmXmYnTJs7mWBxqMhUnmnB4GihfTnI7bzi1tfoOQ12Q,8577
139
- ob_metaflow_stubs-3.9.dist-info/METADATA,sha256=XA2Fcz1ofJAujV_243IWJ_CKam4QlPj6baPv-0OOhvw,651
140
- ob_metaflow_stubs-3.9.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
141
- ob_metaflow_stubs-3.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
142
- ob_metaflow_stubs-3.9.dist-info/RECORD,,