metaflow-stubs 2.12.28__py2.py3-none-any.whl → 2.12.30__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 (159) hide show
  1. metaflow-stubs/__init__.pyi +279 -2983
  2. metaflow-stubs/cards.pyi +19 -473
  3. metaflow-stubs/cli.pyi +17 -81
  4. metaflow-stubs/client/__init__.pyi +19 -1113
  5. metaflow-stubs/client/core.pyi +19 -159
  6. metaflow-stubs/client/filecache.pyi +7 -11
  7. metaflow-stubs/clone_util.pyi +6 -26
  8. metaflow-stubs/events.pyi +7 -6
  9. metaflow-stubs/exception.pyi +8 -6
  10. metaflow-stubs/flowspec.pyi +21 -105
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +17 -565
  13. metaflow-stubs/info_file.pyi +6 -5
  14. metaflow-stubs/metadata_provider/__init__.pyi +16 -0
  15. metaflow-stubs/metadata_provider/heartbeat.pyi +34 -0
  16. metaflow-stubs/{metadata → metadata_provider}/metadata.pyi +10 -22
  17. metaflow-stubs/metadata_provider/util.pyi +19 -0
  18. metaflow-stubs/metaflow_config.pyi +8 -11
  19. metaflow-stubs/metaflow_current.pyi +32 -31
  20. metaflow-stubs/mflog/__init__.pyi +6 -0
  21. metaflow-stubs/mflog/mflog.pyi +52 -5
  22. metaflow-stubs/multicore_utils.pyi +6 -5
  23. metaflow-stubs/parameters.pyi +12 -22
  24. metaflow-stubs/plugins/__init__.pyi +51 -163
  25. metaflow-stubs/plugins/airflow/__init__.pyi +12 -5
  26. metaflow-stubs/plugins/airflow/airflow.pyi +19 -130
  27. metaflow-stubs/plugins/airflow/airflow_cli.pyi +17 -136
  28. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +7 -26
  29. metaflow-stubs/plugins/airflow/airflow_utils.pyi +7 -6
  30. metaflow-stubs/plugins/airflow/exception.pyi +7 -11
  31. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +10 -97
  32. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +9 -30
  33. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +9 -40
  34. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +9 -40
  35. metaflow-stubs/plugins/argo/__init__.pyi +12 -5
  36. metaflow-stubs/plugins/argo/argo_client.pyi +8 -26
  37. metaflow-stubs/plugins/argo/argo_events.pyi +7 -11
  38. metaflow-stubs/plugins/argo/argo_workflows.pyi +17 -121
  39. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +22 -460
  40. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +12 -404
  41. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +65 -322
  42. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +165 -0
  43. metaflow-stubs/plugins/aws/__init__.pyi +11 -5
  44. metaflow-stubs/plugins/aws/aws_client.pyi +6 -5
  45. metaflow-stubs/plugins/aws/aws_utils.pyi +6 -11
  46. metaflow-stubs/plugins/aws/batch/__init__.pyi +10 -5
  47. metaflow-stubs/plugins/aws/batch/batch.pyi +10 -55
  48. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +10 -31
  49. metaflow-stubs/plugins/aws/batch/batch_client.pyi +7 -11
  50. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +15 -140
  51. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +7 -5
  52. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +10 -21
  53. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +15 -5
  54. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +6 -5
  55. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +6 -5
  56. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +6 -5
  57. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +7 -5
  58. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +11 -65
  59. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +19 -175
  60. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +6 -5
  61. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +8 -37
  62. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +53 -290
  63. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +127 -0
  64. metaflow-stubs/plugins/azure/__init__.pyi +12 -7
  65. metaflow-stubs/plugins/azure/azure_credential.pyi +6 -5
  66. metaflow-stubs/plugins/azure/azure_exceptions.pyi +7 -11
  67. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +11 -24
  68. metaflow-stubs/plugins/azure/azure_utils.pyi +11 -29
  69. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +8 -23
  70. metaflow-stubs/plugins/azure/includefile_support.pyi +7 -17
  71. metaflow-stubs/plugins/cards/__init__.pyi +15 -5
  72. metaflow-stubs/plugins/cards/card_cli.pyi +22 -491
  73. metaflow-stubs/plugins/cards/card_client.pyi +14 -76
  74. metaflow-stubs/plugins/cards/card_creator.pyi +7 -10
  75. metaflow-stubs/plugins/cards/card_datastore.pyi +10 -18
  76. metaflow-stubs/plugins/cards/card_decorator.pyi +10 -126
  77. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +14 -81
  78. metaflow-stubs/plugins/cards/card_modules/basic.pyi +13 -96
  79. metaflow-stubs/plugins/cards/card_modules/card.pyi +6 -5
  80. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +12 -73
  81. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +6 -61
  82. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +6 -5
  83. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +8 -45
  84. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +7 -6
  85. metaflow-stubs/plugins/cards/card_modules/components.pyi +24 -107
  86. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +6 -5
  87. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +6 -12
  88. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +11 -88
  89. metaflow-stubs/plugins/cards/card_resolver.pyi +6 -49
  90. metaflow-stubs/plugins/cards/component_serializer.pyi +13 -63
  91. metaflow-stubs/plugins/cards/exception.pyi +7 -11
  92. metaflow-stubs/plugins/catch_decorator.pyi +9 -29
  93. metaflow-stubs/plugins/datatools/__init__.pyi +13 -392
  94. metaflow-stubs/plugins/datatools/local.pyi +7 -11
  95. metaflow-stubs/plugins/datatools/s3/__init__.pyi +19 -653
  96. metaflow-stubs/plugins/datatools/s3/s3.pyi +15 -263
  97. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +7 -10
  98. metaflow-stubs/plugins/datatools/s3/s3util.pyi +6 -11
  99. metaflow-stubs/plugins/debug_logger.pyi +7 -5
  100. metaflow-stubs/plugins/debug_monitor.pyi +7 -5
  101. metaflow-stubs/plugins/environment_decorator.pyi +7 -5
  102. metaflow-stubs/plugins/events_decorator.pyi +8 -14
  103. metaflow-stubs/plugins/frameworks/__init__.pyi +7 -5
  104. metaflow-stubs/plugins/frameworks/pytorch.pyi +8 -45
  105. metaflow-stubs/plugins/gcp/__init__.pyi +11 -7
  106. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +11 -24
  107. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +7 -11
  108. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +6 -5
  109. metaflow-stubs/plugins/gcp/gs_utils.pyi +8 -20
  110. metaflow-stubs/plugins/gcp/includefile_support.pyi +7 -17
  111. metaflow-stubs/plugins/kubernetes/__init__.pyi +13 -5
  112. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +6 -10
  113. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +9 -29
  114. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +16 -155
  115. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +9 -72
  116. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +19 -142
  117. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +8 -41
  118. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +7 -11
  119. metaflow-stubs/plugins/logs_cli.pyi +10 -9
  120. metaflow-stubs/plugins/package_cli.pyi +7 -5
  121. metaflow-stubs/plugins/parallel_decorator.pyi +11 -59
  122. metaflow-stubs/plugins/project_decorator.pyi +8 -14
  123. metaflow-stubs/plugins/pypi/__init__.pyi +12 -11
  124. metaflow-stubs/plugins/pypi/conda_decorator.pyi +8 -27
  125. metaflow-stubs/plugins/pypi/conda_environment.pyi +13 -19
  126. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +7 -5
  127. metaflow-stubs/plugins/pypi/pypi_environment.pyi +7 -39
  128. metaflow-stubs/plugins/pypi/utils.pyi +7 -11
  129. metaflow-stubs/plugins/resources_decorator.pyi +7 -5
  130. metaflow-stubs/plugins/retry_decorator.pyi +7 -11
  131. metaflow-stubs/plugins/secrets/__init__.pyi +9 -5
  132. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +9 -14
  133. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +7 -11
  134. metaflow-stubs/plugins/storage_executor.pyi +6 -11
  135. metaflow-stubs/plugins/tag_cli.pyi +14 -396
  136. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +9 -34
  137. metaflow-stubs/plugins/timeout_decorator.pyi +7 -11
  138. metaflow-stubs/procpoll.pyi +7 -5
  139. metaflow-stubs/pylint_wrapper.pyi +7 -11
  140. metaflow-stubs/runner/__init__.pyi +13 -5
  141. metaflow-stubs/runner/deployer.pyi +102 -210
  142. metaflow-stubs/runner/deployer_impl.pyi +87 -0
  143. metaflow-stubs/runner/metaflow_runner.pyi +23 -507
  144. metaflow-stubs/runner/nbdeploy.pyi +16 -60
  145. metaflow-stubs/runner/nbrun.pyi +11 -148
  146. metaflow-stubs/runner/subprocess_manager.pyi +9 -10
  147. metaflow-stubs/runner/utils.pyi +44 -9
  148. metaflow-stubs/system/__init__.pyi +9 -87
  149. metaflow-stubs/system/system_logger.pyi +7 -6
  150. metaflow-stubs/system/system_monitor.pyi +6 -5
  151. metaflow-stubs/tagging_util.pyi +6 -10
  152. metaflow-stubs/tuple_util.pyi +6 -5
  153. metaflow-stubs/version.pyi +6 -5
  154. {metaflow_stubs-2.12.28.dist-info → metaflow_stubs-2.12.30.dist-info}/METADATA +2 -2
  155. metaflow_stubs-2.12.30.dist-info/RECORD +158 -0
  156. {metaflow_stubs-2.12.28.dist-info → metaflow_stubs-2.12.30.dist-info}/WHEEL +1 -1
  157. metaflow-stubs/metadata/util.pyi +0 -18
  158. metaflow_stubs-2.12.28.dist-info/RECORD +0 -152
  159. {metaflow_stubs-2.12.28.dist-info → metaflow_stubs-2.12.30.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,158 @@
1
+ metaflow-stubs/__init__.pyi,sha256=NVDMogu53cViqsUKAkPXOzac0SxwXp46pAuwq91Yb6c,34598
2
+ metaflow-stubs/cards.pyi,sha256=hl4u8n-C1nflbBNYcEttr9pBWnNQ0Fs3oD7HAl3Ry3E,1564
3
+ metaflow-stubs/cli.pyi,sha256=29YvII9ASkLxxiA1izk_3qoxQX-VSSE5VTc2FCA5dCI,2148
4
+ metaflow-stubs/clone_util.pyi,sha256=s8aDRk32qAhHbGtyX1JGMk5CkVJMOvJHSJsXjZT9S60,789
5
+ metaflow-stubs/events.pyi,sha256=FeElBqON_gFkKZ45UsHCeL04u3V4-UbbmIgTMF9xzZ4,3974
6
+ metaflow-stubs/exception.pyi,sha256=dNUE0_mvc0uXum9Zhzn6By8xKBtMybGwrRc8LbCEpHo,2641
7
+ metaflow-stubs/flowspec.pyi,sha256=YzRExBNQ8pURRhI447Uq-n27xVAlK1hB2HkedFdMKhQ,9864
8
+ metaflow-stubs/generated_for.txt,sha256=VXCj2pKbOPtRxsv_ZXpkKI1KxfKye6gRWlg8VAnvw_8,34
9
+ metaflow-stubs/includefile.pyi,sha256=S4Z7e89X791ed7oE67ciSV0PtJ9V0FXi9BVz9vU3q3I,4235
10
+ metaflow-stubs/info_file.pyi,sha256=RufSct09lRPWGgqwbv9gcZrA1PyhWmqp0HqTRo9hR5M,625
11
+ metaflow-stubs/metaflow_config.pyi,sha256=6iX49rcIrzDgcM1OjydKDSJ6So2CCwM0LvUfBBkwTGI,4585
12
+ metaflow-stubs/metaflow_current.pyi,sha256=BXm6_FTLfOuc9-xFpiv1gfLsqidbGM_nkiN64IgLFdY,9655
13
+ metaflow-stubs/multicore_utils.pyi,sha256=Ruck5VT3_YlswDDKBoqNbGE7XXVf4ODtfEVoPaNqMlE,2470
14
+ metaflow-stubs/parameters.pyi,sha256=8vo-WGdqgeJdBjSsOAh1n4K9_LmWc63dd1GOTUpDrjU,6664
15
+ metaflow-stubs/procpoll.pyi,sha256=Q_fEyUtGqMcfJqEPr21PZzy-xGcr759rELlU015ek3M,1366
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=8vXtLhuztAwZ5S9LpCwPh2Qv8SwZs57wjaCncD0EYEs,994
18
+ metaflow-stubs/tagging_util.pyi,sha256=9GzIW14lbRB4i3gey4DlOxKUGYXzDrtnyxyeYH-XSOo,1494
19
+ metaflow-stubs/tuple_util.pyi,sha256=Um5UdH9sESKnDF1j9pXLJBWiakskwqcQNTZdrKMHFFI,663
20
+ metaflow-stubs/version.pyi,sha256=9kexBjNew15S-9sjRmTk7DQ9YAwqwWVRJcRtGjQGEoc,577
21
+ metaflow-stubs/client/__init__.pyi,sha256=tElOZqagANhvPwbi2V_-jOeTQSODSu0AVODgT2vi7tA,1114
22
+ metaflow-stubs/client/core.pyi,sha256=wn5S_cEjA8mFfNhv7HDOBzl5OelvylVBINxCW_FWKBI,44999
23
+ metaflow-stubs/client/filecache.pyi,sha256=We-ruRAaJ9bTkEmeM2eWcxVxOfYhXxFa0W0Fuu59y1Q,3059
24
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=dEDu9cC-KXyoFn40Ay-vG8vGDyig2BdqsQBqt6BqFC4,808
25
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=d3HOZwfxuPafvzV11GcPk2RxucaQk7QFOHJRQ-nVX7Y,1068
26
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=E98eDDFcsSnWp5WlMLQFMYNQ-z_dHQrwphXhU3jC9lw,12392
27
+ metaflow-stubs/metadata_provider/util.pyi,sha256=jXsM7RNV8WaNj0MJ0sVz6edNMwZ5z27elpkCnfANImk,758
28
+ metaflow-stubs/mflog/__init__.pyi,sha256=RiueAGOWpAXnflC_jxQ3VqNBX_2E75fPc81B-ZeQqJw,516
29
+ metaflow-stubs/mflog/mflog.pyi,sha256=PCoFzYDSnNfPlvW5uzC0KTo-iB2RywJakMb0-WS4p6M,1722
30
+ metaflow-stubs/plugins/__init__.pyi,sha256=OxDPvSnCmxM9yHbO1nQweZURTGcYemPrNmLJHXFkZWo,3682
31
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=_NwjhA2bTphgecCZ_8v3kHFNajR7jnjCleLwN2b_3PE,2243
32
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=6uFxvnzoxbvSilJpdWdDrMAGEJC05U2yR8I9EgDbfxc,932
33
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=GGlwdEhxUpuvLT4YWCTXPSZQCdZ_cFb9PFzw8asrzOc,910
34
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=u46lrFsRitGyqhxqqXnkmidctqDNhuV93DcXCpPRMiU,1052
35
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=1xizn_-G3fmPWicJGeBVN5dO1thSHOe47h15RHTg9vg,4437
36
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=UH6EXXt8A5V43ufrjDOowEMIsdeQMOe2yhNbMsMq_TI,1481
37
+ metaflow-stubs/plugins/package_cli.pyi,sha256=4QbcbZtmOpdKn9aRdCNXgG27kNPkwJpmLceybG7I4DE,591
38
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=hL-U8Lkzg3G8Z_C1VFXh5A-raPOlQrRemVEylTpY2PU,2445
39
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=bJgs0CH18UJw4SD12rzrhdYY_lj3CPI3Q9Z4H75SjB4,2743
40
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=NxqDgvXguuZYI_e3HrZYEEnYPRJpgtZFDhPKGpYB-gc,1829
41
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=8TIHNj4yIhbp81CK1EXkhATylZj1EdFd1IcAslsp5mA,1709
42
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=0T2NX6aqRi-uiWXfNp5IFFl5lpGZ6M4ln5cZbN5eHLc,1198
43
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=GXS5tYcQyiiL8JL-is1myjLUNI4OPncfuVyQkmXRCQk,1038
44
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=kCGjugBqZLbRZp_Q1tcd-eRSLlN_fpx7ckYJDs2SrlU,2087
45
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=6Itd8SFCGz7N9O4ZmSP7cmkt22lgO8Sgievl4KpqFKg,2317
46
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=75iYWDqy8gUy-Y16d0QQyq3oi63ZM30RGExbT2WQXZE,796
47
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=9EOKgWsXtrGKY00AyDsvOklsrIiXrUqQQ-wR5GfAGnY,2833
48
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=1oamRa7I-KbdGuO3m-DCuchly-bJhTUebln6vvW4T7o,1738
49
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=GfxTUuAifdcCA2UP6SgsgUCKhzmQbo1K2iBKaq1EGOw,1229
50
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=e9T2tvO2Y-Fd6kLgtQDgaTDTIObPzmyFGVYEN6RHlFc,3154
51
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=40qv4lbjFPZAFYbQLT762eRM0rynGy8SZq4kh_dWBTY,923
52
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=ftzdskPRX6R955vBk_EE6LneK5PXRTjQJ77-cBrij7A,877
53
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=4xz8jB36-p-Ok38V_WtRkFzqnV9V5HFVDflsY_VykZA,1497
54
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=D7BfAO5aBgRlqiz6_WEYJdGmpG6zwR6l_ziwHtOn49A,3309
55
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=IbE2FO_GLimhLCiEErF71fF55xnLRn7ULaFXoOHsYdg,3220
56
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=ZgIIfCCHm5ScklbUMmMSXQplrzTh4i2O_Lo61Tklgdo,870
57
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Lephi2JeaUyebmDyKdUzgyM3zpuaiEBrgJKPc22l8eA,2514
58
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=3uFWRkK6shdnJwMgxJmAec2pyOHLLPhEBf-QizUnZIc,3348
59
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=a5R2-RCG-dx7_raJoRZcOBmj-dA2_8XgCY1TtZT9H48,13517
60
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=qnow1Ql5dHcWk17Y9BbhZbTLVA0KwzSWmTxS6nNIQUY,3805
61
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=udvfkbJNxIrE2UoFrLP_Yce3T2MRpEUfiRZw5K5LiLk,1406
62
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=NRmmCbmLYHHnAhJIi0-BkYcdJgLHNGlx6MQGNuJsL1s,4595
63
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=Im10NbuMJJXtQnYj9X0hl6YvQ9kB2r-_tihH0S4fhGI,5206
64
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=g2Td6gSmvxzgBBqFpOjXfynx1g6cnAinPJIkd4JhzzM,755
65
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=4_Bv1yftNOW9vCFRCFsjPjAQRUH575y2QKlIRAZNkuY,930
66
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=I07G7jIx_jiTNkw7vhkn3Apc4kAmYZoeOnyZUdIWkic,3085
67
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Cz_m-uI3sjZo9os6BaQfdI4byotaVvyograIqtsniVU,712
68
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=S_nwSAhpyl4NOmbGrRKhQuaJTpA4kVYiiCi19n-3qhQ,2905
69
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=M8wNRXlwsh0Ipy9OBLzwFVZuZNuLuMcJqqe-yT1o2l8,982
70
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=HGI0YyPyMHwcucIF8pOBafy8l3u1AsRJQY69Ei00iu8,3767
71
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=r2KP88J-ZRKfrO-PHjbA9oxS_WvaoBOl6rP8lWOZgSs,6064
72
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=szUNZvX5H-Ku6oDxc1swoBVM8LevQFK7IYqoG7apkVg,645
73
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=EToTfJqRuOHCuOeQ6VGrUUnJczuO_L7pD4ZkiQKORdc,3426
74
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=5G_99sneGQTn5ynMStXG2IbR2N7IbA55gC7bObc53ME,1063
75
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=1obZCdneNqzCNvmOYiz2j8p6tAyvRRKYb70lEGr9mRE,976
76
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=4WRYsRbHIifYs3UxY3WRGc7I8WusRuUiTGaD-weLf3g,899
77
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=V0T3-DKqvgW3uCYfvZER8aEZzzWi1GaoqPy7z5tCvDE,697
78
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=74ak-GCe7BOAl-kisv_Z_r9b2DzxwuB_bHLgVxo_aS8,1637
79
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=XNgePzKD7D2eKNg_G40KdxPoHdB9fVGRZ_dhTDjHoqM,4482
80
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=axfUnSq4QUMRCufR-Rik9IWlD3IFS2PyJKc77PmOpTw,2622
81
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=8MyQX9_NOo_fnI_v4Zo-BQeALsvEf33TGppppXKSYvo,1186
82
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=sPEr7L91UkLeoPcoHMmHDWRAOCdV2CofxZwpYLWFhuU,1145
83
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=qqbh9ZJUwL72MTa4SklijoWy52Is5bTyLc-RNkwX6_4,3881
84
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=Q4yWVzFsEKCUXm2oNwT-iNnrrWP-4KwN56sSfQgOxd4,4280
85
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=LwzMMWUVCbORQbCF9rvNxQgI45TCno5K3lDSkCUApmE,1011
86
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=5TJ0MlSn2naaPqiLE1hDKbSHCUd1c8WK0vCkCBXAZUg,1168
87
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=_qtE4bn2CAveOE5uSQi_dRR5jZzArfh9LJaTAduFpco,999
88
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=6GyGOkVPaQxFLPQE3fe4OWGwFO78Z75rjpT33UATa3U,2289
89
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=woUyXxj20a5F7CMmL_9jP8juv8XRKYhAAVfVt7cMuQw,2458
90
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=IGtjPJEIbaE3mI8ucpGV6vhwNh74srzItUAPnaafeGc,1568
91
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=fNcC8EwQGWSZfQwN4GflGyoIgK2U1VsCrS7muU8_xSw,1667
92
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=vUm3Ej9U0uCzr2opPGHh1FCp3jWglmhOyHuKcQcGEmY,951
93
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=v0uaZ2DI5Pbv0yqPQNloD05csNC1OHxbjmq4PrW6DEQ,5963
94
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=tWbdXzzkgdycvRNuQKOSfxU6igDybaHcJB54Twl6x70,4909
95
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=iUQAxH_sHUQS-_Hsdul193d0V3_MNFz2BXXETfOq2wM,1089
96
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=2n9Dra6u2f4cYgE9kRSsY__Bx-2t7z9L_dUopuL8q5o,2962
97
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=BrDp7AMyBl5UByrEXnTmunMBg7bEOEf0WW8K7GRtKtY,2768
98
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=SPQ742VsCm6JPSvRnAGMN4dmYx3ZBDk75Y_EKp9LKwg,759
99
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=xvaNLQDbgAZ0OXxLUBtosYHQPR_hzke7353CgtzsYFA,8482
100
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=CBm_tVOvV63emqDq-Kw1hYYtO_Ui1ZrxyEORrJ5Pvfo,2470
101
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=C6nSbGNJOUhkAeO5zcq1Jjp5ZfYQbZRVaHXXaYQRbTo,1019
102
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=5FM7y6K61TJFExRrycmn8a0JmPaqJ5f0VfLgr6LR2hU,7180
103
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=1nANjyetOFJeDZypP39ZtU3E033m56cwvkbwy2JRh50,3092
104
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=4-NZ9qc_i2FQXCaKuJ1eP91O6ndNVsK5WlaHBq1-_Xs,10309
105
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=7rjO1Xch2sd7D5z7AXmO0L9K12zpSpR-NXh42_vjVyM,1479
106
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=iHR12Oacoh03eTGVzRR1DYFqDxEdWNmFp3qXVrhW5cw,853
107
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=1YZQr7fhq40uEZRRY5fQe0R_I0rBWiMly4OudD4V-XY,3622
108
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=xsFRTggjgZFhW-uYQ-r9Ndot_dLgzXzcJfvS2YrtAus,822
109
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=eWdfIXIqXOg2oV4YuGxcXMAcsfMRbW0LuuN0ipEhAdM,747
110
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=C-DqdVteeYimX-hSkwo8Q_Z7uXzBsF_L_ZnUN8Kc4x4,568
111
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=ZsAXMpeAisdbTt4nYVnw5n6KcGJ1I5LkrEqKtBMin94,2736
112
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=SSCTBGvKYxmVQIemfy3u8yJmKouhMTM09yz744cLMb0,2014
113
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=GkRVOdm405N2gMZdZTjCcGOsC_dhQXgPLY5vh44VfVY,933
114
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=QMO7CfW5H47v_E2PYWw1C2uiKUCGa5fnOX7-3P9hg0Y,2797
115
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=IScoHyoCzTcP8vOIw2sW9S0GlEaErZj2behJL6eWwgA,1204
116
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=wzZMqyiLf0Xm9ZBvpgQ6_B-iO-2jhx1x5jhG9_DQgfU,23702
117
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=R1tOFhcxxvyJ94kmRvgVzj5IJi9EVY2at9Z-K8S3804,1036
118
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=lOEzWZx3tXYIWP5dsZVPnIcHF_KJKoHUpUZJhsWcPmU,1132
119
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ALCZWshIUTdwYdu25Cl8NyimaBPuTKJ1MDkiqpNWXGk,587
120
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=VflTYV26G1N_rar2PLKoeYvqAjmRzR7k-tE20KrYCDI,1200
121
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=8SeVywYOSPydXtCm57Paa_XAs_Zo9PrE2lDlNrZg6-8,923
122
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=KrOK-L5R52YJeGrsk1CIMvM2MeKNkEEk9bkQO9mjtoo,3298
123
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=w8EN5f4nbvz5JQzumoL819KhvKKfnIrvXHO2XhbFUBE,796
124
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=_pPaWGbNfhdJTO5_hrMyqPJtyaEmPI722qlP-wAKiAA,899
125
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=J1OL7jQtSAUwhYmdM51Pfem4gtgcAao_ZhFT8dNuO2M,1086
126
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vgcfod5Zk6F3H1e3wE9GJBl-l6gM7dh_h6133QyGHC8,1641
127
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=9FMweYN9Uz962z4HUfwRAzkh7Nm6vVwlZL4UwK_KMBQ,893
128
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=ywxKX9x7JKhsQ5T4UjcRqbHRnQEnd8K5D22EbwqjUME,688
129
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Ti_44JDDU1p00AeCoZh9cDHuObENoy-oLP7fAHxRHmc,4230
130
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=EU1-t6nhwGAilw13bW-JW_u_arAhXUWfJfmD-IIOQuY,1444
131
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=XxA9gjNreKnbNh_UwVRxdWzWVS80YDOwZhKbp7fNyRE,1326
132
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Jabq_k47YEzeZ30r5kdZBMcyUAofpY53QLV20Fzz2eA,6601
133
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=E5uXomIK2oqxSHRnhQk5WNUlPxFhJ_DdvtZUBcQ_cYA,2483
134
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=dZcvvhAJ6WeaXQ4lJ2GsWxAyi9UlcwTqzQXwIz7NJvg,5151
135
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=zVfCHg_Ptg5vO7qAKnDYxoAX4yCmBL7MxsRTXz2X-SA,915
136
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Q6l__adwGhufc6wArs0MjxHKd_j0fGogECcprAB92dY,3725
137
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=PisS3Nq8RfjHF8LUkIhFD3TcOkOrBQU8HOx6us_85DE,2409
138
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Rw6KQP2OhRmG_K7FVjWa15eIeec6n-ntQGjJGO1A-70,2610
139
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=QZCTHlGfvdVFWwJm4UcNivh2OC_UYUleF0Tvt5jeros,834
140
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=TJIVRjoHaH48TOy2SNr4Jnjq04B23owii1mue97PH7I,825
141
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=HANuPaiOsK-A4yg7aKbO98cokniCinP01c2NJjsx4FU,1042
142
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=UKSeSZdeDKMWU7XS9ejWAKTRebveSnc497euKBo9Y6g,986
143
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=u8Z8ybEVuN5Kou8T3FO9ZAJjNwiA_XUsYtY9GF2dWR0,2345
144
+ metaflow-stubs/runner/__init__.pyi,sha256=XVzaSbVQD6uYGMvs7sRObh7GF_1hejErNsK1OgYbWVw,831
145
+ metaflow-stubs/runner/deployer.pyi,sha256=F-JOyweWBQDVt4YSsLO1sEKE0kVoDQPFMOQwVwRusbE,7525
146
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=Cnc_Q4iUAN3w1ELX0vRb6l5lt2TDq20tPoVajcGrK3I,3248
147
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=023TxNzxWRNF7ChV_poTFOajw7b3Yhb4ClxulnQVOMI,10447
148
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=_CZ1CZA88-7AF8E8MdT6wBogeoHOGU4pHIE3dKs7AVc,2815
149
+ metaflow-stubs/runner/nbrun.pyi,sha256=ho_cemHiIrhdC-jKbZy9k2KU_rfVwEuexw0pOE0gqNk,6022
150
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=Wm9uZgAUXdvQULXXBTg4q6QLI9u96vfwqR8oZNvlcQM,8941
151
+ metaflow-stubs/runner/utils.pyi,sha256=_0K5W7JwrkU3ZXr16bAE3miPtuo-h7F5MC70l47Ufsg,2922
152
+ metaflow-stubs/system/__init__.pyi,sha256=Gt2o2wtm4De9KA20gHVo3rwjpb7TxkQ8ILx-VB6ib60,761
153
+ metaflow-stubs/system/system_logger.pyi,sha256=mEyavK3f59uQRNdO6HnUs1oyMkbHdY-_o4LHl6CokYM,1666
154
+ metaflow-stubs/system/system_monitor.pyi,sha256=Ppy2km53Ag8h01IVc5D1MY1wA-ucmHanpC0I4RArfEY,1788
155
+ metaflow_stubs-2.12.30.dist-info/METADATA,sha256=eCTZlUyu5Ee6LwsevqnGgHP9TWFprag5L9TD8ADkbv0,1403
156
+ metaflow_stubs-2.12.30.dist-info/WHEEL,sha256=0VNUDWQJzfRahYI3neAhz2UVbRCtztpN5dPHAGvmGXc,109
157
+ metaflow_stubs-2.12.30.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
158
+ metaflow_stubs-2.12.30.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -1,18 +0,0 @@
1
- ##################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.28 #
4
- # Generated on 2024-11-01T10:21:04.561130 #
5
- ##################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- def copy_tree(src, dst, update = False):
11
- ...
12
-
13
- def sync_local_metadata_to_datastore(metadata_local_dir, task_ds):
14
- ...
15
-
16
- def sync_local_metadata_from_datastore(metadata_local_dir, task_ds):
17
- ...
18
-
@@ -1,152 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=kFXHsma8s0Gnjgm2khwAqChDpuOqporJtl_HlNoQgcc,133083
2
- metaflow-stubs/cards.pyi,sha256=d7YeMJQlxKSuDKOi1VH4Pwr1ad54Cr0jq9BNM2IFkgI,15277
3
- metaflow-stubs/cli.pyi,sha256=Uz6Ym3B6u35sOIDNwufmqFeflFIc0NyaoYrxTkDTnhE,3676
4
- metaflow-stubs/clone_util.pyi,sha256=Cvl9YJCoGPIOz7M5ihI_JD_YcqvtPySHQ-V0Oy-HPxg,1146
5
- metaflow-stubs/events.pyi,sha256=Y3lszuCWPUVxpQqvAwplMZmzX3MaPWYF7faNnmH-atY,3873
6
- metaflow-stubs/exception.pyi,sha256=Kd8ULwmNlcDW4Xee5AD6K8NRzf3tI6iDb-YVUqHwUvg,2524
7
- metaflow-stubs/flowspec.pyi,sha256=v6iq_vweBVG2BtAvCeaASRcCMB50rQXGCo0fVDeOeLA,13223
8
- metaflow-stubs/generated_for.txt,sha256=DeVYpWW4aTqHAcjA9QXQx639lrknqwxwfpzrCVHGsvw,34
9
- metaflow-stubs/includefile.pyi,sha256=pnM_NQTx1focqD9BfzFIi6aGsNrszwt2hddHGEzZwy4,24980
10
- metaflow-stubs/info_file.pyi,sha256=focAHjAgy5GfAo6EQ01KVx60wVYtrQkiAYi4aZ-s3rQ,524
11
- metaflow-stubs/metaflow_config.pyi,sha256=lDr-QiXQyv_HLb0JFBuMJIe4exiSX82wY8gPMx-gY-I,4544
12
- metaflow-stubs/metaflow_current.pyi,sha256=iEVYt5P26gs8Cgz0zh_wImla0OfKvBoDZ0u7iPM1jGE,9551
13
- metaflow-stubs/multicore_utils.pyi,sha256=NLH2ice8CKlm_Jmm8Ua8jJ8fOnXRboa13Uo5lPmLHsM,2369
14
- metaflow-stubs/parameters.pyi,sha256=1tDzDK5-YA2zuYXJbQxaoy5szDJUJayKAxruuhAybeQ,6741
15
- metaflow-stubs/procpoll.pyi,sha256=1hd-qer4kLdCo2lgvlobAN0BZHrTeuRCGhJ5gs14vbg,1249
16
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- metaflow-stubs/pylint_wrapper.pyi,sha256=RpN_crg1aJkhyphz_yBj-HPVoyB_duoTC10MvcwUJDc,972
18
- metaflow-stubs/tagging_util.pyi,sha256=xd4C7HxeopPETaHyHTciuP41udfbSbhXguDWwzkJuqU,1485
19
- metaflow-stubs/tuple_util.pyi,sha256=j8NF0uiCsa1DdltGLrbFXIcog4kI-UYzS_2ysSDTGF4,562
20
- metaflow-stubs/version.pyi,sha256=stswRf5_Nm0WZyrijQiAOFHmQlvR3y7F0QCixqHBeyQ,476
21
- metaflow-stubs/client/__init__.pyi,sha256=Vm0NCT6wOEtNLs7EuJrK-jsTbtcANXEgyJro7kh8dmM,33904
22
- metaflow-stubs/client/core.pyi,sha256=REfArMs28M8NE9nhrddbJS0xI089aH7mzYmk0YToYlY,49518
23
- metaflow-stubs/client/filecache.pyi,sha256=GTW4RlbTAEp7Edh_6CvphKpLuGcGGLhbUjTPUHTa5iw,3036
24
- metaflow-stubs/metadata/metadata.pyi,sha256=A0NG2Yuc4CgpgvjXZViMqZb7PLRN0GNAqI6rC-QnHmk,12581
25
- metaflow-stubs/metadata/util.pyi,sha256=ZXLclHI8O5Sor9P7SkiPhynucSzIuDu3Nn31zna-8Xo,657
26
- metaflow-stubs/mflog/mflog.pyi,sha256=B_7hm6xaKlYpi3Ng6XDvfZtMU4FJYiqHUOO0VoD81_E,621
27
- metaflow-stubs/plugins/__init__.pyi,sha256=spHuEySwyI9fpd56umdbjIrSPaP-_A2RXf1zlcb3-nM,6367
28
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=p27pTtvPCyq8LSu5vWzobKTbC5cnp30aWzXyZmglRHk,2486
29
- metaflow-stubs/plugins/debug_logger.pyi,sha256=WOi0gK46pAJ1M17SF98cLH21sfRDX6DS8tBGbVQVLCc,815
30
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=04NtVKXUFE9g9fZvbkmQ7al_DdcfBiSBqHrpUj7ZvQo,793
31
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=YNhEpAOuXpYwHg40YUiQhYBwaEJUtm7Wg0G9YS8uwMc,935
32
- metaflow-stubs/plugins/events_decorator.pyi,sha256=AlMsKN6fG_yu6obtZEoXEttRb21HNYwbSzJcctsPxkc,4445
33
- metaflow-stubs/plugins/logs_cli.pyi,sha256=w_wWYDc4_3k0WcC2cwb4mtvCB1vq168FSY2M10fAoRE,1348
34
- metaflow-stubs/plugins/package_cli.pyi,sha256=4MEgxwVM1XiuVZa4Q5k7Yab0MSyZIwbHfqpsoLcZhdE,453
35
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=2-GcVvQ5BFrmbdG62BxwGoxrNViG79sv-W5x9JxPiRg,3445
36
- metaflow-stubs/plugins/project_decorator.pyi,sha256=6IKQfvZt4DcBejUWlpsTpfnGd63bW_GdMt_rjwKi8KA,2751
37
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=lJkjJ5bCHFnfHYNQEWNBazoW-7vCFoxZzyuahUEwl2I,1712
38
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=VCVCdGWutH0K3Lxa4l9jE_ULL72qUV_HVKoQ7ksdjVM,1686
39
- metaflow-stubs/plugins/storage_executor.pyi,sha256=sQUQHah2ATgr9thLy1AKx2-Kt8oQtvTZY7R0Lfmm-1c,1191
40
- metaflow-stubs/plugins/tag_cli.pyi,sha256=qUH7cCDj2mwNPkwreZBTtp2HT5hxAkTehZzJlhRG3-U,11465
41
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-_QLA4L6aZWxkG3c1D-GaDJmYCUJGJCXv6qu3jUyDgg,2521
42
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=XEXDG9aqDddpVUYMSp1D_olgnHH2EDtJVww2Z_YOg_E,2294
43
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=bmwupytLWnEFRcuSteDeLk3f4IiBLVN_WrAssZ0GwFo,453
44
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=TSb4feHfYp9cDa6LwIeb8NuTPHQ3AnriNFhwV1IGLw4,6546
45
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=hAGaXxi0QJOdR3SdPU7v7HOvJxpk3Rb_a_kQuXAZ_HU,7025
46
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=9OSsE_Gq64vC91vUZbhMCe8vqbwAZC0n-2j15Q1VgF4,1568
47
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Hz2njzKfuDT5E8TW_-RtJQ1-INtzjrrYmiY9w1mOcv8,3053
48
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=jc6zN3wm0Q6elZDmtzCcBHTAXd6m-GtrzysouKrGlt0,899
49
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=yCmBeNvJwfKZwZQQBvJ5pN49VXpafmqnv7R75o9gzsE,5370
50
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bE5PCAfjK8uxQBNRA2nFcxeNd2xaSg-4jZkN8O9inA0,1900
51
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=h5bL6VXzJ3HJDhyul4hj32SGIXy9_WuxdWKRvZOKNQU,3973
52
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=tDUC2xsMxXK-ns8h4AJUEUvfWdhknLlcx2agC-0lcBU,3884
53
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=9_feyyXurc8UpVpAM4_b0YMw94tk1-JV-RHuUS0RNHs,453
54
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rcV50jsxq1xczrf98gSQdWbCgSD9bNCM3nvM_Wn68-Y,2744
55
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=mHOJtmYIVrt13s-T_UgQ1AcrATF93d5oP7t8xdUbzIY,3324
56
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=hyTpmU9cljnrkVYd_k7ICzsFy5k8eYRX3tNMO_D1GkE,16137
57
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=4g_a5Pm4r83jidHP6mfuE_ze0sweJwdYrS48SBS8lD8,18123
58
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=5CBFo0eizS40vu71wjw5LwgrNNBqDJ2idkdsnN7WPM8,14777
59
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=T4Cby7vjILWcp0I9kRa55WctXSImbnqhYlU4RXqmyfE,10304
60
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=JmfARjJYHybCAW5n-RRmc8SFjY4lX4ED0t3GbBDwaJw,453
61
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=IVBzUw5TFhNNowQ7Q42ljF6J6BvVSOXYYmHZBmlNofk,829
62
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9xHOKtwL-ZSVsLBWHKyA6hsLznOoyQJ3hgwu15MDpfE,3077
63
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=fM-tQ6VdB9TuFZsiN-OcfBNAl0UPeOyhEX0S2UtDxsA,453
64
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=JqhHtQWwiY8t3s1V_9QqR-EPfi-2dcGe5XqbV25lgII,3606
65
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=hPT0zQM7QS4XeXjaTVywXD_sR_3EZBFipDLrRLTyEt4,2318
66
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=6vaEbIF0f2Tkkwea-hyIi1I-9Okri-SrLX92XAfFiu8,3742
67
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=3hSLglmUhwvTYsZg9aSGO_YxNMjp36aIbMYs5HhZ34w,9620
68
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=HZU37YhZcSqJdFYz0DGkU3nMgP169IeYcgy-4CntP6k,453
69
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=DNGULiWpK-Yy-AFhEoXIsKkOMlq6je16zpfyf-zXASY,3637
70
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ZlVAvkbPjl6wlI8-DM9UiVH3ZhpGhbTPeucD0kHDeV8,453
71
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=SKUjOqdCZnlf8u_1luK93zoaFw1C7KosoU00s-nOUmQ,875
72
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ClZyS14ri7kVPzsptr_BBpV633RKGnsJxlTKXwzDOkg,798
73
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=nDwihq5QHsN_QeLsSnj4O14RrTbtiFCik1Dk28hUiVA,596
74
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=uwiLoqkI1idDWDeT00-lSObaFDTI6Q2h3v4Z4QhxLpI,1520
75
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=44dUkr3TO8_K06EhOMh3VoT3-RYuaDZEAhzkV92jIBM,6526
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=I0v83F9M7sOR6pKM9bTRkaiBoIulmSODz0wWAAyBTDQ,8885
77
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=u5LwVO2epRdxoJnOxFqObAXFoeMOKHjpjjGJLynWAy4,1085
78
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=GVj5EmzPDV1nQqd6HG-YRCQea4CpmQC5Nl6kV0DIlhI,1815
79
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=qpG41Nv5UG53NjW8PQD6RXfaoqXDuXPFXUzCIcnVUGU,9550
80
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=Cv68hdWqRSoRzcrrvIToIah-qwgiLBz_XrDsmZrfJ_4,493
81
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=IDUGjOlpV1ZzFglQk7H_5vw_E6jeQRPKXqpqI_Nt7zU,1067
82
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=CcXie40YiB9IjMX7DdSwC7nOVZY470npZfd3tlFvibg,975
83
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=2oFzrYpF4TjYo5ZzLmwOl3Nr9-iFPp_1lRIi_7H93I4,2451
84
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=DyhKrpfeH1ZLGMKtRzrRh78Sa7wZ5rl1efO1Nqan2Dc,2513
85
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=-3q42Mh2Ix0g2WQVqmwbo8leGoUHj7jDasDMbn6yKh8,1782
86
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=EFCJs9nh1VZRuNd4bn1Y5UMzkFubMa6k2gwhz5V6Hxs,1748
87
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=gZEhm1JdRNcgtNUmCUidVsck_wS4hqRnZ6JsXpdThK4,453
88
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=gdLKUJjNwahA-Z41XVM66HuRtgy5vZn2hQGNC0_M_1w,20388
89
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=LObztUckE9HdTkRE72znEiCdTinAFCcZx1L6yCeVWrM,6341
90
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=CZREMY1C9XSthGm56BLJGf2N2_NAnU2-owFMFEJxPGs,1057
91
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=i3DNvyWmd4h8izBMeEnincQfqM31A38SbWXqhn32cQA,3087
92
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=9-2MoU3aV_lfar0jo_L1hHQXcIPJl50Qsi9mANgnBMg,6795
93
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WFGlfXMEbtuWODcpxE5FEphzVCb5G9LFVJEy1MgXXEc,1975
94
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=hYdYGBHR3RT7x4Yw4miS7BrnNgsHImFS0POK0W_WAbQ,9648
95
- metaflow-stubs/plugins/cards/exception.pyi,sha256=AWBslDe3Cb__nKbPqsQMUTJBqH0IC4kM0LBMbq3G4JE,2446
96
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=T9XzqhXR3yeqrdsPIIcTEsVEyeg83DxMp-RK_q1hxwg,3046
97
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=-97sC07fEvWb5ttv9nX-JpIBhJ5T1LS5zPbPu-6y3hw,9703
98
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=X8tuYpjumqW23g1Sb_60h6XH1tU_hdiP44ZCTkmRBfI,2991
99
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=4ij-J0qaR0iHRdEByJMBeJyao1vW0RyAYile295_6w4,12354
100
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=pNxHUKFU_vDadW-WrFO1roLIytGS9msZbZEsPxRxVXc,1378
101
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=SFcxrb3kUugvm8zhlBEYmCROIPgtXysbIH7aHVmANwU,951
102
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=_jXYhqK8k-AHmeZ8p53j2W0CBtCkXbL_DdRhcjLmBhQ,6033
103
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=p5DKmxS0fh8nJcXERt5cvxRV3Y2kDiZX1txdO4xbwQw,2711
104
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=2uoeiUheCUYQLPezDwQ8KTaJ1I0ZKRgpzWBi_DYVxYA,2667
105
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=Pdi-UGuX9cy6s31dl5oL_KGJ05-1VGK6YO_ZKjlsCPU,467
106
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=43Pf01qR9WszDLTvbGefsXKDBAfAywy2tNSX9zXflB0,3525
107
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=7On6heMehn-4qY4pBElE3fCYqIXfE3eMSCixMOYo6a8,1913
108
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=BUXZ06v5ti_J6qpWyg3Snx2Sj_mkhZ16_a1zmPhZ1lA,15471
109
- metaflow-stubs/plugins/datatools/local.pyi,sha256=S3mQVpem_0G0K4KuLSvwVilOogAyOVzzIo6qyWQX36M,2773
110
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=p3cd6SziOuERFIc0c1ocYpkqrTYcYlDOipeiXK66I28,22978
111
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=pTrERhytPOv9pNZ8rY8XZZhyFXrcc1--uz5vtDU6QG4,31945
112
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=D4bFB53IkDGvQ3hJX7Fxpsm4tkZMS236omoVLxdBfY8,965
113
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=aWycupyKY_e9-gOQTndAqQNv5KQFca3SrE7oYw9HzbU,1123
114
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fHCA296FSgT2hQaIE2BnEuBx4YTgh0wcKDsU0VaF-LY,453
115
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=dyuPduirq1wYO4OrV5eRthNPPZARwzvjO-7U5_oyUS0,2607
116
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=KSd5bS3xfThBSAZ-7SBSUqfmVjYkMRWzgPp245j5JwA,508
117
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=_uBZbHmZsjK1QkNbB9QamKlWBfWKiEI5icfHl6UeXHg,3492
118
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=JiuPc9PpNlccOtwWb0Thg0XwmzOuuicioQD11mNKa0c,772
119
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=xxIKR6vFgMMjaAKpRC6cOh7F58D8de6qiR_7_qxFAKA,798
120
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=0faoex49o2SB59LIbno5cg1S4JWg3AtZbZ1xSACvtuc,1184
121
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=QV_CTNjEjCKVnsKIuFQn20ZRMDfmY7iaLyuMX731Ukw,1722
122
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=9uLwA7GktCUPrs7uQhvuNk2mU3jknbiQLGcLB8baih8,453
123
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=rG2yeEf_8B0iNrDoBoOjzxMyEr5klfGQ6jvJBNay7MY,681
124
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=3l-_viBfK_wY-hxy4n7y02uK_zEb8RYDDR1CY9s9hCE,4502
125
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=OtGht87BFY0DwaUdvSS6-iCQ9mP1m-WfJCf9NCigzOA,8038
126
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=eK1OSbZ9M2_nEfISS3Cp0ZQJydVIbF2DeT_2A5keyfs,2586
127
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9zYfQNyJGtWAlOK3sQShGZpoYB2M5wyGsIvTEx1zyWY,9965
128
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=2fQGcvL6zID-pDYPBAMLnsLPc9U-i4p6xuP6eCU2kYE,3131
129
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=b62V4ltSR49NNLa13zTTrDXejzusJnzj9C4jTjyRgFY,5127
130
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Qxmpthyg9xeys8b_Rm8K2pUmA0hmm9F2xA_Ng1cW8S0,627
131
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=aFtMJ8TYSBa6AoBAsgA3E46yZKRnXOymQscyJLyzYNA,4064
132
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=P2MFLkN_uqrQLQtCfRasCoBUC9lgYSyWXUkKg_lp0bM,2333
133
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=zIn5uILOrCqItr573fZ3FJkn2aQaR6MeViy1NitOqFM,2493
134
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=-bwbglFGcLutHp4X7PThFxjjQ414_6YlnkC9D6dh8zo,1651
135
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=XCEl_N98t6rMPFyU65zRgjXORdNnfFdCUfI-RLQQrJo,771
136
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=OhiM7xW4LCmtF_xjZVF-B13qCNQpKpLtdEt25OXJ6Ro,812
137
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=43Goswo1LNptCyWr8dzGK00LbAGiBKDpUl33QsDVUXs,1114
138
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=-1JM7UdMIlGx24cQ49WJqrCFFkSdQDuHTf4fomH-JRg,2321
139
- metaflow-stubs/runner/__init__.pyi,sha256=07XodYDTHUqJg1wvJqx9_7VP3fZRwY03glPIQrmgK3w,453
140
- metaflow-stubs/runner/deployer.pyi,sha256=j8x5Cy9g-DrBXOYU7ERQsASq_2dDz6mJg9vaaNWe_F4,10583
141
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=FKRLBVLmY3bsjR_69hupcEkd6G5zwVkVSHjFbNMXLIQ,26241
142
- metaflow-stubs/runner/nbdeploy.pyi,sha256=KOD7Nc2oF0XLKyAg_u7I5rqQpAloM-fuJ0iRZ5BVNpg,4310
143
- metaflow-stubs/runner/nbrun.pyi,sha256=S3vOuA7vCaVmK9e3l6ikJuIVXAaSzZHbnAth854Fb0g,10767
144
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=UlSyRdCVNeyg81oHh1-wzSEV2E10oFN98Q0gyI32zrk,8907
145
- metaflow-stubs/runner/utils.pyi,sha256=7vFFe30ACB3DkPVyI5wbpCo-dM582kYq2fFCfuHV1-8,1668
146
- metaflow-stubs/system/__init__.pyi,sha256=4VtNdTH5uCMCWDAE4NvOTSdu0Pm01JFFxEFWgx_-ROY,2760
147
- metaflow-stubs/system/system_logger.pyi,sha256=bra6WsTXSR6EvWDpkOHghFoCahepFSBda4avYfNxH0c,1565
148
- metaflow-stubs/system/system_monitor.pyi,sha256=l9hsJZZzjR2zlcPPML0Dk8a2Y6fXxB2aO3aXr_s_8Xg,1687
149
- metaflow_stubs-2.12.28.dist-info/METADATA,sha256=kW8sZSCtzmnJ-F_TBskUf6tDvU5Eo5aGo9ELFgxv1aI,1403
150
- metaflow_stubs-2.12.28.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
151
- metaflow_stubs-2.12.28.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
152
- metaflow_stubs-2.12.28.dist-info/RECORD,,