ob-metaflow-stubs 6.0.3.123__py2.py3-none-any.whl → 6.0.3.126__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. metaflow-stubs/__init__.pyi +253 -248
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +9 -21
  4. metaflow-stubs/{plugins/package_cli.pyi → cli_components/__init__.pyi} +3 -3
  5. metaflow-stubs/cli_components/utils.pyi +35 -0
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +4 -4
  8. metaflow-stubs/client/filecache.pyi +2 -2
  9. metaflow-stubs/events.pyi +3 -3
  10. metaflow-stubs/exception.pyi +2 -2
  11. metaflow-stubs/flowspec.pyi +10 -3
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +18 -11
  14. metaflow-stubs/info_file.pyi +2 -2
  15. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  16. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  17. metaflow-stubs/metadata_provider/metadata.pyi +2 -2
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +4 -2
  20. metaflow-stubs/metaflow_current.pyi +58 -58
  21. metaflow-stubs/mf_extensions/__init__.pyi +2 -2
  22. metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
  23. metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
  24. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
  25. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
  26. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +4 -4
  27. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
  28. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
  29. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
  30. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
  31. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
  32. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
  33. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
  34. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +3 -3
  35. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
  36. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +2 -2
  37. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
  38. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
  39. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
  40. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
  41. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +3 -3
  42. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
  43. metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
  44. metaflow-stubs/{mflog → mf_extensions/outerbounds/plugins}/__init__.pyi +2 -2
  45. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +6 -0
  46. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +92 -0
  47. metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
  48. metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
  49. metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
  50. metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
  51. metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +3 -2
  52. metaflow-stubs/multicore_utils.pyi +2 -2
  53. metaflow-stubs/parameters.pyi +33 -16
  54. metaflow-stubs/plugins/__init__.pyi +16 -15
  55. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  56. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  57. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  58. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  59. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  60. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  61. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  62. metaflow-stubs/plugins/argo/__init__.pyi +2 -5
  63. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  64. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  65. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -3
  66. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
  67. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  68. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +31 -3
  69. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  71. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  72. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  74. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  75. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  76. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  77. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +5 -5
  78. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -3
  79. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  80. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  81. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -2
  82. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  83. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  84. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
  85. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  86. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  87. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  88. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +5 -5
  89. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  90. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  91. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  92. metaflow-stubs/plugins/cards/__init__.pyi +2 -3
  93. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  94. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  95. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  96. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  99. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  100. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  101. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  102. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  103. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  104. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  105. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  106. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  107. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  109. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  110. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  111. metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
  112. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  113. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  114. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  115. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  116. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  120. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  121. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +5 -5
  122. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  123. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  124. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  125. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  126. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -5
  127. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  128. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  129. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  130. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  131. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  132. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  133. metaflow-stubs/plugins/perimeters.pyi +2 -2
  134. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  135. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  136. metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
  137. metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
  138. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  139. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  140. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  141. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  142. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  143. metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
  144. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
  145. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  146. metaflow-stubs/plugins/snowflake/__init__.pyi +14 -0
  147. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  148. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  149. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  150. metaflow-stubs/profilers/__init__.pyi +2 -2
  151. metaflow-stubs/pylint_wrapper.pyi +2 -2
  152. metaflow-stubs/runner/__init__.pyi +2 -2
  153. metaflow-stubs/runner/deployer.pyi +30 -30
  154. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  155. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  156. metaflow-stubs/runner/nbdeploy.pyi +4 -2
  157. metaflow-stubs/runner/nbrun.pyi +3 -3
  158. metaflow-stubs/runner/subprocess_manager.pyi +5 -2
  159. metaflow-stubs/runner/utils.pyi +8 -8
  160. metaflow-stubs/system/__init__.pyi +2 -2
  161. metaflow-stubs/system/system_logger.pyi +2 -2
  162. metaflow-stubs/system/system_monitor.pyi +2 -2
  163. metaflow-stubs/tagging_util.pyi +2 -2
  164. metaflow-stubs/tuple_util.pyi +2 -2
  165. metaflow-stubs/{plugins/aws/step_functions/production_token.pyi → user_configs/__init__.pyi} +5 -11
  166. metaflow-stubs/user_configs/config_decorators.pyi +253 -0
  167. metaflow-stubs/user_configs/config_options.pyi +82 -0
  168. metaflow-stubs/user_configs/config_parameters.pyi +217 -0
  169. {ob_metaflow_stubs-6.0.3.123.dist-info → ob_metaflow_stubs-6.0.3.126.dist-info}/METADATA +1 -1
  170. ob_metaflow_stubs-6.0.3.126.dist-info/RECORD +173 -0
  171. metaflow-stubs/clone_util.pyi +0 -14
  172. metaflow-stubs/mflog/mflog.pyi +0 -69
  173. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +0 -103
  174. metaflow-stubs/plugins/cards/card_cli.pyi +0 -146
  175. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +0 -33
  176. metaflow-stubs/plugins/logs_cli.pyi +0 -46
  177. metaflow-stubs/plugins/tag_cli.pyi +0 -19
  178. metaflow-stubs/procpoll.pyi +0 -53
  179. ob_metaflow_stubs-6.0.3.123.dist-info/RECORD +0 -174
  180. {ob_metaflow_stubs-6.0.3.123.dist-info → ob_metaflow_stubs-6.0.3.126.dist-info}/WHEEL +0 -0
  181. {ob_metaflow_stubs-6.0.3.123.dist-info → ob_metaflow_stubs-6.0.3.126.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,173 @@
1
+ metaflow-stubs/__init__.pyi,sha256=QmNo5aGyWpU5Ydm0k7V7ZdJ_C0LrbUfQ7oBnj_17iv0,37422
2
+ metaflow-stubs/cards.pyi,sha256=s3yRy6tqu2TgWuPAnILnN8AgP1G9Of_eZCjAQCi8qao,1564
3
+ metaflow-stubs/cli.pyi,sha256=RUwXR-Bny_0wleYKIL2rdZdzeU1Bw1d--KYk2Cc_D-0,2235
4
+ metaflow-stubs/events.pyi,sha256=iyEqR4QQ_JuNxfjpxCbCfiMElMktd3KPSG2vvpZ0-XQ,3974
5
+ metaflow-stubs/exception.pyi,sha256=7RR5DZjR9KvBhQ0GDs5YeMMPKTgXkkOO6av10zDFKio,2641
6
+ metaflow-stubs/flowspec.pyi,sha256=tTjX9srE1w5zRQxZT3yljb8FgGVKm6OLiDg-_iD_OLQ,10271
7
+ metaflow-stubs/generated_for.txt,sha256=DNtX9-V7lgslTQgrlZYJbyccu50NoGRl1acrS-nF2rs,63
8
+ metaflow-stubs/includefile.pyi,sha256=lW-J_uOyL30ZD03tYrDf3zUJ23PwXjdhi2KUX4KLtIM,4592
9
+ metaflow-stubs/info_file.pyi,sha256=WN2MfJqkSrvDR5c_Socy3Y9ZqZNmJnBnnP1O2iR9ppg,625
10
+ metaflow-stubs/metaflow_config.pyi,sha256=COcV_1vxm4jnxVW5mqOEFecLkufmG11x5akJ0J8u4uQ,4930
11
+ metaflow-stubs/metaflow_current.pyi,sha256=kPjFiXA3trs6PRhxDAZ95CQcpjo96d2YBPZ3d6wcBrE,18083
12
+ metaflow-stubs/multicore_utils.pyi,sha256=vOT0M6IE5HhqIJqYWtq0n25BRvjeVWT-8-hrztqBiBk,2516
13
+ metaflow-stubs/parameters.pyi,sha256=3ejKnps3MJ1aLVUfNuPyrKHa4J-r-8RXxPQNS-hiC04,7390
14
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ metaflow-stubs/pylint_wrapper.pyi,sha256=Dr73idwDuzlfb-LeidrSdDoE62oQC_ZM6J-CXhP8vkI,994
16
+ metaflow-stubs/tagging_util.pyi,sha256=lBblNkdnE2KBi86PYuBkvwrAR8tYJvJQ9y082y6Q__U,1494
17
+ metaflow-stubs/tuple_util.pyi,sha256=FX_nGB-yWTv_g7aHlIWr1gdCpEX3uX3MMuVCLv7tSs8,663
18
+ metaflow-stubs/cli_components/__init__.pyi,sha256=0VtCURZgEvk5YLkLHzkZIWqFQU6pn6oVH-a5lYczfc8,583
19
+ metaflow-stubs/cli_components/utils.pyi,sha256=txZmb-z0BGZQteNVLjptQ50f84F4Vcyse5qTuDo2-Ck,1260
20
+ metaflow-stubs/client/__init__.pyi,sha256=3OiePCycOdU6J8hn59buSEz2dmkkOIDE9BZuO7Tv8Dg,1114
21
+ metaflow-stubs/client/core.pyi,sha256=GbbJfhizdRXRWo7m0APYR8GOwyMi6Cl-321XASbag1c,44999
22
+ metaflow-stubs/client/filecache.pyi,sha256=6R5RAXz3VIIJINu4897fvZ_stkOMzSy8JOAbNn9RUWQ,3059
23
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=q5sy1MgtBGEm4qHieZWwU98HnzuUjZgkyY-1deEYeQ0,808
24
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=AY0don7aTaRS1lkGAGY47l3_phbzWspmtxrTMsdIwGQ,1068
25
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=5Ibw_H5TGqnpmbxYD_A8cKAlF2NtUDYQ0BJHo_K5g5s,12392
26
+ metaflow-stubs/metadata_provider/util.pyi,sha256=FWb54GaZrPWMkTjYpnOrjDJf29AmjxUAa-mM4aLwa_E,758
27
+ metaflow-stubs/mf_extensions/__init__.pyi,sha256=cNA6KMo5ZbMOgHz-22YksCsbflFbEFTjJHC_1ZR6O6k,516
28
+ metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=2fXxIiofM6tJeaPKejyXVwhf0jUg3Bas5WgjxKZ5gRk,516
29
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=Z3-BJdJ97Peol3a91opuSYfidC3EmJZVfwUgPHX_J5w,516
30
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=xUYVbOfnVDomeSxmuYxCMwSkpXDncgCLagFTBFKbNzg,516
31
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=Avsj1xmobsLersv_AE40C0sDIaoScbURomJwq7PqrqU,3360
32
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=EM4ZyCau_CwkA0d1vUGlaiw5wYpCc98-FBywdGqEdeQ,1433
33
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=JnDlqJdaqqKicHyc3gdfykNBb3v6-0HvNqu1R0IZ2G4,516
34
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=L4yYvxqlZQ6TNf1RN8R7tqggBsliAT37SWKef0oEV8g,6350
35
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=n1MfpV4vsTgKJi2PQOI35k8MQ6oJ1IdY43_TiqPFDxg,1167
36
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=ycaU461letbvuBpQkyTdkLF0R6xQSvcL_ONLDAtZEGs,6257
37
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=iXMx48MjvT7M3M8k4fHhV5DtCxn5wbbrJrmZhjiKufg,988
38
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=srJTonz0UOMu1CGwMCIOCeg0M5JwaYC_gXgBMjlk7ig,5047
39
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=a1cfC7UTUDA08dnFs2RagePG2ISEZfGFSyDR_3upOdU,516
40
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=brs5tlQ-akAt2uVOJDe-7N1Q7GqCK9AHyWrQcJ-KN0c,6403
41
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=TFQLDCLDpkPKeEV5hraLi-JdEC-lFu9CnU1ND6SUQJs,1133
42
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=xv6pNjdC0Gav9CRDpFmgQR4_x9eF-2LOUnPSXyAF2YY,1026
43
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=FWYDh1fD_9FY2HbmVMFF_GmZy5C10a70QWXQN-5WDL4,688
44
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=5cHwNndX63jD7Nm1I-1-rhYpwQAMVMELyadBN5puUwA,516
45
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=nPEXoCb7GG4U8zyuv2IF9pVXaRDg0gAknBvXr-b11b4,2481
46
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=KYbODmnGtrwU_9Wun3g5m0wHQ6odlt5KNfDtTBiRX_4,1694
47
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=j89kC5XMs0lmU5ZDMPp_aMKwOdbqVzbWLnliVliLR1I,2135
48
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=JvPZheCn_oP592okhG9mqUn-7E37u-JJctmirRqX4ZY,1887
49
+ metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=FTr9Fjn4VjgwJrMNcacSng0qDJi5oIJKE2-W5lpX44o,516
50
+ metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=cQbqYuT2qHJiNxJvzEL1Ngs5O4fPxFObMgfcFoNvbUA,1642
51
+ metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=tbDw142G4I488c_0mwWJOqxXjrIU5O-4qG_EmM_tF_M,516
52
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=E5jydZFtt-pqqoqBSSXQY90GGU0EqNa0rTv_JI3BDng,516
53
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=FpDVMIRL2x_D4eQWd_aurX0rum0Rj1zZXsYSY3hWW7k,3281
54
+ metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=_JwYnBtg7YHQ-PedOd7vEmieSwLoERdDM-bj6UQBWFU,516
55
+ metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=yLMFSjqCli7vyDJSVeZx5ShOVKdq_OTgCmzml1FRwn8,4478
56
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=9XU68-xZvKG7H9yxFoSoCdtE4Mr6hKf1gD4lhyye8ZU,516
57
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=EdPlSJYXDG-WNnMsX7BmLU0GMi1dPd6xcQN5iFoZEoA,810
58
+ metaflow-stubs/plugins/__init__.pyi,sha256=hH7k37d2ZwZ5rYSqGDCKfbMTGuuIgoXwHcMwrX6Nk6Y,3685
59
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=hDhwH7zadZ6HgVZvJR6B9U3xRHYC-9Y4FiqCYijCLeo,2243
60
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=F0-PstvynMaowKkY3Z9sq2-bbFDLQXItaYSDmpbchXI,932
61
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZgCkBrm-FFczXbS-U4cBI0gRo9XXRY2KIn-2iIWcUJI,910
62
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=1TbgmDiCO2b0cqM4pKpSTKimXqBGsQVPC60KstfBV5o,1052
63
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=g3V8pT4NUrMAV0lEJS7TJLAyZ9pX-09M8CdHd0h9NdI,4772
64
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=llADpjhhhyNjWym2LGg93weNyY-Gs0LTi5Kbu30IxKE,2445
65
+ metaflow-stubs/plugins/perimeters.pyi,sha256=tQVXJ7Oe5xnrfs58EAR_8OP9mb-qiXhZO9Xx4XFllGk,811
66
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=UffQKmzg8OPkn7hvyeTX1npf9w6QE9fOhn7xAKMwHsY,2743
67
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=ONn7BHvWj9x7l4mVC7eiyqSYjRedW2DOkxNfDR95Hnc,1829
68
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=wPPk5veekSBEaPGHhwEFmXLgKi3oT2dsH9krZ7Qt_pY,1709
69
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=t_nZ-eXbI6nz3LoB84nqmRNNxt6crhObokBb3JqkByM,1198
70
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=_3oRJulJx36dS5OQtxHKBFm6sl69sie6vltlUHIfYFc,2087
71
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=MpBX7QvIXIBHIDHYQRY4RqvVKViILJMV_d_GVd-UjQQ,2296
72
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=tq8NeKMqsSoIiz00OQVEyzbAvA3IvjYBnSs-xNwkqlE,669
73
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=o9aIhFbJpl-YG_967iYjpoWwk1d4qgzp-geMQsKMg0s,3154
74
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=XGPoAu0DRWJzD36gb0MgOAhRZGBjWd5QmbhYohkw9CE,923
75
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=14odG9Tdl4KHU-RZZTDBdQTKHZ4p_RWN0D83cDI3N_s,877
76
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=HsMj4Xtr6pPshlSzPip4AcDKRd3-sE5a8pjMR4fQmaE,1497
77
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=u1EZYKJSkK3IEOF-gH4oigX38Nf2iNnkklHVCeN1ma8,3309
78
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=vUl-rGnDR8nIsVrpEdITcu3_IKgMqK1H90MZ7bBMxIU,3220
79
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=799GSLaIwNUURTyD7W8AY5rx2WUogelG4Bz4WWwa_hE,727
80
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=BVK8JJChdn4yIgTqAXz_6X-JDntNPh5ndM63I7BaEE4,2514
81
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=YuQYMcvJg6EYu6hiRN0tVTWnLERMq3ja_jL0GeGjXKU,3348
82
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=dQpKP40VVOdNnLawgM_vac0TLos9EwgOulTJzRDZUU0,13786
83
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ZtlASsmXjhWr0o_cfeVAgua3Deg0zJ3N8zIIdlEq-HI,1406
84
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=SDy6fvbxS4WY7tA0SaENU9Bh5PyShFzMgRGkaF12hsw,4595
85
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=g-k-bVW-thcXwUXC-e4hr_EtFXukJfvUnS8mXDOoxWw,6061
86
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=59_HIh1NKTuczoFoTqK23UB4xEIfcba3ULqF7NLiesA,755
87
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=T6YKpWrwYp3p8jjAVtJdMBJYfBBK4im_8IU_0Og5CVI,930
88
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZlIeIurS0NyVOd-snGIc4lW31FHxgUnnOvNG-M-A6iM,3147
89
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=qm-QCNjNWHtixSI8cCpSan7o42HWFhlMQpfB263Gi4A,675
90
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=rYt6THCFW-Wfn3lCJ1J2Ac6SUca7XpUDrjf6vI1_SfA,2905
91
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=iI3RjINkPDo46iJUiqtILesRV1Hp_mXGR0f8EsqNVxM,3767
92
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vjR1gdb6umZPbd3QS1SeHQrDf9i-lxZYfB5JH4-qjLQ,6013
93
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ZoKKnvMR2D7NbIPeeZwTBSL5PoRJhMSJyxRfMBpJsMw,645
94
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=aYxPEuKY5DYnlDtnsLxPMfG7B52UglrT0LM_4U9OW2w,3426
95
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=sa3vKz4pSmQae2qOKaYoSBucJVXI1Zfkvmm2d3zfM5M,674
96
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=-DlANMqbvgkantjqWJKLQD22U_krAPF6zJgaKRR4lKM,899
97
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=OLBEGAz7P-v7oK885BpS-o6Vs4KlMovccYTf0J1du1c,1637
98
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=zv7UxxqhrOuLZNkwz2W3FcaNI8KLpUebrEppj-sBx5o,4553
99
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Nsol_zSwr64EXBFvm7cf3mFquESycOhs4mDYBq8Wdyw,1186
100
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=42bReQqu9GSKtm7MjKLWHTQJsVALx25cARpNGPDGS7E,3881
101
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=SXwwxoXYGshxtWWso-gmpM24nBvD4x5oq4cHxrqQZTU,4342
102
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=o5VmYO5SLgl4jhHxmuGhOIRHrMQL1u56HriFA3Ykmrc,1011
103
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Rte9a79jue9papNDEEM21Fihlf_pYufiO9MO3qgmG10,1168
104
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=5bRnmsMBjr9G-BP8ddl8BlLiwAXzauPTOE9pGg9Se_M,999
105
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=UxMyYMJzKpl2YAAR1PUmuq5pqBWUvaNA-iuuH3AviR4,2289
106
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Zs9s6YHiZ5ObAvfK1dG1_aMGpKfX54cZeYxSbXVgnjE,2458
107
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Tp2K_GdJnF9yLjWw-bEvtwtmaf5gJc9NPFh7KXIWKV0,1568
108
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JIeGyCnHY7Lrm6K1Fnb2I_3cmRJwjM6qxVYuzkGP2yw,1667
109
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=jIliHvJEWVajPhCXyLus0RKfVvOwm47pvnxNa0F8yhA,916
110
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=OHyyc6hllwaEiZ03-2yBrzMe9KB6ldkgVFMdCB1hTxU,4909
111
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=NxqruPwvGuUc_oWhasp-u6VkMBNvLnPuSqNUdcFakt8,1089
112
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=PikBTn2YQRw6oWvk-0qJzDvvtmFXxqyD5MgxNsO5sfg,2962
113
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=vdqZKvbtiW6ixLaVygCnh7-PpbwLqAoE00KuSj4m5iw,2768
114
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=v4kD2HNMrBT75VnX02U12rzsAcIdzGfGjRkvjqViEpc,759
115
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=A0V_m12XJCikhA7jBbPY1aGr7V3K5eD49TvY16ZpB-E,8482
116
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=DAjsATjjBjzvNM7OTusCX6tpMzYBdkfq50n8OKk0iRM,2470
117
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=hnykKOCHOA86fuViygh8Y9GS-0YoZdq7lVtYEKbcKl4,986
118
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=bwPQEnKBJTbT0qm0OfcvcK-Ir7wsDZKmHF8GAeeChSY,7180
119
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=7Z07D3GyoMOflwj-kzVjgIhkIrMl7XqbdZBIoTvR4QA,3092
120
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=A_cS-30UIQT0u4OA17yeoL037qrytd4F5ltjDqSj6Lk,10309
121
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Q7sPiLTBVSG3QjYzAdbbYmKFX1aqB16K4ra9G71MC4I,1479
122
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=SCbbCkijsBUIv2lQ8sGSMw6cLt0pN0iJ_bqZNGXxaaA,853
123
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=x5D0cRE6tafP7gZzIpzrSyPMDjKTBST1bPyOhkXtdZ0,3622
124
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=LjOeqnVI7_rfbgOg2HVfyhAW_ZzOcrm46WRNF7NRDEM,933
125
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=X5gUeGL0Lqj_IATKKXzHsZk_PVuwz-zmOtLqCrPLt9s,2797
126
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=yczhEhwSxxjj0jKCX0UMXaWkJd1Kr-TUhCCnGrJP-C0,1204
127
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ORUrfrth_KKaJenTezjLNuFtJWIENOwvF-EEKwhDmQg,23702
128
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=yYLiTyMPHc5h0K_PvJZ4AHQCbLy_VmtS2l4x8jM4F5s,1036
129
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=9giqRzIS-vYklITObs5VQo6pIzAVjdbHItyy-4Acnb8,1132
130
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=EHd2dqguKIqF8ifirlUEsWQVIM2DPSEm8Wpea82foxk,587
131
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=tYL_FSb4ztb3xasw8kWrctWD6g4jq6_EM8jQezYac9E,1200
132
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=TNtI2Pvj1Cnxi-uM2SBMhy4pxr4n7GoXTnAD7Ab5nB8,923
133
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=KTpWXssAZHSRUTZ5n-cmd7gRB5BgCwykUD45fqJTUTw,3298
134
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=fWEFqhwXhpw89MqrTcB0Apq8zUe1nA71iTe-hSnMIjU,796
135
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=tqnaHBFg_pjVJGCSuzf7XDWrGunFAClCiT3Xwxv-1FI,899
136
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=WhCdaMW3n4QumOnkGgVgZuANeDZrDveEzZ7--ldyEYs,1086
137
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=H8V1yKRQHh5BAXRhnVDgr2KFkzqqxomeLyii07ONGT4,1641
138
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=lO7psj6wtSuTUfaRz5ywhrgPVsmKCDrSEssTS6FN2eE,705
139
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=OZrYD3p-zlcwbHGQU0bsASpcIVZWtV5hXQzMebgMaOE,881
140
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=_GT2LdVDdi2ZuJKtSCmcoP3SmmAJzPIGMjvoKiSrgYw,4336
141
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=nSERUAm2-aExMmpSMYOS6a3ZBlNlg36D0mSLE7zjGHE,1198
142
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=VUwlvSHkdJE1pNuK4Keqj0a24XSZrA7D4Uv_ht9jDv0,6806
143
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=xIYIdgGB3XXRJgxap7TyBX4MoiMHIGL-D9ld07gQSJ8,5226
144
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=1zQ1o1M3cwnqB-jKHkW9MaQlhsLz3XlI-XHN1WVpvVg,915
145
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=iZlBpIHTF4xKU-G-loC5-e-rou5uqU4bd7cY0PUxRBU,3789
146
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=q1ziGS5H30-3hfMOhk_zpsvIXgATrAKPYqdMtz_O8zk,2409
147
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=fKw3YSj3IsWamI4aOUTXO_BgMp-Se38yhYkvBd7lwqk,2610
148
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=0__LwbtmsHdGEST1IVBDZdKsLoV9JVKIqZXvf7qWqRY,834
149
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=G6mhOmAWNv2d5m97ZRS2GLsFZ2CSCWkENtbLW5Q9Ii4,825
150
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=GYPQVy9J9S7X0-YRLSxN6MNs3IK13cAcMzlJVYxHsqc,1042
151
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=0zumnSNnqQvymfQ5GnDpr0bwI3HNUPGeN-q7DliNP-0,986
152
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=abdv3-3EHqZbDjWdpOSGyEf_cyQTaez_P4sdVjZxOIc,2345
153
+ metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=JuP_LBJN7JBWf3u5EAAgB9dWLDNe5jWE3g_-kBXyVpg,928
154
+ metaflow-stubs/profilers/__init__.pyi,sha256=c1Ynf5Vbwcl2wXDGg5lK2eMeqcsoavOui-V4D7GMT4M,696
155
+ metaflow-stubs/runner/__init__.pyi,sha256=Y7hmwTUR_nL__hds3QCOb9hWtJ_93BEApfkF0sUiQ2c,831
156
+ metaflow-stubs/runner/deployer.pyi,sha256=9yWmwgZaeMJKrO6d7620L1Ehcy8cGPV_ji1rGvlH4Z0,7538
157
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=tBsd4xJbm_Ua8b4nWlaNCHSPi65p8oRyYfO7h7SQnfg,3313
158
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=W_GQ3MZ4Jht9hnpZ3MRVBXBBPtvT24M0vpK-hR8YYUY,10665
159
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=0nG_bT_xXes2vO63-p86lO6oSr4YZuf6oNlAvDuK1Q4,2946
160
+ metaflow-stubs/runner/nbrun.pyi,sha256=A4NA9cZKszJ45hx-pUZ_Pz5i2V-OVNyu5_Go7Yf76gE,6035
161
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=rNuMyFlNQEdoZo7oZG0fTZNvnjExRgmnZVyVr9kM54Y,9273
162
+ metaflow-stubs/runner/utils.pyi,sha256=uyeJJ4V20gfw9sYJ3ZgOk4tHq8QdpMmvOVHULtU6Mpo,5936
163
+ metaflow-stubs/system/__init__.pyi,sha256=GfzksmLu8w7YaHXQ1NpPU8_bGHpwPtixw3SouwmoaRM,761
164
+ metaflow-stubs/system/system_logger.pyi,sha256=M5pIb6Ee27q2O4FBos2_KdftHbYq0Jqlop5a3Ad6268,1666
165
+ metaflow-stubs/system/system_monitor.pyi,sha256=o1C7VSHq3Ki57M93fwNh7TAA05-Tq0YgTGiBdwbcdbw,1788
166
+ metaflow-stubs/user_configs/__init__.pyi,sha256=XEb897OzHwP_K8Xhh-wzuspY1O1qeGGg8NiZpwgdCk8,707
167
+ metaflow-stubs/user_configs/config_decorators.pyi,sha256=i3GLdl0zntMzBXSVJROUU4j8mTFL3GTNhXdn-x1ogkk,8992
168
+ metaflow-stubs/user_configs/config_options.pyi,sha256=MqkaLc3l6qunMtgfv0sYhbz90n-BTfkAsSR04_C3T4Q,2692
169
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=GsVmI_dRO8QY1T427fNbPa4eQ7dZeJe-oMuLb1oksvQ,8222
170
+ ob_metaflow_stubs-6.0.3.126.dist-info/METADATA,sha256=blB6mDGgT-ahgoYUPsNh02_bZx3C9cNfQLx63jHxCjk,657
171
+ ob_metaflow_stubs-6.0.3.126.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
172
+ ob_metaflow_stubs-6.0.3.126.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
173
+ ob_metaflow_stubs-6.0.3.126.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.588673 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from .metadata_provider.metadata import MetaDatum as MetaDatum
11
-
12
- def clone_task_helper(flow_name, clone_run_id, run_id, step_name, clone_task_id, task_id, flow_datastore, metadata_service, origin_ds_set = None, attempt_id = 0):
13
- ...
14
-
@@ -1,69 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.612044 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import typing
10
- if typing.TYPE_CHECKING:
11
- import datetime
12
-
13
-
14
- VERSION: bytes
15
-
16
- RE: bytes
17
-
18
- class MFLogline(tuple, metaclass=type):
19
- """
20
- MFLogline(should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp)
21
- """
22
- @staticmethod
23
- def __new__(_cls, should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp):
24
- """
25
- Create new instance of MFLogline(should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp)
26
- """
27
- ...
28
- def __repr__(self):
29
- """
30
- Return a nicely formatted representation string
31
- """
32
- ...
33
- def __getnewargs__(self):
34
- """
35
- Return self as a plain tuple. Used by copy and pickle.
36
- """
37
- ...
38
- ...
39
-
40
- ISOFORMAT: str
41
-
42
- MISSING_TIMESTAMP: datetime.datetime
43
-
44
- MISSING_TIMESTAMP_STR: str
45
-
46
- def utc_to_local(x):
47
- ...
48
-
49
- def decorate(source, line, version = b'0', now = None, lineid = None):
50
- ...
51
-
52
- def is_structured(line):
53
- ...
54
-
55
- def parse(line):
56
- ...
57
-
58
- def set_should_persist(line):
59
- ...
60
-
61
- def unset_should_persist(line):
62
- ...
63
-
64
- def refine(line, prefix = None, suffix = None):
65
- ...
66
-
67
- def merge_logs(logs):
68
- ...
69
-
@@ -1,103 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.635188 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import metaflow
10
- import typing
11
- if typing.TYPE_CHECKING:
12
- import metaflow.exception
13
-
14
- from ...parameters import JSONType as JSONType
15
- from ...client.core import Run as Run
16
- from ...metaflow_current import current as current
17
- from ... import parameters as parameters
18
- from ..._vendor import click as click
19
- from ...client.core import get_metadata as get_metadata
20
- from ...exception import MetaflowException as MetaflowException
21
- from ...exception import MetaflowInternalError as MetaflowInternalError
22
- from ...exception import MetaflowNotFound as MetaflowNotFound
23
- from ..aws.step_functions.production_token import load_token as load_token
24
- from ..aws.step_functions.production_token import new_token as new_token
25
- from ..aws.step_functions.production_token import store_token as store_token
26
- from ..environment_decorator import EnvironmentDecorator as EnvironmentDecorator
27
- from ..kubernetes.kubernetes_decorator import KubernetesDecorator as KubernetesDecorator
28
- from ...tagging_util import validate_tags as validate_tags
29
- from .argo_workflows import ArgoWorkflows as ArgoWorkflows
30
-
31
- ARGO_WORKFLOWS_UI_URL: None
32
-
33
- KUBERNETES_NAMESPACE: str
34
-
35
- SERVICE_VERSION_CHECK: bool
36
-
37
- UI_URL: None
38
-
39
- unsupported_decorators: dict
40
-
41
- class IncorrectProductionToken(metaflow.exception.MetaflowException, metaclass=type):
42
- ...
43
-
44
- class RunIdMismatch(metaflow.exception.MetaflowException, metaclass=type):
45
- ...
46
-
47
- class IncorrectMetadataServiceVersion(metaflow.exception.MetaflowException, metaclass=type):
48
- ...
49
-
50
- class ArgoWorkflowsNameTooLong(metaflow.exception.MetaflowException, metaclass=type):
51
- ...
52
-
53
- class UnsupportedPythonVersion(metaflow.exception.MetaflowException, metaclass=type):
54
- ...
55
-
56
- def check_python_version(obj):
57
- ...
58
-
59
- def check_metadata_service_version(obj):
60
- ...
61
-
62
- def resolve_workflow_name(obj, name):
63
- ...
64
-
65
- def make_flow(obj, token, name, tags, namespace, max_workers, workflow_timeout, workflow_priority, auto_emit_argo_events, notify_on_error, notify_on_success, notify_slack_webhook_url, notify_pager_duty_integration_key, enable_heartbeat_daemon, enable_error_msg_capture):
66
- ...
67
-
68
- def resolve_token(name, token_prefix, obj, authorize, given_token, generate_new_token, is_project):
69
- ...
70
-
71
- def validate_token(name, token_prefix, authorize, instructions_fn = None):
72
- """
73
- Validate that the production token matches that of the deployed flow.
74
- In case both the user and token do not match, raises an error.
75
- Optionally outputs instructions on token usage via the provided instruction_fn(flow_name, prev_user)
76
- """
77
- ...
78
-
79
- def get_run_object(pathspec: str):
80
- ...
81
-
82
- def get_status_considering_run_object(status, run_obj):
83
- ...
84
-
85
- def validate_run_id(workflow_name, token_prefix, authorize, run_id, instructions_fn = None):
86
- """
87
- Validates that a run_id adheres to the Argo Workflows naming rules, and
88
- that it belongs to the current flow (accounting for project branch as well).
89
- """
90
- ...
91
-
92
- def sanitize_for_argo(text):
93
- """
94
- Sanitizes a string so it does not contain characters that are not permitted in Argo Workflow resource names.
95
- """
96
- ...
97
-
98
- def remap_status(status):
99
- """
100
- Group similar Argo Workflow statuses together in order to have similar output to step functions statuses.
101
- """
102
- ...
103
-
@@ -1,146 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.626820 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from ...client.core import Task as Task
11
- from ...parameters import JSONTypeClass as JSONTypeClass
12
- from ...client.core import namespace as namespace
13
- from ...exception import CommandException as CommandException
14
- from ...exception import MetaflowNotFound as MetaflowNotFound
15
- from ...exception import MetaflowNamespaceMismatch as MetaflowNamespaceMismatch
16
- from ..._vendor import click as click
17
- from .card_datastore import CardDatastore as CardDatastore
18
- from .exception import CardClassFoundException as CardClassFoundException
19
- from .exception import IncorrectCardArgsException as IncorrectCardArgsException
20
- from .exception import UnrenderableCardException as UnrenderableCardException
21
- from .exception import CardNotPresentException as CardNotPresentException
22
- from .exception import TaskNotFoundException as TaskNotFoundException
23
- from .card_resolver import resolve_paths_from_task as resolve_paths_from_task
24
- from .card_resolver import resumed_info as resumed_info
25
-
26
- NUM_SHORT_HASH_CHARS: int
27
-
28
- class CardRenderInfo(tuple, metaclass=type):
29
- """
30
- CardRenderInfo(mode, is_implemented, data, timed_out, timeout_stack_trace)
31
- """
32
- @staticmethod
33
- def __new__(_cls, mode, is_implemented, data, timed_out, timeout_stack_trace):
34
- """
35
- Create new instance of CardRenderInfo(mode, is_implemented, data, timed_out, timeout_stack_trace)
36
- """
37
- ...
38
- def __repr__(self):
39
- """
40
- Return a nicely formatted representation string
41
- """
42
- ...
43
- def __getnewargs__(self):
44
- """
45
- Return self as a plain tuple. Used by copy and pickle.
46
- """
47
- ...
48
- ...
49
-
50
- def open_in_browser(card_path):
51
- ...
52
-
53
- def resolve_task_from_pathspec(flow_name, pathspec):
54
- """
55
- resolves a task object for the pathspec query on the CLI.
56
- Args:
57
- flow_name : (str) : name of flow
58
- pathspec (str) : can be `stepname` / `runid/stepname` / `runid/stepname/taskid`
59
-
60
- Returns:
61
- metaflow.Task | None
62
- """
63
- ...
64
-
65
- def resolve_card(ctx, pathspec, follow_resumed = True, hash = None, type = None, card_id = None, no_echo = False):
66
- """
67
- Resolves the card path for a query.
68
-
69
- Args:
70
- ctx: click context object
71
- pathspec: pathspec can be `stepname` or `runid/stepname` or `runid/stepname/taskid`
72
- hash (optional): This is to specifically resolve the card via the hash. This is useful when there may be many card with same id or type for a pathspec.
73
- type : type of card
74
- card_id : `id` given to card
75
- no_echo : if set to `True` then supress logs about pathspec resolution.
76
- Raises:
77
- CardNotPresentException: No card could be found for the pathspec
78
-
79
- Returns:
80
- (card_paths, card_datastore, taskpathspec) : Tuple[List[str], CardDatastore, str]
81
- """
82
- ...
83
-
84
- def timeout(time):
85
- ...
86
-
87
- def raise_timeout(signum, frame):
88
- ...
89
-
90
- def list_available_cards(ctx, pathspec, card_paths, card_datastore, command = 'view', show_list_as_json = False, list_many = False, file = None):
91
- ...
92
-
93
- def make_command(script_name, taskspec, command = 'get', hash = None):
94
- ...
95
-
96
- def list_many_cards(ctx, type = None, hash = None, card_id = None, follow_resumed = None, as_json = None, file = None):
97
- ...
98
-
99
- def card_read_options_and_arguments(func):
100
- ...
101
-
102
- def update_card(mf_card, mode, task, data, timeout_value = None):
103
- """
104
- This method will be responsible for creating a card/data-update based on the `mode`.
105
- There are three possible modes taken by this function.
106
- - render :
107
- - This will render the "final" card.
108
- - This mode is passed at task completion.
109
- - Setting this mode will call the `render` method of a MetaflowCard.
110
- - It will result in the creation of an HTML page.
111
- - render_runtime:
112
- - Setting this mode will render a card during task "runtime".
113
- - Setting this mode will call the `render_runtime` method of a MetaflowCard.
114
- - It will result in the creation of an HTML page.
115
- - refresh:
116
- - Setting this mode will refresh the data update for a card.
117
- - We support this mode because rendering a full card can be an expensive operation, but shipping tiny data updates can be cheap.
118
- - Setting this mode will call the `refresh` method of a MetaflowCard.
119
- - It will result in the creation of a JSON object.
120
-
121
- Parameters
122
- ----------
123
- mf_card : MetaflowCard
124
- MetaflowCard object which will be used to render the card.
125
- mode : str
126
- Mode of rendering the card.
127
- task : Task
128
- Task object which will be passed to render the card.
129
- data : dict
130
- object created and passed down from `current.card._get_latest_data` method.
131
- For more information on this object's schema have a look at `current.card._get_latest_data` method.
132
- timeout_value : int
133
- Timeout value for rendering the card.
134
-
135
- Returns
136
- -------
137
- CardRenderInfo
138
- - NamedTuple which will contain:
139
- - `mode`: The mode of rendering the card.
140
- - `is_implemented`: whether the function was implemented or not.
141
- - `data` : output from rendering the card (Can be string/dict)
142
- - `timed_out` : whether the function timed out or not.
143
- - `timeout_stack_trace` : stack trace of the function if it timed out.
144
- """
145
- ...
146
-
@@ -1,33 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.617539 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from .kube_utils import parse_cli_options as parse_cli_options
11
- from .kubernetes_client import KubernetesClient as KubernetesClient
12
- from ...parameters import JSONTypeClass as JSONTypeClass
13
- from ..._vendor import click as click
14
- from ...exception import MetaflowException as MetaflowException
15
- from ...metadata_provider.util import sync_local_metadata_from_datastore as sync_local_metadata_from_datastore
16
- from .kubernetes import Kubernetes as Kubernetes
17
- from .kubernetes import KubernetesException as KubernetesException
18
- from .kubernetes import KubernetesKilledException as KubernetesKilledException
19
- from .kubernetes import parse_kube_keyvalue_list as parse_kube_keyvalue_list
20
- from .kubernetes_decorator import KubernetesDecorator as KubernetesDecorator
21
-
22
- METAFLOW_EXIT_DISALLOW_RETRY: int
23
-
24
- DATASTORE_LOCAL_DIR: str
25
-
26
- KUBERNETES_LABELS: str
27
-
28
- TASK_LOG_SOURCE: str
29
-
30
- UBF_CONTROL: str
31
-
32
- UBF_TASK: str
33
-
@@ -1,46 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.608382 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import metaflow
10
- import typing
11
- if typing.TYPE_CHECKING:
12
- import metaflow.plugins.logs_cli
13
- import metaflow._vendor.click.core
14
-
15
- from .._vendor import click as click
16
- from ..exception import CommandException as CommandException
17
- from ..mflog import mflog as mflog
18
-
19
- LOGGER_TIMESTAMP: str
20
-
21
- LOG_SOURCES: list
22
-
23
- class CustomGroup(metaflow._vendor.click.core.Group, metaclass=type):
24
- def __init__(self, name = None, commands = None, default_cmd = None, **attrs):
25
- ...
26
- def get_command(self, ctx, cmd_name):
27
- ...
28
- def parse_args(self, ctx, args):
29
- ...
30
- def resolve_command(self, ctx, args):
31
- ...
32
- def format_commands(self, ctx, formatter):
33
- ...
34
- ...
35
-
36
- class CustomFormatter(object, metaclass=type):
37
- def __init__(self, default_cmd, original_formatter):
38
- ...
39
- def __getattr__(self, name):
40
- ...
41
- def write_dl(self, rows):
42
- ...
43
- ...
44
-
45
- logs: CustomGroup
46
-
@@ -1,19 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.1+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-09T17:36:48.608606 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from ..client.core import namespace as namespace
11
- from ..client.core import Flow as Flow
12
- from ..client.core import Run as Run
13
- from ..metaflow_current import current as current
14
- from ..exception import CommandException as CommandException
15
- from ..exception import MetaflowNotFound as MetaflowNotFound
16
- from ..exception import MetaflowInternalError as MetaflowInternalError
17
- from ..exception import MetaflowNamespaceMismatch as MetaflowNamespaceMismatch
18
- from .._vendor import click as click
19
-