ob-metaflow-stubs 3.7__py2.py3-none-any.whl → 3.8__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 (142) hide show
  1. metaflow-stubs/__init__.pyi +740 -541
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +45 -20
  4. metaflow-stubs/client/__init__.pyi +3 -3
  5. metaflow-stubs/client/core.pyi +7 -7
  6. metaflow-stubs/client/filecache.pyi +3 -3
  7. metaflow-stubs/clone_util.pyi +2 -2
  8. metaflow-stubs/events.pyi +3 -3
  9. metaflow-stubs/exception.pyi +2 -2
  10. metaflow-stubs/flowspec.pyi +4 -4
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +4 -4
  13. metaflow-stubs/metadata/metadata.pyi +3 -3
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +4 -2
  16. metaflow-stubs/metaflow_current.pyi +17 -17
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +4 -4
  20. metaflow-stubs/plugins/__init__.pyi +2 -2
  21. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
  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 +3 -3
  30. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
  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 +4 -4
  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 +3 -3
  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 +2 -2
  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 +3 -3
  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 +2 -2
  81. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  82. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  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 +2 -2
  86. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  87. metaflow-stubs/plugins/datatools/s3/__init__.pyi +4 -4
  88. metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
  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 +3 -3
  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 +4 -4
  110. metaflow-stubs/plugins/package_cli.pyi +2 -2
  111. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  112. metaflow-stubs/plugins/perimeters.pyi +2 -2
  113. metaflow-stubs/plugins/project_decorator.pyi +3 -3
  114. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  115. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  116. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  117. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  119. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  120. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  121. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  123. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  124. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  126. metaflow-stubs/plugins/tag_cli.pyi +5 -5
  127. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  128. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  129. metaflow-stubs/procpoll.pyi +2 -2
  130. metaflow-stubs/profilers/__init__.pyi +2 -2
  131. metaflow-stubs/pylint_wrapper.pyi +2 -2
  132. metaflow-stubs/runner/__init__.pyi +9 -0
  133. metaflow-stubs/runner/metaflow_runner.pyi +696 -0
  134. metaflow-stubs/runner/nbrun.pyi +224 -0
  135. metaflow-stubs/runner/subprocess_manager.pyi +221 -0
  136. metaflow-stubs/tagging_util.pyi +2 -2
  137. metaflow-stubs/tuple_util.pyi +2 -2
  138. {ob_metaflow_stubs-3.7.dist-info → ob_metaflow_stubs-3.8.dist-info}/METADATA +1 -1
  139. ob_metaflow_stubs-3.8.dist-info/RECORD +142 -0
  140. ob_metaflow_stubs-3.7.dist-info/RECORD +0 -138
  141. {ob_metaflow_stubs-3.7.dist-info → ob_metaflow_stubs-3.8.dist-info}/WHEEL +0 -0
  142. {ob_metaflow_stubs-3.7.dist-info → ob_metaflow_stubs-3.8.dist-info}/top_level.txt +0 -0
@@ -1,138 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=dBAtFkYjDLuJI3nFcciAyYUlsWmxNbauXCXFSMWFqsA,107671
2
- metaflow-stubs/cards.pyi,sha256=5AawdlnCkjSt64PL4UZrvrXYg-WwXXkcWsBPw4fibC0,9145
3
- metaflow-stubs/cli.pyi,sha256=ybuFTCjcow-_D1DCHZ-hVSEPyxxN_u-3a7EZJ114OSE,2908
4
- metaflow-stubs/clone_util.pyi,sha256=tMQuZjm5-SNfqXZZWKJXSs2ScAV1SbyAegOeLXXg-mY,1090
5
- metaflow-stubs/events.pyi,sha256=Yv5nkJahcmNtX-3So9Mrrc4RxA3qiYjV_sqvdyohc7s,3405
6
- metaflow-stubs/exception.pyi,sha256=b39KW94iq5OV7MTjlxXgR7ymQm72TMm-g0ZA6YBCLlQ,2524
7
- metaflow-stubs/flowspec.pyi,sha256=NcaMgN0-PGi_0kgol9FfgRUtpshXml7xJSU7vCm-bJo,10442
8
- metaflow-stubs/generated_for.txt,sha256=RqefWvKRs1eT27vSvrx5xJ3sFpfYDboKtfmWQoeEOSY,43
9
- metaflow-stubs/includefile.pyi,sha256=ez_bgIxEZJxNHyQ3d84uMoXDCQ9if6L-mmawiwFVF-A,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=LGI31-FoJj8A6piTNqldvPGa3NCjJ93OmK4r_9npaKw,4512
11
- metaflow-stubs/metaflow_current.pyi,sha256=ZH-hJhgA0MSlrNfzRcpKUD8U6oISh2aBtJncCWfdmF4,8475
12
- metaflow-stubs/multicore_utils.pyi,sha256=G503bHHJh-UVNjDbvzp2z6m1F-BwqIq_jJRY-_A58ic,2369
13
- metaflow-stubs/parameters.pyi,sha256=_EO5unCRaEhrvnFtIYJQ1uc8HvjnBOZAd2NuCC2Eizg,3512
14
- metaflow-stubs/procpoll.pyi,sha256=lBzkbh1nZJJzPRvGdqkQ-lo7lq4OSwRH6XQfU4qQyDo,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=RVfI0wHIO3gL8hQPiKhwiCdZJ1CZSVt2qqengyHsRZI,972
17
- metaflow-stubs/tagging_util.pyi,sha256=L5Uk5GrbydYu_LP7Nn5lJQVQvhwg3CQz2SvZ0izYx7Q,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=DFfK84IoB6Dhd-KPTM_LsSx-mi-yzr91Z4M7gDKbVPA,562
19
- metaflow-stubs/client/__init__.pyi,sha256=wTqr9Gk3nll58t-Heo088b7hLB5lx3AQHqFcD2eqVKg,28941
20
- metaflow-stubs/client/core.pyi,sha256=MuX4CMaJ-rEG7mNBpAdyUJmpL422yfarUZy4EwdoMcg,40806
21
- metaflow-stubs/client/filecache.pyi,sha256=WtgNv4GPzzeZfJZRYtIJunIFX888LtB8d60nuQW9j9c,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=LrGFKGG4LtlKTvbCB3SZ-lk2CGxJAmSFcXIpEK3zVUc,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=gt9Ty8eLM0csGWfv0LN7hFhGuZPUajubQAn6Y5TcLuw,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=TZMu9OhFfjRdruIqUMPiesMJ1BqR0R2rj53Y-iRnAEg,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=1cl1ssIq-PQBCyPMUuQX5ymturXLum-HUuR2UkIAYCk,5654
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=zT3aJNHU2L3wCHs9fzN0V6nBnUNP-oC_PGRTOjmuXPs,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=GGPZBs50IIUVcJWJYIvRAgkRXy8rTosEIf937YoKQEE,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=utxPFrMchCltDmD4lXnpeoCiMuNOuZS2SCXQUdYN16M,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=Zp-y387QNTc4escJjJmJ59F7AtvgrsxSNJoDHQZdvNU,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=wZuqiHCsm5dm7YB2aSyXpzg7nu2cDGGtMH9Jh2Jots8,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=wavDb9w4LqHEiWuWILtktUxkDZ_TZAUrG7bsw9e8CEI,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=SGKBXGLSFnQZNoaHeS-yCOD8PN3huNtxv_aBleEHe40,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=jbexAUc3nuidzYsQpGNR4mwCgsFCh6S1jZJCBOZni3M,1248
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=rV_-OpztXNGHHV0vmI9Pe_zfmHp5fINTdL8dMSu_6N8,765
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=vY4MBQTiRvFMuc4_38z0AB2RJY9jDBZ7zkl6FUSPp1g,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=oSGKC5Wl5NobJo8PWbaumCD2X5-Kan9y-E2Q1MKNAgE,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=HRp2aD1LeP2Xm5p4p5fGf2OeDcZ4KozcFTqofB0PRBU,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=GrOZY_ykiMCU7dRBHUvoa_U-17WfEyNtT60JBNDPs4o,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=ArGKPBDRLtVo3McBmj9uP_axOV53D2HTBdGkmGMKo1c,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=nXjEgySa56xZYVNZjcXyh3qk9FeAQpBj9SR87AyH8xQ,1672
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=6ZqsjF3uu8OqlvUhimCN4wjEsxnefrwD-iMOZSp01Qo,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=rF91u9Xxgk6aE5fGutuFUcZk78wBIABYYMNJ82cFscY,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=WNSl-OtlF4_MBK_CD1yKp6wmGH_url_gLgAEknthJSc,5398
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=1l63K3pz7OaAd4OK4RvdHtwAvvGo_oaiNRcRFjaw8T8,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=_RkK23CrQ7NOxYB4rBPW1I700tbHkM4yi-0DiTpNKW8,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=xl2dq67iu89auUKFi-QBR5QLPCLtWJDZWfhwtD6lsEY,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=paAHJbLy4n0qYw6fO8BKFZNkv8n_HEyfny0ZDGnuN9w,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=k-zfz9jNSUwSYJRH4HCeWf8kyIp6DYYvpxJ7FW9FipE,947
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=nzcLhAAz-8_jK1HZi1HI4zAng8iJluiWTGWahbtj0P4,1828
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=umH1oxqgwt6p-3KsXWjsnYQPK3Fa9B7MznuppbJqOt4,1685
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Y-cuSmxDp0L4YmQtRV-icoS0y_gSurZcvG0I4hCgoWA,1605
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=phElZdWsNTUGmcoX4oL03PP6a-IzdnJ1N_tI89KtWM4,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=3Ay-X-36jh0E7tF5vtSag_-1hWfmaVIsZ4zQtXnVdk0,2405
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=SSQC053KDIt7KgqWeBVygeUj8XWk8_zS9u72ZSu_u4g,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=T-ftgXivf8nuTHH4mogRJZ9N4ocJPoQnEaqEx0j0aTw,14403
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=eio36IPcKY0WCiJpBlX__cc8qCLBH14n1FF85XJoHHc,5800
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=aZTE_DcjLnBwm0fXDbR0r2j3HYCBZ6ZIzfeWSdnfg9k,5870
58
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=whzNS2gh8ax6m6Dp8R5lekLRB1R7eYANl-Lq-DCmAlI,453
59
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=0HMpsWYA9wuynYOfYYD46zVi3v_4VLjvkYJ3tfHHf4o,829
60
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=RPriZC_VHpIvKRlVum4vxgToGdBS8O1Yg51kWBkZi84,3098
61
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=TAUMsGPZrBY75cxRPmFNriLfBFmI2nORLMzSxUZyTtc,453
62
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=bJKw-QxmoUo0jtl06XSoz2bwK1zDPJn5YquO_IymEuc,3606
63
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=EDKXH-lcWRKlIOypgm2PpkZl1zignttwPcBbYcHJM30,2318
64
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=cw3ijkDrXBWB5YIrH3ghPBeS_P44-fQ9X_6fpYZIqnU,3742
65
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=NSXX73h5IUc_fEntx_xbRzek97GHrUgR9P5im4Fl-oU,4734
66
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=UcKtkaz1xfEWt_paw1XSYgx6f_bDhQgl-iKQTqD6mfI,453
67
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=PCoqTXZgmHIhxgwv9GwKwFAPZqL_Yb0VZ3gpIlxfai8,3226
68
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=UegOrSbkdpLR-UOJyzqpkxRnzVnngrOEXNnUHd16qV0,453
69
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=_0wDPoCoFwGk4O3RQRmGRuiPdkyuxTiqyMjHNhNkBmU,875
70
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Zj72v644CE88vf_JlVxzGJfpKqM9ndQgcxGUnBLY3Jk,798
71
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Mr3OrJwb5D2AQrn6m3CfjuDWTMI-n6xz0D0vADjS-1Y,596
72
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=QXtpAoh1ZfUyDK3GABh8oztaM02c1kzBKmnIYNOVuWM,720
73
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=tjCyhtfzhPzmTrit1Y7vdiKecPMo7fORBrzPgUjDTZg,6526
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=SOjzx-wf13ktsWht6v3z5zty3YDXe-A92r_W5W2xzOY,4441
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=9Ai_ApwkfXKS_X91aK73D_a3oiIY9vAejnlwH2OSqv0,1085
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=w4bAtUoDzecbOddkHcpD7Kb5SH-0-kNZ1PG5-4uuDXQ,1759
77
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=UtJ67dkQKa_nI7edDyhE6tNHlUwZKtahRBE79l9SPAw,493
78
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=QzdRq67bmZpw3VTlaKRAM5yhIsNs2T5FM0mKBnX1Zv8,1067
79
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=o4HX4WHnJxYv0XgrR4fI9Olqb2e6czmqoB1bZHjqg9A,975
80
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=scd7DEilm7khDlqua9sTusEKVKz_PpuOEiUshAvxOkY,1933
81
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Z7BdvaOn2kjn_apUO8Q5oit2II3NcaGcX0UjjhhwgoQ,2513
82
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=MYEkj7xRYv8W6qLALKH-G8pk6T-BpeR8AihbDE86Tuc,1782
83
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=oc8EwQZIJQ6womEUvxQDu17fNabjQq6vmWyN9Z155Vk,1748
84
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=LUwCulaBQwZ7ziixmns-TiUvkBLqUMvscy8G29_iNMU,453
85
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=x5wD_UjQCXf2iaXRn0yfSoDEKz9VdRnpyHeqCrn6h1g,18088
86
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=VSqzM16yGL1aDkG8pXyDSxsQxryd-de1dCgMVJ2Wm-4,5396
87
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=5b9pos85KM4KeY-aVXoZjjJZuELrr6y2T5z5DQXQ9fk,969
88
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=xa6FtNV2qs2H1a9dZDpjI_6SvaMjVgbNwnc3iHhCJik,2942
89
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-MmlHcM3moHmH-bEFhs7_aOOnQKifl5YSlxU6mQl2a0,4258
90
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=qnOZQfIw3BNbA1b4c-ZMtXCHDb2CjnULNOdn_mF1bB8,1975
91
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=w3yyZCw3RyZpN9e8rLvYFRJHslrbHcim7rljNrDM71Y,6789
92
- metaflow-stubs/plugins/cards/exception.pyi,sha256=Vi3nBNw9KmR3h4ngZ1DRicblcvWtAV6X1_m8KrRGsAo,2244
93
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=RE-I9QZblxtLqXmm4fbHfmej9vyq01_0DNTkFJNyejM,1871
94
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=5lgr2-SpvsyfUkaCoF00_1bi8M51i6MGgj-1hABMvf8,7581
95
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=rVBxDubDKzDctQSrKuupwqcx79sPQK2ZYEQIHMYvvoo,1816
96
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=0F_oG47uEBITz9MZJzMrQvZyyM4HfpOu8BLZgM4frns,7674
97
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=xKkSzHR3ouWjqbyPfglURWr1xTM7Ft8MGnEOqcnZLaI,1313
98
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=1Rz1D9SBrdXpPpiAfEqSAVJpiqvDhxKgVaAcCE3Wd-g,951
99
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=qq7dppOgmqTzMg5ORGAt5MhPsqAyzG7WW4NJkwVsa9c,4629
100
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=zSmb-CmPUmsLkX4-SNRwYBP3xiCvgziWYCX7VOc6c0I,2711
101
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=rJALqb0vySevr8iRLPrPTgDAfX18qpAQI7Rr-wnofuY,2667
102
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=e6a9DxhC9LWDLlgzIWkUkjFLm1UlKnsVecQRLJSJZgM,467
103
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=b2ArdkhyVCOYrVtUgKCjF2vawNGNLuiUcUxtVr_RQHs,3525
104
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=iHA2IWuLO-JEhrxJPX4XNwOxQC3J_wzOpi-5nSVldX0,1913
105
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=KDWYZ2gwmuhdTO6zUkdQ1_mMwV2iJH3CM2lB-1AT7Mk,12909
106
- metaflow-stubs/plugins/datatools/local.pyi,sha256=zwbNJz7g5tQHQeW5xbJ_6qjkLQ0HyCSWXy7EIaLb-1I,2193
107
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=m2vUdAOk4OuTkrY-GLh2fK2vZf7_rUzqr93_B-Mhm3k,20310
108
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=hOQZORkO4u_qFi0jFyQIKHKRhGfta00nU-XyM42G3WY,29098
109
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Yc6LjFoTsx7TU4s_wuzkhYSxj0md4ErIG23eXQxL9cA,965
110
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=NaftiNCNcVRODw8KMX83nAetlcVgMYWLWbLthWmQ7xY,1123
111
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=HDh99H3x0N91safPvk5jzKn3CQTNYlt0jVaNbaVGHoA,453
112
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-KZl7UwhirCPd_5eLI4ibyjO44hR6fiET6U5rGgh8To,1622
113
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=qI-mxVLKr5ej3uEEBm0OuNcFW3u5ZFCKwNffqhiC8EE,508
114
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=4TAqwtcqXA7tygN63U4Qtz0f02AAylkU0U7k5WIi68Q,3090
115
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=7p9EF47q8nA6yrFWAFTDSC3Fk656ySilr7_ZHC5oD2Y,772
116
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5ryyttTEh_HSnhbayLWI6fvnAoVeLOcB87ZcBeIIuaM,798
117
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=dFkvB4fjdePYKRNNVPCAFtNxkkaOd8GYkpdb287YRLk,1184
118
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=c8emirjdI1HZeKyd_nHvPgBj1hO7w_DwawXABltceRs,1722
119
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=tYgjXQKCVb80XRyr2S7jh-hbZtbLk10V1z0fxWTGD6M,453
120
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=x3Dk-62c1X_OvxHSG_fxriGabyphceiW4GBlJ2PZjZE,3825
121
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=vVWgx-QEFKUuxx25mN6p_44M3ncdWtJCTRYAHpyLwXE,3392
122
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=EDzDxqyPJ9XMIxqhVe0fMKGZkVo2W-FR5oe3Ni1uusc,1022
123
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9wlSXfPQBEud1sGNqrMfRwfvIQ5VdJttRTgbE0eBTk4,5578
124
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=atSfH9sp7RHmHAd7dVupo4bfNgSpAtoWS1ntaiROmPQ,3964
125
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=fa7kZxHCyyweG3FnM1ypmQ1LrSepFavPzpsgSS215HM,627
126
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=UnzSLVdhQh1-J8dyE9eSlDLoUuORpbLrjKaYh-YEpTk,2070
127
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=slOI5Zxnkbr2Gksgx1oAEc8RV5eO8jBBqdb-eLwr7Do,2312
128
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=e5xoy_wE39EptGXb6Z8UhxJAIDrVS7bFfW2X73sKw6A,905
129
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=6l-hFThykrd47rqvWCSlG9Ds6Mqv2R23HImzzdIqgPI,1630
130
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=XdPaNG_QYixMit8DR_lStd8SFpdkT1OQ2ez6V3CIMb0,771
131
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=l3RgGgBOcS9rVUO-gyBn1ToyzR83CEWZ_egMT-nPiCU,812
132
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=A2ISEQAxbzX3N2SVwAbLqDZIG0RfYM9aogY0I6bQQpI,1114
133
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=dqRtVwwxUp-BkAb5Y4ElJPrfWw8gFUPxqC8D4z5vuyk,2024
134
- metaflow-stubs/profilers/__init__.pyi,sha256=t5A5qa-iNPlGzLL3X4DagiNriuVyyQD-uMvnTu4Myxg,654
135
- ob_metaflow_stubs-3.7.dist-info/METADATA,sha256=b07t1LqaPDPYJJyMV1cqOOBbWZAa07Slvh9IdOdaND8,651
136
- ob_metaflow_stubs-3.7.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
137
- ob_metaflow_stubs-3.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
138
- ob_metaflow_stubs-3.7.dist-info/RECORD,,