metaflow-stubs 2.12.20__py2.py3-none-any.whl → 2.12.22__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 (152) hide show
  1. metaflow-stubs/__init__.pyi +469 -473
  2. metaflow-stubs/cards.pyi +4 -4
  3. metaflow-stubs/cli.pyi +3 -3
  4. metaflow-stubs/client/__init__.pyi +3 -3
  5. metaflow-stubs/client/core.pyi +7 -7
  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 +4 -4
  13. metaflow-stubs/info_file.pyi +16 -0
  14. metaflow-stubs/metadata/metadata.pyi +3 -3
  15. metaflow-stubs/metadata/util.pyi +2 -2
  16. metaflow-stubs/metaflow_config.pyi +2 -2
  17. metaflow-stubs/metaflow_current.pyi +23 -23
  18. metaflow-stubs/mflog/mflog.pyi +2 -2
  19. metaflow-stubs/multicore_utils.pyi +2 -2
  20. metaflow-stubs/parameters.pyi +3 -3
  21. metaflow-stubs/plugins/__init__.pyi +2 -2
  22. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
  24. metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
  25. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  29. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  30. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
  31. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
  32. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  33. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  35. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
  36. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
  37. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
  38. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  39. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  40. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  41. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  43. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
  45. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  46. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  47. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  48. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  49. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  51. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  52. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  53. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  54. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +3 -3
  56. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  58. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
  59. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  60. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  61. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  62. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  63. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  64. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  65. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  66. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  67. metaflow-stubs/plugins/cards/card_cli.pyi +5 -5
  68. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  69. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/basic.pyi +4 -4
  74. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  81. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  83. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
  84. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  85. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  86. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  87. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  88. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  89. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  91. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  92. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  93. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  94. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  95. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  96. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  98. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  99. metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
  100. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  101. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  102. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  103. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  104. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  105. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  106. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  107. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  108. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
  109. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  110. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  111. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  112. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  113. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  114. metaflow-stubs/plugins/logs_cli.pyi +3 -3
  115. metaflow-stubs/plugins/package_cli.pyi +2 -2
  116. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  121. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  123. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  124. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  126. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  127. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  128. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  129. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  130. metaflow-stubs/plugins/tag_cli.pyi +5 -5
  131. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  132. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  133. metaflow-stubs/procpoll.pyi +2 -2
  134. metaflow-stubs/pylint_wrapper.pyi +2 -2
  135. metaflow-stubs/runner/__init__.pyi +2 -2
  136. metaflow-stubs/runner/deployer.pyi +3 -3
  137. metaflow-stubs/runner/metaflow_runner.pyi +5 -5
  138. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  139. metaflow-stubs/runner/nbrun.pyi +2 -2
  140. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  141. metaflow-stubs/runner/utils.pyi +2 -2
  142. metaflow-stubs/system/__init__.pyi +3 -3
  143. metaflow-stubs/system/system_logger.pyi +3 -3
  144. metaflow-stubs/system/system_monitor.pyi +3 -3
  145. metaflow-stubs/tagging_util.pyi +2 -2
  146. metaflow-stubs/tuple_util.pyi +2 -2
  147. metaflow-stubs/version.pyi +2 -2
  148. {metaflow_stubs-2.12.20.dist-info → metaflow_stubs-2.12.22.dist-info}/METADATA +2 -2
  149. metaflow_stubs-2.12.22.dist-info/RECORD +152 -0
  150. metaflow_stubs-2.12.20.dist-info/RECORD +0 -151
  151. {metaflow_stubs-2.12.20.dist-info → metaflow_stubs-2.12.22.dist-info}/WHEEL +0 -0
  152. {metaflow_stubs-2.12.20.dist-info → metaflow_stubs-2.12.22.dist-info}/top_level.txt +0 -0
@@ -1,151 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=Y0hHNHxqQ5oRQZByfQ8-l_rgDWIDcu24dtJF-X-_ejc,116939
2
- metaflow-stubs/cards.pyi,sha256=VM1_MBtzxV1kyuJs74JYziN_oQfhAE4VnMxWBlmJezk,9422
3
- metaflow-stubs/cli.pyi,sha256=xwl-oHSQUqWrK6UpfVam2i9ygDWF5NOrU7MXjCMPY6s,2970
4
- metaflow-stubs/clone_util.pyi,sha256=v5j6f5AyOBbgXGuTK6na1SzzOopIUBvp2pUSl2Pbt1U,1090
5
- metaflow-stubs/events.pyi,sha256=isP7vBgdRWgcfRc4ZLM6izFgarV4lG7iqfgIUcj9bHE,3405
6
- metaflow-stubs/exception.pyi,sha256=OgL58I8AVVXt_PzxI2G2NBF5yBfuSiWm5qWIYdSJPhE,2524
7
- metaflow-stubs/flowspec.pyi,sha256=xWOon2Q2TturkjsQUKd9RckuyHMqxwbNEBavXk53LaI,10480
8
- metaflow-stubs/generated_for.txt,sha256=wLw1jAgFzXOcgiHV5iDC5w_AGF1IVYmLTbU3gfqpwdo,34
9
- metaflow-stubs/includefile.pyi,sha256=V17nEYXWDy9Dvz-RCnngqZG0KP2j2v3l6qliEqKJeJI,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=gUvXmfuNkdCv8ucfSGmhV_F62Z5LYXy4eq6_0eXTH-4,4544
11
- metaflow-stubs/metaflow_current.pyi,sha256=2-dwJNY1A3XRjlwLe9KOlngiknAshl4jRQq8_3zX-20,9385
12
- metaflow-stubs/multicore_utils.pyi,sha256=B4-u-_0MxOo7VEChspoHtW0REt-ITaxkHEDMOmJyhe4,2369
13
- metaflow-stubs/parameters.pyi,sha256=NDvenkkO4Tb2cNn2RmrYFevIyts-hpIdmCDKcX0IV-M,3710
14
- metaflow-stubs/procpoll.pyi,sha256=j1ZaLP8BXZkleNSqTzGodQ0de3HICbDDX3V97gqVVuM,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=DZDO_EsqP7bplU61qD0OFJB7HUx20oEDVubvLMA6aok,972
17
- metaflow-stubs/tagging_util.pyi,sha256=WPhxz6WoZlPCW_43BUfkwTwfk-F05kGIG_lzDzlbBbI,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=RdKpnWsf0H87SP3a4MYe87JwUVU_ttGIk1iRFjO1THU,562
19
- metaflow-stubs/version.pyi,sha256=PnpW32P9-CGryTSveoZPWEoW7WDVe9iH3QOJO3PXtTQ,476
20
- metaflow-stubs/client/__init__.pyi,sha256=jMagrRMiJf0bIjdMmwN1uXoc4ej0pKhqpB-KVd83sRc,28941
21
- metaflow-stubs/client/core.pyi,sha256=-pPPIjHKIVeUQxb2dPqH8YrLVIliSRPVJMeVKMtyAhA,40855
22
- metaflow-stubs/client/filecache.pyi,sha256=k4JdH0kdghIGU-bpOHwOZUF3VIVqkrnaBgbMfoHGSEs,3036
23
- metaflow-stubs/metadata/metadata.pyi,sha256=qgIb6GcxB8Zagt9n8gG1Fh0dH_I99u5RxG4a0sJzchI,12396
24
- metaflow-stubs/metadata/util.pyi,sha256=r1CJUqGjT8Lx_WBMUAAnWHMf5Rshs9f-tuYphYhgHAc,657
25
- metaflow-stubs/mflog/mflog.pyi,sha256=ClIW2y6dvvgF_NrEBgqoP8ul51LZSmFTZEJGFonLOdM,621
26
- metaflow-stubs/plugins/__init__.pyi,sha256=0WcmdlD4XoHtTsHpvWsDzb7SIF4JTVVLeG14ht3bYyQ,5998
27
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=Xf5jyrtiXzUZ42JdgBH936lKTgG2WsTvPbHhym6YJXU,1826
28
- metaflow-stubs/plugins/debug_logger.pyi,sha256=xGCmvWv0zQIxlKamsk1Nk6d40Bod6PA4w-b5BUQiWgw,815
29
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=lU-kK3_PO_UhuYnu5Zh5z6nIwZeEUXX6huLY5GxbeWA,793
30
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=k7eAINKfLiGv2rVIKv-fNRxtr6jG44rXqp0mjrXK7UM,714
31
- metaflow-stubs/plugins/events_decorator.pyi,sha256=W8oYWRitQjk26VrCcQGKdJZh6qCMl5RMZKk8K5KHKk8,1220
32
- metaflow-stubs/plugins/logs_cli.pyi,sha256=_TY3lfBtTysF6LocrYepCP5PkFhc2Fg0Aqq-gkFAWb4,1348
33
- metaflow-stubs/plugins/package_cli.pyi,sha256=z9MZ983uQ0h3zxRNbH4rbH9UkewEYCQ4_cTHYJBRAjQ,453
34
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Py44O68m2azGLSOe9x3zBLKlvg8xbJnI5nBsWVEyYCw,2491
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=fnC3HNExE1Soy6uIUb0oTPXn5BG58hrjmDNSYkrrGxA,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=_ZyB7kmiWaIAguPTgcWGI2j_AQp7TOasOiRw6j29xm4,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=920AvWKX6Z-kVqvT951nE1oi4wv2wq3N3hpB2yBN2rQ,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=h7U4ll4FmxeDt_2Ccr_QIOvyxIpkSkhuLK4P2EU0Wiw,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=wLWyDgpQyug1_hyr7ltp9koWpik4yHrTEB59ne6wmd8,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Drz4oFpW9_s5FHB992-Pd2UmKM8ZpAjCOw8Q2RYLITw,2325
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=eGKoBZOhcLI4uaYkmdlo6dxrmgT9N1lo6uOhc3tFXQY,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=fbwwrLnVkHC3ggndJ9W3gkuwYDI6l9VdnQK3U-_kXR8,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=mmND1ybdHkMyvCwRJarMCUrUqa3jUdK0LJ7ptp9_VQ0,5764
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=YUzw76wQQWg4D702mAJLdYQx9MTaJrwC8HJ_aSMjosA,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=L9rJi8y5QdsIBpMzqRsVCK5HPe3-spfkqwgY_L3GWno,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Rit25tG-o01gVp5qP80O6gmTc0qQjzCBxkC9J-0Yeng,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=X5RXZ-zU0grTlrkY7GieYSJu1xWzreO9g5ho9xLSkfU,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=HbmaOdRfVe867GeTxCap3bFHnNwR1uuPe7I0ipHb91U,959
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=2pjkor6zue4v3nTJAmUhF81AeHczYpRm1GcbQRBg39Y,1834
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=uvtHN_peFiVrkTsWzzpKdAFfgBzn-eIJsjP2S4ZKa64,1697
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=XE2o-1gOljrVEbgtUFCWHyvQ-qJ6CDWy_hkRW_4Z4Ts,1617
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=9ZXzfKwXoay4zAlSrk8iXZvf8ovvYec6LBiunKY76ww,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=PUclW-f6b180zMBvPKxwP2W4E5wh2AwVb9QMVdYMvyg,2530
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=kGVPSoQfU2sVBG7-rXke4xGu4lM-XuERNX-iVg-hhvY,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=d8WmQMItTAuULzWvOvcTb2Uz6FC3ePCC0V_wVbxJIj8,15993
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=7ZuM-AFLUyeTOuCDael_2Zs5R4lFm4fzZcynUrD_vzI,13386
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=94pgKjzwLEkbmB_6i3eXg6JfYWEFTiXbhGUsiDlHvLI,13987
58
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=4zdMZEx4D0yaecGaRq8xsyZwvFvzs7xTUHgFazWRqE8,8762
59
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=MoZjFp8zgCXUvcObQsxwS9HcvQU4eolJcz3etCMwEWc,453
60
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=hiG7Nxzf0hB1AfwGIErnoSLHgERFixWJbQ723JaYc9k,829
61
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=7_OmqxOd5D8v7tnNPFGTsWpPk-GPo3hZLdWO9JzzAeA,3077
62
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CXsIU0iqh_aazLfyOjj1n-EVppn-X46EwrTKeO_SuYk,453
63
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=NTM0SC2mGq6Z7ZE87BPlDydt3m827FifE3n7aaJeHZE,3606
64
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=wDSNRoCiQFEQVQzE9MCZ8pNh1Hhx_fSqkbD5CiLrzfQ,2318
65
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ymokRqstxzTzgZuFg7DFNOdnCyU1AHjLwKOql_yFdrM,3742
66
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vCAWnxNelRsQfkzxP8mAFI8CyCUjZzYZW4sFVD9zBVg,4723
67
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=d_b0jsFNoIdTP_ubxt3khcLxHK_ZpYnJZZPHIxEmwJI,453
68
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ZVWeCLcIwT_-DYC15t1wRfNc8_4lcA4B6AtaXPZBIj8,3226
69
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=FOGjqyxECLiF5WNLRIki46kJ9XI_E2-u3zI995aGiLY,453
70
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=IuY2LGYcgvCW1x9y7la7ZZxfyIbbiJibUAEOspYibV4,875
71
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=M96MHi7a0RkkHpiV4pvrJ-aKBjxBT3_TEanodZQLuqY,798
72
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=qbJnGSI1az6_FUxxN7c3MYZHa2exSNlhdWn7GLR0osw,596
73
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=_9hga9mR4Qfd964MjsGqiliZQiGu7wOnfsEtC7RF3Zw,720
74
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=0-t9igvLxPQ4nV9JToah-RNosrgQDBu8vy3QydBoLe8,6526
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=i9YobLqcAHhUwqX583KdHOgck68KxLbxGAPz7xPiufk,5147
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=JL5YuA2ViTW1pgXf_S9G-K8IVuQKgMepmF9GSjmbOLo,1085
77
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=8PyeJ61NAvRYBOAtYaWRpCCIxaCzLVSgR3xMGc22vX4,1759
78
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=F0H-o9ZIgG7H3fhKWNa8ln0d1XZO8xPRVjZLEYJj_H4,8004
79
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=PE_4Q6AkXsTHNqmFDaOO69gM_HsJ7-MXL9OjtziXNGU,493
80
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=YZaCK9ayoAbkbBGgMUnIPHjSnf_6U-Sg_uyYS50DrSU,1067
81
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=XzZ_CJ46jM_3hbPYaIzv-EJfudlziuV_nZWqzxKn2jI,975
82
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Mq2uYkND-di89pk27sj9_cjYKISt8Kkk4dYNqkt5J-Q,1933
83
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=AJWAYMDnTlpNR1hEUMxS7j_bDeBrBMFaPOjsed_X5a8,2513
84
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=V7F1t3-27LeFV5AChCwOALpm4lzE9YhJNAXcgap_dWQ,1782
85
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=-def937eRv_P0CvgE1VtgBxe_hElE93ZfUpVnZu4yuk,1748
86
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=iJ8pSZeztQeLMYWFYT17NV59us3fOls_ZP03FFABiAs,453
87
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=d-GKlrysJi4BbVRCxBBPAmfEid31TxBoxBP9UxEznwU,18088
88
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=8QEmDO0xcC84MscPYgKYkizbx70HZns8V19sRF7kmPo,5396
89
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=nSSQRAOOLCzk9UvJvSgfhKbWWyVk1li0vlv05ejVyQE,969
90
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=hcXPbK-zzGucLCgqrQtW8CWgEe17INCkXAEQE9EMUo8,2942
91
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-rsyXWwixWzRSvSLhWTYbqcGcxIOLzyEdkK2LGzELv8,4258
92
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=yidX1fPzNZYC489rvTIy80mLe7i0DG2DDQYU5PpDavY,1975
93
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=GJyDoF10qXwSDG1T9lDMcIMwlUQs2n3Z3NOYJffnPiU,6789
94
- metaflow-stubs/plugins/cards/exception.pyi,sha256=D1H4dXv-BWjjAcpGN3xTF83D0_kLe1Ak6e1f-Tm-vIc,2244
95
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=MHTvCQRLd-zeiynDDejwTMhaguoKFW7_YG882SX46RA,1871
96
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=cE7dRY_10F35PoN6vZEExBrcB8wDjwZTP0snnmMwGl4,7858
97
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ljfjzv_cURhu3lX6AvDqTpxItpsUY0I5uGm5gKc-Prc,1816
98
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=lkUSgzNB8ymRGk8TCW_y4Q6WWL3dmwRzTjXKqbbe048,7674
99
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=SpG_I1cEvbq5PYwK_mIxXMbv4x4Rf0aa6Wicf1He8Yw,1313
100
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=1mr_96CCUPnkU5vV33E8l_WZC5XiGHIoWdyI1t0mX5I,951
101
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=mn-U4cDLE5UR1t1MASvpF5ql8p0qnz-SJZ7gZGeySkA,4629
102
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=1BCraZVkkQcXfzX6_KJeUh6rek4t2k3n6fOt05mhbTQ,2711
103
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=nFbuC6eZ__T-J4OAPSNniPq6gvaT4iNDU7B0L0YpgZA,2667
104
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=uOPDhOne0l6_y4vNcK410y3P9m5QL5MBnz9NLGI-3vs,467
105
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=P81bkBu-x9PeCbtMQ5c_6bahgqkUEoHSV8_TjZsLCmE,3525
106
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=X69TH8Y51j7pCf5UcUUWgzOnZ44XyCrABR3X2VhpYps,1913
107
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ILb1EMdpZbi2CnkrZuetsDQTILgrcRXbQxT2oJGA9Ek,12909
108
- metaflow-stubs/plugins/datatools/local.pyi,sha256=yWZR5GsiI7SUBLEQZBNmYsKOfvV13LNyMsIkmViR_wI,2193
109
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=wTYb0LhLHaKTuyOsP1MGVGjtSYKGOJUNeojFymVEZHo,20310
110
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=CeipLYl3Z0amm3ZQ-zxLhLixNQuA07ZnjS9TG0SVXAM,29154
111
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=1jS7s3LfMhjY9fFgNwWmeo_nPJBPHwjNhPiaxCDJsS4,965
112
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=A1mfBXdjPoULj4ZseYn4k0Z0tQtIyNbg4j4EQgNtbJU,1123
113
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=nV6SjlTJUg7DbNdad4KkkkSEF5Fh0QNnmAfabJ8l-iI,453
114
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=rRdmQgb7iNGFTkG60jwJ7sp3Lqh071JunVhgT8D2KCg,1787
115
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VWx4MqqL6HzCSoPc4kJObXEXyk_eF71cYHmVom7pqGw,508
116
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=pTXEWEWNy5Ck1HLxa4C5G1kdSeJ44grCQbDflr0UWkk,3090
117
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=S43h7GCSoIzyoeDPVn22lE1xJHA8m9wtyy-OoGQlLuw,772
118
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=U16mPTnHi91hk7jFanSVdd55fdYwrX4oul5U4AlRBY0,798
119
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=D-5KdQi09PACKs_j5i4vYZfCN_LYrHLCzVX8VVjVsr4,1184
120
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vKfNJIiYM5lM0_DaAs2tIC6kik75LUbDaR9TlbRVnlk,1722
121
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4NrBk1OuUb4rb17LGpzJVvIIvGknwqPx4TosMY7FQDA,453
122
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=btEOYW9-lxjAfkFqLGSH6HhTe42cLR42_JsmG6AWm2Q,681
123
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=RzK7hxH1L-dyz9kyQ4gPXx3NB1ME4x64WYn7pGCRTNc,4502
124
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=UxtWLtC8GXFs6lipntR1PEoQlXH7zL2mLKBsOyXyUQg,4234
125
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=rq2RBVK2OcRCjtbaQRoY6p3xL-yHcfdDQkbOhaczHQs,2586
126
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=j5VLMfVk15Hz6jLizLGsDfK8mB1SFb8N3L-8Sz8I5XQ,5002
127
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=swJh-1DktyF4WD2OErhklMtU7amsTzw1VgqOj4Za3-Y,3131
128
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=5bOtU5Q0XniZtkG2J-LwjslVdU7ubEX9Fum1wtSNAKU,4816
129
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=45Lfu1R3Tr91BWLupWDDltyGuzOAAWvn5cKDOZFRsJ8,627
130
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=7VkZqHNqo5jtIg264oJPoPHwskpzPy1fYdD7bMmzv-M,2188
131
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=zOtQmQpVQDTndzSiJteJzxycTqniCf189M34W6j6ewI,2333
132
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5lCiag0hZnDu6IBaiKMSyDm_tE9HWHnf-1ompydtZmE,1130
133
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=b7Vj_z9CFsQ1hrdUf5Cpz_r3zxRgA5AffbHyKdZSjgU,1651
134
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=wgF8qrvHb8zxykQAHDgRcndIA2IG52qr_0JamMG86h8,771
135
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=kQlhYAmvFXI-YoUyMbpjNHSYgRwgRCNiGDSHaFBwWi0,812
136
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=BIooVKf5ffJC_Zwi1rYdsC7Jfb1_HkJKP35_I3seORE,1114
137
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=QEbwLDipsZchpX2jeX3Dx_DuZZmEipGonyhPjzxmYiE,2021
138
- metaflow-stubs/runner/__init__.pyi,sha256=kBD4mRnEbXr9f3Y3eI4v_Hb5CmNPmlqUF1Jsnb5zEoE,453
139
- metaflow-stubs/runner/deployer.pyi,sha256=ibkLCMrPggyVyXyeKILEW-BWh2pDRntF_TJ9ilgLgLM,13266
140
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=4vpwnGHcomiRe20Fy0Eu3qsvIce34wd68YituEBivhc,23329
141
- metaflow-stubs/runner/nbdeploy.pyi,sha256=RXU-EocB37j10e5UgLWWHGdyAjWePYcuRzfVQZYsZmU,1849
142
- metaflow-stubs/runner/nbrun.pyi,sha256=HWUWyMEHuL4JWpUvD0tmtPRqtb3kayd1kSQ4fVhSPIU,7548
143
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=rxHDvjPlQfv9MAObNVd2GDHV9mTIK-RTder8k8G6q3w,8577
144
- metaflow-stubs/runner/utils.pyi,sha256=zHhYRUhDLvfRXe2E2L0j8CMOZXi5W-k8AtaAoXayMoM,852
145
- metaflow-stubs/system/__init__.pyi,sha256=SHjmplACGOaRpFzmNOi-LSL1gkHYJcs-87BbOcfPHAM,3383
146
- metaflow-stubs/system/system_logger.pyi,sha256=fgRtlDDhvC8f1EgGe_YXoER_Hp8jh2aBtjkaq-JAfXE,1876
147
- metaflow-stubs/system/system_monitor.pyi,sha256=f88edO2A06CwJVH_BvdI6qF843Z4-kLypX3puzw10q0,2017
148
- metaflow_stubs-2.12.20.dist-info/METADATA,sha256=QCf5LWi5QHaaw8qdwJAD8iElhcxr6LXwK203DwdKPbU,1403
149
- metaflow_stubs-2.12.20.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
150
- metaflow_stubs-2.12.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
151
- metaflow_stubs-2.12.20.dist-info/RECORD,,