ob-metaflow-stubs 6.0.3.188rc4__py2.py3-none-any.whl → 6.0.4.1__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 (261) hide show
  1. metaflow-stubs/__init__.pyi +838 -828
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +3 -2
  4. metaflow-stubs/cli_components/__init__.pyi +2 -2
  5. metaflow-stubs/cli_components/utils.pyi +2 -2
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +7 -8
  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 -10
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +4 -4
  14. metaflow-stubs/{info_file.pyi → meta_files.pyi} +2 -6
  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 +3 -3
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +6 -2
  20. metaflow-stubs/metaflow_current.pyi +42 -42
  21. metaflow-stubs/metaflow_git.pyi +2 -2
  22. metaflow-stubs/mf_extensions/__init__.pyi +2 -2
  23. metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
  24. metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
  25. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
  26. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
  27. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +3 -3
  28. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
  29. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +4 -4
  30. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
  31. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
  32. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
  33. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
  34. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +4 -4
  35. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
  36. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
  37. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +5 -5
  38. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
  39. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +3 -3
  40. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
  41. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
  42. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +3 -3
  43. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
  44. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
  45. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
  46. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +3 -3
  47. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
  48. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
  49. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
  50. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
  51. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +3 -3
  52. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
  53. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +4 -4
  54. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
  55. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +4 -4
  56. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
  57. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
  58. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
  59. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
  60. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
  61. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
  62. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +3 -3
  63. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
  64. metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
  65. metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
  66. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
  67. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
  68. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +38 -31
  69. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
  70. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
  71. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
  72. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
  73. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
  74. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
  75. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
  76. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
  77. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
  78. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
  79. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
  80. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +13 -4
  81. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
  82. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +29 -27
  83. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +7 -6
  84. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +3 -3
  85. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +5 -5
  86. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +2 -2
  87. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
  88. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +4 -4
  89. metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
  90. metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +12 -8
  91. metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
  92. metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +3 -3
  93. metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
  94. metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
  95. metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +13 -11
  96. metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +13 -11
  97. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
  98. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +4 -4
  99. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +4 -4
  100. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
  101. metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
  102. metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
  103. metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
  104. metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
  105. metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
  106. metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
  107. metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
  108. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
  109. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
  110. metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
  111. metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
  112. metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
  113. metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
  114. metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
  115. metaflow-stubs/multicore_utils.pyi +2 -2
  116. metaflow-stubs/ob_internal.pyi +2 -2
  117. metaflow-stubs/packaging_sys/__init__.pyi +430 -0
  118. metaflow-stubs/packaging_sys/backend.pyi +73 -0
  119. metaflow-stubs/packaging_sys/distribution_support.pyi +57 -0
  120. metaflow-stubs/packaging_sys/tar_backend.pyi +53 -0
  121. metaflow-stubs/packaging_sys/utils.pyi +26 -0
  122. metaflow-stubs/packaging_sys/v1.pyi +145 -0
  123. metaflow-stubs/parameters.pyi +4 -4
  124. metaflow-stubs/plugins/__init__.pyi +13 -11
  125. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  126. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  127. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  128. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  129. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  130. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  131. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  132. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  133. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  134. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  135. metaflow-stubs/plugins/argo/argo_workflows.pyi +7 -34
  136. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
  137. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
  138. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
  139. metaflow-stubs/plugins/argo/exit_hooks.pyi +45 -0
  140. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  141. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  142. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  143. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  144. metaflow-stubs/plugins/aws/batch/batch.pyi +4 -4
  145. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  146. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -2
  147. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  148. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  149. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  150. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  151. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  152. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -3
  153. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  154. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  155. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
  156. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  157. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  158. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  159. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  160. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  161. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  162. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  163. metaflow-stubs/plugins/cards/__init__.pyi +6 -6
  164. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  165. metaflow-stubs/plugins/cards/card_creator.pyi +4 -3
  166. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  167. metaflow-stubs/plugins/cards/card_decorator.pyi +13 -4
  168. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  169. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  170. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  171. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  172. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  173. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  174. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +10 -2
  175. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  176. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  177. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  178. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  179. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  180. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  181. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  182. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  183. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  184. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  185. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  186. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  187. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  188. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  189. metaflow-stubs/plugins/exit_hook/__init__.pyi +11 -0
  190. metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +20 -0
  191. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  192. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  193. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  194. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  195. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  196. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  197. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  198. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  199. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  200. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
  201. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
  202. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  203. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -2
  204. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  205. metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
  206. metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
  207. metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
  208. metaflow-stubs/plugins/perimeters.pyi +2 -2
  209. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  210. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  211. metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
  212. metaflow-stubs/plugins/pypi/conda_environment.pyi +7 -6
  213. metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
  214. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -4
  215. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  216. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  217. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  218. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  219. metaflow-stubs/plugins/secrets/__init__.pyi +7 -3
  220. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  221. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +9 -49
  222. metaflow-stubs/plugins/secrets/secrets_func.pyi +31 -0
  223. metaflow-stubs/plugins/secrets/secrets_spec.pyi +42 -0
  224. metaflow-stubs/plugins/secrets/utils.pyi +28 -0
  225. metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
  226. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  227. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +4 -4
  228. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  229. metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
  230. metaflow-stubs/plugins/uv/__init__.pyi +2 -2
  231. metaflow-stubs/plugins/uv/uv_environment.pyi +4 -3
  232. metaflow-stubs/profilers/__init__.pyi +2 -2
  233. metaflow-stubs/pylint_wrapper.pyi +2 -2
  234. metaflow-stubs/runner/__init__.pyi +2 -2
  235. metaflow-stubs/runner/deployer.pyi +6 -6
  236. metaflow-stubs/runner/deployer_impl.pyi +2 -2
  237. metaflow-stubs/runner/metaflow_runner.pyi +5 -5
  238. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  239. metaflow-stubs/runner/nbrun.pyi +2 -2
  240. metaflow-stubs/runner/subprocess_manager.pyi +3 -2
  241. metaflow-stubs/runner/utils.pyi +3 -3
  242. metaflow-stubs/system/__init__.pyi +2 -2
  243. metaflow-stubs/system/system_logger.pyi +3 -3
  244. metaflow-stubs/system/system_monitor.pyi +2 -2
  245. metaflow-stubs/tagging_util.pyi +2 -2
  246. metaflow-stubs/tuple_util.pyi +2 -2
  247. metaflow-stubs/user_configs/__init__.pyi +2 -3
  248. metaflow-stubs/user_configs/config_options.pyi +5 -6
  249. metaflow-stubs/user_configs/config_parameters.pyi +7 -9
  250. metaflow-stubs/user_decorators/__init__.pyi +15 -0
  251. metaflow-stubs/user_decorators/common.pyi +38 -0
  252. metaflow-stubs/user_decorators/mutable_flow.pyi +223 -0
  253. metaflow-stubs/user_decorators/mutable_step.pyi +152 -0
  254. metaflow-stubs/user_decorators/user_flow_decorator.pyi +137 -0
  255. metaflow-stubs/user_decorators/user_step_decorator.pyi +323 -0
  256. {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1.dist-info}/METADATA +1 -1
  257. ob_metaflow_stubs-6.0.4.1.dist-info/RECORD +260 -0
  258. metaflow-stubs/user_configs/config_decorators.pyi +0 -251
  259. ob_metaflow_stubs-6.0.3.188rc4.dist-info/RECORD +0 -243
  260. {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1.dist-info}/WHEEL +0 -0
  261. {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,323 @@
1
+ ######################################################################################################
2
+ # Auto-generated Metaflow stub file #
3
+ # MF version: 2.16.0.1+obcheckpoint(0.2.4);ob(v1) #
4
+ # Generated on 2025-07-14T20:31:43.552511 #
5
+ ######################################################################################################
6
+
7
+ from __future__ import annotations
8
+
9
+ import metaflow
10
+ import typing
11
+ if typing.TYPE_CHECKING:
12
+ import typing
13
+ import metaflow.user_decorators.user_step_decorator
14
+ import metaflow.user_decorators.mutable_step
15
+ import metaflow.decorators
16
+ import metaflow.datastore.inputs
17
+ import metaflow.flowspec
18
+
19
+ from ..exception import MetaflowException as MetaflowException
20
+ from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
21
+ from ..user_configs.config_parameters import unpack_delayed_evaluator as unpack_delayed_evaluator
22
+ from .common import ClassPath_Trie as ClassPath_Trie
23
+
24
+ TYPE_CHECKING: bool
25
+
26
+ USER_SKIP_STEP: dict
27
+
28
+ class UserStepDecoratorMeta(type, metaclass=type):
29
+ @staticmethod
30
+ def __new__(mcs, name, bases, namespace, **_kwargs):
31
+ ...
32
+ def __str__(cls):
33
+ ...
34
+ @classmethod
35
+ def all_decorators(mcs) -> typing.Dict[str, "UserStepDecoratorMeta"]:
36
+ """
37
+ Get all registered decorators using the minimally unique classpath name
38
+
39
+ Returns
40
+ -------
41
+ Dict[str, UserStepDecoratorBase]
42
+ A dictionary mapping decorator names to their classes.
43
+ """
44
+ ...
45
+ @classmethod
46
+ def get_decorator_by_name(mcs, decorator_name: str) -> typing.Union["UserStepDecoratorBase", "metaflow.decorators.Decorator", None]:
47
+ """
48
+ Get a decorator by its name.
49
+
50
+ Parameters
51
+ ----------
52
+ decorator_name: str
53
+ The name of the decorator to retrieve.
54
+
55
+ Returns
56
+ -------
57
+ Optional[UserStepDecoratorBase]
58
+ The decorator class if found, None otherwise.
59
+ """
60
+ ...
61
+ @classmethod
62
+ def get_decorator_name(mcs, decorator_type: type) -> typing.Optional[str]:
63
+ """
64
+ Get the minimally unique classpath name for a decorator type.
65
+
66
+ Parameters
67
+ ----------
68
+ decorator_type: type
69
+ The type of the decorator to retrieve the name for.
70
+
71
+ Returns
72
+ -------
73
+ Optional[str]
74
+ The minimally unique classpath name if found, None otherwise.
75
+ """
76
+ ...
77
+ ...
78
+
79
+ class UserStepDecoratorBase(object, metaclass=UserStepDecoratorMeta):
80
+ def __init__(self, *args, **kwargs):
81
+ ...
82
+ def __get__(self, instance, owner):
83
+ ...
84
+ def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None, **kwargs) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
85
+ ...
86
+ def add_or_raise(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]], statically_defined: bool, duplicates: int, inserted_by: typing.Optional[str] = None):
87
+ ...
88
+ def __str__(self):
89
+ ...
90
+ @classmethod
91
+ def extract_args_kwargs_from_decorator_spec(cls, deco_spec: str) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
92
+ ...
93
+ @classmethod
94
+ def parse_decorator_spec(cls, deco_spec: str) -> typing.Optional["UserStepDecoratorBase"]:
95
+ ...
96
+ def make_decorator_spec(self):
97
+ ...
98
+ def get_args_kwargs(self) -> typing.Tuple[typing.List[typing.Any], typing.Dict[str, typing.Any]]:
99
+ """
100
+ Get the arguments and keyword arguments of the decorator.
101
+
102
+ Returns
103
+ -------
104
+ Tuple[List[Any], Dict[str, Any]]
105
+ A tuple containing a list of arguments and a dictionary of keyword arguments.
106
+ """
107
+ ...
108
+ def init(self, *args, **kwargs):
109
+ ...
110
+ def external_init(self):
111
+ ...
112
+ @classmethod
113
+ def __init_subclass__(cls_, **_kwargs):
114
+ ...
115
+ ...
116
+
117
+ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
118
+ def init(self, *args, **kwargs):
119
+ """
120
+ Implement this method if your UserStepDecorator takes arguments. It replaces the
121
+ __init__ method in traditional Python classes.
122
+
123
+
124
+ As an example:
125
+ ```
126
+ class MyDecorator(UserStepDecorator):
127
+ def init(self, *args, **kwargs):
128
+ self.arg1 = kwargs.get("arg1", None)
129
+ self.arg2 = kwargs.get("arg2", None)
130
+ # Do something with the arguments
131
+ ```
132
+
133
+ can then be used as
134
+ ```
135
+ @MyDecorator(arg1=42, arg2=conf_expr("config.my_arg2"))
136
+ @step
137
+ def start(self):
138
+ pass
139
+ ```
140
+ """
141
+ ...
142
+ def pre_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", inputs: typing.Optional["metaflow.datastore.inputs.Inputs"] = None) -> typing.Optional[typing.Callable[["metaflow.flowspec.FlowSpec", typing.Optional[typing.Any]], typing.Any]]:
143
+ """
144
+ Implement this method to perform any action prior to the execution of a step.
145
+
146
+ It should return either None to execute anything wrapped by this step decorator
147
+ as usual or a callable that will be called instead.
148
+
149
+ Parameters
150
+ ----------
151
+ step_name: str
152
+ The name of the step being decorated.
153
+ flow: FlowSpec
154
+ The flow object to which the step belongs.
155
+ inputs: Optional[List[FlowSpec]]
156
+ The inputs to the step being decorated. This is only provided for join steps
157
+ and is None for all other steps.
158
+
159
+ Returns
160
+ -------
161
+ Optional[Callable[FlowSpec, Optional[Any]]]
162
+ An optional function to use instead of the wrapped step. Note that the function
163
+ returned should match the signature of the step being wrapped (join steps
164
+ take an additional "inputs" argument).
165
+ """
166
+ ...
167
+ def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception: typing.Optional[Exception] = None):
168
+ """
169
+ Implement this method to perform any action after the execution of a step.
170
+
171
+ If the step (or any code being wrapped by this decorator) raises an exception,
172
+ it will be passed here and can either be caught (in which case the step will
173
+ be considered as successful) or re-raised (in which case the entire step
174
+ will be considered a failure unless another decorator catches the execption).
175
+
176
+ Note that this method executes *before* artifacts are stored in the datastore
177
+ so it is able to modify, add or remove artifacts from `flow`.
178
+
179
+ Parameters
180
+ ----------
181
+ step_name: str
182
+ The name of the step being decorated.
183
+ flow: FlowSpec
184
+ The flow object to which the step belongs.
185
+ exception: Optional[Exception]
186
+ The exception raised during the step execution, if any.
187
+ """
188
+ ...
189
+ @property
190
+ def skip_step(self) -> typing.Union[bool, typing.Dict[str, typing.Any]]:
191
+ """
192
+ Returns whether or not the step (or rather anything wrapped by this decorator)
193
+ should be skipped
194
+
195
+ Returns
196
+ -------
197
+ Union[bool, Dict[str, Any]]
198
+ False if the step should not be skipped. True if it should be skipped and
199
+ a dictionary if it should be skipped and the values passed in used as
200
+ the arguments to the self.next call.
201
+ """
202
+ ...
203
+ @skip_step.setter
204
+ def skip_step(self, value: typing.Union[bool, typing.Dict[str, typing.Any]]):
205
+ """
206
+ Set the skip_step property. You can set it to:
207
+ - True to skip the step
208
+ - False to not skip the step (default)
209
+ - A dictionary with the keys valid in the `self.next` call.
210
+
211
+ Parameters
212
+ ----------
213
+ value: Union[bool, Dict[str, Any]]
214
+ True/False or a dictionary with the keys valid in the `self.next` call.
215
+ """
216
+ ...
217
+ ...
218
+
219
+ def user_step_decorator(*args, **kwargs):
220
+ """
221
+ Use this decorator to transform a generator function into a user step decorator.
222
+
223
+ As an example:
224
+
225
+ ```
226
+ @user_step_decorator
227
+ def timing(step_name, flow, inputs):
228
+ start_time = time.time()
229
+ yield
230
+ end_time = time.time()
231
+ flow.artifact_total_time = end_time - start_time
232
+ print(f"Step {step_name} took {flow.artifact_total_time} seconds")
233
+ ```
234
+ which can then be used as:
235
+
236
+ ```
237
+ @timing
238
+ @step
239
+ def start(self):
240
+ print("Hello, world!")
241
+ ```
242
+
243
+ Your generator should:
244
+ - yield at most once -- if you do not yield, the step will not execute.
245
+ - yield:
246
+ - None
247
+ - a callable that will replace whatever is being wrapped (it
248
+ should have the same parameters as the wrapped function, namely, it should
249
+ be a
250
+ Callable[[FlowSpec, Inputs], Optional[Union[Dict[str, Any]]]]).
251
+ Note that the return type is a bit different -- you can return:
252
+ - None: no special behavior;
253
+ - A dictionary containing parameters for `self.next()`.
254
+ - a dictionary to skip the step. An empty dictionary is equivalent
255
+ to just skipping the step. A full dictionary will pass the arguments
256
+ to the `self.next()` call -- this allows you to modify the behavior
257
+ of `self.next` (for example, changing the `foreach` values. We provide
258
+ USER_SKIP_STEP as a special value that is equivalent to {}.
259
+
260
+
261
+ You are able to catch exceptions thrown by the yield statement (ie: coming from the
262
+ wrapped code). Catching and not re-raising the exception will make the step
263
+ successful.
264
+
265
+ Note that you are able to modify the step's artifact after the yield.
266
+
267
+ For more complex use cases, you can use the `UserStepDecorator` class directly which
268
+ allows more control.
269
+ """
270
+ ...
271
+
272
+ class StepMutator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
273
+ """
274
+ Derive from this class to implement a step mutator.
275
+
276
+ A step mutator allows you to introspect a step and add decorators to it. You can
277
+ use values available through configurations to determine how to mutate the step.
278
+
279
+ There are two main methods provided:
280
+ - pre_mutate: called as early as possible right after configuration values are read.
281
+ - mutate: called right after all the command line is parsed but before any
282
+ Metaflow decorators are applied.
283
+ """
284
+ def init(self, *args, **kwargs):
285
+ """
286
+ Implement this method if you wish for your StepMutator to take in arguments.
287
+
288
+ Your step-mutator can then look like:
289
+
290
+ @MyMutator(arg1, arg2)
291
+ @step
292
+ def my_step(self):
293
+ pass
294
+
295
+ It is an error to use your mutator with arguments but not implement this method.
296
+ """
297
+ ...
298
+ def pre_mutate(self, mutable_step: "metaflow.user_decorators.mutable_step.MutableStep"):
299
+ """
300
+ Method called right after all configuration values are read.
301
+
302
+ Parameters
303
+ ----------
304
+ mutable_step : metaflow.user_decorators.mutable_step.MutableStep
305
+ A representation of this step
306
+ """
307
+ ...
308
+ def mutate(self, mutable_step: "metaflow.user_decorators.mutable_step.MutableStep"):
309
+ """
310
+ Method called right before the first Metaflow decorator is applied. This
311
+ means that the command line, including all `--with` options has been parsed.
312
+
313
+ Parameters
314
+ ----------
315
+ mutable_step : metaflow.user_decorators.mutable_step.MutableStep
316
+ A representation of this step
317
+ """
318
+ ...
319
+ @classmethod
320
+ def __init_subclass__(cls_, **_kwargs):
321
+ ...
322
+ ...
323
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ob-metaflow-stubs
3
- Version: 6.0.3.188rc4
3
+ Version: 6.0.4.1
4
4
  Summary: Metaflow Stubs: Stubs for the metaflow package
5
5
  Author: Netflix, Outerbounds & the Metaflow Community
6
6
  Author-email: help@outerbounds.co
@@ -0,0 +1,260 @@
1
+ metaflow-stubs/__init__.pyi,sha256=JQqJuJ04Qkbx8J8NfRISfHDjat-4akysR3J4micNns8,82219
2
+ metaflow-stubs/cards.pyi,sha256=c83xGQ2PLCGq1U8O_6bpJJ6Eu4pawkfLjLkebXAZ6tM,1640
3
+ metaflow-stubs/cli.pyi,sha256=TdJ1kmDK0iRSlup7QgvtD6evoEu0ZWcV4r5fb4LqWPg,2264
4
+ metaflow-stubs/events.pyi,sha256=vamdrV_GQvE1wW_h-E129L9iiAMWvXh1AE62tOdWAGo,4022
5
+ metaflow-stubs/exception.pyi,sha256=GGkuLDLU5AAl3yXUAxZtrWEBNpqr88xBVVHIypJ6Jg0,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=vNfWPnZqu8coaprkGGHA5dlWBZ7FBTL78fcWXb9r30s,10301
7
+ metaflow-stubs/generated_for.txt,sha256=1O0ImEyVPamGCO4eUBoA6ekRq1bU5QN-aTHyBrAJHuI,62
8
+ metaflow-stubs/includefile.pyi,sha256=kU6fiDY31Q-jjTRAGRIP8J3fKNwBMwPhH55sgWCvwPc,4615
9
+ metaflow-stubs/meta_files.pyi,sha256=NctQB4VioujmmprZg0o2zz89L6dWu8QWg8dn6nGHru4,585
10
+ metaflow-stubs/metaflow_config.pyi,sha256=2h40mxpqLBZJjyqo200Q5hSsIwnt-qgb1NayfKz0_hs,5173
11
+ metaflow-stubs/metaflow_current.pyi,sha256=yBCtDCt5ccjdeLvZj-d8JlVFhj5ebPb7hhIqCUWtPCA,12887
12
+ metaflow-stubs/metaflow_git.pyi,sha256=XPjFuUR0k10O-ulp0LPHgBc0UFAOaZVV6asAZe6wwRk,1088
13
+ metaflow-stubs/multicore_utils.pyi,sha256=73Dywrl-dVa4HANSvXppBve9mEqux8WHYOzkMwt7CZA,2516
14
+ metaflow-stubs/ob_internal.pyi,sha256=47v-Tgp_DJ1-NrdHNnD8iJdlytVRDYWhibbKDVzq00U,898
15
+ metaflow-stubs/parameters.pyi,sha256=4dbYqlv8YVQgri_a1rQ_WWQmZmbuxJdppoiVN7U0Z1w,7453
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=GmGYQhlBW2Rls_v3Y2GqCkaEHHVQ7t7DhkU_q-KPsg0,994
18
+ metaflow-stubs/tagging_util.pyi,sha256=n_vI3HvAIP27ea24_CFA-90b1aLO4EUk0E4zx7gWV_Q,1494
19
+ metaflow-stubs/tuple_util.pyi,sha256=wuXupNCqjxe176aGm5nf42wc2wwMrOH5ABF-3ips5vA,663
20
+ metaflow-stubs/cli_components/__init__.pyi,sha256=iFz9CFwC9x78rTzaeXAIB41ARMi7VOHYedeDftWsdz8,583
21
+ metaflow-stubs/cli_components/utils.pyi,sha256=ZsGbV6TPxIodP-TR3bTRUB2tYG2GCQ4LrHChJp0S5vI,1260
22
+ metaflow-stubs/client/__init__.pyi,sha256=v5v4FDtJD80vwO9giYraaCu91nz3cXSfe8Mr4Y233eg,1114
23
+ metaflow-stubs/client/core.pyi,sha256=ahmltk5RZPje33UjuGHs9H1yYi5wBQbE1NPZ2Nm8xiw,48178
24
+ metaflow-stubs/client/filecache.pyi,sha256=NUTmIbPznIDJA6EkMLfaMUbeAA_BC860AE6pYdxRYeM,3059
25
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=rWg241Y-R7GVlsQH3tJLOZHDzIi-KCeTNRtRFkpYkXM,808
26
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=4WdsrekXmAue0wGMol__70OQL360-tkG-FuxHFUyjMo,1068
27
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=klFNNOVtX5Am6Xb640-p8rXGLA7mXqcFXfeMl9lkvoA,13235
28
+ metaflow-stubs/metadata_provider/util.pyi,sha256=bGnkG3I9_8Rwelno-s1nSNggfptnJum3cD7zb4pS7YQ,758
29
+ metaflow-stubs/mf_extensions/__init__.pyi,sha256=ei7W7we7yItPOmTAYQ21818503wQsKdjWUKclnGOXSo,516
30
+ metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=hExv_Tj78MU3zob4xlhF-0ZmFomTIKAKsSmbO9klBd0,516
31
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=3yeLIOFLmK6C179Obq0XLw-4TOcoNxeBzCOpNcV6hi0,516
32
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=BBVzianup-kV5U9z5PjLCL3VvrLgQL4pvuzHUvBE04E,516
33
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=ubGO3xhSvHWRvlGcHix5xAbn4ZijF5LhTv97W8ayn5g,6402
34
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=gweLwU3nEOvnW4KIHrRXs60hVhuP_FAXA0PgajyOmQs,1433
35
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=vHm8Dqjx6H8A3Pzgmw4MkHHRDO7u01dBUX-QZ1ha35Q,516
36
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=A_LipOlyGVIxdXSryWj4BagdWIn3CNXJ6qyWvD9vvpI,1870
37
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=OcbBUHzZhwodh3eXvPWbFYWPpW7WYhF9LAfMdugNMVU,1036
38
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=_2d0WSOPfRVKjlpuDRW6Qa_GTCmw18CeC2M27GjL9KY,3387
39
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=bMcsqV06foUo76ZAPknyIPdXeoz3PpCwfK7n2eTnzWQ,516
40
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=hvwpTqUs8w33QCXF_U9GaU3vTuvGUDSq0pnLyRu6zG8,6452
41
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=5jjl0-dGZ4eKqoORk89Lc4oDoinCi2u6Zb_Badlh7Xc,1167
42
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=cG5dgu5gbUFk6HdNUVKrzDaGBQyfCWlEnf1-nToe5KM,6675
43
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=Hk2UJZ1cIoLvFemZE2EbStD5wnd1Ys7PphRc3NS-jY0,13939
44
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=bDpsfRlfvdyykUtTtJMUfO_M-D19D21_Q3YefZUcEFQ,988
45
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=oc3XUpGbTk3JQfjSp2I5o5D-42Oup1lFNHx8NI6r0Ko,6919
46
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=2f8Pe5BTkNMwxR2LvbzMHuiuZb65-m_EVD4aXJmDV6Y,1347
47
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=xVCQy0upODxkpdf6PX9DiqHrEQm_UV3PTUn5pgyvIno,516
48
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=4WKX0AhAXlI5aArrCJfZshj4w7f1JADnzxoixAj_9uw,3519
49
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=8Y8hvFz_hzfFEZ2ZydBAyYZmdjNh5C9yVdajR0zylUk,1499
50
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=gWDotS9hhUgjD8HC6LAVeUT1YOsBVv076z80augWus8,516
51
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=Y8OvT1l3wsOgiD9es6ow7HZYv1MGY_4lhJyoRdphJJ0,3085
52
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=xh9oDTg66sf86gZAyy3cdjqnP4rTkMLi6rIsBRlr0ag,6468
53
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=tRfj7D3KJhrO763UW7HAPO9bUgd5dBHLFsABWkv6Sxs,5532
54
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=8iBlxFQ9jSmTBBusYkJFlXocrm_wiLMCYqzJmM_zoG4,1133
55
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=2yH7IMlufFvXsq56DLFFFQg71AK66O913TzKO6ENCb4,2810
56
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=eJGLFa0uHuZNfJjfj--2ir5dg20VV3E5xahEWk-mnE4,688
57
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=tZvKOzTey-euUZ0nwrCm1NKE0n0LX6S52hQ_5enkygc,516
58
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=LNeV5GUC9DT6fwiAIe2oeHzOiJpBaV8b0ZqM6V-OoMw,9892
59
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=7MGrI291Mu9P1ebeMQ16Dq0K1kmO9cvp-6L-9rXc3Vs,516
60
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=X3_BVR9ns6EBQynAB-opo5kLsXAfyjU5EMbFrS5ZX4k,6079
61
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=zwNYRgZULLw5FeFpqbIEzoJ81w3WzzOIY-JiyxvQ1M8,968
62
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=SygUgzS-fkgK8bUQGwRHAjcCvRKKQxqZt2h9V9PZs1Y,3449
63
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=KB0HNQUUoMGt23mKpqNYiJKccHerQaY9Tc9naYUf6v8,516
64
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=bPmpQcOfW2j5MdUSfn7sp50JDkPvkrQaYH-MHTE_vrw,2481
65
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=mO7yx0--74pJw3LNRkm9rgMRQQlJUte6O52HLlfWD1w,1694
66
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=rcGUmPEg-lrsCJyhbgc7GkrDs-2xKXTebCZDkXI3ktk,2135
67
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=PxuLqDSr76mdW0atETLyCQGcCs2SHQ90r1eA303Swe8,1887
68
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=JObtj7MF6Vd50VUjY8Rjrx99YEGlfGOWXcodLtQAmUo,516
69
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=PTpBQp6WsOxfgiCxPEWYz0O2hBHO7tYD9aENSACsWpw,823
70
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=QBT3mPmgKmJO03OUtYx8Ane3xlbwYpI5i3egxZKdnRU,1383
71
+ metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=Sb8LzQf9LKdy3j5ZfwuLVSvtqcePpL_nnj32Dkm7ALg,516
72
+ metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=_YIdnvqd4EOFoI1agxH-Ejj9DmDbDPHwGWEq69fM_oA,1817
73
+ metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=eqPtgg0PBIH-1NBGKq9kTo72rcjOhrwfPEFJrj4RQoY,516
74
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=OOg4-kajaK0ndyHImsyQ82sRAOzhNogS6pwYUQcCfbU,516
75
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=QgdAVLeFWP3MqLSRIktV5azY-QceXNB1A_RQYadQcrU,1420
76
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=5zaBDINisLo2JCGKGrZcq-oaI8NQgwHwEjPQwhPYYek,6440
77
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=pJanONLLSsgGVDRJvlq72cTyv9X8gJwzoH9--SIwoyQ,2791
78
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=_g0iHeuFPeKIPNKXx4321dPhzAUjGP0RfG4PkoZFx2w,2563
79
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=s1CY0RpZFVDhfcUoWOwykwAcJM9iEKwUs8cWxzBoGUw,8839
80
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=UuOd1nnK08jCOHYOtRfpGRH52YR13BwWXlvHZ4W_MFw,645
81
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=IyZub--Vglh8FAf0XoMLxn2P0cohk0WpHZsATq_SmhY,1900
82
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=jGa2S1ysn-KB2Is8taqjaeeoNvNEl2u5E4GbZkvQqTI,3374
83
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=Vt-yNroa4mx4yRV_pusju3nctla2N1YpcneR9OBx2V8,1310
84
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=8blMElF683ssFSkgSFxnQ7FTrLelrhXgRAyHzMNm3AY,3661
85
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=EXFmonGskNbiGS-RQEn4NVg3RcTvw7ZSrcfG4kucW40,516
86
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=s0RjvBBlKihnRb9vJYlG6-OK_7kBND4bq7OoO3nz7E0,516
87
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=Dbc1K6jE4IgmbOr05i4FWq9O9AbGs-23iXfJFnfhiTk,723
88
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=NMNOewNBQOuED3ohZNfBxwBs6zHQlETWiLEjRFxTlaY,655
89
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=qxGIht2EAimLZueDJYgh0kvECtjUPS8PRkbWNhX6j70,9713
90
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=8bSyx52cFSIX-X2rTBu-aqTMDBPmYf1AImPz3SaZpn0,1468
91
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=_cE4008PLBONHFcgAbbUjKUcwIk2yNg6kgTWViGXDI8,2189
92
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=78gWUfVglT9SdwdF9N_NNeoRb1G3cmZzikyQ-5pc6PU,17506
93
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=x1jdJluBrIv6WUWT94c5MySaBGSf67DHszDeDHIW8Lo,2089
94
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=0XezZiNGRVtmAY76OV-SknBhov_r8T1rw5kaQKsJHJw,3281
95
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=3MW34OQet_BqqcqdUl3qFe7dR191W2nmj8Ua58e2N_I,9277
96
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=_AMqcsUdn2jfUimXkt_4YCuE9J0zD1vJ8ykCul-mftk,680
97
+ metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=0t4eVtwVnlgy3-s8MbRHP2GCB6wwEO3bB4mFajJzGho,516
98
+ metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=fxaGn8ogJFZT5wNvuG2fnas45wQTKo4_z1jpThWMuZM,2306
99
+ metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=uLokUN_xWwGt_UpV_5Ufjn41ZMzdpNinsIq0cQeStlE,516
100
+ metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=Imj5eLXkGO0ENQ3KKv0jLOOggw5F22kxyZ4ZDABVlq4,1922
101
+ metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=sHWg8CZsr4kF2JAL3QRWY6FGNu3jmQK6QzQijldQFRE,1035
102
+ metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=zwUvFZ_rHuDL7R8hsX-bOZCrofXMKEYRA2DniOz8an0,516
103
+ metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=W4oFXXFHnnbq0XAvpWylhGLLZLv3Vm5nMgCb3nTaOnI,2376
104
+ metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=Vx4SaU_7e19uX8y12fYG_zMTJ5ZCFUK9GuK7W2Ms8FU,2533
105
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=LIYrxo7lg3oemWK7RPhfMOVBMnp4FV18BbzVls0LRBU,516
106
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=VXSuzh5IRhF-ebw990mIYJ5QKuU9cVPH1xXz66H31Js,2305
107
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=wlis3DNZJ-B_bFRcLltGAvXC_7gcgsJXrY9VsEc5UJc,2486
108
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=B7zZ1TjCW7CPjWtzckCKItaBzDm2nK7ZV7LSkkABG04,2233
109
+ metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=yneeRAFiiQXD8t1O42UEaBpl8jIJ_dVwILTCGGVYDuY,516
110
+ metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=dO2iRoM8piEFRip39Ci71juOBlxvFN0ag5PZC5Z3dRI,1483
111
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=FqqOYAKJ4X23T-VR32X6wa6xPWSkiqw5RGm5FPM-5zI,516
112
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=JWA2R_1fbbenwcx52THauQ2RiLEPMpTDZayL54AlRBM,574
113
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=hSDs1NdIDzoCvvRlSq5iTZhzPQmwwOB7URAZm0j26Uk,1152
114
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Cy7_6DufgsZTziZHBhropQHHr7ryWuKRFH9S1oZ3Ats,3174
115
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=9AUhftoTqqJNisVPpmmzMO6sZ6XUevYvLvAxvW5YLDM,2601
116
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=GocFwv2NaZ_ehV_VcC8a1NnhyXnJ2h602MrLObyYSJo,516
117
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=x9X3ky24MRW0di3QDRyxnExLh0bjSVJyq4RNi4T-CJI,3281
118
+ metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=AzfuyH_PuyUjPpQOge54qYsgJzxhj6eA4V0qZ4PDYq4,516
119
+ metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=xHo96P0OBwjwWzmZ8Np6SDnlCTO7Tz-4_9Ybazsmnec,4478
120
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=bAwRJaKVVX1744M83btF14P90-l1_DS_ZCr1ZXhnKXE,516
121
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=EZCpsSV0UR0gzxDzOBFS6V1i2_eAYUGLlTLGO56GmPw,1190
122
+ metaflow-stubs/packaging_sys/__init__.pyi,sha256=fZP1QtKhMkUWIbLjNW7QdRAMst0eF4XR3inQR8x1M5Y,19795
123
+ metaflow-stubs/packaging_sys/backend.pyi,sha256=qPu7bLO-gbOsR4p3Jw73EeEnsqKrZDerIgtzv1QPy7M,2497
124
+ metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=LDjFYOAPhI0bSItoMm3QZdNvH3Yml8EHItCoUbXEiZg,2126
125
+ metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=7sbSUSr_mcHGLF7dEdE9ymgYxaYDduuEi6mAsVwRnuw,1954
126
+ metaflow-stubs/packaging_sys/utils.pyi,sha256=MX8Ne-EyYWy-7iBAoF1wMnmOlmVjiIV6tqb84IIDCbk,1208
127
+ metaflow-stubs/packaging_sys/v1.pyi,sha256=V9sJl2v7JR1nIOUkGaqt3d7mLJW_sYczk_xSxZA5vrw,5283
128
+ metaflow-stubs/plugins/__init__.pyi,sha256=tLJZ9bQSdbH-lECSXtiSxiIB09q1b2sE5kDOxuNucHQ,4019
129
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=hxF29VPcB-XngEUnQJBRHcJO4GHdO5dcaM-QwPgbLSQ,2243
130
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=1yyY9uf_I0dvc6c0AvdHYvwiVG4JAa4nJKAzbi4dH24,932
131
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=1ej0Y7IeKAkngwtjgzAZFhTs-YqtcT3mLHiolNbvQR8,910
132
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=RQvvOEJZkYHZbHA-dYzzYl7NglKAIWbveWMwuIUEU_k,1052
133
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=mC-F7fQYUbYpBsTeAbxORfu_qYu3DzRKmqJlP8PZusY,4772
134
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=fQMPBG0ZVke-WK4ST6ZlJ5Hc2utyL9GLgQISDUEZ7zQ,2465
135
+ metaflow-stubs/plugins/perimeters.pyi,sha256=HgUFegjE4e1oOi8HAzrhaXeqIDGOBQzpBomU6cO2TRM,811
136
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=qjGUYR4uxBXSh28K5yYZjyBEzwBXKMdhsPP5YBO6ijA,3713
137
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=lKlyqoiOm6iaUeGAxCO3BcTjlbKWt1uZWaLq6Zqj1lw,1829
138
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=apmsAD0HAbTchV7C3jcnqbji3mDr0L1_yyS3n1ypflw,1709
139
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=9z4P_LMJg18gbk8rSCo8LTHKrs8SpfJdR6N3nvsOvvM,1198
140
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=jspfFw8H6Yv0j4600j3OBDvmyfVcB73JD9mOp_jKhFk,2107
141
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=82GIUZrdkvgwKVDAb6PrVwmNBL9npa3p6hwvZB3WyK0,2296
142
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=BXnWEvB_Mo2yeRFzklVFzZlvi-7AhMGI8NmQ4sPNSQw,669
143
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=f1izdBBKaukaoqc_w-8Mi9voLRcbGzNNQg4WpAqlpAo,3154
144
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=842x-zBXVCNJssmswO7lIQtH8cEF89jRyG1zSoQQMaA,923
145
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=bGPUrqUbqKTVyVmpetutbBjW7oXGiPfkDryGHSNENMI,877
146
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=DLwMCDrlbFY8Mjz35wc1bp7JbeSZQI82KCDNZAf13oI,1497
147
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=bLj0503eLGShpTOqsTR9k0P5L4LxAErR9VL8qi231wI,3309
148
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=mW2PudzN-pxqVounCgarbgY1qU_NQdrqGjvbOIzgnhc,3220
149
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=buHCIccF9ZSZEysb5JxQ3mPhoY7GSlE5gCPVSD4oNV4,727
150
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=zzCvzcOS0cZnSbmxdEPr5crhUgpHoGle88e7dC5bQ0A,2534
151
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=HoF6vdPK3yOeIA0Ak-wO-36d3X3SGp6T6p0yQYP4kMw,3348
152
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=3E7k9hPm7OQ1QVmrANI3jW-S-L4xyW9Sd-JlscaRqWo,13535
153
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=8XV0xJkHLlQRXIqTkLw3wXc8hl3nD0pHXrQEbhL8l3Y,1375
154
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=wcO23wJA7YxFfNanzQhYh1uFQArsEqxkG0Nw-ngeeFg,4595
155
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=NH_vuHE_AnR5H7PnPCnyDFDioZtyAC9mDITLtQhUPc4,6173
156
+ metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=UKsVKbOo4bUKf560p4HJpiCd7pw6X1fEfMhN3Kmiq5U,1594
157
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=I0hmae1r6JvR831g750yGeL__Lk5ESfz-H8iZwz6rDA,755
158
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=s40UPBQ3UBVLAvUZjPCpKxtFFaUjlPcIu6AhF1wsQFw,930
159
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=81Z2Xa-gA-mSQc2Z6tChY5lSMAOrhShKohrLh3H-1lo,3147
160
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=lqR7qLEbQh_oZycJ_9YlD4TBqK-sLx2q8x82K5GyDAE,675
161
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=W83pS2F3JaZ4Irkq0AUlZ2Bg7Uw-H3DB5P3IH1sdwOY,2951
162
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=TaR2G6_RWCaJJTdQgfsgVd-yje-J_iFZPaGv_lAC1wQ,3767
163
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ubK2PvSE6S6TUX_i_jC8mt-KZLWnUgXqzLM2kw1IeS0,5976
164
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=aJEt_7rQPTucVJ9qR4JhGZbe9ws4grPWH_ol1JEq94k,645
165
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=HzXJdW8Szb2JdHOiiaXOMflpz4W6UZuKQBQ74vAEQ0I,3575
166
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=D50XVboC0QcHaj3UAxeME4aKQjyLEDnKuSp9ebi1fBU,674
167
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=J2Pcp7OjnNwnksfyLZFND_AThcoGxbBSVzgl8M8lMgc,899
168
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=B1eEk_h9jNNrtNoor0iRas9MocLWtL6P7eh6Pc6taQI,1637
169
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=UBIWqMwMptiCih4rTXgHqFrHuDQpb7vHJCpEhwqQ2SQ,4576
170
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=0rE88rimED9nJS4U-ufiojW31dFVnPkg02uEc0ZzWb0,1186
171
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=0D_5K321XW53nkhcFfTAHorEjFFn1SAOHdbGrFj2ihA,3881
172
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=EvwiW7zGOwsg9Ud9ctGD_c2sU34S1LUNE5qwTHyFgc8,4410
173
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=-TTBMOJtg_q4sDFtqF4u_d47GXfg1kE8Ub8LB5Ebln8,1011
174
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=pR4i47M-I9xXnky7ykBvbMalACk2Z2kA_qBmduV7LMI,1168
175
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=2YQ-byPc3BVamuYMyrsjAmGmbaXZcVbYu90TFu8kbtw,999
176
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=j4rsEYrUW74qckO7MHAvs0s5kHFkC3Rl1UxzIUVFEuo,2289
177
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=GJwbtqn9tjZyEXi-miHC4aTm7QHzj401OLJp8P2cri0,2458
178
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=HOMC8HoFP2xRHbgXVRrj924dBoC66G_ZTJzSdiH-GiM,1568
179
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=rSZMHov7uMYwmAKGDVdb7zbpqKbc5weaxraO-cf0nQY,1667
180
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=T_kNurd1cWPxyOrEQ0bF_1uEZyNHxm94vHNSwApKHes,916
181
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=QwdWjrRtQHzZrJYyNVmYkibJVSAXg81dkH2fNLApS9A,4909
182
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=6BnqZevUEXZTKjGx_SIe01YwyNYaSv6e8LCzT8IWX1Q,1189
183
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=n--zmuW1ElFE5C8dLx6_QTzgzS3Jgsp0PuxJknP9pOE,2935
184
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=_jrZaHhSJNKtX3ofdaqBM1kQp0IHo7WSxdy_tS2EaSE,3247
185
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=nFThHaRyB8DsUaTIjIoSr8taMFns62p4EAZFsNHHokg,759
186
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5AeIV4CRM8wV_c_qHamTw8L11xOK6jOcyB5OK3CPZqI,8476
187
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=mePc7z4gyX3Hso4b0ZejP8xrIrgk2VeGc6s9792fZUU,2470
188
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9rkEuSBqKwsjfuUPyjjXeVK8d8oOcQB8C24_759DUC8,986
189
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=sZgQqoOGf9Yj0GBXicV2obOLzZxBCHhYCrMa65Cg0a0,7501
190
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=mPMt7IParCzvY4x7KsyRA_weYRhl3o_sFra_Had1AVY,3196
191
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=WVYlAIXw2BS6JVDimODSJVfiNZ75VYHcDsnMxDs_kTo,11481
192
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=PQUp5QXLo9WYRz1VHk1tOc0LX6Lq0f9LDSpVHuUJzv4,1479
193
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=F3VUJP0YLDzp9ed7yZbDwnKDGvHMm_h11SZuDhh92R0,853
194
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=WoZADOR2EpOlKlvcw8jF-zm8chiBx5iBIlR-kosPn1g,3774
195
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=v2q1d1dtxyXFA2zc4ZchqSvtyHgp5li60QpOCXNlmMA,933
196
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=73TGFq6rJihNpTBomWFUKiMeJ-nSJFari3lC4Rpbjcs,2797
197
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=FCyqapKr_ZE2F9Id7s8O0KMIM_A7WRXxOC7RPpg9tdU,1204
198
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Cbwz90Nlp_OUnNW5N2NQt4c1Nz-NGqcPNULsloE2thY,24255
199
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=l1svzivsxfZCDk9yCua40tojhcIZfF_6TCGjSUhYToM,1036
200
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ZlHmUzfc7bSvFCmiAoe1ThZ1jbjEwjs1EHR-c82WtwU,1132
201
+ metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=kpJAmInNDcJO69GzUQ5r96Q8kYLQfj9tohGIaiGMyQA,611
202
+ metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=GjjJgVwNiUuKuJrgX3gRWDpIHh0_T52wQwIvQrPrpZc,901
203
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=OmzsopNKFngP8klJO4_1MzG4RLA6DT3hlUlGEKQQGJs,587
204
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=qzoBJqNXlVuZPK1ljaIiNUsNhdvbAWacVH9kfiMhanQ,1200
205
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=0EZkX5ee0adJoghBE-jFsIumrHVFxZ_ZaC-viiU5IC0,923
206
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=GSbMKFn3dJMvYRg_-th91E6qQaY61HYtaYRTy-p2MJo,3298
207
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=UQO_p3LtVNt1NKmfKqF49OmU1gxTJrDbSCGeIVC44B0,796
208
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=dYSvXqS-C0VP-qoUv-Waj4zEtIdvK_rgHAQVF9fOhW0,899
209
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=tf5JDxBtJWsthkp2XE0Agb2Bsy1wWcUSefSDRzvIMro,1086
210
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=kGpmaoVuAtIGLXCZBp2j-P0M2Pdxf1CbUTKteyveb2o,1641
211
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=QuLhbiSU8PmRQJM-sTnObVt82DhCZs2i4IwrSPnSjNk,803
212
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=R3MkfMb2e76VGZny_w9FXWdB3wAdIAKqxmZ3iK4z7Xo,1707
213
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=H5QcmYon5dEClohPckW-nmnd3KB22zr9uIn8VFk_6f8,3915
214
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=QD5MHf_NpU0if3nogHu0gMgjO9Jcc8tua9tokaa4RXY,1292
215
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ERbZChXmZYbweZwMRVH89zBCzh6fkrwUshdQYKSMbQ0,7968
216
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=rZq-RrbUO9mPKsC73t1X9xEOec1hVV2Sz5qTML_eoIM,5389
217
+ metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=oWvCZqJyIt5ksnjeUi6FvaH-yoFX-mwwEMbOL0cXnsM,762
218
+ metaflow-stubs/plugins/ollama/__init__.pyi,sha256=Ig7GDDH2VWzIhaFk5JAurqY7H8eAHUh83DsIwJ3ydto,3364
219
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=6vJFsZfBMMvAMRTpGxWu3NT06kC2CVxDXcPP0p7DsfA,948
220
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=GnlfDShmH3ue9LLXFGeScEne7EQqRFdRlqT8jH3G0VA,3855
221
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=dHBANUxCLRnx-C0ALpk2H7LV6Nhs8E4rC5IGdgJUtes,2465
222
+ metaflow-stubs/plugins/pypi/parsers.pyi,sha256=UM4mXJ-QFgm2Y0cLpdhGxQTZGCNA0dFEKpKXzpviq_c,3741
223
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ia41YRzUoMcy98ZwrQDTvajdyW14K8tdGe5bKDPxa8I,2650
224
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=lirZ9gbRE9Kw3ALlClT4Ju6elGaqUj8HFVqb6E8vFHU,834
225
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=Qg1950nPP6E_GUPxAsb3eDcsY76Fv6sO-L89aAKxIe8,874
226
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=lZ74gfdpVEtbL_VTFOD0SMJyTQE3I2Bek1pHGQeoSS4,1208
227
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=wbh0Sf9M7P5k1V4y1QqizIzu9kStKSKh-RPanKErEpY,986
228
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=aThOh8nyHTVO3xecoT_Eu-jyFY9qnOD5YBlR71D9GCE,1744
229
+ metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=ZulqigCYAUbUj3QktdilA22YcVz_3T36WxCi5NGmc3c,1224
230
+ metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=LkJFl3JVMhk-pFLj628wPYtYtxzgBl39QIyHK4xFzzw,1417
231
+ metaflow-stubs/plugins/secrets/utils.pyi,sha256=MK_V_iFiXsOCJwVnqowUfEQAe_FyQyxOZc1HJJMHj6I,956
232
+ metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=cDCMsTpKXhyLOUqKEmMdRz0bnyLNKn5WgTSCf18XFMQ,928
233
+ metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=gg_WHbDsScirGdQwKCZOkj8eYJRt5rYTmmYtdbNjQlk,1770
234
+ metaflow-stubs/plugins/uv/__init__.pyi,sha256=PS91M2VPSySoUT77Np3XBjcC-Xg8v0EVPo56JKluLFc,601
235
+ metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=MQLWQA_-4cAlEz6vrFEPWfq-gmyUZ_ZQLTniAfFT6rM,1383
236
+ metaflow-stubs/profilers/__init__.pyi,sha256=cjyxwmtC1iCkO1sYUx6TiKpGkhz-iXrhrFLrpYwVcY8,696
237
+ metaflow-stubs/runner/__init__.pyi,sha256=2gSkYaz-mVyG6cGILqSbgP_17nZJAKGPZAd-OLHus2k,831
238
+ metaflow-stubs/runner/deployer.pyi,sha256=jEOPIS2LO6o00PA_pOXmANizYS6JVQghc7pGD_PxarI,7839
239
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=C6uzc2bvhIEKeQvIh7Dq51CxqpSK1TsiClUdxo10xgk,3416
240
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=Cd0eqLZjaPgPtNnzmRnsEu86qtO3kr7wOK-didaKX8U,10997
241
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=9dnHx1wQR3SCAWgmSUjPXCbbFFl4iP8S3YEMVjURpGo,2946
242
+ metaflow-stubs/runner/nbrun.pyi,sha256=aQHajtOqMuHiqrRO-fViR6GJksuZKbmRD-vzMZ8Fje4,6035
243
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=-cgiu3DH3sGO6OBvwwjkoCP2J6M6LHEBg44Ju9-sMnA,9342
244
+ metaflow-stubs/runner/utils.pyi,sha256=JD7FEng1CZxcLUkoGEQbyXLM3BmWDYuYyiwPmYOiyj4,5968
245
+ metaflow-stubs/system/__init__.pyi,sha256=2SOH5W9toLfbtvsW1V3KNGuah97Z3WpXDSkyLoKTykc,761
246
+ metaflow-stubs/system/system_logger.pyi,sha256=K5J0fUAR7IoG09tBmruOdYoJfeW5dsRSaTP0uM5MpD0,1666
247
+ metaflow-stubs/system/system_monitor.pyi,sha256=udTLmNyMXyn0tjsh5NVmt-t-cblGvOh1obxwVZAxKl4,1788
248
+ metaflow-stubs/user_configs/__init__.pyi,sha256=Ivho11cSebxbEWsMD6AQdMI_1krChXNPz-5J4ciurSI,654
249
+ metaflow-stubs/user_configs/config_options.pyi,sha256=qw0CLG-tX_5_7PQiIP0wz8hKMJiNyEhvpRXOdiS8KZo,3008
250
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=WAvct5Vbzzh9adMEXhersS-yLAYqJLConu_UVQc8qtk,10194
251
+ metaflow-stubs/user_decorators/__init__.pyi,sha256=ccCHbDUXMTS-3VbN8GIEESRJcknCN3gzUsySacaJJdQ,785
252
+ metaflow-stubs/user_decorators/common.pyi,sha256=4BTi7BI_OeW0H35nfUNk_Z8BVwcES4wEDgKnseUn16w,1391
253
+ metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=Dh1QJvUpk67iDqyRrfiKNBjjhXFfnRQ7dk-oD6WaKNM,9333
254
+ metaflow-stubs/user_decorators/mutable_step.pyi,sha256=fGlgBhmy_HFA5_lCbShzVyaosZw1-hszA3ViYoUcUwo,7062
255
+ metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=l9amn3iJmb_j9WpPm8P22-jXn8hTKRfI9vWS9f74aDM,5039
256
+ metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=603ifQTsa8EFppgJBHpJPmkmcMjFSVvlqdgQ88YP5-M,12447
257
+ ob_metaflow_stubs-6.0.4.1.dist-info/METADATA,sha256=ifY3heqT-O619FGOZsPrI54_uvoM53oXJzk-kUYwm8g,655
258
+ ob_metaflow_stubs-6.0.4.1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
259
+ ob_metaflow_stubs-6.0.4.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
260
+ ob_metaflow_stubs-6.0.4.1.dist-info/RECORD,,