ob-metaflow-stubs 4.8__py2.py3-none-any.whl → 5.0__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 (150) hide show
  1. metaflow-stubs/__init__.pyi +471 -618
  2. metaflow-stubs/cards.pyi +5 -5
  3. metaflow-stubs/cli.pyi +2 -2
  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/metadata/metadata.pyi +2 -2
  14. metaflow-stubs/metadata/util.pyi +2 -2
  15. metaflow-stubs/metaflow_config.pyi +2 -2
  16. metaflow-stubs/metaflow_current.pyi +23 -23
  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_utils.pyi +2 -2
  23. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  24. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  25. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
  26. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
  27. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
  28. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  29. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  30. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  31. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  32. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
  33. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
  34. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
  35. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  37. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  38. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  39. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  40. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  41. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  42. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
  43. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  44. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  45. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
  46. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  47. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  48. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  50. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  51. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  52. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  53. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
  54. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  55. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  56. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  57. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  58. metaflow-stubs/plugins/cards/card_cli.pyi +5 -5
  59. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  60. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  61. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  62. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  63. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  64. metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
  65. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
  67. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  69. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  70. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  71. metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
  72. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  73. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  74. metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
  75. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  76. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  77. metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
  78. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  79. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  80. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  81. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  82. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  83. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  84. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  85. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  86. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  87. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
  88. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  89. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  90. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  91. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  92. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  93. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  94. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
  95. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  96. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  97. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  98. metaflow-stubs/plugins/logs_cli.pyi +3 -3
  99. metaflow-stubs/plugins/package_cli.pyi +2 -2
  100. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  101. metaflow-stubs/plugins/perimeters.pyi +2 -2
  102. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  103. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  105. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  106. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  107. metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
  108. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  109. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  110. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  112. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  113. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  115. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  116. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  117. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  118. metaflow-stubs/procpoll.pyi +2 -2
  119. metaflow-stubs/profilers/__init__.pyi +2 -2
  120. metaflow-stubs/pylint_wrapper.pyi +2 -2
  121. metaflow-stubs/runner/__init__.pyi +2 -2
  122. metaflow-stubs/runner/deployer.pyi +2 -2
  123. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  124. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  125. metaflow-stubs/runner/nbrun.pyi +2 -2
  126. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  127. metaflow-stubs/runner/utils.pyi +2 -2
  128. metaflow-stubs/system/__init__.pyi +3 -3
  129. metaflow-stubs/system/system_logger.pyi +2 -2
  130. metaflow-stubs/system/system_monitor.pyi +3 -3
  131. metaflow-stubs/tagging_util.pyi +2 -2
  132. metaflow-stubs/tuple_util.pyi +2 -2
  133. {ob_metaflow_stubs-4.8.dist-info → ob_metaflow_stubs-5.0.dist-info}/METADATA +1 -1
  134. ob_metaflow_stubs-5.0.dist-info/RECORD +137 -0
  135. metaflow-stubs/plugins/airflow/airflow.pyi +0 -187
  136. metaflow-stubs/plugins/airflow/airflow_cli.pyi +0 -90
  137. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +0 -50
  138. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +0 -46
  139. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +0 -145
  140. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +0 -22
  141. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +0 -159
  142. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +0 -49
  143. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +0 -78
  144. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +0 -77
  145. metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +0 -11
  146. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +0 -114
  147. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +0 -75
  148. ob_metaflow_stubs-4.8.dist-info/RECORD +0 -150
  149. {ob_metaflow_stubs-4.8.dist-info → ob_metaflow_stubs-5.0.dist-info}/WHEEL +0 -0
  150. {ob_metaflow_stubs-4.8.dist-info → ob_metaflow_stubs-5.0.dist-info}/top_level.txt +0 -0
@@ -1,75 +0,0 @@
1
- ##################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.9.1+ob(v1) #
4
- # Generated on 2024-07-25T19:14:17.863003 #
5
- ##################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- class ChevronError(SyntaxError, metaclass=type):
11
- ...
12
-
13
- def grab_literal(template, l_del):
14
- """
15
- Parse a literal from the template
16
- """
17
- ...
18
-
19
- def l_sa_check(template, literal, is_standalone):
20
- """
21
- Do a preliminary check to see if a tag could be a standalone
22
- """
23
- ...
24
-
25
- def r_sa_check(template, tag_type, is_standalone):
26
- """
27
- Do a final checkto see if a tag could be a standalone
28
- """
29
- ...
30
-
31
- def parse_tag(template, l_del, r_del):
32
- """
33
- Parse a tag from a template
34
- """
35
- ...
36
-
37
- def tokenize(template, def_ldel = "{{", def_rdel = "}}"):
38
- """
39
- Tokenize a mustache template
40
-
41
- Tokenizes a mustache template in a generator fashion,
42
- using file-like objects. It also accepts a string containing
43
- the template.
44
-
45
-
46
- Arguments:
47
-
48
- template -- a file-like object, or a string of a mustache template
49
-
50
- def_ldel -- The default left delimiter
51
- ("{{" by default, as in spec compliant mustache)
52
-
53
- def_rdel -- The default right delimiter
54
- ("}}" by default, as in spec compliant mustache)
55
-
56
-
57
- Returns:
58
-
59
- A generator of mustache tags in the form of a tuple
60
-
61
- -- (tag_type, tag_key)
62
-
63
- Where tag_type is one of:
64
- * literal
65
- * section
66
- * inverted section
67
- * end
68
- * partial
69
- * no escape
70
-
71
- And tag_key is either the key or in the case of a literal tag,
72
- the literal itself.
73
- """
74
- ...
75
-
@@ -1,150 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=WsRxvoi-r4z-r3DF3JzB1YgxeWRRmcGslsFvDncbBv0,117303
2
- metaflow-stubs/cards.pyi,sha256=GBytY-0P7hRT62B5k4zepd1xnymThL7uELwvwl2WQbw,9422
3
- metaflow-stubs/cli.pyi,sha256=ejV9mrhkG8ZRRN5Ct-VdQhzSh32ZhH7YNuX8EqgXgJI,2970
4
- metaflow-stubs/clone_util.pyi,sha256=3bEp6sp8WRuUB-F-7mFTnDoxV17J70maB4rV0V7dIsM,1090
5
- metaflow-stubs/events.pyi,sha256=xIiUJIPj7KIP-rraFjK375u9oWEhfEhdAgclE8H32Hc,3405
6
- metaflow-stubs/exception.pyi,sha256=dCzSSJ_8f1Nj4MRYF4UTPQb_3BY9tw1GCHKboKA2isw,2524
7
- metaflow-stubs/flowspec.pyi,sha256=jRvyoy2X5qHaUVnDPqFZOWGH0dobi-x2e4DkahF82_w,10480
8
- metaflow-stubs/generated_for.txt,sha256=eBGBBIpfmN2Y5xGrKzut_anSwz3A81PZrE9_7SJoY-I,42
9
- metaflow-stubs/includefile.pyi,sha256=pHrOwmPrnDNKDCH0ZMrTUlZ6JswJ9D1ryII1S0KweDs,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=5aSOWVykPIEDrlWN58o-8AP-nIH7yjJdkPUJPFNJkR4,4558
11
- metaflow-stubs/metaflow_current.pyi,sha256=Q2oEaUYAHeIN4LV52Kk6AKu2MIsYcEtXmvUwQZ41i0o,9224
12
- metaflow-stubs/multicore_utils.pyi,sha256=OBOZbl9NfFmavgXoA3Dc9poqXItYHpDLC2lz6lU3lb0,2369
13
- metaflow-stubs/parameters.pyi,sha256=TJtFr0RRpt0XrPqlGPQDrSYCqYYvUS-MjuSUWC17hBQ,3710
14
- metaflow-stubs/procpoll.pyi,sha256=Gjs6zYXtWDU2d8b_G4UYLw3GrFuU6aL7RoOgTeXOtfc,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=ZSj1ZoQExYd7W1l0epVQMS3CVY2i8j1G5EFx1ht8OKE,972
17
- metaflow-stubs/tagging_util.pyi,sha256=B2Rxl9D1ruEFLoKpneB8Jf76KPI5Vx3A4C26wLNAMcs,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=RfxADac9kDygl-OSOFUhjqb1K9Lg-NDKaCpY9T_shdw,562
19
- metaflow-stubs/client/__init__.pyi,sha256=Jv506QL8OzKP8yLGB9cMgGWl0z1H1JERN4fp2Cl0_GE,28941
20
- metaflow-stubs/client/core.pyi,sha256=o75oh4Crstvh6hP6zcJ-Luh6vkCv2fYE4gGDy52vgcA,40855
21
- metaflow-stubs/client/filecache.pyi,sha256=IcljmVxi5yotZsL_iLoPccLSyn_g8BA3KUZIX2V_UqI,3036
22
- metaflow-stubs/metadata/metadata.pyi,sha256=rDWlwMxkZZ4Bqb5n2UCcRkrAvEUwWNt3yxYBMpXhjHI,12396
23
- metaflow-stubs/metadata/util.pyi,sha256=GIg2rB-e57_uffdkyjlzFbAG4U4mcjHGUdxQx0-ouTg,657
24
- metaflow-stubs/mflog/mflog.pyi,sha256=-rgHHtt4avRybrKGAk520Y8VAFfbZMroRK6qYaY_gEE,621
25
- metaflow-stubs/plugins/__init__.pyi,sha256=jnJHex_B4egSHKoYn0eZE8XbS_7s67CPc8RINLUASIY,5998
26
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=JY-0L2F9kAamCCcINE96P3nNZL9VHAEAyenDkgrFipM,1826
27
- metaflow-stubs/plugins/debug_logger.pyi,sha256=ocLr47vDKE8GqiJL161B-Sm-L3WIBsCnLWfDDT1Pqsw,815
28
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=RNtF0H1wuIrFJS9VnK6s4rZ7B0i1q4pBut-8UJpD_7g,793
29
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=YfOKIHmjXYox2Ic2L1iCUZq2RMWQo2YLXCtwFx4eVtA,714
30
- metaflow-stubs/plugins/events_decorator.pyi,sha256=YSZRbBGTyR5SFiUw5WMxsJi_L9J_EoygWsiIVrAjIKc,1220
31
- metaflow-stubs/plugins/logs_cli.pyi,sha256=eDACstaMIpd7sdZBQmcKwIAnIRH5klYjuB8owdjiGxU,1348
32
- metaflow-stubs/plugins/package_cli.pyi,sha256=IrQllXl8y8LQucarqrehLrOwnUvGxprmgueYE-3ep0I,453
33
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=6Ut2dTFOjpIETk5ifgBAzuKsoJ0_fF9yTeN1lS6yohw,2457
34
- metaflow-stubs/plugins/perimeters.pyi,sha256=kMLVOjnkBZQkr_gylQIxw9ZtoweqXolBpbhT1JhruqY,804
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=rsQZ3HypYYTB-TQCqr4W--Gsj4ZAN7mDfcj-s9uleCY,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=CKp0WuaaW4gUaMuIy5n1IcdVKxYQRhqdKy2B8974J50,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=V-XHa6HUfOehElS3zXDDVyU7LBhbKqSPjjAMEh457f8,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=BxgDzfYXS_qPxXGeZsvLIUZaVJZ2CnC87TxTnvqA0K0,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=jatB1iRIYUuUa5RRFM1VAG0HF9wuZ9au4cQW-CzgDng,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=bmlc6qi8_o9VWwhpkmUd5FnWolSDs4ware3zhxuaTVI,2325
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=aGNDbDtlkkv-sl_kKPxdZa_6mwx2CWsim7ZQYE3i_bw,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=xRJt-lnSibqQLorGhKnnBhr31C0MhgoCGNarKP0uZJw,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=nYvbRQEV18syAFm19mfY6yN8QaBWohvDznQAPCipTIY,5764
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=oyhMEQO6zj7AbTs6OVc-9RtXXL4zEZpeBUxqfOX-oCk,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=oYUtBIXUqoHOj2x9dEmRi5SHP3F79YHC5G5Q3MN4WPM,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=0rLI3dcVc-KY02gwhkeSfWbbbS15t7mr0G2moPaV_Bo,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=XJpWyT2f3dPpztDm_SHjxlmBhGaj4tayrZOcHHdVEYs,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=3uf41dX-6t1KaU8Td8Ffv4LXSFwEW4dPWnhr4nK_JMQ,959
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=uUH1JrTAHMTwMrOztuEtz0QC8PGYKtkSWP1FtRPCy9k,1834
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=dTF8jjBofRPAQ5gkyPNWWXEOlXM9lrca7a6G5h-cGMA,1697
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=i4TGEPfJrakFefQNIdqhnrASzfIp8eJk2beibBjPBL4,1617
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=B5g2GVj2yu0JW4VOVq44tT5P78bYYwszDMiynLXYgfA,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=2u97w3tx9SVpvjweCQ6a1mYgL6miBCkoGwMZPyt3otI,2405
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=UKr0yHO_FwIPR7_4boy2mgTvd1UWT0nnlvT1np_LqvE,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=9y5yB6zs9D4QQoo0LdGKv3gAL7zBvl_elwF0J_ODz2Y,15277
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=-20xk71GAlthjOdmW9gZ9fKd_Mk7rGIf9QyrqYnrYLc,13239
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=MDjGs6ZSw92Mcqxg_lYo_uqC-_oI_rpZCBJv4M2UQW0,13987
58
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=4ycGG0hBnhrjV8Dl0aaIFnYr_ytatBoQmX8MSLOIfiM,8119
59
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=DJfV4-EWCjzaQaU0ter2DY0mqgMIIokz7r0-UzsIzG4,453
60
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=NT1Amdjozt_vJ4F4dzUFWWWSi89kxs_rurGCdO84GQQ,829
61
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=lzBZfgKvA_zZUqWVjHcKFLyUhSLfDPN4a8KThRXQ5iw,3098
62
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=SX2_v2dC4JypC_3pSXQTs_onVDrIMa1PWYFrjFNjZ1o,453
63
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=MYenhNOU2cNFqZlB7T-d8cuwvZgTeWScJ6TVxxVJM0k,3606
64
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=akF2JdoXX7-HjVkPT3y7nuxP4jB-ue9Y-Dqqf5MXFyg,2318
65
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=FfmINlfoCjF7VCQm0NYkGcEJSDcARkEbuwmDD43iyVw,3742
66
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=lTE-Dvd_k2S4uEVARUAb_WixuqQdhBJZvLevx0aEhHY,4734
67
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=YZwN295OJ4DgYBCPVtGZb8jcvedHcuvfuUScbeXpbcE,453
68
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=gcYS2LB1dLlGGznv5OPWP9kfaPwYddbC4iFcC_QLAAQ,3226
69
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=3RrxuqQ8ejNmCFDkAUCkyGbeGmGEKDMbOltY-OvOJes,453
70
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=7GOR_2RshsFKc9RVvxNhvHY9H9zwzjPyYcqRhZ-tdnI,875
71
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=70Bog_lOa9sWqiwJP0J2OomPsyb6xpRcoDIO2laiQ60,798
72
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=CDeD3lPOzbjl3lZVLeFKC3-PwmsjxlQBcmsea31lB-4,596
73
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=5JmvwA7coGNgNcz_3CHi5G3CjDnCV5uKzzmi8czncpk,720
74
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5ePN8_6mCfXtPzyA6sblD9_TYMPijHwvOttTRp_BPoQ,6526
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=ky_GpGWWR3T1yXep-hrz6epW2DrKe_jVZ4AWQuuzvck,5147
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=ndDyyl8sv__wNCwq6l-XeCJ9i4SBLamjnDLZt-vy5rA,1085
77
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2HxGnesTKaHzsrbyNkgmPa-t1qqaSg_mSvIT65MEk4s,1759
78
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=-hxcYDJbkyQG57lScBTDWXW8k6aF3ccyCKipWR5OSP0,7427
79
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=zxSiEn6vmIOhLVKVvizJ4G0JshIDAvwcmRW_nyFVFPM,493
80
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=DkMbmnfdICRzcfwYvwm5MQnXn0STY09-iSLEyWa5xlU,1067
81
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=yDFSNx0VGHH2uvGWQNEd3_aTO6iUna36HyYuQoF3pp8,975
82
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=sWkoLwZ_MHj-YgcpvwOqAigFBu0_wrDZCDqxbgzLP3Q,1933
83
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=azyCGS1k5ES7pAB6bDy43gggAWbXUVpdVtfv1awGZcE,2513
84
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=p1S0eVClo3X21mnF54N9lNLlYnCXdVEGb1gCVi-Xui8,1782
85
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=xgnarxiMGjDAW7TImQDh-zLwO98w2S7z3Wl5IDWfvdk,1748
86
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=__lnZBIU_Enaz45qCgDxdCln9ucHmoWqgqvXKA8MSRk,453
87
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=f-zMBISH_4Y8YN2P2cah_hIW0KFRVp3VvQd9zvNdqBk,18088
88
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=sv9Y71RD73lfagctFgvc5HXii_GQBOdAIllDAUHT7Tg,5396
89
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=EuvGX_6XnsJSg8J701tvpvAH9DBZnRonV_J6uuiaJzU,969
90
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Vv-O8WVL1ufXmzix_TMbGw2_OujZhcAYZsKLvDa66GY,2942
91
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=FC17O5ILm5UKCJdh7zOZvXX5jS8NIYmluIrbLLdavUI,4258
92
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=lWh6ZCXhULHdJUFS5dmnVAHl-SY492wgHdFRRtKYSqM,1975
93
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=ZXXix3jibOwXG_Us5-VoyapdiUhzgsomGr72gXtx0e4,6789
94
- metaflow-stubs/plugins/cards/exception.pyi,sha256=7qcortC67K2jhkDIKin0vHdqremi-cphkAD23Y8xUME,2244
95
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=v71Vf_5ogc2bmEQ6KHEO_HkJgQmZwYzHk80G9hptdLE,1871
96
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=mk4STo_ag0rlyrMxDZ3OrCkTDw3L93HVdS2qGWtGr94,7858
97
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=h2Vq9eF657xjjotaAc_q2ifGCbSo5Po7sIqefCKfhBo,1816
98
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=D_gT6VkPh4JOhVqHtGVfAq2feJLW4kv2olflJeU8D_M,7674
99
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=lKF0DtFWfqFNOMAscqPwvgbIU3YaLFDbjT4BGJ3ofgU,1313
100
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=0TLR1Ra6HFWY4yPLURpnuJTK6AdFzbIRjWEZvHZ4O5U,951
101
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=NYXGtflpjFUQO1vJ9kL3174_CI3FV07km1k__AcA6Zw,4629
102
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=w3Wlj4_LHHMEzi5u-sXgJQoSC1QEsuN1lVfgUzo9BNY,2711
103
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=f7goVHTMEYpuq7vSFY5E8b5ln6N03Lk4k-YDkB7eVgU,2667
104
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=M6sX1rYxf1Tq-1huQOQNfCg3fzINp00Hmusetq8ycSk,467
105
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=41wIEbhOu5MrnQIkEKM_S9RPN3WY6toQ3y21-ZQGq5k,3525
106
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=T8jGy3F-_NAiC5vJN858b81oWCAZ8ntpqQw05Sg0rNk,1913
107
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=EHn0Xbq4x2c3Oh0ZYT5n5As6KM1xxfvqwld89xe9mVw,12909
108
- metaflow-stubs/plugins/datatools/local.pyi,sha256=6TjbdgxGOoqwEv-ghYCHmIEthL0udLU8x8YkSqnaGvQ,2193
109
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=Q0JIBCSaBBHIFLNSrixvQTzoGg4yhO31pyaOCVJINH8,20310
110
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=uxZ44jKptzPTz4WfSLIpazYku_k8mYmNBCs7U6BAGvA,29154
111
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=B6p5uplSL6ViKHWjT4JaCE9bwI-p1NLKpowTq1Tfprg,965
112
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=tcAp_IvMt_qQFgPKLOgGxPHP5JZif6WIgMTuTvsIMZ8,1123
113
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=NYBaWqbjSwq_O1fPwAGDUwjH6Amo2YqQoXmsRILbA98,453
114
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=LseYCTSgr0w-sigSi6CzOyVR5ABYKe_lL4bYpCVdjtk,1787
115
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=gpsJkFLiergTm3zEcL4CwtoE0zMANDIM6tbKAjNrtPw,508
116
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=AEv-ooSztDGaeqjH9xKzQPh7aRY3L2R4Wn4ye1ee-gU,3090
117
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=jc86k8qIlcOUGTzFLTeCu0-F8HCT0ot2vErzCFFooWY,772
118
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=JdA0yJLzbcn8lHw8qoIDYe8wGZjDOlR2WdVDOLVV8Bk,798
119
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=O6G-nK_ttWICr8Es3hAHUdnQdYf0VnM4JronUdm-LAc,1184
120
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vqz_Dg8JFX7c6oMkjXQWMSr489j03GToFr3ZesMW_W4,1722
121
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=76dWi8aS7wI1XepbTRa6S5GyYxMSfEcBsgsXcxL5n2g,453
122
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=WDCqgwOrLgWfKAQm59EhWr7cNxk2xGRE7KclxDzC20s,4299
123
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=boaBTBeWopRGfjiFFWKMZVZMh8sB7waVzuL3Egx3i60,3758
124
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ksR-Xt1qaJ7OcU5YhsSHLgYjRaq661D4lwOk20W6cpY,1022
125
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=S_Hh9OXOWVuIERKYa5fRR-oisci9BJhfnHW7IXUzV68,5053
126
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=4c1QJdNFCoEZj8tCO0fMCWonfLwUQXdBOV3kYi084TI,4839
127
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=QATG3nMbgn5_yA9DKAsbyQ7XtJ7rP0idone629H-Lv0,627
128
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=ELqgiGwhqphPgsp47LBUZVDdc8eHPVcmTV8fig8AfzY,2070
129
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=gwiPH3TEndTJe0bFwsAda_hImATXZqYgkIzWZaFu8aE,2333
130
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=PyYAwOKgJ-NTzOoCyEgAS1qUyDVwxVaE219dZ_bOmKQ,905
131
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=6TINh6hNL5H68_sJciTpi0bQcxhb51X1LAsuNeJkMWY,1651
132
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=RxxZ2yfnKlVxz096wZvrlN2bclXe-j8q2MKkW88ZqW0,771
133
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=xf3t_1rUDaM3iGNijQwa03F59DbfgI8uoanALliXbeA,812
134
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=6i22hTcoJvugEyCtSkJ92fgbmY1eYqQ1oNYB9p4YnWQ,1114
135
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=O7tgJ4Hct_8NcAYTb3wXPlf7TwHiZe2H9D3du1MY-f0,2021
136
- metaflow-stubs/profilers/__init__.pyi,sha256=Z_Pu6xV8ic2hd4Pg8CXaT_0NrmkKgkg8lJe3GXLBn-Q,654
137
- metaflow-stubs/runner/__init__.pyi,sha256=sinGcAbJGO1gQMIYs7Mj5Qf2hSm_AvM3EHCkR7SC97Y,453
138
- metaflow-stubs/runner/deployer.pyi,sha256=VrzlKpn9AILMX1jsatMj-zOgGlMGbRnzDK5Sg52gNxE,12627
139
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=HQ4RYPh1ildG4By0VgfarNy1kgMrDNGpT2bfBWodBrs,23267
140
- metaflow-stubs/runner/nbdeploy.pyi,sha256=D46ZZC5Te5tWXilHFm8x3C4qVndtU48jThBop7vRZ9w,1787
141
- metaflow-stubs/runner/nbrun.pyi,sha256=1rNVdy1E-fV5zP4B3Mb3ETh95zEOxDMrl9ov6rYxmpk,7486
142
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=v0FmSPKIHuJSfttMIIDm1Ei4C7gltvt7ycdbQabJhcg,8577
143
- metaflow-stubs/runner/utils.pyi,sha256=g9y3aIooccs72LYJytwMwLgK8dKYbsoLKqeycpvNUOY,800
144
- metaflow-stubs/system/__init__.pyi,sha256=BpS4qvoYiHiloSbKOrf4lidv_9ybXkfC9_31B0jnysk,3383
145
- metaflow-stubs/system/system_logger.pyi,sha256=tU0fiuARCk3S-SgPId-Q0ggyQkTPAwJ7qUHiK6h37is,1876
146
- metaflow-stubs/system/system_monitor.pyi,sha256=5qD100MvW1Md_6oD9VEsiycJVmHBiQYk03-1EhQxhzo,2017
147
- ob_metaflow_stubs-4.8.dist-info/METADATA,sha256=3Q1ZGBhuBkUAYtyU6f2l33LVdJBSxj5obpTeY5TOfmw,651
148
- ob_metaflow_stubs-4.8.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
149
- ob_metaflow_stubs-4.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
150
- ob_metaflow_stubs-4.8.dist-info/RECORD,,