ob-metaflow-stubs 6.0.4.7__py2.py3-none-any.whl → 6.0.4.8rc1__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 +984 -978
  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 +2 -2
  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 +46 -46
  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 +2 -2
  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 +3 -3
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +4 -4
  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 +4 -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 +2 -2
  83. metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
  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 +2 -2
  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 -8
  96. metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +11 -8
  97. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
  98. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
  99. metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
  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 +11 -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 +4 -4
  136. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
  137. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  138. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
  139. metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
  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 +4 -4
  155. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
  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 +2 -2
  164. metaflow-stubs/plugins/cards/card_client.pyi +2 -2
  165. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  166. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  167. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -5
  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 +2 -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 +2 -2
  190. metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
  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 +5 -3
  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 +2 -2
  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 +4 -3
  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 +2 -2
  220. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  221. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  222. metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
  223. metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
  224. metaflow-stubs/plugins/secrets/utils.pyi +2 -2
  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 +3 -2
  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 +7 -7
  236. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  237. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  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 +4 -5
  249. metaflow-stubs/user_configs/config_parameters.pyi +6 -8
  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.4.7.dist-info → ob_metaflow_stubs-6.0.4.8rc1.dist-info}/METADATA +1 -1
  257. ob_metaflow_stubs-6.0.4.8rc1.dist-info/RECORD +260 -0
  258. metaflow-stubs/user_configs/config_decorators.pyi +0 -251
  259. ob_metaflow_stubs-6.0.4.7.dist-info/RECORD +0 -249
  260. {ob_metaflow_stubs-6.0.4.7.dist-info → ob_metaflow_stubs-6.0.4.8rc1.dist-info}/WHEEL +0 -0
  261. {ob_metaflow_stubs-6.0.4.7.dist-info → ob_metaflow_stubs-6.0.4.8rc1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,260 @@
1
+ metaflow-stubs/__init__.pyi,sha256=rx72HYUbIkCildiug6x3k55v9g4Besz-g-zIm3CkBps,83046
2
+ metaflow-stubs/cards.pyi,sha256=OzreBgZC9Zpd6Xyccmp0xfXRN4cy5GKf99LiFZVHMNM,1640
3
+ metaflow-stubs/cli.pyi,sha256=YfaOugxU0pZ67LqqBTEDoqz_Vd4T7SI4qlKYNu_YKOA,2264
4
+ metaflow-stubs/events.pyi,sha256=5LYzj8PxgZGrlCt8E3v0UJUgcu8b634UunRKcOutxm8,4022
5
+ metaflow-stubs/exception.pyi,sha256=2aSVLveuQFZldAhDxMz-5pXMoppd7uJunqo4Prs65dA,2661
6
+ metaflow-stubs/flowspec.pyi,sha256=F-VJDfgTNLFfkv4w6WFSYNPiKPgBubW3YZ22dAlvtow,10301
7
+ metaflow-stubs/generated_for.txt,sha256=NchwhanyLEiW4GJ2gkXEoJj3xeJrGcHeW4k1hf1gCcw,62
8
+ metaflow-stubs/includefile.pyi,sha256=Pfc0gi07GIpfrC98BK744bcoOdCZ7jxgPxsqxfdY_ww,4615
9
+ metaflow-stubs/meta_files.pyi,sha256=f6O4745IPlQ9uT8ryIHYw40bk1uBh7jAMYq6t_fBLfQ,585
10
+ metaflow-stubs/metaflow_config.pyi,sha256=v3_T6uuNJb8HPntQShSs1JaIZGqO0iEPh3SRZ7VCPlM,5173
11
+ metaflow-stubs/metaflow_current.pyi,sha256=COUmtkxHXpankEzatDqjunXmMDpUpAW5zvaGwd36UTM,12887
12
+ metaflow-stubs/metaflow_git.pyi,sha256=H4WVpVWDCudPrmiSyuigWM6PKzvW3VFbm23huu9vkSA,1088
13
+ metaflow-stubs/multicore_utils.pyi,sha256=XfCFxoo9WhUfOVaO76IyAolValVIE9gkZg1bFeUTpqw,2516
14
+ metaflow-stubs/ob_internal.pyi,sha256=ezwoKHPHsdvHLuGjZXIa9jutMkbDGVnptZ7yKaW3F7Y,898
15
+ metaflow-stubs/parameters.pyi,sha256=RXcCbB_WwuBmmG92Vnxg02fT5cRyVJZ5CzyNjeCK3U8,7453
16
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ metaflow-stubs/pylint_wrapper.pyi,sha256=jjV5T-BJXEf_bpVobj9gH65NlumMn9Y-tM48LW5dZPc,994
18
+ metaflow-stubs/tagging_util.pyi,sha256=gwyWoIVBOxMuilRfEYG7gYGu3VETyIAAeMpd7fkxQZ8,1494
19
+ metaflow-stubs/tuple_util.pyi,sha256=U45zyC-Ku4lvPjTU2cqnV7tyCCUDpmoCZMnC9rKlwvU,663
20
+ metaflow-stubs/cli_components/__init__.pyi,sha256=_ecDQSi8vx8FT7RqJEEvvUMj3syNvo-7mwLsB_qUweE,583
21
+ metaflow-stubs/cli_components/utils.pyi,sha256=Q6TUQn97hbMONsHL7Xf8kKniqt4JXfPAsaoEMtOovF4,1260
22
+ metaflow-stubs/client/__init__.pyi,sha256=MCVFaiUKhKlE9hqoT7aDUcSgfpq5hX786CBlLxP9zdY,1114
23
+ metaflow-stubs/client/core.pyi,sha256=YIYg_qpW_-amEfboL-_yx9KK6njV9v4LuDX6UIBGMGQ,48178
24
+ metaflow-stubs/client/filecache.pyi,sha256=SRxP7cQ3Gmw1hPENeb8JqiQiFk2fW5OQRn-Qc1iexsQ,3059
25
+ metaflow-stubs/metadata_provider/__init__.pyi,sha256=4ekOZy_vRRYminpn01oZd2lzAml3iLqAw_tgWZxjtK4,808
26
+ metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=bhkWcuAeQY4eRqzajZnOPLqOpD-6DwainW5NGuNdrZ4,1068
27
+ metaflow-stubs/metadata_provider/metadata.pyi,sha256=Hs67MHceqtCdLMr0rF4vIvJvqdmmJ3XutcnBv8EdkU0,13235
28
+ metaflow-stubs/metadata_provider/util.pyi,sha256=hy9-OPmM6BJsaW4WiiktDHzZTOcUEkn0elg0sNDayGg,758
29
+ metaflow-stubs/mf_extensions/__init__.pyi,sha256=hAgN8r0y4UQmiqVqJK_wGXlShmm-X1lu5u4BzLftEzk,516
30
+ metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=OlZpFkg-b3RwvNpD9XwPBsEUmRe_K-V7wrMqLI9y_D4,516
31
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=O8RH_FST0kwkLPnA3QlT1FnyrqXeoi02hB4pRste55U,516
32
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=zhXSuucTbqmkgIRZSWh_1ojDa2UQ_LXakIRMWFgJfiw,516
33
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=2ZfB6iDMmM9DyS54yE5ieJx-uz1X8s4bs41ukOjxpV8,6402
34
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=2Rw4wBeauTOcXF9oUK_AMk3qHYDLV63ENlyZDTILNVs,1433
35
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=A11s0Z5MpBdn0CRg4EutBolDkRVp6X2GR8O-W6WPG-A,516
36
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=XRPBk7upG6uqvqlMt1JUCQrPRgJiXVmH8UKUdKwxJGA,1870
37
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=1axLuPcss00_8p7g0Nw9cu2UI7_KCzs_Vh4safBlGMk,1036
38
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=XXRfJS2ZQ6HcUcUO1CRNFbs2eDaRRBcldTktpUEJS68,3387
39
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=CicZ2z3GQNRhc5ilRSm_s4NmJ19iEA6px8ES7fjFbg4,516
40
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=mJctDC3DaVH79jfP9hyNa9emVbriu2niI0AsNvCDUqo,6452
41
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=2oipNvsTAXBJfLRQXRuqP1y5udr7U1sQqsr6TI7RDPQ,1167
42
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=nao20VlvaDHzIZ0-j3UpgGE0W7GKpOhpe8zTkRekFG4,6675
43
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=m_kecQl4i8hZSomHZYcSyiQYUB3bEl4VOr2YbEZlDuo,13939
44
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=1g__jBnHJ5lAKujhOkaTBEc-mAjASfOXPGRHNyuuUtg,988
45
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=Zwac9ze1lAmU9Vun34-eFCUP4qtAvM_0kzoIkpJ5Nj4,6919
46
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=d8kpxdDSS1MrYmAoQOcqoeO3SNJEmb6qxxWgyoccXJs,1347
47
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=vEOJ43B83T8g-d7Fgz6MSepYQ3Md241JKZxrL5Ol_zc,516
48
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=-_K_TE2BOZqbPD4z9N6ip0e44Wa-IpJddxY0mqP5hB8,3519
49
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=K3dgHURvP81Rn1jWnaQNJNtVdk42p8BFiIRHiUCe_Qk,1499
50
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=4GYnutu0ZEmUwu6-7PWi5GMfxtdCm62l6nZ384cZEyE,516
51
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=thuHquv7sLQAd9mU_48dSRzupCDPkeIYcPBwB0qdLKA,3085
52
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=lxjwE2qEga85AdNR9mLhxh5Fgqd4VUN9IRzK1P07bdc,6468
53
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=DACfzLN8rJGhhgG-k2TE0sEuUBLpj0VbiTSSPWlPFuU,5532
54
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=wJTFGsAljd7ucAlX77BncHNhczSZNU-0EpCPk72bAPI,1133
55
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=i_rUIesnHpkP3QVRUxEb70uNzZahUj_WoqxCf5jSKG0,2810
56
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=5HBmk5UADSJF9iVOXVadKlIez6tnoIGN1tiMNGy4wsE,688
57
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=RPF0Ar9O1DvXGkgQqnO9iHDgZTTc2xUYUd1sYhEnzo8,516
58
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=a27B5JCkvug4S2Nj0Xgn4CSu_jcKN4O0fCy57KfoppM,9892
59
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=1xtO9OFMi90WfnYywKHjSyaFOJLZOcc_ytS4pNCCClo,516
60
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=O5GJzaDnS-9SA7QiOc9Vp29yJdXpcYbgW4k7jkhxPN0,6079
61
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=3VAmo5-Rml3n51DPCNa0ep0UwViDe2fh_RSJrryOdNg,968
62
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=zPYNLyUr1MmtZN-G89xJa2WMD6pZuJXYb3NVG6eNZXo,3449
63
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=6EmkP9sbfQeZCnkTaJx9TeltzKtDznwJOXeJ4AsKBII,516
64
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=rkbbMJ6bARwcOMmvgpNkMuK_RWsWEfNJ0pZnPWVoIM4,2481
65
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=Yv9FyFsv7tPMo8W_i92xXPpxxROdv6hNPUaYQn9lmHs,1694
66
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=FOVvXO2TrZxaDWJZjMa596pM0uiH4r2oxW5XF5N7Doc,2135
67
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=sI0m60gqu6x_OmNsWiPd3ke8jRuFPyFgU2WwqSVxROw,1887
68
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=AFQjOb3Ubp9FfKunjvxJXBd3kSp6DW9Klye-CuZnPsc,516
69
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=DQyg1r61idvu1sIWiolK_7pq0OFP-PJ24pPjrwK3v-o,823
70
+ metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=AUYDZkUYYawqGd1QGUrkXn046zpmkB73QOGIWhT-41c,1383
71
+ metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=PJHFxhcZT2OoNXiXDLLGVUKJKy26xqa0Fr0-bhIvqFY,516
72
+ metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=ZOZTRx77XEXbqCsFDwTXW2olfMzjYvUow_4JswgbDE8,1817
73
+ metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=gQd0fq4H9FnfNRs1nc9CXl1m9v1w6hlxzSSROulfAu0,516
74
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=KFJvqKMNPjlNwe9VNE7S0qbK0sGHQVrGlT7-EnzfosI,516
75
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=ka5897jazc6Znh1iYxaDGhJfjWxq4l9qmTrXF-_25Pg,1420
76
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=iu65bAlm7qW0-9Y8r028N7nzpnG9UlMuYXwNesbBw8I,6496
77
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=_4rnLXtS-rpf80JSfdcDi057BLw7PXOml6Ep1Webas0,2791
78
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=5OWEblBOwekjsv32KT9I1SF9j7DGf6spmrMA5KjL_7w,2563
79
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=0crd_OYK8ZsW1vVAcPvmN_YDoNW6KeLkDaedjteGWxg,9027
80
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=g0Y2IhhOUOTqZTTcgAe1KgDiyLU6Y-PclksUGpOmLAs,645
81
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=MN2W8pxJ42IegGZsOdCep0dAbCEvyanyPZANkC6gtsU,1900
82
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=TMH7g_RzmJiEhtdQ-7C0cjjFOS06OM9DcaQ-vtsf41s,5145
83
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=GPN380aekw_9m9L4U1wpKdlmQXrIj4ccqM7wviUXxS0,1310
84
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=cJL8kPAB28kArLvddJdftI9hb_vhz79xs8U8idFkzRY,3661
85
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=y-aoHKUbqIh8vWP-TAysJJRQybMkVCqp7fqySDJ9xPg,516
86
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=gA7BLLtYwp3AWfTEyfMCaujSSmx72OJkHHgUSiKfQVE,516
87
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=GMmLw4ie3eV-KOoXiMjdAlOyQO2hogljn38qUl623nw,723
88
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=QkZrXdt04lhnc3O_XDIMx5cBjNKCnW2NXqDu4t32VLM,655
89
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=u_N3qDcS-kWMUm9rpohkgJ9gIVEe6l0dz5f0phLHw3I,9713
90
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=9nhme-nao2EKWuBOFzPlWHEczafKc8VFnqRB2dZe0BM,1468
91
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=-aypRJgZ9PoNMe9RVmRcctJCvCmOoTC7zcspGG4MlBQ,2189
92
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=RSDprWPjW9CPtVOwIb3-zcEfvNR24dHlU_qw25mO7bo,17506
93
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=idTuFxdVczgLEevfszvst6nSGi_YVtcZ8_mZiF1yVRc,2089
94
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=BTNcbDIb-ZWqesy1XpxIxKeQEqEV_xXUIBwuL7WPOrY,3281
95
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=T6VcVMcKXyizOd7OwVyuBIQT_NzaLKpBgndL6rKNIN4,9319
96
+ metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=0JxzTLUBJRk6RNDVzsDrLSxOB-NbnUZ7OlDU7E2hk4g,680
97
+ metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=E5EY4sAKYP5plvvxxv3n4E6YONUSlIBqPaufS9DxoVY,516
98
+ metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=fLBTJTj8xMRZhGUyPVRrG2T9CmJS1WHLKg6n3uSBfps,2306
99
+ metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=HFv8mCj5rqb82bobOW7pLm2v6shdWfNiqm8AGrleg5M,516
100
+ metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=PCI9_ZcawLK0eBty24tRyJibjjkJ_WhQWBeU1P8zFbk,1922
101
+ metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=X_JE5rELh-4DhmadrqThKKA9qQQO4_u0P-BCoNfn-oc,1035
102
+ metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=hgz5YcUmJJRBTKCZUd0bxDcf_iIE1uEhnDbwxSWieSA,516
103
+ metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=qO2on-K-6ozqDrUy3M6RlmDexzptGRetnB1QSYW1ytM,2547
104
+ metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=0454zRlxAQhwwFp-JPsW63wsJmRo7azv5ZYzLCvwBAw,2554
105
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=cJzmT-kS9jeKEFt2Dxpe_Z2NM9hnYvA-SUNluGPyOrE,516
106
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=KhN75bM1Njpayy7ODyxCzSD2Pheo2-jK9xY32DBplqU,2305
107
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=siCAPfbZnS_uVEls30nQ6-4v6lSqQ6QF0Re53eFYYZ4,2486
108
+ metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=61JEnfKa-GvDeKRBgVy6d-W52lfgEt4oT4QsyMSSuww,2233
109
+ metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=1tp6OoAe103Y-yHYXsR7GaM6zVnObRRRonprdNBpw6Q,516
110
+ metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=-lvROHntImPWWgfPhumeNkaaS3rXCn6beSee4KJExPY,1483
111
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=gIOf_kK39LsiPVjQJf77F7n8tDIQ5hnq7KlDYk5nqq4,516
112
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=7Z5IDrmKRZ1RiDpw2E8vcEbj33nYp00m-wuuii65etQ,574
113
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=7z0ZLdcBW0aVZLhMeDkwUXNgsoNgCP-t8ouT6GKk9xc,1152
114
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=fbBqbLfU6t8kFLx6ub2WbcWtvo7947QA4zOl7K0z2PQ,3174
115
+ metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=PqeXKCuYyRSRIxaRcPM_gJs24CQnkcLs2-fHzrGfKz0,2601
116
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=pnlnMFyc6GINwNvtGsVAjPHwj_KQE4q8gtZdwHmq7Aw,516
117
+ metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=bfOQTaE8q1rvYI68WH1kWIK8tM9FXGQunVZyz-eUirU,3281
118
+ metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=UkWJ8gy8izfIVMuiQoEROIX7RHFpLGi9rOll9BDOWKI,516
119
+ metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=6ciPUATuEc2ZWW2LfcH7tmq4j6Z3b6eaB5f7-8WKAAg,4478
120
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=MtNBrx1A1TWEno6OxwI9LOq8SyylvkBFZrUWYXJFf7Q,516
121
+ metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=NbUoVCX3o0O2n_BNpuQGvc3x5SuGbZtYuvqK9QcYY80,1190
122
+ metaflow-stubs/packaging_sys/__init__.pyi,sha256=hEWAETxpjmIc2EOoAs91EyWYRBhoRVQrZIi38aYo-jA,19795
123
+ metaflow-stubs/packaging_sys/backend.pyi,sha256=awPy-LUvfd3b8nEmUTZeNLnls2L8OIzxXwev3u6KN3A,2497
124
+ metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=PeV0uWUOIag8rV_lzKFkyV-M1qIK4H7xjlXYoTEJ4V4,2126
125
+ metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=qz3jT_9Ahok9U3Uf5jnlYeFDpHvJlPPMxUWkCs-RRpI,1954
126
+ metaflow-stubs/packaging_sys/utils.pyi,sha256=esN9Tpw3wt4G4Y2NOTZde6p9mkysiRgaDFmC2mHyYWM,1208
127
+ metaflow-stubs/packaging_sys/v1.pyi,sha256=TigZ1N8WzcGm6FRazS1aiMBAwPxHRYqc0rmwNgjcutU,5283
128
+ metaflow-stubs/plugins/__init__.pyi,sha256=RJdkddpBYKPxp8vW0R3n3h8GRrR5wacOrjtAXWAj_M8,4019
129
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=6pYYke5XWQ0HNiD8LUcWm6HQkBrZYpB4PvocNlGLMYw,2243
130
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=on1-70xOPkul2iS01Mrkx-smBcUayVFRv_Uqoo_xXh8,932
131
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=xHICTPNsVNwY7kDkQSh3a959oCV7EOwGaWx8Pmajygo,910
132
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=64KAZGW8LUBchstulLcdqlPakdlQbfCRC4xkmjUzEyY,1052
133
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=Uet1VI9udyvMK4nFdThrHCCy8qswCDqaqlaneoEvHtw,4772
134
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=R3AOV3S58HffkidJ9L5MdS4EZrB8rh2TCGTW15PNQ0g,2465
135
+ metaflow-stubs/plugins/perimeters.pyi,sha256=3uDKTPpDsYoqStwoIX6q77uSExkvwgFdkR_D_4I6Bms,811
136
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=tL_PUoHhT0fbR97PKDAXEtWpsU3Dg2hp5nxsWU5PZeo,3713
137
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=bvd1ho7EfMP4ghgJckyb52coeUXjjnAlsPQg2XyJH3I,1829
138
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=hl1omcANf1uY81QRFi7pxCubYqg7cW8jOJfH1839v1U,1709
139
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=mLjw6u8tJI467Y3jeq3nA3a_5T7hsO6ywmlB0d1R_Jw,1198
140
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=z3NECLrLcIHWz4iSWwhueW2c80NtXcUwTg3o5G2kF98,2107
141
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=b3gph__ZoxQXdIVl1w6c-V1-4yc44dtJNtQH2s8we5E,2296
142
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=MbdowzRu_V1xXHdivx1BqvICV4ZzzR7P1aMRD4B4AhM,669
143
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=IOZai7VCu_r7fXqVhiyiDgKSHBj5Au40fAWu01bW1nM,3154
144
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=ALmDCvuXtiPWHGrdftsF9ahzkkQVViaS67bo78EsE-M,923
145
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=c5HZnAG7XitOzJ9bSK753SnxcE3wgiLLRT-hxsF2pFM,877
146
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=rhtzEbmPxIz-njfIoMlVCvDI0DNetwqOPKJ-qBlWPz4,1497
147
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=lbgs1PQz2t3GLTD6iE4R-A0qVVMOZNDiLAaDqLhfBA4,3309
148
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=s0Aq_MUEZH3eujAnIvTTvAFPH-MKT81Bc6lO1BDxh_M,3220
149
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=cz-bhpCO0XO3MQMyH_4tmu7ulFKAZcj4-WoJo1GoyBY,727
150
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=9hGNRGKUPPkizJEyCEi4J6X0WX84TQIxi2_WfQ-84mw,2551
151
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=pNDz5wsdbzaELReMjvR3M6ueuM6vUWPn4tqTJu7UoMg,3348
152
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=EZkin17QDxUIBSNz1IoglN-4NRQPk50wG6ld9zbzjCs,13551
153
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=h-b2AfROdH8Y7_FaS1jv83_rI7PgfG88pZHmweIMWUc,1375
154
+ metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=l0dbloQ04dThvy7S6bCaixDUwdZhzbzB78daHFpp50g,4595
155
+ metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=tO4k8Qpt-Eue6X3dmaKGLWVA9pYbLOHIsFmO7ZiICE8,6765
156
+ metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=0AafTPz5iYOHmnuc4KDEJIB1IVyL_ApsxbdOcg5tt1w,1673
157
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=HOKwqBITNw4ykgR9H0QmXsPNgnvVa-5Z45ljpHpKmeo,755
158
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=LT5MP9ca_rmeZzWdjx_4ZLy1A_ukbu1ppjow_SUqs1g,930
159
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Ocp_NwEjmZkfo8icFqfSo7OA5O0Rgo2E6nOndJd5R_8,3147
160
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=TZBBTmCzYCZcEP-pttLkowk5kAptIo1Iie_ok9WudaM,675
161
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=L6raZbYcG5NfxRoSEsP-NGrZTuE8_O3ndaYkxUyzW6U,2951
162
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=18mZ60kd5DZa6D-BkISOyHGE1USTFzPZxKpo4fqNIYc,3767
163
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=fMtEO-x1HdNUU48_wO1ibhE0mYWo85WyBQy4O8JiPnM,5976
164
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xAiT8RXWI4VVKlkV_H39GOK-rLtTJv4okDfTTcSCcjw,645
165
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Vqhcw-CTrWvCStBbWXuXPobjQSzkqDyAaQ6tZMVsX-0,3575
166
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=TEnk38sjCk8T_L7mmCa3LxJcuz9MaGv8jsEPg0h60kY,674
167
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=P8_97KGSIR3AF4AvYjKfLCy4No6F-TloZf7RYcGz8KA,899
168
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=prWQGugFFsR80LYhsRcO2Y_WuSMFHRHFzbpyjS5bDlQ,1637
169
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=IxvieqXB3RWSOGdDEzVecCQgWtScOHsP8xHqx0TAORk,4576
170
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=H50Z_K2qGyvdGwhmjFKlJp2Ny6DgVe3a3XXIok09bC8,1186
171
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=CjjgGyT0EpvAE9npGyTZzHGg5JHgQIhnx3hR8Y-w3z8,3881
172
+ metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=nhsuAMMmtZzSrFv89NcwzHsVGzO9vRjRm3bBuzpwowY,4736
173
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=CxaRO7TD8O1yuCUYi3t2sd31ZaHR-tne2OX-hgAPdhg,1011
174
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=XPTeeNU4U6LovOo8Rlu-w4pvcOuHwhaupP70qYifhoA,1168
175
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=KQbMVwhR8yZwEN87jiNI_7S04f6KCYMt2CoJ86uThj8,999
176
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=eNIiQX51mgWS6mH3HiSpjSIaX3WIMoi1B3sRIxBSeng,2289
177
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Rhpo9AVKbdei330OrGff06u9BUsybXyEKhWXb8_e3QM,2458
178
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=g_nkt4mxIPkM9NXASX_YjKiePnaTfRyzv6HgmpnOG8Y,1568
179
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=Ic0zR_zoiPrgwQ8QZyKNrvzsIYAvwlkAu681_Ue0-hM,1667
180
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=dAcu4mciKOk8GiksrMTPUbJ4Xs8K7Cczq2ZGtLYO3D4,916
181
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=-DogHhH8ZVeNdEF-NWgoYhNneCBTCoHWoMbpAniX8zw,4909
182
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=NM_xaf4XWYLuJr-bJ6GTVEMaAwlbAgNmZ44rVaSl5yw,1189
183
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=HTMybluuSQIyCbY5wGrvZtas5E5ayA8D8ggmmMUGMig,2935
184
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=qegfIbjLOvVDcU-EutaDYz1F0gwr38rrYllg_QWBe-I,3247
185
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=dWxFSFT1Bc6ZveP3P-wtP4lzL-SdxX3im7SVmLZU7CQ,759
186
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=f7gOc9EGtxoItz8XuG2RLS89NrQJo84SphcGRy2o1A4,8476
187
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=9WnGYri5DJpKyaUAXfqsYz4p46KZyuAa79TaOKADehI,2470
188
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=jZEmMuzfVuNX_ttDUeUK-iKPxTqIcaULt6-tjA95lE0,986
189
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=6nPEqHc1jMV0bLN1XSpEzz1FrBnCm6WfAAtMJgPKnqQ,7501
190
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=fZX1uO5kn34tScjkMmVOw4vbObWlMnvTByAI8jKaZvc,3196
191
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=7b1t201KBOS8975bJa6UFGXnP8V4pa7gCZz0sscEA6Q,11481
192
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=gpVm_j9P4co2dctKBOCoiYwpF4ByoUwW52hU7q8YVjw,1479
193
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=8K2uFmyikotllWcs9dby8j7vMw95lZdwfSLjssKPqpE,853
194
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=7zvYHimX94q_hMv2N-ZqtFotXgJww6-wvdsDYn2kISU,3774
195
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=i6juNXtgJlOeV_sNLUv0TrWTGCJvYLqDYYOYu3rdr_U,933
196
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=wKbLHbnEz3NONYNnhZHGJv_ZsjZmHIcIoV8uPNooC-A,2797
197
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=dzmnJNDFxqIoO_okQBwSSdHKtsdE47OuLvZQomde7o8,1204
198
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=AQvjAQdHLixGGXqXYlPnJvP3ICf55C5VtIwnMT9jooE,24255
199
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=uJ3UVosLk4uXuwai38X850DyC51lKqj8dx8OBUctsBE,1036
200
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=VWPT31XYDkAXCoceleXuuu57QF1FC-Qx_qvcUqffttw,1132
201
+ metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=8QxVhqevAx_Tsl8nehmH2rDB7MKHBbKd74qKcMzwS9E,611
202
+ metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=CK_Tz046vQAaIKaFpyYlxkYjPXhmI8G1fD5BtszLEq8,901
203
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=i_S03vbl1Fg24WlM8J_mSSjB0xmzW0dhDMV1GHSk2io,587
204
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=3iv4RsaJsXyTO4Rz9ZNUZc_CrizITHdWC6An7lJfYhg,1200
205
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=PyPWaL06cUVIwNBd8_CgEZgqdtekVtUMjH69IiaXudU,923
206
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=X1-EGk7jY3o8iDlyUZTxjbAkmdxXBxbmQIiT55_bFGQ,3298
207
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ultZpvJUGh2V072wtK7u8DrkgIgwlNcUPeOnUQbp1-4,796
208
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=wowe4jy5g4w3z2mPG_h0vLtYD04PlmuFKR19EtIP7yQ,899
209
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=GeYyUt30Q-4Gx2bIo9I3AGY4Y84fmjQ74oJh3l6HbjQ,1086
210
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=cEMbnvu8Z1x9kgY2KW6l0bnwk3C-A_T378TC-zarReI,1641
211
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=mmLZ4kmdDEfrXlW4DK2hPw2DzUc0fyBWglK4Piz4g0U,803
212
+ metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=Zm8U4Xu4JN6l8uKwRlysxIawzbSQ1e2OR7tUKB9ydp8,1707
213
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=1xwVgBklKcEkkgFNWLofO4FhLzcDWQapJOTwYBIyAL0,3915
214
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=mQnhM8150gqhUijDLqjiYzDKHA9r-J9pQvsmgikJ7Og,1292
215
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9dvJy54mmeJ7MfApcbLSZE3a23mdPX7aYVABOjDX1-U,7978
216
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=6PEn1kiWD1Ij-yw1n3Sutx86_GYoRk3MXa06THEhSug,5389
217
+ metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=9RILbLRF7nAL10zFn0bQf6vTrkSMwRlmvTdFH3avE5M,762
218
+ metaflow-stubs/plugins/ollama/__init__.pyi,sha256=26Dk_Hcb3mypx1igLtZ7Ewq7uGzIho3gWGy7l8XXHO4,3364
219
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=5R_Qo0B7cfpz_JaW6xMr5cDxm2xrkyP4I1ifidm6R8c,948
220
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=RYk5vRefFhIF0Wn6yRW-UP9r4cTIbxlx4wfG4Qedkw8,3855
221
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=E3DKYQJ8PTLDPNBkcyxvdrD9peB3necmLBzbnn8b-As,2465
222
+ metaflow-stubs/plugins/pypi/parsers.pyi,sha256=AcwBRD4T-94ikALiSvfNmCCMrA-UCAOE7TezQX1Phvk,3741
223
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=yzAuB3mjFEbMvzjaNCu1YUo3d-zeJGpwbGDej5pADHk,2650
224
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_5WrfV2LWwOewxiZy7QBpJ5sor1Cjriis0OhF1rQJ0M,834
225
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=vzZgsZXhhcHgetWbwTNNc7_zq2SLe0UE4LI421OHfv8,874
226
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=APa0m1KSQKuoJuJLwGPoeUq8uzbx59yD1dpVijq79Y4,1208
227
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=mwNiEk8trD2qUuI87xQA5CpjFGICTwy3yZCUoqNk2s8,986
228
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=P6mwKVxAGv6mBxsN_hvo-pxDVkceBWYyXzGqbnvojr8,1744
229
+ metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=h_ou1G94LQFI3MZgZjkoUevYaXMB1d92MuCUXQBa8S8,1224
230
+ metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=mZW-GOe_5_ObycWnzikfZl227EHZJk_g2L3Qk8bqV-4,1417
231
+ metaflow-stubs/plugins/secrets/utils.pyi,sha256=W61UJ_WHrsg3tcuGPkAsYdm6O7ajTWY3-ZmnCLTIBC0,956
232
+ metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=5c1iVJBZih-tjMda760FDUai-nExCkh0nN6iIyZvFB4,928
233
+ metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=58RKpRwTIC2qx6Ajy2OPFkh4Rk-LKw4LJRr13ZG7bSo,1770
234
+ metaflow-stubs/plugins/uv/__init__.pyi,sha256=KOrUAtGNA_2zreKo47A5Y_v2zE6gjBftDSqDjGLYvE8,601
235
+ metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=GgExsEE5mR-ZHIauQwlyMZqJ-t-Zp6FPUcgDMN9P-hc,1383
236
+ metaflow-stubs/profilers/__init__.pyi,sha256=pBY2TYaK8bTcS74ctqhy1kLPndVlZRufu2BRyqMja_M,696
237
+ metaflow-stubs/runner/__init__.pyi,sha256=46mCuhE19kg8f6mQi56ZujD6EQioQBgFmFiKo4VhyNI,831
238
+ metaflow-stubs/runner/deployer.pyi,sha256=MvHXP5gzvYZ5xxYyJw4AKaeY8VuuiA6FVHF2YR7IjyY,8761
239
+ metaflow-stubs/runner/deployer_impl.pyi,sha256=QK_JVulveV1trUEXlqVkj3EZZgSZcJe27Lcp6qZMHhA,3416
240
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=hbq32CMQ8ZASN1esNe2PMp5bjTqGm-0wa91al42F7Fw,10997
241
+ metaflow-stubs/runner/nbdeploy.pyi,sha256=jH0cZMBlTA5Cdd_6qxDpmPybDYMdfpc__4b6My1dHxI,2946
242
+ metaflow-stubs/runner/nbrun.pyi,sha256=d2ggu-BLm2hG_qe_3o4N8w4vgEZBC8tb5-cz01noxXo,6035
243
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=0MpgdMnStops_3rVd7kJtvYM6lTXl3ZKXWkOIsuph64,9342
244
+ metaflow-stubs/runner/utils.pyi,sha256=_qpQtUdTgLnBm0OZfyPw_lQagWQ2WYcfaHfYZVJFXAo,5968
245
+ metaflow-stubs/system/__init__.pyi,sha256=FbFr8xqDXAKSmsCmZPJvDMe3LayicmTNB_wflFVjj10,761
246
+ metaflow-stubs/system/system_logger.pyi,sha256=_QXY9CHO8g9C__d2KVAETzFCH8tj913u-w6-OjqMFYc,1666
247
+ metaflow-stubs/system/system_monitor.pyi,sha256=E5UgUJJD5jB8RLJkm9wKz_4lNYy9J9fGz0WomHj_3xo,1788
248
+ metaflow-stubs/user_configs/__init__.pyi,sha256=35sA6ayGxp5uIS08_zuJXIqkWnK-VGEM2MZFqGYaJYw,654
249
+ metaflow-stubs/user_configs/config_options.pyi,sha256=qHhQoyQ02iLm_Bcvnso6o1zr6v1LzgilkUYIJ8ZeypE,3008
250
+ metaflow-stubs/user_configs/config_parameters.pyi,sha256=xaPKW-vRa_Iugpv6DTb30y1HRLNtOwZm0zBqyRT2pYg,10194
251
+ metaflow-stubs/user_decorators/__init__.pyi,sha256=-lMFlIxLGnCGHZBEArBag_FjgYy-bHgjiWyMGVxmKBM,785
252
+ metaflow-stubs/user_decorators/common.pyi,sha256=PuqSjoCKOiuN3t3gaaxSp1YATwdayj7x12g_eFPnsBs,1391
253
+ metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=3kCyP18H97qVmwtTWoohuMFB9MnsgR4z2jhs7Om-dLg,9333
254
+ metaflow-stubs/user_decorators/mutable_step.pyi,sha256=1HY71jNkIurHRAblVodQCZD0Q5Be94E0NoWQin24dv8,7062
255
+ metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=O7sB6tuznpPzEhT7gWMY927ZktZw4H_C4xN3MqiXEEU,5039
256
+ metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=9lgKCapqlBhQsjYyfoOMzDdIN0GCTRsJ1SDwM_pzSaE,12447
257
+ ob_metaflow_stubs-6.0.4.8rc1.dist-info/METADATA,sha256=dHFjOficKl_vK2UD8tS4jxwkl2tqBOzgnKNmeJKItkA,658
258
+ ob_metaflow_stubs-6.0.4.8rc1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
259
+ ob_metaflow_stubs-6.0.4.8rc1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
260
+ ob_metaflow_stubs-6.0.4.8rc1.dist-info/RECORD,,
@@ -1,251 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.15.21.4+obcheckpoint(0.2.4);ob(v1) #
4
- # Generated on 2025-07-25T18:05:14.856516 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import typing
10
- if typing.TYPE_CHECKING:
11
- import metaflow.user_configs.config_parameters
12
- import metaflow.flowspec
13
- import metaflow.decorators
14
- import functools
15
- import typing
16
- import metaflow.user_configs.config_decorators
17
- import metaflow.parameters
18
-
19
- from ..exception import MetaflowException as MetaflowException
20
- from .config_parameters import ConfigValue as ConfigValue
21
- from .config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
22
-
23
- TYPE_CHECKING: bool
24
-
25
- class MutableStep(object, metaclass=type):
26
- """
27
- A MutableStep is a wrapper passed to the `CustomStepDecorator`'s `evaluate` method
28
- to allow the decorator to interact with the step and providing easy methods to
29
- modify the behavior of the step.
30
- """
31
- def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]):
32
- ...
33
- @property
34
- def flow(self) -> MutableFlow:
35
- """
36
- The flow that contains this step
37
-
38
- Returns
39
- -------
40
- MutableFlow
41
- The flow that contains this step
42
- """
43
- ...
44
- @property
45
- def decorators(self) -> typing.Generator["metaflow.decorators.StepDecorator", None, None]:
46
- """
47
- Iterate over all the decorators of this step. Note that the same type of decorator
48
- may be present multiple times and no order is guaranteed.
49
-
50
- Yields
51
- ------
52
- metaflow.decorators.StepDecorator
53
- A decorator of the step
54
- """
55
- ...
56
- def add_decorator(self, deco_type: functools.partial, **kwargs):
57
- """
58
- Add a Metaflow decorator to a step.
59
-
60
- Parameters
61
- ----------
62
- deco_type : partial
63
- The decorator class to add to this step
64
- """
65
- ...
66
- def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
67
- """
68
- Remove one or more Metaflow decorators from a step.
69
-
70
- Some decorators can be applied multiple times to a step. This method allows you
71
- to choose which decorator to remove or just remove all of them or one of them.
72
-
73
- Parameters
74
- ----------
75
- deco_name : str
76
- Name of the decorator to remove
77
- all : bool, default True
78
- If True, remove all instances of the decorator that match the filters
79
- passed using kwargs (or all the instances of the decorator if no filters are
80
- passed). If False, removes only the first found instance of the decorator.
81
-
82
- Returns
83
- -------
84
- bool
85
- Returns True if at least one decorator was removed.
86
- """
87
- ...
88
- ...
89
-
90
- class MutableFlow(object, metaclass=type):
91
- def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec"):
92
- ...
93
- @property
94
- def decorators(self) -> typing.Generator["metaflow.decorators.FlowDecorator", None, None]:
95
- """
96
- Iterate over all the decorators of this flow. Note that the same type of decorator
97
- may be present multiple times and no order is guaranteed.
98
-
99
- Yields
100
- ------
101
- metaflow.decorators.FlowDecorator
102
- A decorator of the flow
103
- """
104
- ...
105
- @property
106
- def configs(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_parameters.ConfigValue], None, None]:
107
- """
108
- Iterate over all user configurations in this flow
109
-
110
- Use this to parameterize your flow based on configuration. As an example, the
111
- `evaluate` method of your `CustomFlowDecorator` can use this to add an
112
- environment decorator.
113
- ```
114
- class MyDecorator(CustomFlowDecorator):
115
- def evaluate(flow: MutableFlow):
116
- val = next(flow.configs)[1].steps.start.cpu
117
- flow.start.add_decorator(environment, vars={'mycpu': val})
118
- return flow
119
-
120
- @MyDecorator()
121
- class TestFlow(FlowSpec):
122
- config = Config('myconfig.json')
123
-
124
- @step
125
- def start(self):
126
- pass
127
- ```
128
- can be used to add an environment decorator to the `start` step.
129
-
130
- Yields
131
- ------
132
- Tuple[str, ConfigValue]
133
- Iterates over the configurations of the flow
134
- """
135
- ...
136
- @property
137
- def parameters(self) -> typing.Generator[typing.Tuple[str, typing.Any], None, None]:
138
- ...
139
- @property
140
- def steps(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_decorators.MutableStep], None, None]:
141
- """
142
- Iterate over all the steps in this flow. The order of the steps
143
- returned is not guaranteed.
144
-
145
- Yields
146
- ------
147
- Tuple[str, MutableStep]
148
- A tuple with the step name and the step proxy
149
- """
150
- ...
151
- def add_parameter(self, name: str, value: "metaflow.parameters.Parameter", overwrite: bool = False):
152
- ...
153
- def remove_parameter(self, parameter_name: str) -> bool:
154
- """
155
- Remove a parameter from the flow.
156
-
157
- The name given should match the name of the parameter (can be different
158
- from the name of the parameter in the flow. You can not remove config parameters.
159
-
160
- Parameters
161
- ----------
162
- parameter_name : str
163
- Name of the parameter
164
-
165
- Returns
166
- -------
167
- bool
168
- Returns True if the parameter was removed
169
- """
170
- ...
171
- def add_decorator(self, deco_type: functools.partial, **kwargs):
172
- """
173
- Add a Metaflow decorator to a flow.
174
-
175
- Parameters
176
- ----------
177
- deco_type : partial
178
- The decorator class to add to this flow
179
- """
180
- ...
181
- def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
182
- """
183
- Remove one or more Metaflow decorators from a flow.
184
-
185
- Some decorators can be applied multiple times to a flow. This method allows you
186
- to choose which decorator to remove or just remove all of them or one of them.
187
-
188
- Parameters
189
- ----------
190
- deco_name : str
191
- Name of the decorator to remove
192
- all : bool, default True
193
- If True, remove all instances of the decorator that match the filters
194
- passed using kwargs (or all the instances of the decorator if no filters are
195
- passed). If False, removes only the first found instance of the decorator.
196
-
197
- Returns
198
- -------
199
- bool
200
- Returns True if at least one decorator was removed.
201
- """
202
- ...
203
- def __getattr__(self, name):
204
- ...
205
- ...
206
-
207
- class CustomFlowDecorator(object, metaclass=type):
208
- def __init__(self, *args, **kwargs):
209
- ...
210
- def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
211
- ...
212
- def init(self, *args, **kwargs):
213
- """
214
- This method is intended to be optionally overridden if you need to
215
- have an initializer.
216
- """
217
- ...
218
- def evaluate(self, mutable_flow: MutableFlow):
219
- """
220
- Implement this method to act on the flow and modify it as needed.
221
-
222
- Parameters
223
- ----------
224
- mutable_flow : MutableFlow
225
- Flow
226
-
227
- Raises
228
- ------
229
- NotImplementedError
230
- _description_
231
- """
232
- ...
233
- ...
234
-
235
- class CustomStepDecorator(object, metaclass=type):
236
- def __init__(self, *args, **kwargs):
237
- ...
238
- def __get__(self, instance, owner):
239
- ...
240
- def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
241
- ...
242
- def init(self, *args, **kwargs):
243
- """
244
- This method is intended to be optionally overridden if you need to
245
- have an initializer.
246
- """
247
- ...
248
- def evaluate(self, mutable_step: MutableStep):
249
- ...
250
- ...
251
-