ob-metaflow-stubs 4.1__py2.py3-none-any.whl → 4.2__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 (145) hide show
  1. metaflow-stubs/__init__.pyi +430 -430
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +3 -3
  5. metaflow-stubs/client/core.pyi +5 -5
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +2 -2
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +5 -5
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +3 -3
  13. metaflow-stubs/metadata/metadata.pyi +3 -3
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +2 -2
  16. metaflow-stubs/metaflow_current.pyi +2 -2
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +3 -3
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
  24. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  29. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
  31. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  33. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  35. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  37. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  38. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  39. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  41. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  45. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  46. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  47. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +4 -4
  54. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  56. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  57. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  60. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  61. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  62. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  63. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  65. metaflow-stubs/plugins/cards/card_client.pyi +4 -4
  66. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  78. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
  81. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  82. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  83. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  84. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  85. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  86. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  87. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  88. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  89. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  91. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  92. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  93. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  94. metaflow-stubs/plugins/events_decorator.pyi +3 -3
  95. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  96. metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
  97. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  99. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  100. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  102. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  103. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  105. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  106. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  107. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  108. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  109. metaflow-stubs/plugins/logs_cli.pyi +3 -3
  110. metaflow-stubs/plugins/package_cli.pyi +2 -2
  111. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  112. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  113. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  114. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  115. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  116. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  119. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  122. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  123. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  124. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  125. metaflow-stubs/plugins/tag_cli.pyi +3 -3
  126. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  127. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  128. metaflow-stubs/procpoll.pyi +2 -2
  129. metaflow-stubs/profilers/__init__.pyi +2 -2
  130. metaflow-stubs/pylint_wrapper.pyi +2 -2
  131. metaflow-stubs/runner/__init__.pyi +2 -2
  132. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  133. metaflow-stubs/runner/nbrun.pyi +2 -2
  134. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  135. metaflow-stubs/system/__init__.pyi +112 -0
  136. metaflow-stubs/system/system_logger.pyi +51 -0
  137. metaflow-stubs/system/system_monitor.pyi +73 -0
  138. metaflow-stubs/tagging_util.pyi +2 -2
  139. metaflow-stubs/tuple_util.pyi +2 -2
  140. {ob_metaflow_stubs-4.1.dist-info → ob_metaflow_stubs-4.2.dist-info}/METADATA +1 -1
  141. ob_metaflow_stubs-4.2.dist-info/RECORD +144 -0
  142. metaflow-stubs/plugins/perimeters.pyi +0 -24
  143. ob_metaflow_stubs-4.1.dist-info/RECORD +0 -142
  144. {ob_metaflow_stubs-4.1.dist-info → ob_metaflow_stubs-4.2.dist-info}/WHEEL +0 -0
  145. {ob_metaflow_stubs-4.1.dist-info → ob_metaflow_stubs-4.2.dist-info}/top_level.txt +0 -0
@@ -1,142 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=FdpQX9bKIo6rNacCBXnY5M2xdScQPX_QBP2Sp1a6rzY,114428
2
- metaflow-stubs/cards.pyi,sha256=pzX0x9CK_tFB0WyiILlDxvby6dDfIzzzH8lhMyaCR-I,9422
3
- metaflow-stubs/cli.pyi,sha256=044C0Vlsv_H9YRd9UIXEOLP3k13auA8vE3Bg2-VLozA,2970
4
- metaflow-stubs/clone_util.pyi,sha256=FSOc2FCBIwP7bwR8EjAzLg0tay5Cra-iRYko5JlNmTs,1090
5
- metaflow-stubs/events.pyi,sha256=w0UKU72WOoSRdzGhD4uwsnamULt0D46qGULTAI0Jfo8,3405
6
- metaflow-stubs/exception.pyi,sha256=gQYF7TyQpydpNPRb3C8hHTMiu5Z-Puau1Juq0fPRmWk,2524
7
- metaflow-stubs/flowspec.pyi,sha256=ReEZb66_hDBUULZJyVTaf5lgSrEzVW_VXWk672oyKlI,10480
8
- metaflow-stubs/generated_for.txt,sha256=g2MPBvzKWXfESo04qjiZrysaOgrE_uh1Che0yj4HMek,42
9
- metaflow-stubs/includefile.pyi,sha256=uS-acsfTsIiXJkhv7n-t8IHUeOn39Nz04u-U65nZb7I,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=0yLYPl03jVTMR53gzboxAEeuoCquHUVzJqatcmSQw5M,4558
11
- metaflow-stubs/metaflow_current.pyi,sha256=xH-JDn2t1cwqdgqx9Ufb9FydazVKc8TyZeLsAj0wNsw,8475
12
- metaflow-stubs/multicore_utils.pyi,sha256=7Ca-2uAQexA7UhsAP2zt4luia55QM8Lqe7GR4Fff7HU,2369
13
- metaflow-stubs/parameters.pyi,sha256=KZq8WRgE7Mr0ARlqTDj6n_bLOnlxCFTNJ4xEE33TRZ4,3710
14
- metaflow-stubs/procpoll.pyi,sha256=EFYI_DXp2oCsZa-wm2lWto7PERjaMmWG-O8V0F4I1X4,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=Dfqci9iVWf5D3RC861ggDzmqjUvAbnb3FwAKRi1-joY,972
17
- metaflow-stubs/tagging_util.pyi,sha256=TorLIoqdcySje5e5IJ4hx6YVXBdRfPo6H0jG3CMpQr4,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=UqK8Pzvj7tN2JN0ZayrcphveBJiX6X8M92NxIV5xvCo,562
19
- metaflow-stubs/client/__init__.pyi,sha256=tVsrUOaJ3Rxt9rvvPx5YKXOpecqPyhsVv2AYMNPJsL4,28941
20
- metaflow-stubs/client/core.pyi,sha256=fcdbLouAcLC5NXWdjUK9qf78xeT_868zGK32MltqMXc,40855
21
- metaflow-stubs/client/filecache.pyi,sha256=lUvauabs_JuvMyJk37RnSCiVcWmIOjI7kbmpD5SRhng,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=sQ-t4ul8CIkCiaeELHdlKsr0dM8YdKU6vBEuCd06ZFU,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=OAlcMoghPpkjMV462_Om4u94UFopL9PPNeXc2hI4aro,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=Cp4cBwQYmfyKecMO5VCRkZYVpPZrLvg3oVJ8NVndEzI,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=eWZLXUBwrd79kptP6TM0lEkgrzFWJxACXC9m6l7WaWg,5931
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=ard9jkYqy-ur7p3-pRhdhRC_jEFqtpAUwqx8rx4aISI,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=BHuaTB8Tc7mi2ikjfN4Ns_HtbU_YtXsvtXtU79jHXh0,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=E5pSk9Q-gb7AZrJRvAogSsWEkNldF8EpAozObdS0WhY,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=khpp2RpmR4QfBu9zu_qvXqKUD6ccoB8u6r54Xqfs_E0,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=zECuZJqkbVn9LMUz6ZXDeLvzzuHeu3A_UM5MzAT_sHI,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=vr8aCCEsYGl7JaI6c08yxjFIUX3GhEA2ce7VF-bqUcc,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=pqJvPDhLdPJoV2dvtEUNSyeuzyEvdicUoVKZfk6KY9Q,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=s4MLE8qD_7YwQ-epKCL0fDVvPISKd6VSD3Fr6lYHOR4,1248
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=cu9-IQCHPHvEsQYt3YYGI1aSQdj3kKDaGO5nAdElTtc,765
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=wesI1VhvPAR5gdzY17FK9gHHRR2gMVg7yljiMWlRcWw,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=xnxh7c-opbH4_u5ctH43bDL1Hhpthw2i4LSnOFxZWH8,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=wYpzmwVpc9VBaxB1vZpqoaa05E9wGv0G6kDc-mKvGd0,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=1g0cSk63d1IBoSsWIgckhxSVR-Ie8O99YaL6LUYA6gk,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=u2hlUaa3YfUf5jNr49PKEr8SUeBvIK0yWX8BbzP1FpE,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ITRBOuZp-yyxGIsRM8ZBkJ72CmPt2XF6DTXNjoCLlLw,1672
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=zU_6LXokoXgWBMOhXmEdZX3LswNkgALqyIwGx7kqy1c,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=YAjMxLANo3IBJ7bLFwteTL-EkMT-sHiF2ETxObE4m3g,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=PEU_wFS_2h9bNKPi1YMBZ8GTkMkDVubcuS9kZkCv1i8,5398
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=6V-aPzXgSp66uSvUA7bgNM4RFV1oeqODpjn86G4VyaQ,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=qNIowFZYJ7vPAIUlvW9Lhc2LXMnRJGmPtOgM7mhwz9c,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=pTvnBXZTxfBuoprXEYzlgGIgTBZHRFd_mwBvG3i9Mjk,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=06s8GgdYg0moke81ZJNSpBibDMNNiqGU2WxwrrZBbEA,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=MV115SlJmLEXgfjCuNOIHZWP9h4j6o2WqDsgZ2LxhFQ,959
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=vZZ0JCAF0GeLYek6_N0bal8JMWL8kpVW8mlq8voSRKY,1834
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Lqh35JgBKqk-gU8F9R-Wo8Enk4iggJBZNUEhIU_oJK8,1697
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=c_Oj4jJzDOEObQ0AhTeLq64GrBk0mYVLF8TCV_mDkTw,1617
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=GQsK_oPufXD35nKQF-2n9aSYRwXb5KGzFmTNzw9Wz2k,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=GRdz1tIfanNpIm8rxMNV5dHx_RHSDGYMuCWWEjfTRfM,2405
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=bLfvbU7hmLOBCDsQ6qTpp-x3z59nnpbOLyvkhXw-P8o,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=xfDkqz5LV4mFXi8IZmK5L56wLFKyzUuksibjjosnSbA,14445
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=hdFwt9Bv7o__GqLkqtWYiaPe46V9aW4ryLD_SlwxHxo,5800
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=5O3reGA8N_tTenQ7GC1yzkI7DnyQ412Oiu64JSY9dwg,5870
58
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=Hx8lg31nAsQd2FLrd3CyEK-MQd9Ui36sVJWHWUml2og,453
59
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=DrPFekteSOm3McMHmsgXqXjExHl2oK5V6DMxw_622wY,829
60
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=cXMawE5AeYvzVItSB_l12_cZI4sIeKwZUMecCOOW8IA,3098
61
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=IiIUV-EDjaqL7K7wMHkfpSzzMQbFmWqNJbdL6AQTtuE,453
62
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ufYrjnfYveAQ_cAQKEYkHQskgQKUK1jiQaZsrEZGbAE,3606
63
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=-6FRfpNKEkG_xR9yRQTbTDLk1FuadrSrgySZo-Zx7fg,2318
64
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=uP_y1Oowb1NtrBh5AIp0TWG8G7qP8t21ro2iYwPWLTU,3742
65
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=pdbOW1tWNBTjavmE3UIXkmseOQxTtkWCx3MFBSJRcYY,4734
66
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=JxwmZ6R_mHkhNOlvMKOafBhEBJBvSJ4k-p5vgvHJMGg,453
67
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=7uUi3YYE8B5bx--KwCc3BkGeU7Rvd_xo57bwly00IIc,3226
68
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=jn6QCSIUm2hxajTn6w9-RzeVhyeMDWoyk6H_N6Z7qko,453
69
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=F2qV55KS7JIzdg_o7vwheUxbGHlYfPP8jrIY4smT0ZA,875
70
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=1jmKCD8rFpoSyP0jx85LP9L85ms0cbTGCXTssuY-Y5k,798
71
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=KEtrKvU7VjMzQvf6SSuIJq0zjne4W7xcurZ6T17ZGmk,596
72
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=fmuSzSsH9t3ZZ5Kzb4smSsDCjFKM5i9sRl6Bhw_mTpo,720
73
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=avEs6LmzlFzohyDik36sDi1yqi8NUcbnPm6S1HhvIrc,6526
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=Zz__150iDIpfARgor30vs-ooQdl-DTDUAA4xhMyT-d4,4441
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=7kAduZocnu9fJoZe3ideWpaX-wpILwZwmXP9Bxov3Ts,1085
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=f6naSg-_npJZT7PzpmdRvqZe-3_jR4Bwwm-8tJyeQnI,1759
77
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=nG9EEQTov2UqgTLWtrgR_dmgZoYJAoOwhgQaqyb5_8Y,493
78
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=R7mI-8MH6octKUnduTwnZd9Nun1rT1N5nBjDHVAod_c,1067
79
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=08ZIa7zzQOoYUd4-zLhQTaaIl2cDfAO101ljSQtNK-4,975
80
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=N7THPUd68wGcw6Kp6qgiUvbFrdVCAfeWyEzinPzS938,1933
81
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=MOnJ-IhzGDnztVGmm-ICwdhVlz1fpyQcz9wZ_y2mTCQ,2513
82
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=XYRkaD3DICKEeho-dp2N8OHa0oVOnDFtQpWX9ezhN0o,1782
83
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=MWB_OWluqN6QjjuOp8aNlR4cqVJxWJ586QLh_PLtz0g,1748
84
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=NkrKEnhcqWocObZyE2WeOLDMU--M3oqbGvM6_Z31h34,453
85
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=QbJh-Jl1vz4KFtEYC4OsBLNrMVBRKldecEj2k97CwBE,18088
86
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=eNFGykmn1Zswsp5OAGGU8mLfcaw1PMamCcOxChWRBR0,5396
87
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=mXXJ4qcjK0BwPIFj5HK7kDWmLRiuOJKjcr_4BYuiAKY,969
88
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=QSb66sJO_XSbhS05t_-67wpu7QRlhue5pJJkhvHWVGg,2942
89
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=YN8cxJXP44j4ETG3FDcaCe9NyDKNp-rQZvIKYPjJfxQ,4258
90
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=p8qiJqbYSFn6nY5MhkuezuYfzrO77xoqD_sKfauLIEg,1975
91
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=UYRJIQjy7dbUQM4Qa1mnDEAWUrmeb9jlPApiQpxNELQ,6789
92
- metaflow-stubs/plugins/cards/exception.pyi,sha256=r8eCUQmmGVy9HL6KT4kQKTAoSl-p6E2xhJcTZh-sydY,2244
93
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=bJHMKRD5o3v_Y7AtlhIaJfxWCP1OHFbXojsvWdI4cyI,1871
94
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=y47RZ1KxX0uSmaA2fWvKy243YbkxtzCne2j0lQeGSEU,7858
95
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=zExvxerGD8pcBeYv5tGF5USObZPXaDnhQjQEqh4PoYw,1816
96
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=yw-nliSy-b0PWQvQi5QhPG3r7-zWVvYW0yn0tS_PvMI,7674
97
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=8maO-Snd2M2T66Z6fpjrDgQOyG8pWyQSREQYWqmqvos,1313
98
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=-tfnxLWB9HqX5HeTyGGXXDiizUr-nizSkG4RuMACKhg,951
99
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=6y3E2bwcnnq85lWWnyJU8uByfUoUqRB2cxvlrPSIC6M,4629
100
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=IpszfP6uOE9am03BsSvY1KohUGG4hd5EiOJPoqgsAkU,2711
101
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=8zkQCxe0vydG26PgkShZwLiTL9SZmYlLKQ7nCgEDH24,2667
102
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=8QwK49buRndASaGbs51HMjkXrXFm071vmcS16MbC2SQ,467
103
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=D8pDozNUHM4Y8z1sDFDTcBPH--19XuuELy42M5ZsiTU,3525
104
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=grYBxLlBctVMyVBlnBhPxUavtNE7_qOcfEbi25CMxwg,1913
105
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=pvRYJZNEB1YCxR4bxVydmnu-gN6gkSVgLm3N7n2Kh_Y,12909
106
- metaflow-stubs/plugins/datatools/local.pyi,sha256=AHszbIAX3OEK21OQu3NB5OFGgvmM_CeIsSkbPpt9QTQ,2193
107
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=vlHX9idJE8H3-Mmyxa15KSIoDPpnlFZ7-QXVSf17w70,20310
108
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=W9sYAcDDY9sCb0sKFSZUHAl_t3_TnkZqpA7ovB_T1TY,29154
109
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=kWuSs-3ooPs5A6m07qkyBkJnC6_by4lHVKm49Atqx1c,965
110
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=uSJ-OkdXcYOfMrtLA1eZGJAtXidow0nH5H4uk0TiDAE,1123
111
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=xsCnA7Vfs5N6MS8n-E4lv48gqKaBBl5UUGpZebD3Gmg,453
112
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=XOwvX6BiZNSY5BJUO9pPERSGK1aN2XlSSZahADE3Q3g,1622
113
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=DCgS5dE163Arca5FsOM1sFN17kwzwOJAW1_nYZCkFaQ,508
114
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=O_NXjRNlUYo2moAF-_pmprpS_EDvbJh4iXvCNDuVfcM,3090
115
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bwTbH5URW2RYpnU57BqZvZXHwMxKyKL5WsaRmaFwuXA,772
116
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ZtN3MVhVlcunXhZ_6w4sCo3NBbg2GNC3qBxERy2RcNA,798
117
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=mWIoh3TBzLi1QtilO1ypLh06d6sVV0NjiCyvOD5BG4Y,1184
118
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=8b2Now8mxx7kgKWp9xTghR0hp3qLIA-uMjFICv_KZv0,1722
119
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=3slVezoEXm5ou1eQJu8NgT5MmNxSNQgNO2H76UBAbrs,453
120
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=cnggxUDg6zg5pbrHl0tHv0BUFa8IPjhfS7jfMSIZUEw,3825
121
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=VlYauqE9a2vmuRcPvxLKQD-rmOLYZTPH54XZExbGRlQ,3392
122
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5qe2c9OmQ-0jTrkJGWjbHTkSOr6bheD55piIeDaHY74,1022
123
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xZfPUXt3DKL6ptBPifAaK3Cb7jDU87SzX-mRGSqFQGU,5578
124
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=LYRyB62Wzh558F6dYL19KKO4ULgIBWoDLxkcn8pM8oU,3964
125
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=GCpW_vL1wYBEpq3a-vTH8k9H4NIUkg-hUMczM4E2bz0,627
126
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=SRk0ejhuDIhBd8aj76eLJETFT48HEf58fxjXJlFbxw0,2070
127
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=HLT6MHj16wP9WRC9Ri7si88wq67sHfhe0v0M6SQwwyc,2333
128
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=iBJrhRXQbZoQ2dUIhF7E4vJwY4wmHOasioN_NE3tBTk,905
129
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=nBF_NV4lo7c2LiarqKM1pxAYNRwpHMIm8bkks2grAao,1651
130
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=HzDNc0-3vaak-mbJQOlJQmYrBq-0lP5vtFL2m01CEfU,771
131
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=xhionC2Jx30Az96dEIHljglg85l32_DNtLWZWHTRxrs,812
132
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-_-He2EzcTI0SmKqOUqpnfAgH7169lLelGXeM0j4FZA,1114
133
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ptR0bIQSqUcAvy3eKCg22Mw-E7uvnjfhNIo90hJwmY4,2024
134
- metaflow-stubs/profilers/__init__.pyi,sha256=J6UCXix-VScRRjBq93eODwAFn4fG-FQY6ezZXi_RosI,654
135
- metaflow-stubs/runner/__init__.pyi,sha256=cSZIdjKaB2Rk4sSjvlcO8y8BreTbu2ROJjymveYNNUo,453
136
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=NJtx3OPM-VZbYcFXcIFtc8J9WJtrCGpr0kaUMLTaorY,23267
137
- metaflow-stubs/runner/nbrun.pyi,sha256=yJp-Wj8Eq8AjyPXkBW27PhAFmRXNwKXqwBSOtb5vJyI,7486
138
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=fNs4j_jkF9miJDmA7IjKLXfkJeehM-daZgs8mr2VAlM,8577
139
- ob_metaflow_stubs-4.1.dist-info/METADATA,sha256=sLafkOPeN23nvpizct6srt2l8TcBu75xUDFWBv_tWj8,651
140
- ob_metaflow_stubs-4.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
141
- ob_metaflow_stubs-4.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
142
- ob_metaflow_stubs-4.1.dist-info/RECORD,,