metaflow-stubs 2.12.3__py2.py3-none-any.whl → 2.12.4__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 +590 -589
  2. metaflow-stubs/cards.pyi +4 -4
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +2 -2
  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 +6 -5
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +5 -5
  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 +5 -5
  17. metaflow-stubs/mflog/mflog.pyi +2 -2
  18. metaflow-stubs/multicore_utils.pyi +2 -2
  19. metaflow-stubs/parameters.pyi +10 -4
  20. metaflow-stubs/plugins/__init__.pyi +3 -3
  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 +4 -4
  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 +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 +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 +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 +3 -3
  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 +7 -6
  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_job.pyi +2 -2
  109. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  110. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  111. metaflow-stubs/plugins/package_cli.pyi +2 -2
  112. metaflow-stubs/plugins/parallel_decorator.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 +4 -4
  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 +3 -3
  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 +3 -3
  127. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  128. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  129. metaflow-stubs/procpoll.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/tagging_util.pyi +2 -2
  136. metaflow-stubs/tuple_util.pyi +2 -2
  137. metaflow-stubs/version.pyi +2 -2
  138. {metaflow_stubs-2.12.3.dist-info → metaflow_stubs-2.12.4.dist-info}/METADATA +2 -2
  139. metaflow_stubs-2.12.4.dist-info/RECORD +142 -0
  140. metaflow_stubs-2.12.3.dist-info/RECORD +0 -142
  141. {metaflow_stubs-2.12.3.dist-info → metaflow_stubs-2.12.4.dist-info}/WHEEL +0 -0
  142. {metaflow_stubs-2.12.3.dist-info → metaflow_stubs-2.12.4.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.499620 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.527766 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import abc
12
11
  import metaflow.plugins.secrets
12
+ import abc
13
13
 
14
14
  class SecretsProvider(abc.ABC, metaclass=abc.ABCMeta):
15
15
  def get_secret_as_dict(self, secret_id, options = {}, role = None) -> typing.Dict[str, str]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.499345 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.527487 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.447070 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.491765 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.453660 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.498482 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import metaflow.metaflow_current
12
11
  import datetime
13
12
  import metaflow.events
14
13
  import metaflow.client.core
15
14
  import metaflow.exception
15
+ import metaflow.metaflow_current
16
16
 
17
17
  def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
18
18
  """
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.440929 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.485520 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.442731 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.486416 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.437606 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.481996 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.437123 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.481518 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.432804 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.477097 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.435549 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.479963 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,10 +9,10 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import datetime
12
- import metaflow.runner.subprocess_manager
13
- import metaflow.runner.metaflow_runner
14
12
  import metaflow.events
15
13
  import metaflow.client.core
14
+ import metaflow.runner.subprocess_manager
15
+ import metaflow.runner.metaflow_runner
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.436656 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.481040 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.461210 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.506221 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.409973 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.453849 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.417559 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.461539 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.3 #
4
- # Generated on 2024-06-05T23:31:10.436784 #
3
+ # MF version: 2.12.4 #
4
+ # Generated on 2024-06-18T20:28:20.481171 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: metaflow-stubs
3
- Version: 2.12.3
3
+ Version: 2.12.4
4
4
  Summary: Metaflow Stubs: Stubs for the metaflow package
5
5
  Author: Metaflow Developers
6
6
  Author-email: help@metaflow.org
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Requires-Python: >=3.7.0
23
23
  Description-Content-Type: text/markdown
24
- Requires-Dist: metaflow ==2.12.3
24
+ Requires-Dist: metaflow ==2.12.4
25
25
 
26
26
  # Metaflow Stubs
27
27
 
@@ -0,0 +1,142 @@
1
+ metaflow-stubs/__init__.pyi,sha256=VxO8ZnahPoJ_PgnOm1yahE87G_7R8DneY7N4gGWdrkw,114311
2
+ metaflow-stubs/cards.pyi,sha256=XSqSNrfNzZDpJ_LpJHLaQMDVDLpf1tHmEihNQs_oLak,9145
3
+ metaflow-stubs/cli.pyi,sha256=5IktM3jfIxrKnmgCai9BS_7p37G04TUxSoFBz9y5SXU,2970
4
+ metaflow-stubs/clone_util.pyi,sha256=vuW9C_9C4GXuOaGaGyiQljMrSumcCN8je0k5AFmsms8,1090
5
+ metaflow-stubs/events.pyi,sha256=BR6K43M4p4rRQ23seTsb1Yx4cDEsbCapayyf1CBMJKA,3405
6
+ metaflow-stubs/exception.pyi,sha256=qCm8payZ5R5KbmjCheRGA8h-ka-jtI-oQ9Lc1eIZlD4,2524
7
+ metaflow-stubs/flowspec.pyi,sha256=jb_P-0M_Btu6Qw9VmTNUsK6OSt1pShzl_Gg_yJn_wjM,10480
8
+ metaflow-stubs/generated_for.txt,sha256=4Fqu1kU-z3bjVaIy37lKcx0GaywdgId-FSJW7DMZzy8,33
9
+ metaflow-stubs/includefile.pyi,sha256=Xi3gN-ABFH996S6EwGV1n33_C1zqy3LwA6_oR3zhqLM,18152
10
+ metaflow-stubs/metaflow_config.pyi,sha256=QOkZSdBCtXVxh2SlfN4sdanZQ2umcCmpfeHuromkbEk,4477
11
+ metaflow-stubs/metaflow_current.pyi,sha256=67rgsprGztLoh90LJVa_69pAQzOMIKm_sftgLFuHvCc,8475
12
+ metaflow-stubs/multicore_utils.pyi,sha256=wQYPW-Ne6J2U5nTiiC2ymWe7dQOU_ivtZ__Ap27Ijts,2369
13
+ metaflow-stubs/parameters.pyi,sha256=KtzvIplj3YaG8Y5D4s1zSO2e5OwzA66X0VxA0RZ0Ov8,3710
14
+ metaflow-stubs/procpoll.pyi,sha256=rrW6puTaS6KVQBec-eW3tENNtT08itJOvSfUTpGPXz0,1249
15
+ metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ metaflow-stubs/pylint_wrapper.pyi,sha256=-1TxSdHeWdyhi_l0-Q1uHcD8h3FFbMV5nWtQJC33br4,972
17
+ metaflow-stubs/tagging_util.pyi,sha256=Q6Mqs0es-C3SuIxEtMoy5MSIk09K5HHH-tz501_2YnU,1485
18
+ metaflow-stubs/tuple_util.pyi,sha256=7E0nZfI1F5PC9EtAJAmO4YzgZboHG6JF00avm5M6M8w,562
19
+ metaflow-stubs/version.pyi,sha256=pfxqK1X4yMj_HjvcZCXb2gFs6q4ij6glVgDEfBqDn1g,476
20
+ metaflow-stubs/client/__init__.pyi,sha256=Q9RrnZuAA_I3xnRBQcKtI__JX6awIZSVldPMx14yEjM,28941
21
+ metaflow-stubs/client/core.pyi,sha256=FjbMG3xw86zdeub0ecfvsm8RHMBqbmZRUbg816mfA4E,40855
22
+ metaflow-stubs/client/filecache.pyi,sha256=mCrp6C4PFV0FSgJaYSuomN_xT_KfoUg7zTb_e8rRj48,3036
23
+ metaflow-stubs/metadata/metadata.pyi,sha256=AU5azYEuqCKmWMwbV-DHxI2H_Vz0v0TJannRckmEumw,12396
24
+ metaflow-stubs/metadata/util.pyi,sha256=QhDxHBn8UXE0jUT97HeA1M-BRO1YokQB1ik30gzrOlQ,657
25
+ metaflow-stubs/mflog/mflog.pyi,sha256=LeB8yNVAltloQJWvct7AUfZ8AWHbyP3nAs3pbpH6lgE,621
26
+ metaflow-stubs/plugins/__init__.pyi,sha256=pEfI2bNJ1GjLdb7CNg3DLT9SuX4xjA4Jh8nzq3FImeI,5654
27
+ metaflow-stubs/plugins/catch_decorator.pyi,sha256=ZR8ZDSW-8bj6QTUmS3QXa1Q4X5OizM049MKL9cJBHZI,1826
28
+ metaflow-stubs/plugins/debug_logger.pyi,sha256=HVC66K72NrBMHyKKlHHVu4ypGqtwPUOM2poSAS6azhY,815
29
+ metaflow-stubs/plugins/debug_monitor.pyi,sha256=d9E3psL2v8WAEVvfY8Vdy_Dy6sQCRv0OeF9t8LJ318Y,793
30
+ metaflow-stubs/plugins/environment_decorator.pyi,sha256=O9t_cKW9PzX2MK3AWj0xzLIcyrFHMqyQv1z1zRgZ8mE,714
31
+ metaflow-stubs/plugins/events_decorator.pyi,sha256=jQ-8xZfyDRa6RRGE1woZxlufkRS5xBBiPSkQtf_WiL0,1220
32
+ metaflow-stubs/plugins/logs_cli.pyi,sha256=copL76vQjEtHn8ls_jPeLjhWf_F53MHtM6s7PqLPLdc,1348
33
+ metaflow-stubs/plugins/package_cli.pyi,sha256=_Jrqqk0sWeaMYX0lE70alJaAqcKM_vo-laFR4wvG6tw,453
34
+ metaflow-stubs/plugins/parallel_decorator.pyi,sha256=lXAA7JhluPfAHwjgYe41tx668u332Hmo9vXpNI5UC50,1248
35
+ metaflow-stubs/plugins/project_decorator.pyi,sha256=k6gu9C8s2-syXuR_oBWg_UKP3aMykdZFi0D-2BIA8lg,1136
36
+ metaflow-stubs/plugins/resources_decorator.pyi,sha256=E-RRZK8ibLcBvPFSOElAIkMdItnZHU7fKnOI2VFGKW0,609
37
+ metaflow-stubs/plugins/retry_decorator.pyi,sha256=PmIQsryRhuu-TDCPFUWcCiulmMkz3aTIEp3G7o0n1Qs,930
38
+ metaflow-stubs/plugins/storage_executor.pyi,sha256=rzkV-7NbAzARupYwanA-seRrUMotJC1EmzaLcGNcE9M,1068
39
+ metaflow-stubs/plugins/tag_cli.pyi,sha256=BGsRFMOZh7ovAWezTNnW0V03wPiuuiRVO_X3g9lmEL4,10363
40
+ metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=PbbkbnSclUNKWqG9sVSOQxihiPn2iWspe9YJM4_T7ac,1672
41
+ metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-Otcr60Unrl02gZEJv504ciREsFxpwiTI5cKhL9XAoU,1401
42
+ metaflow-stubs/plugins/airflow/__init__.pyi,sha256=sfJUIcr0LQM77PLCGD9KDriMbGtBTiJBlhbyhPedT8Q,453
43
+ metaflow-stubs/plugins/airflow/airflow.pyi,sha256=j1Ni8PrjZyKyAu4qvGImAEA2slpz4BjY4S0EV0hYBsM,5398
44
+ metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=hEBes5AdmbxJoEB7iGQU7qzEIwto3-3iOFcmZFnmvI4,3221
45
+ metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=uXXKz0Z_lkrGIOIza4YyzimcFG3UhM-fFolGmXXTCJQ,1512
46
+ metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=NqHUGamselLhlPu0bYHOfre3BFUNDnQgadJJ_xXO6y8,3053
47
+ metaflow-stubs/plugins/airflow/exception.pyi,sha256=xI1vdbP4EVPbvCz5UWxTZEmiKaUBBzZ6vAYs1Bz036c,899
48
+ metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=jKeA9pbKGgoARfG9s__RBLZOQ0i2Ao45yobnNTR45FI,959
49
+ metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=_7aDBlojtnRuHPWF8vVl5CYjEGt39umEXYWNg1vTrmY,1834
50
+ metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=FZ3CV64YND9Aw1hphFury12NBjCRCTKoRYIVcojYlww,1697
51
+ metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=npiT__rzQeKBUyZc9k4nkqGvDy25HNRq-KFcp_eyJfg,1617
52
+ metaflow-stubs/plugins/argo/__init__.pyi,sha256=fZSXKbYTgP92X16c00LTHfsDZhY_yBSkrRzYmg1QZmE,453
53
+ metaflow-stubs/plugins/argo/argo_client.pyi,sha256=A4aFmW7mQXNUTq9IN61x7npYoUeKjQX7RIIG1431d-A,2405
54
+ metaflow-stubs/plugins/argo/argo_events.pyi,sha256=ZZ_OzoKlgM_3IMUMm-qVP7TES35Y4ZP9mREBtQ_El5o,2782
55
+ metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=8bCkVWuXV86UfDG3KAUOYopoiNPDkQ5V_bwkb-p77qw,14403
56
+ metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=miTAa551ke1m9SxoXNxJB1WC-945X0glVfgapJVA6fo,5800
57
+ metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=MOxdaG87_uWOL5_x63Q360D_aymuLX33ciDLdABpgss,5870
58
+ metaflow-stubs/plugins/aws/__init__.pyi,sha256=aEqTFHoEriG7Clhjzt2IirzgP6HDDyCVRkAuSKt2-Uc,453
59
+ metaflow-stubs/plugins/aws/aws_client.pyi,sha256=JBr1Rcb38DphTljswG02C03zbok8y7FWOoZy9ePcAXY,829
60
+ metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=LbkKPHHhOK0U19TeOmJtKy46Cf9-6yExtrRQIQ42hVs,3036
61
+ metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=bqKI1El2yMUyLdK4nlwpuFg_Hvjzl7pX3foNWR9CYUI,453
62
+ metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=BhKv8EhzUpk3Qw7I-Oh2NZZd3JYYmSAKbO5JFkJV4m8,3606
63
+ metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=Y-nN5btIK9M-YBAggWBLlb20f_mAkKdeAZBmMk95hdw,2318
64
+ metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=SLiH3vEJSq8k_cIz5_JKSNOl0XSKdwT_AUEGuKmvuQg,3742
65
+ metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=htkSGkyCK7KeEpiI05U3WjlR0BJKLguP6kCdKWLLVXs,4723
66
+ metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ju7m1s4Dw6-zPLMIVDaJZjjyMcW2UV9NDEtcjAbtWwg,453
67
+ metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=vQlpxSo6656IsOedcX0YiHs74Rm-cO9GWNEjUe9KQV4,3226
68
+ metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=H6rjFjtQCk0lKIkU700yKquLKhiA7pq2recUJasRlmc,453
69
+ metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=pVfHqN1B8iuGYwMzXfNJJ4-JkKLPxJmggnf9FOQyp5c,875
70
+ metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=xOUjO9HDYhFSqEzi256T5NgqtgtwVXibHGGStGBI4ew,798
71
+ metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=REeyW2Wqf7bfpjGGQ-zjKgqRH_iZiSpR6CG7AW5vBPg,596
72
+ metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=ym608fY-9vA4NjWCw2EwQIBrEjjVCRbL07SiNGW5UIo,720
73
+ metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ou6M4r3vwNRmWtKryUTMECY0GOQA4EjVM_RdlKmOv3A,6526
74
+ metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=VWymWYgIW1wNJgLWyvda5uAosbb_AIiwDHbCCPvaK0Q,4441
75
+ metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=o9FSqIx5rGoMUz7NKEVs_55DGZ76HmHgRy_xUTOp31o,1085
76
+ metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=7y4OYd4gCUvDWzjpkWF7pxKa9lKwNju0wVUbf5iErGM,1759
77
+ metaflow-stubs/plugins/azure/__init__.pyi,sha256=0XuvYLz1304epqD66_8qp9eaWjUzA2xkDHbKkgB4vZg,493
78
+ metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=gXs7MTOUKSj5hgccv5SKNaku9Evcc5VRcyrZchzUYuo,1067
79
+ metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=XTh7aB6gzccWcrsuhHv400G7wvdBIJDnSOMAwRpBy8w,975
80
+ metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=cy7se0LcL5Lo7bPPgbfo4Nsqla0uWYj06Oy0iT-5CCM,1933
81
+ metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=D2iH3CO4r3fiFYjI9UbaFL61XodMTz-CXZueApxt1hA,2513
82
+ metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=xjSowzygZnWzMzyvsz1NnSL9QIYIAQxWmfN3i-OmqF8,1782
83
+ metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=wpECb3O-14EyYXDBraeKQL7kLexaRUgOr9uUCRR6iLk,1748
84
+ metaflow-stubs/plugins/cards/__init__.pyi,sha256=653D1bbOXsEmxzBMkv0cBvkphoqcvA-68FSeoJhLGKs,453
85
+ metaflow-stubs/plugins/cards/card_cli.pyi,sha256=SNbfPWi-Peb93f8TQv9IAEYCaT_qAxOu7nSDilBnxQM,18088
86
+ metaflow-stubs/plugins/cards/card_client.pyi,sha256=axG6f5ZYzrMB_Ou3pJzdm3OnJGZ35az47Y-YQDdPRMQ,5396
87
+ metaflow-stubs/plugins/cards/card_creator.pyi,sha256=6ueOslJ-G0pOiey1MDO7RgLCegut2zdvEYFsENv3120,969
88
+ metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=2vIworKzlv9jnRghpCNmCVY5SI9HJRAptYmrGQFxJRI,2942
89
+ metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=3h7Ul0RXNLrRBcw4gtlNXQj4iINH1KITgZHHyOjWAJs,4258
90
+ metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=SX54stsCw0BVgKIGYfCN5811ANfaSQyYwYHbaDl9OL8,1975
91
+ metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=S2cRD5D-JS3-G6PTvEVptjTmtpeupc6LG2rDxnKxTzg,6789
92
+ metaflow-stubs/plugins/cards/exception.pyi,sha256=CqEYv_-HZVXlqt9xRHOE_OkqGWG7oysnt3q2T_ofku4,2244
93
+ metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fMPOcwxsoqrYWmC4BsnlkmnRmTWI-CBRwoHi6HqB4YY,1871
94
+ metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=_44KIsDe7ggrkYJmigyrWHNzfpROJmhP3PEnrKbod5k,7581
95
+ metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=p8bilWOWEcpMkbOlu6WarmaRINYX4mUfqg-IoqoMFCs,1816
96
+ metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=b85Q-elHZ2-Wh4RuTuyOIJKNTdR_fsFgJwBYnZMIaPY,7674
97
+ metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=oZW0DtT9rI-ASHEUxP2ZFfKamu7ZF134DHBwR4gzc-I,1313
98
+ metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=aUpv6hHMQnCKyEW-rjaXce39E8v3uvSVXp7Pt63nERY,951
99
+ metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=KhHyhH16AiBxiHsLwnWQLh6CDsV2ENaUppapx3i0Sv0,4629
100
+ metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=K6blVGIDv4U34VvrwWJRV0FtZAJwI1JdIZY-aHatESs,2711
101
+ metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=omtHZrAxafthrxu22Lx_0bz6cBY2BCCH_OAtXImYFXM,2667
102
+ metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=NzNjNpIH24JBZyIJcbVNgnNAOrU8_Y7BUq417Hkl3eI,467
103
+ metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=F7pyaxM_hsPKVQlStz3MmogOsxEFWnQiyGGSZ2ksBLA,3525
104
+ metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=Z56hPadDwDo7q8iy3UrkZ2qiXgLTUeLOnI4d52v_UxQ,1913
105
+ metaflow-stubs/plugins/datatools/__init__.pyi,sha256=6y-3klIH9lxJ1GUGAAIBWQv0FU5pW4EpJIg5FpwUYr4,12909
106
+ metaflow-stubs/plugins/datatools/local.pyi,sha256=T-C5jWOskYB5ooFdFbavfW6GO7y4c1cDDJR6hlQ7hes,2193
107
+ metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=ijiWA6PQYHBzVBwiFiL7P7GajzzKAAe5uVkZ_-kf7Mk,20310
108
+ metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=lCrMU0yBvw-k9vwGKQy6HIqXUVmHspVktLMXbdzKOOY,29154
109
+ metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=xG_LC-2Ka3vMQp75reZ1P9kTdl2nII8njiHuPu08Yhw,965
110
+ metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Enp5cFaOtiXxHPAxEGpfWPndmGLjsCa0LiDHicFXl1s,1123
111
+ metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ccLGvjiMJ7m-s3vThtLd77MCKZdz543e9z2VDbejzHE,453
112
+ metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-gu2PlDXQemjtSw1yddGicoctSr99qBlFHA_wwbS0xw,1622
113
+ metaflow-stubs/plugins/gcp/__init__.pyi,sha256=KdI-uvI3CXUf_mDgwEJ5v2AKkfoivT6F3Ft5vBnj8wE,508
114
+ metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=3Zozlyl-PgeWY9eTn5A_-1ntyP01yMne79NpUp5zdD4,3090
115
+ metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ZAaOSNTQPY71CPrXWLuRJ_1eO-6rWbHAwOp0EZVMlmQ,772
116
+ metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=U7TMd3jLMiuOAuPzDPgbXEFKa2F7A_HKS4qPnd8Q1CU,798
117
+ metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=mh6kHhcjvJSrUSRIDyTjKPrmwTEukeQnjwAx5mxndbI,1184
118
+ metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=o22tMPELzmO_E-nA3TPTK0Nx--gkJswPOyYZpC6eC-Y,1722
119
+ metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=dJHyvBtj0vj_DDwEnEjPLtoif3HUj8SoJKSpQwlqz6Y,453
120
+ metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=3vqy2oc_uveO7NkOl03bH0AguSwoY3VRwRhsp5uCde0,3825
121
+ metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=x7uCQdcyy_3ZdICPAA-oeQNsw1xudw78L8OM0Nv-wxM,3392
122
+ metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=OOvGqEgsfUvCDm-2uPZTkDAF0MNu-M-h-7uJBW12xi4,1972
123
+ metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=pQWA3KMCpYG2h9ZxYvgg_um1pgIDKUDhNz06fcXoWIg,5527
124
+ metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=J-M_IOQDGbu0_zEtT9Q3lj7pxeY2Od-BYAcof2VFKdY,2669
125
+ metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=XcL9vn3CXxKLmgVNDQvvnMtABg5wU7MjM-gCXFWSMDw,3964
126
+ metaflow-stubs/plugins/pypi/__init__.pyi,sha256=HJhnxGTbCiaInQvSiR8mluz8G0K0S9de-hD4xanpEnY,627
127
+ metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=rUT75c8A2O4me_u3EHDQUVUbYP27A-itu1fyTuAieKA,2070
128
+ metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=uMxfkLebunqgXXpyPnmY3JQoyPEtaY8EGgYlvPRIYro,2312
129
+ metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=a7l-_ZbVlsmcvwi7TrD7sG-tNg46i9Wm01bZ4rW-2rs,905
130
+ metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=NXDi5z6U8AMmWJHx4h8cIUUIZx3CCcX2m4laNLck96w,1630
131
+ metaflow-stubs/plugins/pypi/utils.pyi,sha256=UWL69U1AX_gJVXc3XvyO-VFMKENkD5BhMSBE-Ib9R0A,771
132
+ metaflow-stubs/plugins/secrets/__init__.pyi,sha256=fZNP5YcXo1TelgqgBxbE9n7fn_2NExrLwVJMq5IOoKQ,812
133
+ metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=2_eQca2_saiMSA1DUwQwyDDEgSKD1o85B18GJrVLwxc,1114
134
+ metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=xxkYF87DOw8kOl1mGoBg_LNC-s612BFGJOseSJcitZo,2024
135
+ metaflow-stubs/runner/__init__.pyi,sha256=HHqLb1L7FcXKzl6jHqG2n35VW-iOYm_mlKdUtiWw0qQ,453
136
+ metaflow-stubs/runner/metaflow_runner.pyi,sha256=UYJ9tJi4N6ZJNsAS3Rml8IqULX6627AFpKq-YHSnh3M,23267
137
+ metaflow-stubs/runner/nbrun.pyi,sha256=S_YH64sJSdLHWDSWAitNBzihTg05KLmyZUD3_hzpjnw,7486
138
+ metaflow-stubs/runner/subprocess_manager.pyi,sha256=9j92K8z6US9qL4MlYKj1JFUddz5d1WeCVjSXp9TtHtI,8577
139
+ metaflow_stubs-2.12.4.dist-info/METADATA,sha256=Is6SZ_Wsq5RJNUEYp3NiEdyy1U6I3DMX8TV63H6Vm8s,1402
140
+ metaflow_stubs-2.12.4.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
141
+ metaflow_stubs-2.12.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
142
+ metaflow_stubs-2.12.4.dist-info/RECORD,,
@@ -1,142 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=RxJojvPNiWodN2A-oBHPqbR12PMna-32JwygUKVq30Q,114255
2
- metaflow-stubs/cards.pyi,sha256=EQTzdJ4POu7LKEea_XdHxOeOPk8w8i2fmCvg7vLK0VM,9145
3
- metaflow-stubs/cli.pyi,sha256=Pkh7iRKjS18O_ubUcqC5mDgZNVY5tMqYijIrqYSldoE,2970
4
- metaflow-stubs/clone_util.pyi,sha256=LpiItwa7b839BKB2NgLsqeaaHnlteLhwtqwvhGzTVrw,1090
5
- metaflow-stubs/events.pyi,sha256=C37Fc0Agf2pja4fUxUh7ZI2cQtkqqnZE1ABZVauX6c8,3405
6
- metaflow-stubs/exception.pyi,sha256=qMzrne2nxUNyF1bbjbRL-04Ua8qLticziex0aCQhMhs,2524
7
- metaflow-stubs/flowspec.pyi,sha256=3dAC_xIVZG9j84UEXTVSx7og3vhoDZaQKXUtLeffEYM,10442
8
- metaflow-stubs/generated_for.txt,sha256=VniqmQjVVfFO9an-tw5EyKDHhO52_Y9Mo1IhQrd0q5k,33
9
- metaflow-stubs/includefile.pyi,sha256=E_CYReDb9vtAIOD-cEYv0XpLTfJUi1YLDptOH7jm8sE,18152
10
- metaflow-stubs/metaflow_config.pyi,sha256=foSLHplZyH06LnbABTADQ2mitseBY0oTPgStGudxqJk,4477
11
- metaflow-stubs/metaflow_current.pyi,sha256=eFQzYThJAEn2a8dxfHqE9ahU_k57L2wXn9zX6B3AmV4,8475
12
- metaflow-stubs/multicore_utils.pyi,sha256=HDyOlDx2E45meXhDwD2TGs5qVFBqJ4FykUaaf2lfQYw,2369
13
- metaflow-stubs/parameters.pyi,sha256=vUOvXPXpq6UTVJ_JzWIjTfuD_uj2EiI37elj6ilkT7I,3512
14
- metaflow-stubs/procpoll.pyi,sha256=XvVdtx9mGEJRIUGK4moYPT9JoIk8GrKLUcTQ8c5-lRA,1249
15
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- metaflow-stubs/pylint_wrapper.pyi,sha256=K5wz3WkTqMotsUaLgPezJ63W9QYXPIgb0GtCVEk89Bo,972
17
- metaflow-stubs/tagging_util.pyi,sha256=Zp9OPG3dc7ER-tSDod8y1s2hUEhMUDrrTopIWzr8e-8,1485
18
- metaflow-stubs/tuple_util.pyi,sha256=pGQPte2u4NVtV7qtELYeUdeQJs5YHp-pqviAphJTlg8,562
19
- metaflow-stubs/version.pyi,sha256=LzKnWII4bcl7QwA5-Gqu44esLL-749H5vSE9kgJKQtw,476
20
- metaflow-stubs/client/__init__.pyi,sha256=SRNd3eSOJbCjsHyYPv7RylXGndv617wE2LTF4UdadLM,28941
21
- metaflow-stubs/client/core.pyi,sha256=FKX7wJiQ-ly-3-phVpFhZMBoDDqTdYWaShYVNgXOOAo,40806
22
- metaflow-stubs/client/filecache.pyi,sha256=DYpnlWToMMcjoO5gK6eDcJttUA49c7kUsnpe4CmGUso,3036
23
- metaflow-stubs/metadata/metadata.pyi,sha256=h-BdBRKy0tmuVuGtYiceUGnDUkKzDrvFAcnmwWeFS28,12396
24
- metaflow-stubs/metadata/util.pyi,sha256=pefcBFl7xJm14EzbmYBq_5OFkJTCHsL_VWlvK0jxVoU,657
25
- metaflow-stubs/mflog/mflog.pyi,sha256=wlqH87d-I3X4RDtK_e03dtQcIkMpjm-5Awrjf8AbMpk,621
26
- metaflow-stubs/plugins/__init__.pyi,sha256=FEy10f7o-OVidoWzpDnIo5fXXJM37MG42cz-RdNmQYg,5654
27
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=2aRVC1JfX083ItKBLjTija0iEtBq_FEpi8u1ma-YYCE,1826
28
- metaflow-stubs/plugins/debug_logger.pyi,sha256=1Z-CYeMWry8-mSGz1YMGbr1BKIVRaqhhuJBEbL0nR24,815
29
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=5gdPlTz_3mbKU5UhUKuU94C1EnCfd63Opc-p1A54h_I,793
30
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=6ctZxoB5oDv62VnQ3SwksSI4k-Q8uNrlnrH0De7zXvo,714
31
- metaflow-stubs/plugins/events_decorator.pyi,sha256=wFmNQEaCVUzEor8qPf2juCZw9NNuudHMLGu2W8iZNq4,1220
32
- metaflow-stubs/plugins/logs_cli.pyi,sha256=AJW2yAmrIivCvXlNaDd6ZdzyDwZfBLSo-hp8vXAhwcE,1348
33
- metaflow-stubs/plugins/package_cli.pyi,sha256=beN6TCxZ2paWllvkSlBK5nixBNh-P2icqbr0w7JHVUY,453
34
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Sr3xiG2xjgcfX2esB0fLhTjXOfRqGlLEDHqEciFXTAg,1248
35
- metaflow-stubs/plugins/project_decorator.pyi,sha256=3ENlbKcTP36lvn15gaOxiNoFsUR-WREwBsUxiW6ZUkc,1136
36
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=EqjXRyLU84Ym23gKWD0CM-wqlo4Wrp4eiz4DUlOk01w,609
37
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=jN-RyPiCKC6A0vHfITZezV_MxBsNfvhba-JYNVqSDH8,930
38
- metaflow-stubs/plugins/storage_executor.pyi,sha256=FpQu94qGp6ZQk_yCr2cylSm4ya0BQ3YrlxGCCmoHYuI,1068
39
- metaflow-stubs/plugins/tag_cli.pyi,sha256=Y0RgvKY6T_kqrbDSs_wrQ5Yon3XAhYfOSvwoX0_zk6g,10363
40
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=XbhNpUPwMNKJvv19BnIWT_isDAKRg3_eASx5lnP0IRk,1672
41
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=N88XRm0LkrqIdafynLYlOa79u6cm-G65XJ5mSe67uww,1401
42
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Be2NoHq_r2W_ZhWXFw2XDhiI-7Z6EgkE9qXBcT9FqrQ,453
43
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=nAjwY9jizu8QkqVsksJ8i0q70UyXBA0xFnO-QZV4rMQ,5398
44
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=s3Ry5gM_KvUp70VrF1T2tbk2d9pvZTxSdGVx_PzS7CA,3221
45
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=qCKezvSDJPkJCrjVnMbq6EwU_xFjpoXdymLB52S5vLg,1512
46
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=4z5nVS1T5xmzUTdGWTmCaux8NwIR21TZTO3DRJZu6OY,3053
47
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=NN0j3oaffLFsJzhkFj6yl1l4mbGIOnq4fOLWWOSDfzc,899
48
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=KGBmQx_6Fi711LUu8XrZjnrT3pW5yICH1p8jNZ2Z8sQ,947
49
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=DFyTO4hbrRbSkRZ9bbhTw9eOfXQG7LvCpowae79ed0I,1828
50
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=mf5oSrC_NkYvi9y0hE8YGvNrKJA94KPW7EcY-8w9-XU,1685
51
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=IAcTLWX956PneK2oyXIK1mpTRHprE9Hlt-iCU8iSgOY,1605
52
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=OkxgalTqjIN8b40awUQ-sKIVb4zu7m5iGt84H7YkwT4,453
53
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5oAsC5LkuG4qsuii5G6KOkrHPxjWWyPUhxWGNfAxtTI,2405
54
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=ASoW6kkoED8jJwBSZtX4GbQWZMkcbFWUZYC45zXhX5w,2782
55
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=PTOjk8uET3onKihYg0nmBduPq6ry9xNEdHzbDepW5yc,14403
56
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=b7A5r9BVVg-up-oqvRijIUADgMGeXup9vWXKIAtgT8k,5800
57
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=jDNN1X2G3y8OibqMoySHq_03WN_SYgOgjJhRguQPOYw,5870
58
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=J5GghTm5F7FMw1P8iXyl__qjFWFcwnHfcTBXYOpkdcY,453
59
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=qS8aEjF7x9P9Gbxg_fA_yJ0WvwUl00O2sq-IqZFhe00,829
60
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=H_NihP_cZVoUkJDj18XkwEu1SulNdcr2ZHk1J6xNA6U,3036
61
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=5tyMGfyU8gOWk7K6fksnmuYnRhISlGkre8xZBWdyuQo,453
62
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=461lwyqzRu2ZetfLL9s7q7S9bxyNMl2eOTMsOl0H2WU,3606
63
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=JdWlb7DHask1A0SWtAYxr2nwNFMgnGVpfnw71E8rsqE,2318
64
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=G3UQSNQKrJA9b4b07waVRbF7PrX3ED8dXjjaS0Ueif0,3742
65
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=BvZpybjOBVaoshlD9rSm_eREunexYkZi2bBm6q919eA,4723
66
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=lv7-sk9sZpp74wytYT9qGk-spcTvzbOCwMU_9gsjI-U,453
67
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=s_p0l1-oswwZfOkL2sw6xxPvaWFZC4_6s-vcIp8O2D0,3226
68
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=R4tlCetBLn6ewzv-TgljEt_bdGzGm8fHQ0jn678i03I,453
69
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=N19zzf2m_0Xj2CUYnnDWArh2C4nt9RCV9zDB2MHqogo,875
70
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=LFyxKn1-wLAg6zhZ2ptHCxybJ3iNT04eFjRMldsvwu0,798
71
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=udv2o5dmBPcgZ4Mo5jWBOczzr4CmrM73kDKQH-RK4JY,596
72
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=avQaMysMCac9EHYDPCfMHNHz7sJAZ6gXwCvLFGb3QPM,720
73
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ZaAeDFhltN_20FmFuvyB38pv5C6QjqpwdFJFcCT9V3M,6526
74
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=-C1kFd5oS33xjhEplq15BJH32x4_QkvcRxwlvB1o6To,4441
75
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=sRhuKTBuzrCBggwa51jxYKcEKuTBVS0TL-w4VW8iHNI,1085
76
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=fsA75YhCvRkUi_8f1PZ2-49ne_etoCVCogVUuqxsCdQ,1759
77
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=5NtZ-69dqfT6aImQLM9wzQMrD5bsSfrJImLbam4yQwQ,493
78
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Xe64He-nEmPuooSkgqB0SBXuYj7_fXusFX7NAZZWqpc,1067
79
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=wBW0IctPc3ExDH9Ow8g-Rtzj8pe1S4SMAUxUf-u7KNQ,975
80
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=0MXX9phO6xfYhPF_FQ6w6AJ8NRpfs-CRd2au_XCyj6A,1933
81
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=SXr6keygdo68lqZ6o64YAFH2lAoA8RvPocrnIKTeZpU,2513
82
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=awQiMORikb0kaVLcKYAl3P5XMWrwTc6m5-l62AFf4Ts,1782
83
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=l0L39HXSM02LrcnWoooKxMdPAVCuIBK1eInbif16BAc,1748
84
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=iD3hoZxrNCoKcQRJEs6KrS_8u9_irv8gg5cu3Ck4WfY,453
85
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=7phlD0jQgAW-f0fW6X-CEpCKME6teawu8-3zM-PBMrg,18088
86
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=DpfjFwdtvJ4yscIhwGK4ru-PIh2-4Xv3D_4RzQAX_dI,5396
87
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=wRBng03Tgfzz7NHGqUR_ovtMm7cFkQz3gLz5g5PqHlc,969
88
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=2jLfCjQCVBALZ59tQWIwOAUmb0TZK_nTcqAGeROds0M,2942
89
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=DzFPmIlJfqXDLAelRaEkWU2Ve8ZKNCRrrzNDGdKxsyo,4258
90
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=J02n6IxDGqDNTIJ2R6ryyg62llz5eDUG3Jxd1tf67GU,1975
91
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=BG11L8kRePXDYHvglE6uHgRRT7ZF6hdG16Lu2fXmYmo,6789
92
- metaflow-stubs/plugins/cards/exception.pyi,sha256=cTfjLyV-2hKj2hYRz62T78RtlnFl6bDa3lE19VNVMQM,2244
93
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=FS4zazEL84VVnmZBKed0UvHwM31OUaQ9y-N59FJ1fKU,1871
94
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=0Zh7ly9rU4DDzPYPnwhxpezb5eyKWEVLxGlC3_lUm18,7581
95
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=LVNFLjmmZD0cVCa4aNcmsAE7Evsszbt_ov0Zk5kmGTo,1816
96
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=4wKZ7axpv3H1s1cerf-poAODsEqmTFEPwxbtDpkrbIs,7674
97
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=kuvIPTM8eVk9V63H-zuYsY_5idlZPL3yY1VboBQw43c,1313
98
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=sDbUpFgTsNyQQwEnWg16232-RQ_dGrgU7i5wdkDbXms,951
99
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=TXsz5b2gaxnon23IIj3BnYfyCBD7ZqLYvlugGv7krAU,4629
100
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=FoSieA7ltQSwYSY8IU0Ug8TIwMqlFlL3Up7TnSAMNiM,2711
101
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=kWj5aTWd8f6KV1b7RbZaAMWOvyRDiD1a8kHTeYR5bqE,2667
102
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=9CPrdeiwPLzerHmrewY3lMpu6oMVRYyzYWdEeQe1XkY,467
103
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=au4zO2EtsLJDN0cJcDFZ69R-EO33DJ-z2eSA3P4jKyA,3525
104
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=l2C2gNGadq-LkXuDXAF6auqj9UtKucPeVHS1Dr4-YfM,1913
105
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=9hmr9I2j5RTbSM6hdD1a9zQVZzz-Z2i1LstYYKvYUOA,12909
106
- metaflow-stubs/plugins/datatools/local.pyi,sha256=9sJ1qlzBvh9sZqd4_JGZbS6farPBqLcyGIEulUuxVIQ,2193
107
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=m__RLcRW2IMcgdMIGncmi6li11-di68s8yxWZpcevgo,20310
108
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=x_SdpMcOUDheB_Z7pxOBb8bY_B85No3qkj3dXspBFF4,29098
109
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=POnbI_tFHY5PhUe9LkiIx5tvPX-Z8OpppqV-YffO7vg,965
110
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=fcoKmK4iVOj0eQwZtSQg8WvYpa-fo_rUMKXJGEteEl4,1123
111
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=jbQnNX5qmCOOKHJzs0BpbwW8vKSxd51GZ6J890RWRi0,453
112
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=qkN2BPRHJ6uhDAiQMsHNjoljjC3Sg9wKLRAcUJJ7e8g,1622
113
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=6pmJq_dgpimgrwx_qRWZFeYU-CwQzjORM2zWNYDfM4E,508
114
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=2xxidWvLzaxlM-y2_w6DVn_uOhL_m-KGlcfHiU8dC10,3090
115
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=LcNvnapNfCzfbdKqUnXOkTD05-E01-LhvgvU5BiEa7w,772
116
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=xiWJvirMHfRoRfbV-KFjOursDqZrbj1ul4-eMMbH954,798
117
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vnQmflcQidyUT7yVABgQkwmsJVg2HKP5S8Z_5R1LPYo,1184
118
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Q0l67KOm0V6u2ZM6yT98n_92dH67We8IQpjgG8zyIgQ,1722
119
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=iKwcFG4V4imt0_m700MaPhmcMAco-QihB4w4xiW56O8,453
120
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=sNpEfi0W439l6VxbTtq1nhwNqbGXll9iMJKFQ51XFNw,3825
121
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=K-E4_V5IwfAcMPZLZvwFSvkKExqT__ZybsYwg9Wvi48,3392
122
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ad1H2GzaOK0HrZYRdT2XYjlMiBVxITRyBWTmj7uLais,1972
123
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Cu6gCVmp90Pz7c0D_Y5ut92JE3fUTO3jZGWKuK2FFaQ,5527
124
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=Uhh6XO7uy6mIku_YQOpmFetLV8I2sA_WbDsOFAoaYMQ,2669
125
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=pGpSTRYoUrDcpgo8pvw6aCNbdPPFQVwWB4344hLqkuA,3964
126
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=zRx9L6fEpbuo-Tl6gtMv4qcwFcn3FWBJMpxmTQYJQzU,627
127
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=sGIAew3RdP2o7XClkmuyfaoBu0qalIjqzdzeCf13714,2070
128
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=IKk_EQcDZAFyfna_RSUgIOBCJG0bv1EWpJUBOszDvLk,2312
129
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=SYlyNc0zjjbT7C6pdna7p5aJyCR9NTcVk2i1aGcn2ss,905
130
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ImYweQvPgP2CajC4FtykbrqFfCZB-DWt8X_tbGb2TO8,1630
131
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=Tkr_WGu0wKdjuFWI30afOrx7yUf-EZKEpHvuw3__kYA,771
132
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=QRJnQATo-LwJwhT3ycz7cj8h8akmGFxVVl5CpA13MII,812
133
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=vTmrxPqWgEh1P5e0qHQtX4EN8WQoi-BxCZvy5L2-Z1Y,1114
134
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=RNKtd7IkGSWMKw2omDTjEkdP4zcG3cryHxC1E-lQvAo,2024
135
- metaflow-stubs/runner/__init__.pyi,sha256=wgSFSmo15gS65FFD6VPoUe3Ijw3W1J1vMcaq7Go3O1Y,453
136
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=LtGyDOvD_-V8qXb527rwRdZvjjKWd_7mdZCOtWLNK68,23267
137
- metaflow-stubs/runner/nbrun.pyi,sha256=QNSS8wz5LV9Y1R7YgyFeU4Vu3-ud50j5fMjmuQjfc58,7486
138
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=zG-VMe1epTRXl5ZRUm49BEPzuex4NqSo-2ELTl04qJE,8577
139
- metaflow_stubs-2.12.3.dist-info/METADATA,sha256=OFOLcl2tiHFPn8qSl6pCb_dNK5hoT1KoAWKEawpOLGc,1402
140
- metaflow_stubs-2.12.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
141
- metaflow_stubs-2.12.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
142
- metaflow_stubs-2.12.3.dist-info/RECORD,,