ob-metaflow-stubs 6.0.3.125__py2.py3-none-any.whl → 6.0.3.127__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. metaflow-stubs/__init__.pyi +300 -290
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +9 -21
  4. metaflow-stubs/{plugins/package_cli.pyi → cli_components/__init__.pyi} +3 -3
  5. metaflow-stubs/cli_components/utils.pyi +35 -0
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +4 -4
  8. metaflow-stubs/client/filecache.pyi +3 -3
  9. metaflow-stubs/events.pyi +3 -3
  10. metaflow-stubs/exception.pyi +2 -2
  11. metaflow-stubs/flowspec.pyi +12 -5
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +18 -11
  14. metaflow-stubs/info_file.pyi +2 -2
  15. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  16. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  17. metaflow-stubs/metadata_provider/metadata.pyi +2 -2
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +4 -2
  20. metaflow-stubs/metaflow_current.pyi +116 -116
  21. metaflow-stubs/mf_extensions/__init__.pyi +2 -2
  22. metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
  23. metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
  24. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
  25. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
  26. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
  27. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
  28. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
  29. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
  30. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
  31. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
  32. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +3 -3
  33. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
  34. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +2 -2
  35. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
  36. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +2 -2
  37. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
  38. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
  39. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
  40. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
  41. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
  42. metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
  43. metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
  44. metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
  45. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
  46. metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
  47. metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
  48. metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
  49. metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
  50. metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
  51. metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
  52. metaflow-stubs/multicore_utils.pyi +2 -2
  53. metaflow-stubs/parameters.pyi +33 -16
  54. metaflow-stubs/plugins/__init__.pyi +15 -15
  55. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  56. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  57. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  58. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  59. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  60. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  61. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  62. metaflow-stubs/plugins/argo/__init__.pyi +2 -5
  63. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  64. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  65. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -2
  66. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
  67. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
  68. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +30 -2
  69. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  70. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  71. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  72. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  74. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  75. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  76. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  77. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  78. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -3
  79. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  80. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  81. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -2
  82. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  83. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  84. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
  85. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  86. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  87. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  88. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  89. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  90. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  91. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  92. metaflow-stubs/plugins/cards/__init__.pyi +6 -7
  93. metaflow-stubs/plugins/cards/card_client.pyi +3 -3
  94. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  95. metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
  96. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  97. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  98. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  99. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  100. metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
  101. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  102. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  103. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  104. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  105. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  106. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  107. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  108. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  109. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  110. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  111. metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
  112. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  113. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  114. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  115. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  116. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  117. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  119. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  120. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  121. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  122. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  123. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  124. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  125. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  126. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -5
  127. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  128. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  129. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  130. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  131. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  132. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  133. metaflow-stubs/plugins/perimeters.pyi +2 -2
  134. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  135. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  136. metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
  137. metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
  138. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  139. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  140. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  141. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  142. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  143. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  144. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  145. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  146. metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
  147. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  148. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  149. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  150. metaflow-stubs/profilers/__init__.pyi +2 -2
  151. metaflow-stubs/pylint_wrapper.pyi +2 -2
  152. metaflow-stubs/runner/__init__.pyi +2 -2
  153. metaflow-stubs/runner/deployer.pyi +30 -30
  154. metaflow-stubs/runner/deployer_impl.pyi +3 -3
  155. metaflow-stubs/runner/metaflow_runner.pyi +5 -5
  156. metaflow-stubs/runner/nbdeploy.pyi +4 -2
  157. metaflow-stubs/runner/nbrun.pyi +3 -3
  158. metaflow-stubs/runner/subprocess_manager.pyi +5 -2
  159. metaflow-stubs/runner/utils.pyi +7 -7
  160. metaflow-stubs/system/__init__.pyi +2 -2
  161. metaflow-stubs/system/system_logger.pyi +2 -2
  162. metaflow-stubs/system/system_monitor.pyi +2 -2
  163. metaflow-stubs/tagging_util.pyi +2 -2
  164. metaflow-stubs/tuple_util.pyi +2 -2
  165. metaflow-stubs/{plugins/aws/step_functions/production_token.pyi → user_configs/__init__.pyi} +5 -11
  166. metaflow-stubs/user_configs/config_decorators.pyi +253 -0
  167. metaflow-stubs/user_configs/config_options.pyi +82 -0
  168. metaflow-stubs/user_configs/config_parameters.pyi +217 -0
  169. {ob_metaflow_stubs-6.0.3.125.dist-info → ob_metaflow_stubs-6.0.3.127.dist-info}/METADATA +1 -1
  170. ob_metaflow_stubs-6.0.3.127.dist-info/RECORD +173 -0
  171. metaflow-stubs/clone_util.pyi +0 -14
  172. metaflow-stubs/mflog/__init__.pyi +0 -6
  173. metaflow-stubs/mflog/mflog.pyi +0 -69
  174. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +0 -103
  175. metaflow-stubs/plugins/cards/card_cli.pyi +0 -146
  176. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +0 -33
  177. metaflow-stubs/plugins/logs_cli.pyi +0 -46
  178. metaflow-stubs/plugins/tag_cli.pyi +0 -19
  179. metaflow-stubs/procpoll.pyi +0 -53
  180. ob_metaflow_stubs-6.0.3.125.dist-info/RECORD +0 -178
  181. {ob_metaflow_stubs-6.0.3.125.dist-info → ob_metaflow_stubs-6.0.3.127.dist-info}/WHEEL +0 -0
  182. {ob_metaflow_stubs-6.0.3.125.dist-info → ob_metaflow_stubs-6.0.3.127.dist-info}/top_level.txt +0 -0
@@ -1,146 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.145671 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from ...client.core import Task as Task
11
- from ...parameters import JSONTypeClass as JSONTypeClass
12
- from ...client.core import namespace as namespace
13
- from ...exception import CommandException as CommandException
14
- from ...exception import MetaflowNotFound as MetaflowNotFound
15
- from ...exception import MetaflowNamespaceMismatch as MetaflowNamespaceMismatch
16
- from ..._vendor import click as click
17
- from .card_datastore import CardDatastore as CardDatastore
18
- from .exception import CardClassFoundException as CardClassFoundException
19
- from .exception import IncorrectCardArgsException as IncorrectCardArgsException
20
- from .exception import UnrenderableCardException as UnrenderableCardException
21
- from .exception import CardNotPresentException as CardNotPresentException
22
- from .exception import TaskNotFoundException as TaskNotFoundException
23
- from .card_resolver import resolve_paths_from_task as resolve_paths_from_task
24
- from .card_resolver import resumed_info as resumed_info
25
-
26
- NUM_SHORT_HASH_CHARS: int
27
-
28
- class CardRenderInfo(tuple, metaclass=type):
29
- """
30
- CardRenderInfo(mode, is_implemented, data, timed_out, timeout_stack_trace)
31
- """
32
- @staticmethod
33
- def __new__(_cls, mode, is_implemented, data, timed_out, timeout_stack_trace):
34
- """
35
- Create new instance of CardRenderInfo(mode, is_implemented, data, timed_out, timeout_stack_trace)
36
- """
37
- ...
38
- def __repr__(self):
39
- """
40
- Return a nicely formatted representation string
41
- """
42
- ...
43
- def __getnewargs__(self):
44
- """
45
- Return self as a plain tuple. Used by copy and pickle.
46
- """
47
- ...
48
- ...
49
-
50
- def open_in_browser(card_path):
51
- ...
52
-
53
- def resolve_task_from_pathspec(flow_name, pathspec):
54
- """
55
- resolves a task object for the pathspec query on the CLI.
56
- Args:
57
- flow_name : (str) : name of flow
58
- pathspec (str) : can be `stepname` / `runid/stepname` / `runid/stepname/taskid`
59
-
60
- Returns:
61
- metaflow.Task | None
62
- """
63
- ...
64
-
65
- def resolve_card(ctx, pathspec, follow_resumed = True, hash = None, type = None, card_id = None, no_echo = False):
66
- """
67
- Resolves the card path for a query.
68
-
69
- Args:
70
- ctx: click context object
71
- pathspec: pathspec can be `stepname` or `runid/stepname` or `runid/stepname/taskid`
72
- hash (optional): This is to specifically resolve the card via the hash. This is useful when there may be many card with same id or type for a pathspec.
73
- type : type of card
74
- card_id : `id` given to card
75
- no_echo : if set to `True` then supress logs about pathspec resolution.
76
- Raises:
77
- CardNotPresentException: No card could be found for the pathspec
78
-
79
- Returns:
80
- (card_paths, card_datastore, taskpathspec) : Tuple[List[str], CardDatastore, str]
81
- """
82
- ...
83
-
84
- def timeout(time):
85
- ...
86
-
87
- def raise_timeout(signum, frame):
88
- ...
89
-
90
- def list_available_cards(ctx, pathspec, card_paths, card_datastore, command = 'view', show_list_as_json = False, list_many = False, file = None):
91
- ...
92
-
93
- def make_command(script_name, taskspec, command = 'get', hash = None):
94
- ...
95
-
96
- def list_many_cards(ctx, type = None, hash = None, card_id = None, follow_resumed = None, as_json = None, file = None):
97
- ...
98
-
99
- def card_read_options_and_arguments(func):
100
- ...
101
-
102
- def update_card(mf_card, mode, task, data, timeout_value = None):
103
- """
104
- This method will be responsible for creating a card/data-update based on the `mode`.
105
- There are three possible modes taken by this function.
106
- - render :
107
- - This will render the "final" card.
108
- - This mode is passed at task completion.
109
- - Setting this mode will call the `render` method of a MetaflowCard.
110
- - It will result in the creation of an HTML page.
111
- - render_runtime:
112
- - Setting this mode will render a card during task "runtime".
113
- - Setting this mode will call the `render_runtime` method of a MetaflowCard.
114
- - It will result in the creation of an HTML page.
115
- - refresh:
116
- - Setting this mode will refresh the data update for a card.
117
- - We support this mode because rendering a full card can be an expensive operation, but shipping tiny data updates can be cheap.
118
- - Setting this mode will call the `refresh` method of a MetaflowCard.
119
- - It will result in the creation of a JSON object.
120
-
121
- Parameters
122
- ----------
123
- mf_card : MetaflowCard
124
- MetaflowCard object which will be used to render the card.
125
- mode : str
126
- Mode of rendering the card.
127
- task : Task
128
- Task object which will be passed to render the card.
129
- data : dict
130
- object created and passed down from `current.card._get_latest_data` method.
131
- For more information on this object's schema have a look at `current.card._get_latest_data` method.
132
- timeout_value : int
133
- Timeout value for rendering the card.
134
-
135
- Returns
136
- -------
137
- CardRenderInfo
138
- - NamedTuple which will contain:
139
- - `mode`: The mode of rendering the card.
140
- - `is_implemented`: whether the function was implemented or not.
141
- - `data` : output from rendering the card (Can be string/dict)
142
- - `timed_out` : whether the function timed out or not.
143
- - `timeout_stack_trace` : stack trace of the function if it timed out.
144
- """
145
- ...
146
-
@@ -1,33 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.159158 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from .kube_utils import parse_cli_options as parse_cli_options
11
- from .kubernetes_client import KubernetesClient as KubernetesClient
12
- from ...parameters import JSONTypeClass as JSONTypeClass
13
- from ..._vendor import click as click
14
- from ...exception import MetaflowException as MetaflowException
15
- from ...metadata_provider.util import sync_local_metadata_from_datastore as sync_local_metadata_from_datastore
16
- from .kubernetes import Kubernetes as Kubernetes
17
- from .kubernetes import KubernetesException as KubernetesException
18
- from .kubernetes import KubernetesKilledException as KubernetesKilledException
19
- from .kubernetes import parse_kube_keyvalue_list as parse_kube_keyvalue_list
20
- from .kubernetes_decorator import KubernetesDecorator as KubernetesDecorator
21
-
22
- METAFLOW_EXIT_DISALLOW_RETRY: int
23
-
24
- DATASTORE_LOCAL_DIR: str
25
-
26
- KUBERNETES_LABELS: str
27
-
28
- TASK_LOG_SOURCE: str
29
-
30
- UBF_CONTROL: str
31
-
32
- UBF_TASK: str
33
-
@@ -1,46 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.131332 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import metaflow
10
- import typing
11
- if typing.TYPE_CHECKING:
12
- import metaflow.plugins.logs_cli
13
- import metaflow._vendor.click.core
14
-
15
- from .._vendor import click as click
16
- from ..exception import CommandException as CommandException
17
- from ..mflog import mflog as mflog
18
-
19
- LOGGER_TIMESTAMP: str
20
-
21
- LOG_SOURCES: list
22
-
23
- class CustomGroup(metaflow._vendor.click.core.Group, metaclass=type):
24
- def __init__(self, name = None, commands = None, default_cmd = None, **attrs):
25
- ...
26
- def get_command(self, ctx, cmd_name):
27
- ...
28
- def parse_args(self, ctx, args):
29
- ...
30
- def resolve_command(self, ctx, args):
31
- ...
32
- def format_commands(self, ctx, formatter):
33
- ...
34
- ...
35
-
36
- class CustomFormatter(object, metaclass=type):
37
- def __init__(self, default_cmd, original_formatter):
38
- ...
39
- def __getattr__(self, name):
40
- ...
41
- def write_dl(self, rows):
42
- ...
43
- ...
44
-
45
- logs: CustomGroup
46
-
@@ -1,19 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.131557 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from ..client.core import namespace as namespace
11
- from ..client.core import Flow as Flow
12
- from ..client.core import Run as Run
13
- from ..metaflow_current import current as current
14
- from ..exception import CommandException as CommandException
15
- from ..exception import MetaflowNotFound as MetaflowNotFound
16
- from ..exception import MetaflowInternalError as MetaflowInternalError
17
- from ..exception import MetaflowNamespaceMismatch as MetaflowNamespaceMismatch
18
- from .._vendor import click as click
19
-
@@ -1,53 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.36.3+obcheckpoint(0.1.4);ob(v1) #
4
- # Generated on 2024-12-10T22:06:22.111472 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
- import metaflow
10
- import typing
11
- if typing.TYPE_CHECKING:
12
- import metaflow.procpoll
13
-
14
-
15
- class ProcPollEvent(object, metaclass=type):
16
- def __init__(self, fd, can_read = False, is_terminated = False):
17
- ...
18
- ...
19
-
20
- class ProcPoll(object, metaclass=type):
21
- def poll(self):
22
- ...
23
- def add(self, fd):
24
- ...
25
- def remove(self, fd):
26
- ...
27
- ...
28
-
29
- class LinuxProcPoll(ProcPoll, metaclass=type):
30
- def __init__(self):
31
- ...
32
- def add(self, fd):
33
- ...
34
- def remove(self, fd):
35
- ...
36
- def poll(self, timeout):
37
- ...
38
- ...
39
-
40
- class DarwinProcPoll(ProcPoll, metaclass=type):
41
- def __init__(self):
42
- ...
43
- def add(self, fd):
44
- ...
45
- def remove(self, fd):
46
- ...
47
- def poll(self, timeout):
48
- ...
49
- ...
50
-
51
- def make_poll():
52
- ...
53
-
@@ -1,178 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=hNwJy-Xo7zWK7J72Rkhd6EHoveddxzw5fipLJh7Oxr0,37100
2
- metaflow-stubs/cards.pyi,sha256=d53SkKffCEyDhH0mHIR4TcYRKbDoDVbwWhQkB34Ryco,1564
3
- metaflow-stubs/cli.pyi,sha256=2fWR_jHNOwJ2YAL1_tGbMIHdOkRhj00S7_R8XfbqDQA,2148
4
- metaflow-stubs/clone_util.pyi,sha256=M75_SCUewxgUK7mLU1JywARkvDEEfMCefvzPv2-PLuY,789
5
- metaflow-stubs/events.pyi,sha256=0d6jReBzsxXmdmW7Vns04IIl2-Uz1JWU2vmx3jODJHo,3974
6
- metaflow-stubs/exception.pyi,sha256=G61lWFCYp4EFNOKBI4hfBu9ze56KkyE52GwOml9KwdE,2641
7
- metaflow-stubs/flowspec.pyi,sha256=PQp6LWlL4_sIAelWz4RJktuFFAoX5_0xhtNWjodNwEw,9864
8
- metaflow-stubs/generated_for.txt,sha256=dXzD00dO620b2DHbKSHtJooZS91chDiVqr3mPBY0OeU,63
9
- metaflow-stubs/includefile.pyi,sha256=VGAxY8z_7TTJZ9duIrB8_TkfnGREDx7Uob_-f5S0FmU,4235
10
- metaflow-stubs/info_file.pyi,sha256=xFaJkYUwH8Y8vuJ_w2TKBDQq4iASJAWP5BNNm3eLeoI,625
11
- metaflow-stubs/metaflow_config.pyi,sha256=tvaZgB4cmGqo1neVlQpaQ_5UBk7dSR6DrLXr49x552g,4908
12
- metaflow-stubs/metaflow_current.pyi,sha256=5DHLpm6xc115d1bHEp4bmRS5174nUgkb6f0_VETL0XA,18083
13
- metaflow-stubs/multicore_utils.pyi,sha256=2peJmbMwO_IkexLsbjnOGw436K56gZJFcih762KhGGE,2516
14
- metaflow-stubs/parameters.pyi,sha256=aax4WOYCqJVaKndmTD7VtUVDGQaFidbyCQenUpQjYoI,6664
15
- metaflow-stubs/procpoll.pyi,sha256=OfckpSJxUOHLg0yYG7z1PcwrJAw-JVAFwDf1UtzWig4,1366
16
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- metaflow-stubs/pylint_wrapper.pyi,sha256=kX-Fo9h3j5hJmD2ofwEt-IWQmnbbvlVl3y5n5L3fhEw,994
18
- metaflow-stubs/tagging_util.pyi,sha256=QTXH1fwzpBOq5KebT-RMci_QpEzQqgSIRxvXNYskt7M,1494
19
- metaflow-stubs/tuple_util.pyi,sha256=fzLPvWntQog3YUMMGzF0C3iAcM2DJgKaUA_QBAe2EcI,663
20
- metaflow-stubs/client/__init__.pyi,sha256=FQyuLb4FDI-K2FAcw-QWtbvA6KLR4lTuJYdHdCHGdc0,1114
21
- metaflow-stubs/client/core.pyi,sha256=Ww3OeY_Be6NlAU9zZ3nD-sSGXAU1N_7I7PqeGf6m2BE,44999
22
- metaflow-stubs/client/filecache.pyi,sha256=ridtueRl-Kac_2V-4vMmRmDNoNL_FAasevWdttvV1ng,3059
23
- metaflow-stubs/metadata_provider/__init__.pyi,sha256=73umz2I0mmciXUPmVHouslooyctVWSaqVUwVvbau8CQ,808
24
- metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=RfrRufCY6zyjKVmG_BKMqhcqVxOdfiN3GIromu_qcfc,1068
25
- metaflow-stubs/metadata_provider/metadata.pyi,sha256=RZmK2dmh1z7sSRfQaMbyGhzNcnUu2fVyG05Vr8vgHFE,12392
26
- metaflow-stubs/metadata_provider/util.pyi,sha256=UaeWlBy2xHZnRv-fEBHzw5MPLfs2S099ytAhvoglLm4,758
27
- metaflow-stubs/mf_extensions/__init__.pyi,sha256=a_1eAHmWi9I8QPgXJvYOtYrWM3hrZZ3C8C17Srb2-Os,516
28
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=YY_-D5d8lhF9CoZQ8_L4kmQoaua-khj4BrTBzqfSjuQ,516
29
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=OEgOMFL-zcUi0m0S21Zx7nXuHLYNXpgGVtAd-FmSfGg,516
30
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=KqgsgVvYNCwTX8UuElOfW4sJPhjdjhludQdUzMni6tk,516
31
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=vrd9t-egJFPaoBSVESKdFg6TTavsmhcx0XKE0kGXj6g,3360
32
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=Z9qx_kNFrAoHdDSqtTn5E2Fl2dDRceJhTDafHK24DZA,1433
33
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=v0tsWHh0aEU0nbkgG9fovDvSkvv5_k9faIxscAMNKns,516
34
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=nV5TeScVub3wHccPdDS9oEUeFufUZqEdS_sLtnyB3VI,6350
35
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=thadhP171p4pvsElUJo8gJ9Gd0xM95bjG1K5ceHL1Mg,1167
36
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=q1bysHwMFmHNir768y6X4jufH0TlQe5smItKAgVJHVg,6257
37
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=f2EkOuH3xm9RUadEgX5q0ofgol3xZfmMnAdVnLvIjW8,988
38
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=Kk8POXf4eBTxkeh9PqxGTPnsXEkoeH3Kza8JWn2GK04,5047
39
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=q8mO5YV5N2Xqi_ayU5UqbIcqRqiOB_NOEodwQTxbDaw,516
40
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=YM2GCw0bd3mkkMydl--oUZS9a1lJWCbUtFuSd5-44DA,6403
41
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=yuJLEGCsQpJz3Stqjv-DrNjPTP45gOZAUQkn5n8Hlt8,1133
42
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=MfBcO7QAWQqMQSoRcMkUGiEUi0QOrnmuB0dTVWMTXVg,1026
43
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=_rQwaiz5lFOpzxMmMccrOrpm8zdRcWLCJX5jWGF8HXs,688
44
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=oSci_Nr1KBnigGQ0qZkihmkzXjUi4AE4_xWDss6nb7g,516
45
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=r_6YDOdEegt92EuWciOAqagm43K6ktX5sDqwnnagOA4,2481
46
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=ijr4IByGkApRRG-Gyc1gUtiyah7Mi6bDh2yf-PNuyKE,1694
47
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=qzakxOFpsCWoLaZxPxdx9czy_AlA5IocpG0fLbgKVl8,2135
48
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=nFY51QVxPytUO6-eNeJ96FrPD9KUt1PIdBZk5TBZu2E,1887
49
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=r6CDdeEE9-wxDdkp_x13P9qbjfVMigM4Ay8fYDpoM7I,516
50
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=VT3opWHL4BGUWlp12jLxSDI4OuOEMLT4cvzdwm-XVlM,1642
51
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=D7cvdFNhvHQ8t1eOcLKywt1WIQDncQ4QouBWSmiObyw,516
52
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=2raXSTtnD4HoCkpgwMvtgGauNVpYvmKq8hbmic7oUow,516
53
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=d2zDG1wQRIU6asVer1UuaEWWTYOz3ggO2H-pkaVDmmw,3281
54
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=eU7KfKNYY_lpQTxalrR6NovzmWV15QNG7-ITBJrQ1ns,516
55
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=CJ7QJdQiM8rX8cwA6cnXrgtx9NIveyYSg7P0XeRHChs,4478
56
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=zgjUsSG9dEsPm1ZJYhD7Av77daoMJ7LjqcD1UC5J7ak,516
57
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=9mC3ohBl2Goaq5_1sCsHXmvMK4Oatngvqe_uOLkYIg0,810
58
- metaflow-stubs/mflog/__init__.pyi,sha256=KVTeMb-En4gDKXqKeICFWYZ1esGZMzPJ5hsYVztiq4U,516
59
- metaflow-stubs/mflog/mflog.pyi,sha256=g-Yt5RT3GNvi-qdmfkma26_7g9fIIRI0w4HaEwJO2FI,1722
60
- metaflow-stubs/plugins/__init__.pyi,sha256=qccuOJhVo1TsPDg8n_iZ_cskVrB7IIdXeUsuuKMKRbo,3758
61
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=mI3yA6udO1tUwnVkTDzqzAAXWDSOsGsDv4-Sl-Uf9vQ,2243
62
- metaflow-stubs/plugins/debug_logger.pyi,sha256=fEUCPOJ6fhOIsdQV31BgrICOAQoFIuoUrHHOMZj_zLA,932
63
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=Iv1wtlsLQU2UbFim3KH571zdZcu63ZyvfnK-sjzqsQA,910
64
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=08uNRXP2-hySlgEn7wZdjSRAX_6FWZg6bPFHZpyniXk,1052
65
- metaflow-stubs/plugins/events_decorator.pyi,sha256=_Aq-uxKIj_7H7xWDp5_o4ggMgBdhVAiubBymAgWRkkc,4772
66
- metaflow-stubs/plugins/logs_cli.pyi,sha256=xtrpEcCnHcTUdEeYyU_VBeN1K4hUW0luzyl_gmNSjTk,1481
67
- metaflow-stubs/plugins/package_cli.pyi,sha256=E6MnXAvsOq7Ca3x_AZo1KFDjvG06H-e4yf1BBPdQTV0,591
68
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=2rIlGwkz5cUx8SS58IjJoJL8NrXRpV8ToKWxoUqvl7Q,2445
69
- metaflow-stubs/plugins/perimeters.pyi,sha256=JVYqjRLraknCAT07BwTQQ1Sk3KfgvLO1Z1JTskWXi8k,811
70
- metaflow-stubs/plugins/project_decorator.pyi,sha256=lCmXu9JWtDY-43N3pzRzQYGfNBEc9MEIGtaa3coUl_E,2743
71
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=hArx1UF69At3nfCSVHd-2O26JOFbaeqeAujlL5g6BYI,1829
72
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=4_zRH-yE6W0XqOMV487JH6ODC0VijBNdcrc-rhq7Uxg,1709
73
- metaflow-stubs/plugins/storage_executor.pyi,sha256=rSKsmEt9FywiyLIzqIx-TJrpazFxLWSxEtPOTQp0tiE,1198
74
- metaflow-stubs/plugins/tag_cli.pyi,sha256=m2lkeBoBwscUwIDDPdREGhtkpU6STDaNp6gstuKD0j8,1038
75
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=mw6tbMCVMnvmY_AYyI43ZHiRyVcTJGq8h_zYkb7WAaM,2087
76
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=pCwGiDrINEf_Wcu8KJQ1nH2shgNOm7Qj6zyPSKEDR5Q,2317
77
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=9dutZA_Q-q_k6BSacUf4eh9O2Rl26nrI9AOOSoCh5t4,669
78
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ZkkVlxBgZU3jAzN5G1z4rxeBI0T6Hq_DdK2S4qTcIoc,3154
79
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=ivKM1vhrx98RPj-HQ04TJSf-9QCXmD6d9YvejQsWE3Y,923
80
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=3Ej3uYOYSTKXfsWsoEvtCR8F2fh-lDjUZ2WDhLf9ht8,877
81
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Jgfy04Yo_tFqvrK8IvvipuiNPJe49kTEoeIn6vLQDbU,1497
82
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=2-zLgc0Y9rJVUmlV9DG_OkmLxbqgvREB5UyA1-R8OCE,3309
83
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=hn3bgnNJ6ggQ5H_MhHmWO7lnSV1E1pZFCTRQGehmizs,3220
84
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=zW3ymImKl0NRhmJUN1lIibmyvh9FYKOZuriqlqoNhjE,870
85
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=pjY3C5CxbbLJXidSaem-lIJDIT1hpT2FNqxpbkMbWHI,2514
86
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=TynMAouiZJzeKfU14vlJZF9G7QnwpkplFKQBJXKvnLU,3348
87
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-TSjJvfvjDDiKEMsVL_FLuYjMiab_QRp1L1yQc-ZqSM,13716
88
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=KH8diLX0PHZgS7H44HZcaagTkGmry0MON2tTI6JoR94,3805
89
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=SI5YFQxAqt0cOG7R3VLGrmzmpRBZO0odCfxtRNNrSg8,1406
90
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=5GkkO8ex8lgm1NxDZcGdOvFYFtMh02i2z01m62UNJ1k,4595
91
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=YmURvZ_kALvvxTIpCLUk9ZETdddjTG8dwW6NDN0eSjs,5267
92
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=WFZp_RN0Z1woGH0TND4dFQaPvt2EPlIBzf1IdXP9_94,755
93
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=OAMWdhaT8K9fl71oA9wzS4oXLjuxg0KnnWOzm76NVKo,930
94
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=SlTUgv0zGC7UFQiGAOxuInF-i56wu3SKXY33rQSVlk4,3147
95
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=gIv-B8-BoYQ1oWrVRLrRRCBXSn-hCqLMzbjuxX95cLw,675
96
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=7H-MO0uu0qjv3noqJg1T2ZJUyyCsq7cFRuHIDT1eNUI,2905
97
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=cbsNkl6nCcKbB8pMwMxj6xH4PZh4of738ZvRLRqIp3M,3767
98
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=U7veBGGcUJInF3Dl4fo5NUU_Ilele8Psdu3r8ncRAjE,6064
99
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=an4n2wn9bNGSkf8UrwLHZogSLRrg2s2DMiVHmUuEDhg,645
100
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=i7cG6S2CBbZGOo2leC3tD8pVq726jQJEISdqu-mTrko,3426
101
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=9pJiugmAjeBUUGW6zu3JNmNPngoemVgLeifBcWP8kOU,725
102
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=5_2tLegyivvhHml7rw89GHaOTVq7hhBC7QcI3-2-LgM,899
103
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=oOHj-5ENY1CMnRwVLyCDMahV2QqS6L6_SEmXmXuHiu0,697
104
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=WVHj3E16Pm4u_FPYeTscAG5_7cOi4qpMxAQhtpWx4P4,1637
105
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=r-LydYqzG9-lY1ztUN869nCfMnkpekjG3GjfMsAYzCs,4482
106
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Mp_5pMiX14qS0TiH3mQYvGQj2AW5mAOfhEM5MGw0jgE,1186
107
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=EBlMvkjrlF-Mjnoiy7D5K24n8gkLE0U3orJhjGJM1AQ,3881
108
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=LeW3p1uPAmQ2JUzVx5xxtDJM0_Gg9PATOPh5BroowlY,4342
109
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=q13GVTaLIGUcKe28GN_Q-Q6Uy05XPCLmIhI0OtNRbOc,1011
110
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=BCyqBrvVwh8XRC0rxPMVHuawkjF8bxacRryTyGkvSCc,1168
111
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=V0IYVHYOkOBTlXXCM62QUPsOqRe7tyDiIJAwPE_VbjQ,999
112
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Yak39-lSD8_-aieZ0paOtT-k0VBzSE4Qa3US5Se2yHg,2289
113
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=l64jPVvDk1aGdzIbE6oMJ3ZKTjTjPuYFFGZwexTyNjQ,2458
114
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=dmcrL6SbAZey2kOq29Ia6Q7Qx-WXdSu5ZgNPPPnKXIU,1568
115
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=yP8Jf7xchxzHYS2DY_SYLMsQTCar1g1ZwcDW2Fs0z9M,1667
116
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=WTZTKTmXgILUxWHE03NvZjHt2v36t-NpS4DGb5L7cA4,951
117
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=pbBVYBKNd8hUhRC-MfjaJCbBtDrCW1CMich2IxR8Mxc,5963
118
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=rMshf3vxhul6Dzx3Vh-caBzTjMTulJTeCQ0PyPxJNPc,4909
119
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=gZJxK6GU1sWBkFe_YwqpMpFTIMAxT8K7pYd-LxBTng8,1089
120
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=bhMFSiKvmysBxbfPx2dX7KFCDquemsYke5FQQJ-PhHY,2962
121
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=6KE034Fp9pRCaWliAIhuhkg7V87pBaLQlWpc5h8Wgs0,2768
122
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=bxH7WB364-9lo-U5Ch_X_zN1VUfrIfI6Qmim-8hidek,759
123
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=UmZxo0m3XQy5npqwU5557q4hDffZo1Zp_T072XIO8Ks,8482
124
- metaflow-stubs/plugins/cards/exception.pyi,sha256=YoDrP--Mee86Ys5akFo2y-_9u3pVKEMB01htDheZ9Qo,2470
125
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=iy9Pi37Qyc1gucsavbXASJwu83OfEyPhJS-ChYn6Xqs,986
126
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=OtjpeYTIZc2nma2kd-kZLz1tHqLtZ3sKN4ftmN8RsLU,7180
127
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=BTNQYPwm0_leFrsRgZhsGO1qKhBGLL374-w6YyhzEeo,3092
128
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=wKV2OYFAcZToxXUaxG-R6sagtF8x2WVl0I3y0Z-ugeM,10309
129
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=jO0OJvXf569DFMBi5VRpdoFQXQZ2dpP0WqmKZEBpYaQ,1479
130
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=oZ6YZq7ZCMGkBokR2jQogCFIudKekalemikeerfS5VE,853
131
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=1EMAIzk6R4XkDG_Sg4rXGm2Jn6cRe9CFG9QvVf3IitM,3622
132
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=fn6-uU8swUzyFKS348IKf0yYTEIgQ3GgoBWxx926lUI,933
133
- metaflow-stubs/plugins/datatools/local.pyi,sha256=XuOFtAM8Eg2rTuJ0EV05UbRRHTr6ExC6s-SYcmibyKM,2797
134
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=sMWu7FIf6LDOPNhvrDnoEmyzPBnWSxdGFJXGAyLmwtY,1204
135
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=8XkaYwT6YsHwAY1uwFj49FzVdHcRIe6RzrC7AXFsiEA,23702
136
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=TS8VTEcafBiyBm2wzY_o3r-QOM2IlyU_JLpEgV3swP0,1036
137
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=FwfJHqEHE9tQBr-cNxxFHnKbKtUmYPH1l6qIX--0Fc4,1132
138
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=0rP6puAj91VI8Y-rTOBWl8gfSrXVziTJ-r6IWZ-689s,587
139
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=bdLYcEl3KsnOdEDEkCxYe1kHJWo1V-cjdd2XjwBwaYY,1200
140
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=CywWRJTza8qjJvxOraUfMiGa9vqkiXipIaYFZf2nHbc,923
141
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=iTeKj_wRaX1qn8dC1ryh8guUS1buI1mo1DCweQwcqUk,3298
142
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=n8ho0xh3sjp3pshM3ZZxbKpeyPQdA5VWQXMdmr-Q9h4,796
143
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=R2DK-GaVfJYeJ3lrgCMsAM21pZcgy9ATeRtMQXpPJwc,899
144
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=cnVbaDqCfVhrdv3DiIYOz1MnK-dUhUFZ5MT3HAzWzec,1086
145
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=w9Zo9-I4HxQzg9Ss7kmS7gqdfPZLsn-QRl154nXyGRI,1641
146
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=C2AHa9tDOEpIJZKZ_HAb8SsjObypdL2S3xX4tcdqfAE,846
147
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=S80aJ_212vs5-ptt-8FGLnQjrmNng7D8F28aGCs_sRo,881
148
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=M0mowMhkq3fiW2fC04Qq92BsGlyb9nQZhCl8iW4jlEk,4336
149
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=-Z628nEgMenjinkogkH1rGHiIHs0rQDiPaY6F64slwk,1444
150
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=p1m8udCdW8HQWmJ5V1LblxfcSwxtz-czCCOPzY-1X5Y,1198
151
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=-0jvveDA4M1GlbSySDtzUssmthDICLBsgh6H_c2qJ4k,6857
152
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Rcxn9NFYqKVPr0CemLiTSV6yaPyMsye1Ev3-yAhY_3M,5226
153
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=73Skbep03VsW8t6mcbCAZFwYgC54yfFU_Nsjbnpvub4,915
154
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=xFEM2ZEaoMd_NA2odlfjCg3dV4NOpW9AyO99uIsw2wQ,3725
155
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=HlmYqh9s59FqgH9fQM5ESzcx17Jz5e3h0UtYjc-h3SM,2409
156
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=__LspfGfOZG_h7R-TySLOgV6uOjy7U-8LyFx-kjO3HU,2610
157
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=AduKGelP-ycQSOfQvCMUOvland-MAfS1kj1FoxNUroc,834
158
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=6VajFFZSl_LfljIz0Gvt-_5GISeqw8EIO8JxDFQ_WIE,825
159
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=DWgTaaUeS9u6KefxShPmWnUIMJrJCFT6Cxdzs2NXq4A,1042
160
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=pIX9xOfUbRx1EBRPxy1paz-LKa0vvmKaGKsNf4ZmBzY,986
161
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=OymkLddXpZO9rGVRw1YeOwyVN7Tlfh5LpuFEOJ-G81c,2345
162
- metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=8UMNGcovL5UvhA_zb9S1DHXcYUDVKYXFPPuxuz1wQWw,928
163
- metaflow-stubs/profilers/__init__.pyi,sha256=YwLh2rtka0HDTPvuN6dcj4uBDoGZWMgdwzv5jk1jwpU,696
164
- metaflow-stubs/runner/__init__.pyi,sha256=GA-WRa7Zd2I6dcXZSXZX80hTMFs-usSDn6wcBRArI74,831
165
- metaflow-stubs/runner/deployer.pyi,sha256=p6ZZYnZu9IS9UHDppubAi3Wq-MPyF8K_0hyLfQcx4vc,7525
166
- metaflow-stubs/runner/deployer_impl.pyi,sha256=Guy9yjiaN74L8jWJhCTQOcGbVKMzi5JXwIJyArXi2Nc,3300
167
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=DFdZeON8jUxJC24NatJ3R-uh6vdyJaUPeyER4Nx-ODg,10652
168
- metaflow-stubs/runner/nbdeploy.pyi,sha256=9LQZS7RZXMjIzN6iJL-wt3rNdYjbpLiRxwMljNv8XAc,2815
169
- metaflow-stubs/runner/nbrun.pyi,sha256=UbSqYQncPr7OgHJngUr_6YqJOpSnVAxU9mF95f5FMz8,6022
170
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=Xq82o0HNKE9ydstz_cpVuoZ3VUJUFTerqfEa7WfFZ4o,9136
171
- metaflow-stubs/runner/utils.pyi,sha256=ZWO7ci8wM2MKwmn_qdBT76bgvhKVk0LSf297Ht9js-g,5924
172
- metaflow-stubs/system/__init__.pyi,sha256=ggtvLr5AzUdnRLTM2F2vOak-yLvHR6b1p9FkkPguh_o,761
173
- metaflow-stubs/system/system_logger.pyi,sha256=yTbYf2GjQJQV9zHWZ1ahKXdHx0GjD6jMtIpN5p-l3gY,1666
174
- metaflow-stubs/system/system_monitor.pyi,sha256=vMZ_PHKtwVBklgwHyrtYgbW3wTtbZgWiIkc27WPIgkA,1788
175
- ob_metaflow_stubs-6.0.3.125.dist-info/METADATA,sha256=7dc2cj5wzZTCYx1OLqd5iXKRkfySzIN8rgCZuRPHWkU,657
176
- ob_metaflow_stubs-6.0.3.125.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
177
- ob_metaflow_stubs-6.0.3.125.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
178
- ob_metaflow_stubs-6.0.3.125.dist-info/RECORD,,