metaflow-stubs 2.12.27__py2.py3-none-any.whl → 2.12.29__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 +217 -2921
  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 +8 -12
  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 +22 -106
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +16 -564
  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 +8 -7
  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 +13 -23
  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 +13 -405
  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 +16 -264
  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 +12 -18
  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 +8 -13
  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 +24 -508
  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 -107
  149. metaflow-stubs/system/system_logger.pyi +6 -15
  150. metaflow-stubs/system/system_monitor.pyi +6 -16
  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.27.dist-info → metaflow_stubs-2.12.29.dist-info}/METADATA +2 -2
  155. metaflow_stubs-2.12.29.dist-info/RECORD +158 -0
  156. {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.29.dist-info}/WHEEL +1 -1
  157. metaflow-stubs/metadata/util.pyi +0 -18
  158. metaflow_stubs-2.12.27.dist-info/RECORD +0 -152
  159. {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.29.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,158 @@
1
+ metaflow-stubs/__init__.pyi,sha256=weL3GPBaSWznMi7kDQUw3a9DIBzIO2RNqOZzJwggKaQ,34598
2
+ metaflow-stubs/cards.pyi,sha256=KK_yoyKPN9f5aUH7nKgdM_fkChFUVB8Vp72XWYUbj4w,1564
3
+ metaflow-stubs/cli.pyi,sha256=cZmtJ_RBW7YH0xc7vOpLg27Rvld9aW7UuN-WVzPWODE,2148
4
+ metaflow-stubs/clone_util.pyi,sha256=qFSbHUcYv72RORQJgrLg9JrVCNBEctvDSFIG6zMRKmo,789
5
+ metaflow-stubs/events.pyi,sha256=Nlw7TFF5Oaqp1SMDVTxyj_SUPoATPrxF_GefhA6jKKY,3974
6
+ metaflow-stubs/exception.pyi,sha256=MK7VwQsHrtzy0cSuyYbp1Bqp5gLBvLJ8BFkoa2loGME,2641
7
+ metaflow-stubs/flowspec.pyi,sha256=-Kiw0pFejiedU-c_UhhcWbOxvGl_V13pswTkdhL5ZU8,9864
8
+ metaflow-stubs/generated_for.txt,sha256=2J6fsypN9tyThfENGkvL_ZpMnZwqnZtEcU0oCKPA-vg,34
9
+ metaflow-stubs/includefile.pyi,sha256=7sw0uxnGqavzu2nAe5_wYn_TUsQuk6QPCtUrST7uVZs,4235
10
+ metaflow-stubs/info_file.pyi,sha256=N-CpPepiIitJdHf3JbvHoqk1XghJN6oklPAGCNKOFjE,625
11
+ metaflow-stubs/metaflow_config.pyi,sha256=BxdAlz4eicjhfBt0kTOX5atcFCFwVPq59atguEH_7UE,4585
12
+ metaflow-stubs/metaflow_current.pyi,sha256=5Fj8xpPd539IUT3tObQcamo1wFAkd5ccbMjLprHVs_A,9655
13
+ metaflow-stubs/multicore_utils.pyi,sha256=6ZMlu8k_F7xtah6Nmk0WzyDIS2MpqTg29mgyMW0An2w,2470
14
+ metaflow-stubs/parameters.pyi,sha256=MRk0ght33JFGLCwKAOqX_P2eBwl3jT1tknWXAgIb3Qc,6664
15
+ metaflow-stubs/procpoll.pyi,sha256=8Rw66Tlbg0lQLbspCdH3bDrhPc5MYiRTB8t0yCkmVqw,1366
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=6HrmZ1o_9nreZk0c4y2pRQB5aCcZglqqGHD9N4z_N1k,994
18
+ metaflow-stubs/tagging_util.pyi,sha256=wSyh8wxcU623zNZ28aymmrq5ROP6bWJ4uQ_ua1N_Oak,1494
19
+ metaflow-stubs/tuple_util.pyi,sha256=LM9_JJLZEpV-KJdNb_uXbJSWFVQtZfvquwmo-jA7wxo,663
20
+ metaflow-stubs/version.pyi,sha256=ef11uZMvF1SRH8EvRXWuX5RMuKyTKEQnaZrAJpysuJk,577
21
+ metaflow-stubs/client/__init__.pyi,sha256=WIxnOcBYqA4e7-TkwZVd5F7ts8KTYJQ-uQurozg7FCI,1114
22
+ metaflow-stubs/client/core.pyi,sha256=8p1ZxuQ8Q1uqOq8RjfYoKF6jFVKCAFDtOf93LZhMTNw,44999
23
+ metaflow-stubs/client/filecache.pyi,sha256=Ut19Mgdgk8kpljmSBFYsBz05Ve0GcZW0FTql4MtYZ88,3059
24
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=pPqq4XZfCW_DoOxFLRsqfi_TLyqfzfrGM9W7JdLQ0ak,808
25
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=7fQaKz3FzwVNBXj4ef86qdaDbHSYHif7ZbsDGUhKEkE,1068
26
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=ZHaev6ieroTYpiz-TcvXOgGzDgS5xuCyVdmazFto7f0,12392
27
+ metaflow-stubs/metadata_provider/util.pyi,sha256=3RPSWGmgT9jcIO7omTGUbrsq5ZmKArh-ZRcakMwcUMk,758
28
+ metaflow-stubs/mflog/__init__.pyi,sha256=eYa0WBJU6bC7TPBZPcx8mEFteAg6y1N6lq0PWiGp10A,516
29
+ metaflow-stubs/mflog/mflog.pyi,sha256=9YPqyaydxPbpplTMZ2qGklD9wWxsLZWcEt2uiix48fo,1722
30
+ metaflow-stubs/plugins/__init__.pyi,sha256=tkQorErYR4zDica2eMw8Nr8XSg1kIDs5nRs35p3jdHo,3682
31
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=giSsZ8gLRIGYWc9D9dSriNalh_cpUpABGhQUYIUMmns,2243
32
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=YCi3tBPaH4MiF6Ao7gQu73I7ABDZ_jXKA0slY4KGLPo,932
33
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=IGjN53q-8jru3hZ-ejtMaSE_4B0Onh99RDmU1TCt_zA,910
34
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=p8Gce0YukRU1EtDef7-eNzpClszMywJq8zPgit2rq0Q,1052
35
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=fWXVjcACLaBCusDRjsz0vEddIwM21oSXUaHrS8HOBPU,4437
36
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=LP2zh87JHINv9OPlW91n3ERrTnrhl4_lqydGSjzHHn4,1481
37
+ metaflow-stubs/plugins/package_cli.pyi,sha256=lX5ffJR_02tUxvrdm3f6_802MMADFlmqZB-OUc965zM,591
38
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Zjtwm3XHf-Md1rJyaMmGyzhv1zTeQuMawANvfTD6caU,2445
39
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=-bOfuwnThcdCHmXPCh39goAyMzaGAUrkxI4TWrHXZ_I,2743
40
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=blWYff2fly4L1WEGb-kp2v9if44NsXCEzUa6wznCT4Y,1829
41
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=dDu4UDSrItUo_uscaONz4_4YAcMAESTDNOKHZxjnOOw,1709
42
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=RPJSOjxp_AnSNhiM29aoL6e_pJbH4-wgaiuHEt8EC0Y,1198
43
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=eDCN-W5hpJMbCVMF0ObH9QU7rrfN7bDKvqE4njz26Ko,1038
44
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=RKCg5I4Y_9w6IPdwYdUW6Z2OWr1EdPmCdjNYvH5rqx4,2087
45
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-C4qfJJxqWsFi2fM71keqvQ0hYcukOIe3d1p-Tp26oY,2317
46
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=g-HdFYcXsIuJDpHDZCzvQW4Zi_O_vnkqr92hIXAiMn8,796
47
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=JbvKxTvccO9lWEwQX5tpEsuJcfWj2tL6xZlzlQL1SSk,2833
48
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=0lZVCSL-ihIybiRV1QC1FbWXbd7Ey0c458BoFMie3vY,1738
49
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=sRoCID2YvCV88XagMWJ5m1JlPubFQgXG8FpwUPyEECU,1229
50
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=aZFrCReUTEnHjMXAOJLEWbNJoEdZDeiAZux4TCHXp5E,3154
51
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=xywmRlAy5zsYmsYRtMocsFM9vlPNHlLmxU_tC2-WnYU,923
52
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=r7P29SDeWEqLbzrWxsg2O_TdPo5F6Yu9_GgCaglyaRc,877
53
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=epVrUz3NPHOF7BtvCCcHcnF8Ng3WT7AOM0DfMt6e064,1497
54
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=cCg4yDRUBqlzgB57iEl8b2O5MZ98wdCqLcTNjabwoxA,3309
55
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=3ZXwNpHw8fQHh0O3iv6CuAC6PaoQXU4TDkxHEk--wcA,3220
56
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=wejC6LRELhGhspUp3tSI0znKCIWbnpisg5JqVAYEzZU,870
57
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Ibz2aaknwDnUn4hT3Fv4UUc-l0CXdlWrGuqZIGINy_Q,2514
58
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=tj_BNz3oLuC8fjQVsU6hQS-ywWZ1voP1P58_rn65444,3348
59
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=6dLCJZ_8t9uN_eH1zuvggoBHO-QWT8ommyYhCEBTwoc,13517
60
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=n-5cRwC0OK1vGOYp17JrwYIFULcSXmekm6ckRI8g2DY,3805
61
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=clLBNNzxlA2lCL4Cs55I73bRMJH1enZuHpbU6f54Qts,1406
62
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=cIpQ9mBjKsMcQzl-XlDzLRH1as1IXXtbIOxlRX7m6Bk,4595
63
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=pbP_SlhR2i5zWCUgabHJHKqOCfQD5RzFajxMRRlkTog,5206
64
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=FOZDgzOkyhUfbwNUBk4os4tP2aAST_1oEVa7XNoVkO0,755
65
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=VXhrTgxX_slZ_jQ_a6fD77Pd3PhJXfqrpkBIFGMQ0xQ,930
66
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=jp5Q4_5NJaGLYXHVsy4XvUxBLpBo87qaqlyw7k_dC7Q,3085
67
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=l21n_ngpfMiLvz5Dverq8mKDHPtKKyl3A_GEYhvTXbc,712
68
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=mxJXORwT2sv4f3_2vAYc1ntXmdtlVxxhh2k7UCrP4tg,2905
69
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=ehxhH7nBGIIO78kdXf5atRSBXa6ERCJsaHEu8PCwnQA,982
70
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CiohKhDN89W-xDxrMAiMGxVw-2sOWWtyPi8q7ViKqaA,3767
71
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EdcxB4ZgWS3FAgsYOhGrUfrmsZ7FEKui0DHy6nCfg6k,6064
72
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=us-3fLR4w_VHLKp_XFBWmDMQLQHIt7EBCLE4hbLh1GY,645
73
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=benXpo2DRwbi4fbVPWmYyerSnFDEbS_uMRpoTBlDioE,3426
74
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=skLCMxIVQH_r-z8_DCEYnHb6RdMf2oY3Byz7-Xmn1IY,1063
75
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=3L61tzgziwSKHVtDMIDYjfv77VNgE4D60iUrCuXr4VI,976
76
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=8QiHVEr9qyQ8T9X1qtKPWqQHiIDYExcNK026RSbynjI,899
77
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=vEhVGQdUYFLstXVPrJVnHgYteTjBzwcGqDNkCtcA6gs,697
78
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=s_vx6dtshq3moSRlP3ntXq8Xv5E-1BLK1_jyJp8aGhY,1637
79
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=AG0rij1xwyldbB4O5b268fgAOMuwJFAGHPxORo3Wo_M,4482
80
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=vcd1Zrh1okY6T9ho8lau2a51VOVwjDMNBJfi1p9BYZY,2622
81
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=aanXW4G-Mfbwj2plZYnSXCALjAgcqNBgGWlKMs7wvxc,1186
82
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2pB4Sjkhlf9w46MKNkyqiDPRYXMKunHlQ1SUw9vCqqs,1145
83
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=H62w0TmHsHsWPhDwp829vUsRJrPBZMG6j0NZyQnVmTI,3881
84
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=n3-wJGQmCA5_UzNpMeQoVqUpcnHHTSRuhXwfQtijeaE,4280
85
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=Y0Nnu0TboZrmC6o95xtPJq3X4fTxzQ9IWTxsUFXEqLo,1011
86
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=O45tqbHHDlEFyjfbzPEts1qiA-WxM8xeSQ-5_977uQY,1168
87
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=dWXnKcP-b89N-9tq5oI4j9jVU1JLp75Buf21l3mnDuI,999
88
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=cAXKkl6Czt0TcE0Lidb2PSVcIlXYj2EdmVaL9FRlSF0,2289
89
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=gWQpOSVd1kFnrqFWM8NmWM0cZJjsz15a_dqE9RExSHI,2458
90
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=suxjv0w9TPS2EVNz8fm5OPZA1MkTVTbtBXZKwunLUrk,1568
91
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=s0ldDliJBpV3oJ9UUEZxgctLtJ4U2o1zRn0w579pk0Q,1667
92
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=7pJ0Ru5ygBXAohVMGFF7Quir6z-P4EroiOsfm0L1HK4,951
93
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=7ewJ3-ljpIcZ50FaRJJuzsTLwIY3tveBuGbfhvpjEjc,5963
94
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=MqxECqJq8o_GZf87tXkImrnokjxwXc5NXprLZuJnfmk,4909
95
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=zC_KgsYiUqQ4yGpBZBVYKGuTakUosdWEsV3OfukVSlo,1089
96
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=OWpaeafoS-BAMDKcgD3N6Z-J8VL-MJjmfFPR5WL0fCw,2962
97
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=D38Ney1g2iSOyhST3lLtKInhTPYuwzX-TvtWmnt3v1g,2768
98
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=0Xle-viZBNalH-_rwWtmWIWKcbB2GYkvKwVMsVshaLI,759
99
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Z87JZr4eZlWtWSeohsRwm4NdGwZQcGbukY8SJHvnroU,8482
100
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=V_sXbVoFf1Iz_sXL3UCBlQHwljAShBIkCKYmdYqxbj8,2470
101
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=NKBYilliySbDt_RIi0Z-ka_-3AboiLJ8dBaoRaEipgo,1019
102
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=TvAHpMlcoj4cQeTuyOHFrwiRvozxrVI6fXxC8ZJq6H4,7180
103
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=UraFoe96-2EaLzij_FDs3JDpvuOGIDhPEHgCQdkLBqg,3092
104
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ijGKRlwN7BA63cWfsb9dw-Li-3h2t-EgrcAMw0aVvEI,10309
105
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=VPodcdvBRal4eGjWAq8_ZQanUzioivTtNoZfBpEZ4cQ,1479
106
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Q0gTG2sPcqFHuF0HOvcl6h8G3F63DIXvuf2jlmdEXKo,853
107
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FS919xZgpM30oyVOkRKjUfHwvoDBtCj-1ohczLz_qdM,3622
108
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=RixCULE1Swn1EZR3NSG684CjTHh80qU9LN0Xd-1NcDE,822
109
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=6w3YRqcYUWobZIvmYvam8MV7sLutClj775JHIBg1WfQ,747
110
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=HxVzQB2XTYC5F2cY5wZXSaWvzLvKxpZelYdh6y1Ks-4,568
111
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=ICI_j4tEO8EXdl1vFAO6NuvQ_pq2Cnpn2rDaY_Mh71U,2736
112
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=M7TyRtYtjWUPqvTbXK8Q0vW4KDMvGghQyV1uY1Ahkh8,2014
113
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=MAy-nc_ST_uAcG2WEwvIs-Xu1_fAc8QXlQn4NMcgCIk,933
114
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=BZ1eaKmG5K0Syr6UqlTwQHkpeTejkVaKK_6PVgvLQSA,2797
115
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=X_aoka2FIQ6EFuQ4HhTAY1mbahQZfRokBBJeBmifHLk,1204
116
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=eg42e2jbSw6aCEOSINORgxvgME6WWVS1yWQY2o9uJs0,23702
117
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=CKXevB0Gybx1jc-UvReMIJ5QRzYhxYrl9IfKzOB7X9c,1036
118
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=2IIZ0gfmbBtDQIdR6ZDbiKGOheXrRUlUNSB91SOYvvQ,1132
119
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=s7y-X_iB8YI-Bfz3vzsyFDJCZRA3Kl2sfyUiV7oJWBU,587
120
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=T-LGzJjBle_ws7ImSojuV326X_hA343tot2YYWy-4k8,1200
121
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=cDi8hfKlz-m3yga8fLbObpZ_NS_t5RPKLElGRgXW7t8,923
122
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=67ch2S4GmU3_Yeuam21P-ca4MaJgtmN4u-V9bFIaGCw,3298
123
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=mjzlVBMZi34Hjdoi-Nmc9lZEZEJuWtSgFVeAllfNdNA,796
124
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=GoDmTiz1KeRWjY7aNdkg2BcFa_TMiqwmqyHUIgx1_wU,899
125
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=D2OqHHucs2LVOvuicBSCWQMpUFUInJD3ESjz-Eatct4,1086
126
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=pYn8E6Mj52adU50x86fNKFmyne2wXfVx4VC0H14HwsY,1641
127
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=QdIokYvhFbGVCeJ22C9Jz-9evd9iOg7OSYNE49V3QWQ,893
128
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=XatlVHGCYZIKU0qlegLxMpndbU3wEB0fbkrIvjbt5Uk,688
129
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=qHYS8c-vGo_-AQIO-8L1OHvzk6nuyjU60OYnAO5FScA,4230
130
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=93tjvMXkTVfEDkAyoonx-pG25qVTupMCmACijSdUO5I,1444
131
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=rHB8pPOkpQg1JBlaxbv3P3sQlXaK0lqDOT1dO1SwEzA,1326
132
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=8u64DWkhPmIIbHcwzNuHMCP5kOQf0Qhj0mpHeV41wz0,6601
133
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=xOYjypUo9CO-M_Q2OD0JcKnX-wNiZWMSvvBOCDfdOPw,2483
134
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Amagqc4rSM3vYYSpazw5WFgCED9aogGFMmu4jZirTR4,5151
135
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=fo9LZfGMQGcKOrNNbuHx85qG4BOK68SApASYf5l5kT4,915
136
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=7o1ENtTRB527Z48PiTHWwq1b4naNVKRypFNP72jWYQI,3725
137
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=vXzRKDexbmvHO71FJrx6bPNd3hFpElthP92s4h8S9as,2409
138
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Xyrhb7mXlCuRCq6ar09OB7v2kj7Z8PQXOV7XVadHOnY,2610
139
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=yi00d2lB74Ix1lO2vn6fEiGCDCLZsebc5Pc8jLAxqFE,834
140
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=ag30OU-oSiLxHYzsECiYTD8gmjelGAV0pXKZK_qER-Q,825
141
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Sd_EC95MaPGhe3l4M6lt4zXZ6N-wY5e3VK1Q6ePfMoA,1042
142
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=HVSqDiME9Gub0AR7IieWwtCbF_FlPIO-MS1zmjJ8BRE,986
143
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=yIq-bjR9s5Nue2k3yb7fe22dJMuv4-wZvkk1Y-K3SEc,2345
144
+ metaflow-stubs/runner/__init__.pyi,sha256=WVCoB66eK5vn5c53bzv8mD4vZWL9IW-3aU5IRx-Ut7M,831
145
+ metaflow-stubs/runner/deployer.pyi,sha256=dYwuC1SXA7SWa84S42rj8MJtJ_2LqvaiFBgxk8Ec81k,7525
146
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=jEOGd5pv1bDY8ZgVhCkOeM_IQ-MKQp8cTqVBWW6m-fg,3248
147
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=_Or67BjP2PkirAp17nmkiM1x_zMhNyBTF-pOVdnc2bs,10447
148
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=LeJI6ehkLF9rjPSyrqonBlt8B0qOrPQejitYnQDnlQc,2815
149
+ metaflow-stubs/runner/nbrun.pyi,sha256=d5dm5eG-5ZHfQ87NA5KDhzg9LmI7_jlNDXvbc-pjz_Y,6022
150
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=d3K_Voq-_JxBeW51-Vm3QK8NV3Ez1CVIi7c8Orj4s5g,8941
151
+ metaflow-stubs/runner/utils.pyi,sha256=sa6XCuu5dqcW_5U4oDi7mF0LTFOKTmU3bULeCmHL-6s,2922
152
+ metaflow-stubs/system/__init__.pyi,sha256=EeXx0SZooY4ZTuM2hlikHYByN8_9eeaUEO3TX6Sen20,761
153
+ metaflow-stubs/system/system_logger.pyi,sha256=HnqSpphHafQEqm2JLNXgEgOVAE7XsLt-wypmpshafwY,1666
154
+ metaflow-stubs/system/system_monitor.pyi,sha256=Jot-06WL8_Pzw6KgqoBAPF5GP3OJ9PkgsEy8R6-1UVA,1788
155
+ metaflow_stubs-2.12.29.dist-info/METADATA,sha256=tasBaUuKlmNsOZq5otzmeCGFfEE9vibRpvX49iAgO-o,1403
156
+ metaflow_stubs-2.12.29.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
157
+ metaflow_stubs-2.12.29.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
158
+ metaflow_stubs-2.12.29.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.3.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.27 #
4
- # Generated on 2024-10-24T19:27:17.998368 #
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=VahywMsv4Q_ktrrDukCNx7d0xhNE-93b_H5HOeGBegI,133083
2
- metaflow-stubs/cards.pyi,sha256=g4wfL1t2kcXiS60YHmGGBWCfm1mExtYniLJbV9elOz0,15277
3
- metaflow-stubs/cli.pyi,sha256=nXlJpd5qv70-CLbXoal-UNXx5BR1xHy-As0dr7ldM_o,3676
4
- metaflow-stubs/clone_util.pyi,sha256=AfLNUh76LHOcbY0-q7t07jws1lr_3Hwbp_4kyLCwE7U,1146
5
- metaflow-stubs/events.pyi,sha256=YS5u_X-Q6JBIBPv-XrOOq0a5h1UvsKX7y6MgZrYy6fk,3873
6
- metaflow-stubs/exception.pyi,sha256=qePgEsY7JYg4eDPhhwgKLCQq990hHKVnAH9mEhnCxC8,2524
7
- metaflow-stubs/flowspec.pyi,sha256=7r7QrzAR502rDmbllHsybbTMgG5XMf6wvKmbQUnrU6Y,13223
8
- metaflow-stubs/generated_for.txt,sha256=EnFWbaqNRA9_QMzCHEph3VQ7Hl684Irrx9PBjh8rD4Q,34
9
- metaflow-stubs/includefile.pyi,sha256=08vSIq1O48KOCqB4-TSFg0dpKlegb0cu4XdbiOdlitw,24980
10
- metaflow-stubs/info_file.pyi,sha256=QcZAwh35Aery8nbO4ZFu7iHa2y1pKw-1QLsTJK-ak98,524
11
- metaflow-stubs/metaflow_config.pyi,sha256=EDe2qy3yT4octJFT8PmHerPoirojR1mNIdLj4RU0JKg,4544
12
- metaflow-stubs/metaflow_current.pyi,sha256=bqu7lfcBm2yr47qWEeO-rhOcaJGqirX7lIHbywiFOB0,9551
13
- metaflow-stubs/multicore_utils.pyi,sha256=ylNO1tU1YfORgYxadcKGLcAlRqTKUzf-XbVPr6yMPT8,2369
14
- metaflow-stubs/parameters.pyi,sha256=_DLW3Tm9cix3m-YkbWC5f4h2UicQVPMyAYBIISCVIos,6741
15
- metaflow-stubs/procpoll.pyi,sha256=_oWELPu-uL9BGYHqbdDqy0X_TJPCX6YF59kxpGmuspk,1249
16
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- metaflow-stubs/pylint_wrapper.pyi,sha256=obBZ0YR8xTmbAt-N3oMWNoqE_IQ4a8njvyE4Nni7Mm8,972
18
- metaflow-stubs/tagging_util.pyi,sha256=aBcC5hTgjs_G5a2_KR_NQ6BXEOBz1ab58Wtmx4LlUXA,1485
19
- metaflow-stubs/tuple_util.pyi,sha256=lJ1cEp5LQvMQzhKfj0Ys9uZfXO0KAU3IkgLPPJDKvtE,562
20
- metaflow-stubs/version.pyi,sha256=1i4p-X83TMPuKNLX-ACRpmirLlLk72ewSdhJIYI_RoM,476
21
- metaflow-stubs/client/__init__.pyi,sha256=WRcUQWDF1uWgtFJ5G8rfv0N-iC9vGRRmasFomHmiIRY,33904
22
- metaflow-stubs/client/core.pyi,sha256=LM7h5M51yIrX-Ce5Ruzje-5CbvTF0FrRnUtGHjsBtMI,49518
23
- metaflow-stubs/client/filecache.pyi,sha256=FektWVs_XgGy0yTZ3dzQVc28oeYZqyZtvUxDe30Bufo,3036
24
- metaflow-stubs/metadata/metadata.pyi,sha256=4HnolcftTIFvTrhZkGiYAqn-4AWhfdtauw-nlqh83Kw,12581
25
- metaflow-stubs/metadata/util.pyi,sha256=ybhlWsvYNJd3AprKfDpm7XTsOQvB5WQR0WyxZRAHUEU,657
26
- metaflow-stubs/mflog/mflog.pyi,sha256=qOUn6BxvqRb0fk16flTAu6EKfr8HrFZwNh_7ixr50-Y,621
27
- metaflow-stubs/plugins/__init__.pyi,sha256=kcT8Dk9LoKQjSGGVfMCftxAVgPhq2wZdK_7VF7BT-mY,6367
28
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=UTFENeKvv1XZ7lYDXWREJKjF3RVlMkYY0bCsNb3nGq4,2486
29
- metaflow-stubs/plugins/debug_logger.pyi,sha256=brvU_-RvtqXRsQjYvFTW0LekgMY6pY4Psq8VAggIC9Y,815
30
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=VjehU_MJG-brTEhFzPWbn3EiV8tzv0pFPfWuwT0mvVY,793
31
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=WYInzvoY1NmmOhbV23B-wikSZxUYSnmfdFPQUWnD7tA,935
32
- metaflow-stubs/plugins/events_decorator.pyi,sha256=0XVtLxyO3VlU_b6FixA2u19s7xyMO-a8SHpicCkPLeU,4445
33
- metaflow-stubs/plugins/logs_cli.pyi,sha256=RY5RxGbswYsUteCTbsbsqKViwPXskNfT55_6m9beD8s,1348
34
- metaflow-stubs/plugins/package_cli.pyi,sha256=4-dLviU3Md1fyuAaHbKBSwqNUMm_J5FbZnJn1oZgy34,453
35
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=XEhh92Bz0laaCMCbWm1yupAOhC6njChZwH54jrXsERw,3445
36
- metaflow-stubs/plugins/project_decorator.pyi,sha256=hsIGZO-tEr5OK_38DBe444IdCP3QSmCx1jOyQooRSPU,2751
37
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=btlQeDz0CnPUqiDdvR8YTkpaSjfkEEbDWVDXXVq317M,1712
38
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=KoU0WooWLBgXI9DG-4KAuEetRpNWCSueym0KyDBcCJw,1686
39
- metaflow-stubs/plugins/storage_executor.pyi,sha256=9W1R5Vk7VoO15R_nhEjVh9XadTm_c8-gq3N-Y71KVyk,1191
40
- metaflow-stubs/plugins/tag_cli.pyi,sha256=twn-o4s_mP3tD76__FlnmKD78DfJJCrysMG6DCKge2g,11465
41
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Ff062aKiM6_WsNelnVKotgVPKZZLqWG9cgwV5qqyDc0,2521
42
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=_DKZHFtmJbyyYZ6QiyAZR71HpYwkzGMQKc5yVeOv4g0,2294
43
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Q2_iKL729V1HACLAyr4nuRXC3ZpYw7gBTJwy5a8lFsw,453
44
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=N6EeMgMboUr3cpBP9XcqAFXxCKhQ3Ham3gxDamHZ2bk,6546
45
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=NlWIxghNAnd4GTF2mCJirs-2bJxNEptmkGiPD_5sDus,7025
46
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=OO-nNKNAQUDee-h2dMv3wTgXdkzUgrCrgt8QHgCzAUc,1568
47
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=11qR-iP1jQDbwYC7MwJBU4ERKc0i56y2k9tfV1iy_XA,3053
48
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=TFmG_vy9Yosk1PQ1YVjZO6aGgIriqnDTxckYF0UzBm8,899
49
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=-mbCjpiC2seOpriQsPZDfLGe4ZlG8761TcVQw2IdrZU,5370
50
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=OZn4BTJXefuA3R_LN_KGctXwjZuUHH2TBMnSLDRcZWA,1900
51
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=NsMzl1B6MyhNdui34n8ZpDHmuFHUNHBSOHi90EGTwlY,3973
52
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=lDeANWKmwLLx0Z2eB0_zlffJMby-2rpRrNpoRITGcj0,3884
53
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=ung7QIQS65Ic_2Nl2EDh3yR9qH0GaOp5APfqCyoj6tk,453
54
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=YGS-pyJHtaoCy6VxChLZ2FhANDY9SDpmKt26BWdzQfw,2744
55
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=iVPXVluc2Z_vE4j8SZqrIgXmKLkvxn3LPHAxt2WjnbA,3324
56
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=_Nxj2NtwgKPDOu_YzqkmTQg4RgUcGjZM_mN2WZWPr1c,16137
57
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=tXJY3UVHj64eLvCJ5zqS0TAcwn0XeV3PUaFtUhHCu_M,18123
58
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=GDa8eThD5g3ZFlWNi0_676ZiNWbdYqZldyQp7dRNn9U,14777
59
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=JY6M-Ye4Nv1xF5UuEQAILzlsmE-jdj9SrCHCmAX_5ZM,10304
60
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=-94sYvaM49nRfc9CHs7IVlIeXYoVFHTuXH8wwNJuZLU,453
61
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=hleP1AWTKBZ1AtLVWzZk2hIcdgKPkZ84RIDnKJurq8M,829
62
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=RXojVhmP7h4AfnvEb79zgcgez4o4t9MKLDbJpUk3asM,3077
63
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=MCC2rym_MiCiTvTCUt7sajrW-ey9pMGq_-IPlz1kdJk,453
64
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Xh9qAQInmLSJEB-muIgQ2gdmfqyrQaSkiCu4WWT8WvE,3606
65
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=b0RTwy-7ZuJzuByua31FLRKZd4sqtb0ENnGAtyBple8,2318
66
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=uwGvUtqYaLg3V-N1AGEfu5vU1PBl7cby-AQcIfs8-6o,3742
67
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=7XrU8OCM0inja17TNkAptl0sPeFZ0XO86sQWD1c9Ew4,9620
68
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=IcE_8uW1FbdwsHhI3G2zej0tY3IqyV6L1yOWpmNeOB0,453
69
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=UM49HwQbd5DNCjuOn9bp6ymmLlXdYGKo-_2p0tsZR2g,3637
70
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=jVDGjhxDJ8ABtBGQviyEdWO9vOsVZ90B18Oqx6ASNJQ,453
71
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=Jp7iEK2dJfx-BG0rEmUHKAOkFppEhWc34RIQDSC5hr0,875
72
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=M6blHtSz1g-q6emFhEjLE_3-VroiAvZ0-nd0cgXG_aw,798
73
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=vhmHIg-x9cs9Ka5RVK_BlEQsGm2s8tl_foYdBOrEsQI,596
74
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=bH1olFwnVz0IS3k4Kq31Y4VBTurc0tTBmKit8HM92Vs,1520
75
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=XXGkCCQ8PndicmoMiK2LO6RO_haQymRgdQdRQld4zWE,6526
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=FU5ruyCEAZevvoTUAy2uojzPZ-OC0RxMKy2KI_E9-WU,8885
77
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=FFYkfY4HtuPDeW456yDXxmjRk8I_crDaTfC7axsq2UQ,1085
78
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=c0q2cerUyKau7pzUht8Ev5h0ANTaWQPTOorxA1tC-AE,1815
79
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=I-BZxTL3fbCYe-O_ULavMhHqSZ84rf3rbx4LlAujfJw,9550
80
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=tr4v32eFWDnsCv2r8PTJxMcJigX93D6sNhc_3LUKuUk,493
81
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=nwri2vVMmscYUPDMrXhJ8onyfMmWQeebnl7lKPNSQKA,1067
82
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=5YfIdCam-Bssk7p09ESKjuPUdL4r6FiWyuEFkjEy5Lc,975
83
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Z2_ON2B4oaslTo4R6l91rNMALEZm0hVWJlvUK3L-oyU,2451
84
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=r9cPNbenRw82iZ12Q8oKD7sSXnUmBQNEfyJPNclIYT0,2513
85
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=5EQDMcshGWhiBSqqA4Kg5cXQwb3orGV1m2FBX-7pdbI,1782
86
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ohjUceMLGCeNuXfqhVTog7Ylgfa2FFmTlHtptzEpXXw,1748
87
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=_8Qxe1tdweQ0wDtiK8xqjL2NtBUHgN7cnossEhtHDVs,453
88
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=SeOkR-hD3JvvsfdLXEP7Yk2j-FJNMNu0-O3QSm8FGtQ,20388
89
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=ncFunjAsAojgfefWOmumC8Fesz3fPRxefupD21pYRoY,6341
90
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Vh55ZAaCsA9PRG3HrVdUp6r0KtLIlGzx_dpwX6YU9fQ,1057
91
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=egQ_L_dlikWyR_1II0330AYqvNLIfyS5oWGfmfqYpNM,3087
92
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=BmcjtPiSDowb5fhdeRY7HjIv6WFAzzUOUMo6xS-v4QM,6795
93
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=26TjfDzR1f5sz0n9DMIU_TGGXqA_wCuDeKqzbwXSXUg,1975
94
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Im72JhmXbQXd8dlKr3JLOzg4ZPQGLmXlrIaoOylk2PQ,9648
95
- metaflow-stubs/plugins/cards/exception.pyi,sha256=2SceRgeIuvCOsvH4O8Xp3ZO13Ej0Ol7NaZX-DiMoRr0,2446
96
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=0bqUf8qCe_eGoanWjRuQETKS6pyutoHnezrnAVHUFAI,3046
97
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=z7GptSqDaqeuO_0BSrm5Y1pvZFsXjb-ag2ohcwgDc6A,9703
98
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=N-j6VjMpPlZyQXtu84_6M0UQz_5OulKn13bttPLBMdo,2991
99
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=v2JhNyaj5EnUOapNzhyk5B4ArdOpoL1mYCc4dmuCpxQ,12354
100
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=H02RX2xCgSsISs8RsH9uy9mA2PiGMRYPozrMGf4MQNk,1378
101
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=2vKpFSq1rU2YNcME3WaKBS8w3Ee4ZQVJUhgxKd7dkSM,951
102
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=xiPtkObAOrjOpuYAOoou2RAbk3zR5CcjYnNc95TbGSA,6033
103
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=weCgb3buLDyVRb8rAsFbUeF9pAVnU0L-5tW5jvF8XgU,2711
104
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=n1IJLIa03xDFkYXuKWucSQr2kmmEVSzIropFKkZynFg,2667
105
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=eTvj-n6X73DdtIPzKvfedEeQOt9KfLdAqdgDRBsHMdw,467
106
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=PmWrFxr1I5pMYhJlNP80eO0gmI3kQ-eXvbrJ_IWWLfU,3525
107
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=J1GoBo6r_pzcq3D2W9NC98EFwHmIjiiPO14MXK7nGlU,1913
108
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=HNCHruqwqUFuXmCdPmcC4YXt3iBsFDkrCr3MLAQm3KU,15471
109
- metaflow-stubs/plugins/datatools/local.pyi,sha256=x6wnGdzevfNMFG9A_zS8dTD4-NtHTsgjUnHwT5caAqM,2773
110
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=unyS9HsWb-tA-W7Lig8Tcx7-uqf_XuonKiGTBHQtw-Y,22978
111
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ydycK15LsjBx-ZXvH7WScnC1y5t_M37EGD0_Oifoh4I,31945
112
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ZmCv3XUhE-MsBLLGebhLwzveG7P8ygqfGNIH_KOfeBM,965
113
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=l7zzr4zJmJgPLRFEmwLwQGkF_Ar4DxsZwmZxgsT1XxQ,1123
114
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=1agyBUqRSmMnba_vOOUyqPal6Uqn3R891lFSvlvD0Ew,453
115
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=MdgHOfqp9SiRK1hnmt8pbk7_QQumSUeoSgAovMucvD0,2607
116
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dV6XoS7xXraZ4hmbomjvC33UFPN6tTyGZkgd7RIsY0c,508
117
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=aD_xGmeVvGwfwdxDUEAXaq8So_HiGi9NNnNyFkPg9Ik,3492
118
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=w0tdE20ProdwRRSoJgStvzNrOOaTe0UKyYrx1kXpjlc,772
119
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=dA5Ik1kg27rJ9GOfi2lf9JJuDY9OkrmxNHtmTVzX3u4,798
120
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=GRBS5-kyhfYvvMMdORz7Tj-WRZGWV7dH0KSRMhLnDWQ,1184
121
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=YX26Yixggcaj7nUYcZNrLcKQh6U4Cu7DHmjA0ueb-fk,1722
122
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=eDJiaSSDrqWQYsFrD6_KTt6ScfMG4rDAETso_eznmKs,453
123
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=M2RXfQMyjAsPRP8ds0xyAudkrwmoySo18jf4P5ChPjg,681
124
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=AznM2Lam7H2GXlQTKbCzshw0tfuTTpTAS3BjGrJqB3M,4502
125
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=I5_Twhu3_nhfaqX0VwhuBZ2g5De8a_xLOGmrXQSR8yM,8038
126
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=LbzBNLUNwZQNSGhBbg2Z01y5YpjLLuaCXHTl4bppgnk,2586
127
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=v9BJABEPBtRCYD6M122X0ehQ7lj3ouIzaG6MCRpbGtM,9965
128
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=5EakrnRdY4X1aPko-iSC0UyP8PgdJpXiMtbVmdTY50w,3131
129
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=u76JxhiH8_MEux1cYsSS58cosAxZwzRm9c0FlCHz_Mg,5127
130
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=3Vjw6Qm6Gx0UlKkJL5vaymIPkUY0BaZ4lHCZ62wTwAE,627
131
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=O3nDfJSdA3OZ57u7R3ZdRuvbbSM8ctqiWkNGimeUGJM,4064
132
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=qBUvnV5eFzwkB-CNvy8KrvLUVJSkfA-52gOMfjA2hME,2333
133
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=RtllbrlXFBX9-Ns5RUTAC2OtqtiwM6ire0cteyMwWug,2493
134
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ooDxq6-fanHFApdMGvj4sZj4t2E_Cnvfiw-R5MMO1X0,1651
135
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=I1VYclQgav9m0djah9WgeoeZgRKFOUXLeM4FNtisiew,771
136
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=VXbq-zQBjuIuZWoEnSxnX2n1RB76SfStdNuNouxdjcU,812
137
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=bE0p-fRWMX1cnZUPB_gIfWt3iG8pb86x_dmfAg-wMgw,1114
138
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=g-CBObNd26o8Omc69jxwPIZklEn8d8q0YfiGvuOvsSo,2321
139
- metaflow-stubs/runner/__init__.pyi,sha256=4acKte0GoSVhTuPR2Rg8IL6NR7sB2drUHHWf7yS3qKk,453
140
- metaflow-stubs/runner/deployer.pyi,sha256=7-kYi2obGXnxy730Hl2wIZKef09AHdajGTTbRnye8ns,10583
141
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=-8SivNDWLv83Nydl6rJdwfGfoQpvoC7lv_trx2O9Gu8,26241
142
- metaflow-stubs/runner/nbdeploy.pyi,sha256=kxg0u4SYDSGEtmI3jQuI4knj6Msu1erXeYn32QA_V1M,4310
143
- metaflow-stubs/runner/nbrun.pyi,sha256=1_0dmJ9NEGsFhtlMT0fb3Rc0gTC5blJLfjRxen6Ewt0,10767
144
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=XahS8MdYy7KEZq6YC85cIEkaQNLz23KxAc94jotbM0M,8907
145
- metaflow-stubs/runner/utils.pyi,sha256=40vHkqmYMmNSjrUXN3Os5e1F70Y0saRVAcwh8nPj9io,1668
146
- metaflow-stubs/system/__init__.pyi,sha256=xaU0Bf1WzsEU7Lbuk4P89XFvk_IxM_m2ePEk_mm6gB8,3383
147
- metaflow-stubs/system/system_logger.pyi,sha256=C5U6NEp57I5aqy_N5wAWobyJtcBdL1u9q_YypKlMb0U,1876
148
- metaflow-stubs/system/system_monitor.pyi,sha256=JuAmN5Jqmec2tB0cyy2rBVtqG8y1UomZp_Tq6vpIdy8,2017
149
- metaflow_stubs-2.12.27.dist-info/METADATA,sha256=mafSn_m3BX6TkFMtWuWNaiti8MDfo-16maSw8vu1xcM,1403
150
- metaflow_stubs-2.12.27.dist-info/WHEEL,sha256=TJ49d73sNs10F0aze1W_bTW2P_X7-F4YXOlBqoqA-jY,109
151
- metaflow_stubs-2.12.27.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
152
- metaflow_stubs-2.12.27.dist-info/RECORD,,