metaflow-stubs 2.12.35__py2.py3-none-any.whl → 2.12.37__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 (162) hide show
  1. metaflow-stubs/__init__.pyi +223 -219
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +9 -21
  4. metaflow-stubs/{plugins/cards/card_modules/chevron/metadata.pyi → cli_components/__init__.pyi} +3 -4
  5. metaflow-stubs/cli_components/utils.pyi +35 -0
  6. metaflow-stubs/client/__init__.pyi +2 -2
  7. metaflow-stubs/client/core.pyi +5 -5
  8. metaflow-stubs/client/filecache.pyi +2 -2
  9. metaflow-stubs/events.pyi +2 -2
  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 +6 -6
  21. metaflow-stubs/multicore_utils.pyi +2 -2
  22. metaflow-stubs/parameters.pyi +33 -16
  23. metaflow-stubs/plugins/__init__.pyi +14 -14
  24. metaflow-stubs/plugins/airflow/__init__.pyi +2 -4
  25. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  28. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  29. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  30. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  31. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  32. metaflow-stubs/plugins/argo/__init__.pyi +2 -5
  33. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  34. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  35. metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -3
  36. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  37. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  38. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
  39. metaflow-stubs/plugins/aws/__init__.pyi +2 -2
  40. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  41. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  42. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -3
  43. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  44. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  45. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
  46. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  47. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  48. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -7
  49. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  50. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.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 +3 -2
  53. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  54. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  55. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
  56. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
  57. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  58. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  59. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  60. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  61. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  62. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  63. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  64. metaflow-stubs/plugins/cards/__init__.pyi +2 -3
  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 +2 -2
  69. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -3
  70. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  71. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  72. metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  74. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  76. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  77. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  78. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  79. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  80. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  81. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  82. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  83. metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
  84. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  85. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  86. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  87. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  88. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  89. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  90. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  91. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  92. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  93. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  94. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  95. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  96. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  97. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  98. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -3
  99. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
  100. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  101. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  102. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
  103. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  104. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  105. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  106. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  107. metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
  108. metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
  109. metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
  110. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  111. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  112. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  113. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  115. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  116. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  117. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  119. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/timeout_decorator.pyi +4 -4
  121. metaflow-stubs/pylint_wrapper.pyi +2 -2
  122. metaflow-stubs/runner/__init__.pyi +2 -2
  123. metaflow-stubs/runner/deployer.pyi +29 -29
  124. metaflow-stubs/runner/deployer_impl.pyi +2 -2
  125. metaflow-stubs/runner/metaflow_runner.pyi +3 -3
  126. metaflow-stubs/runner/nbdeploy.pyi +2 -2
  127. metaflow-stubs/runner/nbrun.pyi +2 -2
  128. metaflow-stubs/runner/subprocess_manager.pyi +2 -2
  129. metaflow-stubs/runner/utils.pyi +3 -3
  130. metaflow-stubs/system/__init__.pyi +2 -2
  131. metaflow-stubs/system/system_logger.pyi +2 -2
  132. metaflow-stubs/system/system_monitor.pyi +2 -2
  133. metaflow-stubs/tagging_util.pyi +2 -2
  134. metaflow-stubs/tuple_util.pyi +2 -2
  135. metaflow-stubs/{plugins/package_cli.pyi → user_configs/__init__.pyi} +5 -3
  136. metaflow-stubs/user_configs/config_decorators.pyi +253 -0
  137. metaflow-stubs/user_configs/config_options.pyi +82 -0
  138. metaflow-stubs/user_configs/config_parameters.pyi +217 -0
  139. metaflow-stubs/version.pyi +2 -2
  140. {metaflow_stubs-2.12.35.dist-info → metaflow_stubs-2.12.37.dist-info}/METADATA +2 -2
  141. metaflow_stubs-2.12.37.dist-info/RECORD +144 -0
  142. metaflow-stubs/clone_util.pyi +0 -14
  143. metaflow-stubs/mflog/__init__.pyi +0 -6
  144. metaflow-stubs/mflog/mflog.pyi +0 -69
  145. metaflow-stubs/plugins/airflow/airflow.pyi +0 -89
  146. metaflow-stubs/plugins/airflow/airflow_cli.pyi +0 -37
  147. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +0 -103
  148. metaflow-stubs/plugins/aws/batch/batch_cli.pyi +0 -25
  149. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +0 -19
  150. metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +0 -69
  151. metaflow-stubs/plugins/cards/card_cli.pyi +0 -146
  152. metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +0 -17
  153. metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +0 -22
  154. metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +0 -77
  155. metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +0 -76
  156. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +0 -33
  157. metaflow-stubs/plugins/logs_cli.pyi +0 -46
  158. metaflow-stubs/plugins/tag_cli.pyi +0 -19
  159. metaflow-stubs/procpoll.pyi +0 -53
  160. metaflow_stubs-2.12.35.dist-info/RECORD +0 -158
  161. {metaflow_stubs-2.12.35.dist-info → metaflow_stubs-2.12.37.dist-info}/WHEEL +0 -0
  162. {metaflow_stubs-2.12.35.dist-info → metaflow_stubs-2.12.37.dist-info}/top_level.txt +0 -0
@@ -1,146 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.35 #
4
- # Generated on 2024-12-06T00:07:18.463293 #
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,17 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.35 #
4
- # Generated on 2024-12-06T00:07:18.488290 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from . import tokenizer as tokenizer
11
- from . import renderer as renderer
12
- from . import metadata as metadata
13
- from .main import main as main
14
- from .main import cli_main as cli_main
15
- from .renderer import render as render
16
- from .tokenizer import ChevronError as ChevronError
17
-
@@ -1,22 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.35 #
4
- # Generated on 2024-12-06T00:07:18.491969 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from .renderer import render as render
11
-
12
- version: str
13
-
14
- def main(template, data = None, **kwargs):
15
- ...
16
-
17
- def cli_main():
18
- """
19
- Render mustache templates using json files
20
- """
21
- ...
22
-
@@ -1,77 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.35 #
4
- # Generated on 2024-12-06T00:07:18.491584 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
- from .tokenizer import tokenize as tokenize
11
-
12
- linesep: str
13
-
14
- python3: bool
15
-
16
- def unicode(x, y):
17
- ...
18
-
19
- g_token_cache: dict
20
-
21
- def render(template = '', data = {}, partials_path = '.', partials_ext = 'mustache', partials_dict = {}, padding = '', def_ldel = '{{', def_rdel = '}}', scopes = None, warn = False, keep = False):
22
- """
23
- Render a mustache template.
24
-
25
- Renders a mustache template with a data scope and partial capability.
26
- Given the file structure...
27
-
28
- ├─╼ main.py
29
- ├─╼ main.ms
30
- └─┮ partials
31
- └── part.ms
32
-
33
- then main.py would make the following call:
34
-
35
- render(open('main.ms', 'r'), {...}, 'partials', 'ms')
36
-
37
-
38
- Arguments:
39
-
40
- template -- A file-like object or a string containing the template
41
-
42
- data -- A python dictionary with your data scope
43
-
44
- partials_path -- The path to where your partials are stored
45
- If set to None, then partials won't be loaded from the file system
46
- (defaults to '.')
47
-
48
- partials_ext -- The extension that you want the parser to look for
49
- (defaults to 'mustache')
50
-
51
- partials_dict -- A python dictionary which will be search for partials
52
- before the filesystem is. {'include': 'foo'} is the same
53
- as a file called include.mustache
54
- (defaults to {})
55
-
56
- padding -- This is for padding partials, and shouldn't be used
57
- (but can be if you really want to)
58
-
59
- def_ldel -- The default left delimiter
60
- ("{{" by default, as in spec compliant mustache)
61
-
62
- def_rdel -- The default right delimiter
63
- ("}}" by default, as in spec compliant mustache)
64
-
65
- scopes -- The list of scopes that get_key will look through
66
-
67
- warn -- Issue a warning to stderr when a template substitution isn't found in the data
68
-
69
- keep -- Keep unreplaced tags when a template substitution isn't found in the data
70
-
71
-
72
- Returns:
73
-
74
- A string containing the rendered template.
75
- """
76
- ...
77
-
@@ -1,76 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.35 #
4
- # Generated on 2024-12-06T00:07:18.491168 #
5
- ######################################################################################################
6
-
7
- from __future__ import annotations
8
-
9
-
10
-
11
- class ChevronError(SyntaxError, metaclass=type):
12
- ...
13
-
14
- def grab_literal(template, l_del):
15
- """
16
- Parse a literal from the template
17
- """
18
- ...
19
-
20
- def l_sa_check(template, literal, is_standalone):
21
- """
22
- Do a preliminary check to see if a tag could be a standalone
23
- """
24
- ...
25
-
26
- def r_sa_check(template, tag_type, is_standalone):
27
- """
28
- Do a final checkto see if a tag could be a standalone
29
- """
30
- ...
31
-
32
- def parse_tag(template, l_del, r_del):
33
- """
34
- Parse a tag from a template
35
- """
36
- ...
37
-
38
- def tokenize(template, def_ldel = '{{', def_rdel = '}}'):
39
- """
40
- Tokenize a mustache template
41
-
42
- Tokenizes a mustache template in a generator fashion,
43
- using file-like objects. It also accepts a string containing
44
- the template.
45
-
46
-
47
- Arguments:
48
-
49
- template -- a file-like object, or a string of a mustache template
50
-
51
- def_ldel -- The default left delimiter
52
- ("{{" by default, as in spec compliant mustache)
53
-
54
- def_rdel -- The default right delimiter
55
- ("}}" by default, as in spec compliant mustache)
56
-
57
-
58
- Returns:
59
-
60
- A generator of mustache tags in the form of a tuple
61
-
62
- -- (tag_type, tag_key)
63
-
64
- Where tag_type is one of:
65
- * literal
66
- * section
67
- * inverted section
68
- * end
69
- * partial
70
- * no escape
71
-
72
- And tag_key is either the key or in the case of a literal tag,
73
- the literal itself.
74
- """
75
- ...
76
-
@@ -1,33 +0,0 @@
1
- ######################################################################################################
2
- # Auto-generated Metaflow stub file #
3
- # MF version: 2.12.35 #
4
- # Generated on 2024-12-06T00:07:18.469020 #
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.35 #
4
- # Generated on 2024-12-06T00:07:18.438028 #
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.35 #
4
- # Generated on 2024-12-06T00:07:18.437533 #
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.35 #
4
- # Generated on 2024-12-06T00:07:18.419230 #
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,158 +0,0 @@
1
- metaflow-stubs/__init__.pyi,sha256=0SbGcAXY18mj5rFiFFjt6KAtYbKD4fnuRGIiR3Wr1lw,34622
2
- metaflow-stubs/cards.pyi,sha256=sw_rFuu4FdzV7hfkIld25jvGDMleNCnI6Lnhq3CFYXk,1564
3
- metaflow-stubs/cli.pyi,sha256=O5qJ-P-prglj26jN3luO6iXhnHo-i1iXv7be6Cx1N1w,2148
4
- metaflow-stubs/clone_util.pyi,sha256=KXAOHnVvHLV6b9jVXDJyO5tzI0910eNubd8SzLyrPEk,789
5
- metaflow-stubs/events.pyi,sha256=oIvNaoV5hs613NXZ57ypdwK2rhDa3WrBp0AFX87JNHQ,3974
6
- metaflow-stubs/exception.pyi,sha256=BCx6HmyG1_slTJ9O_Lv9BplTfO6AYMgOe9AiU6wa4Pg,2641
7
- metaflow-stubs/flowspec.pyi,sha256=ijlXSTuYDg0SdGBhxKWxXJcXnLHn5gq4LwdXwT95RWc,9864
8
- metaflow-stubs/generated_for.txt,sha256=QHGqd0pLcSQw8LLbqKvK0XfHrlazskp-qN5VeC9YNlQ,34
9
- metaflow-stubs/includefile.pyi,sha256=_8dhfaKSdq5pHXjaKg0ph5tse6fy_-vax_hObaI0SNo,4235
10
- metaflow-stubs/info_file.pyi,sha256=osTAs4hLDverJRkyL1mnbNPLW4b3XpCx_NxVA51yCyU,625
11
- metaflow-stubs/metaflow_config.pyi,sha256=eaDiuBHCcI7BXnX_CSMPXKgwYmNG1Ve-5zaDnMTWI3w,4606
12
- metaflow-stubs/metaflow_current.pyi,sha256=xEvSbCNiVYZAdr02v7SbCTSI0ybLaoXNVVYZOEPiQe8,9655
13
- metaflow-stubs/multicore_utils.pyi,sha256=mgIlvRNqm475GS6abXF4uZRjhzd8YI3YKqbQKSEmXgM,2516
14
- metaflow-stubs/parameters.pyi,sha256=-HsmeC0vJCPhkDBUuuJIMAqkjxUhreAfLo8YHMTaclY,6664
15
- metaflow-stubs/procpoll.pyi,sha256=0QlZgyM7wKZLxDjVlmy5T0Wm63buhetFSX4eAK8pZaA,1366
16
- metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- metaflow-stubs/pylint_wrapper.pyi,sha256=oXWz0EXrgjaibtl1qJcCW_9JpvvMu3lwiCa72A3cU2E,994
18
- metaflow-stubs/tagging_util.pyi,sha256=ogwXKBIZS7XjTKBl4G4V-P3YJGkGihIlxwKYDcMju9Y,1494
19
- metaflow-stubs/tuple_util.pyi,sha256=2gz5zxqqgq2aqfzenIOi1gAaS-EZaN84j8npE7JnMr0,663
20
- metaflow-stubs/version.pyi,sha256=9gKsVpCvQmb7ODZW7WLR-6IJ1prD_C6mrLtICJmqZyI,577
21
- metaflow-stubs/client/__init__.pyi,sha256=Nzq_qifSkUwGgmK13bmhBhC7PfVDt7BNlN6n5_g0Jr8,1114
22
- metaflow-stubs/client/core.pyi,sha256=ga6j3C7MvTfdHBaR1y46mRHwtVnywwif-LBwOCXax2k,44999
23
- metaflow-stubs/client/filecache.pyi,sha256=lJv6J_aNygYj5xq1VHCpWGWccv2WhD38bB18Ih3en0I,3059
24
- metaflow-stubs/metadata_provider/__init__.pyi,sha256=NNxbAZOU6ungS2oOp57evo3PvB_ErWgQSm0sbfUFIkk,808
25
- metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=-mWJ3-zMhT4PfHsqf9jqSDzHKXb6SF_YWteZwyHOn7A,1068
26
- metaflow-stubs/metadata_provider/metadata.pyi,sha256=ub3asow838rfaeGIENBnTh9CaAvaQjcFkDEyDCXEgrw,12392
27
- metaflow-stubs/metadata_provider/util.pyi,sha256=8CWI8VAxfUN6HiUHvar8k_W9SUu9MVWtF41cCxJJMaY,758
28
- metaflow-stubs/mflog/__init__.pyi,sha256=5sz-yqidZW36qsB36zjsdCYIXCWNrRDvxpXzkaor72E,516
29
- metaflow-stubs/mflog/mflog.pyi,sha256=LJGn7XbIA9yWRFfGdZoasq3-lnyadUO77fiTPQjsjQo,1722
30
- metaflow-stubs/plugins/__init__.pyi,sha256=XqR1Bm-6NQEwLX6zxaFKvT5qP5Mb88JLBY4Xha5qbIg,3682
31
- metaflow-stubs/plugins/catch_decorator.pyi,sha256=ZaikKUHJqJ_Ds0sedhB486A8xeUnZaXliv4adOX-Eow,2243
32
- metaflow-stubs/plugins/debug_logger.pyi,sha256=9fNQ0z9WLPgXv5x0Cz6RsaFwfM8QMqPj5x3T2q6ZRbo,932
33
- metaflow-stubs/plugins/debug_monitor.pyi,sha256=khYaKyInMDZjXc37Gsolm_PoIJ5XGQIhuZdeZ2RJ6ww,910
34
- metaflow-stubs/plugins/environment_decorator.pyi,sha256=r-zMQRm5PWn-qQkD4X4I38SpkzFQYgliu1t3k8SQSko,1052
35
- metaflow-stubs/plugins/events_decorator.pyi,sha256=0S3byaKxPmAxkBosSu5lhPNUIr6clpACublYYL_M8x0,4772
36
- metaflow-stubs/plugins/logs_cli.pyi,sha256=sJLzfowPbj2rFGzYNtVt9FYTQ43TPsVo5oxAhh8EP-U,1481
37
- metaflow-stubs/plugins/package_cli.pyi,sha256=6IZFh_XEivSwt5Pe7u4ikJxndMbl0GRV8HuCITIomh4,591
38
- metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ravNLUqo6vn7b85JLS9uuzrTsMLP7HtDATws_hszuRc,2445
39
- metaflow-stubs/plugins/project_decorator.pyi,sha256=PKhjhpQS30CKuwKTbb0OP7lxV_c8vhnH48HKeveiEY8,2743
40
- metaflow-stubs/plugins/resources_decorator.pyi,sha256=J1yUiwbAfUE-1ZxSnNhHBRAKzrffFOuG1IFX7_1fD3E,1829
41
- metaflow-stubs/plugins/retry_decorator.pyi,sha256=XboNvPu6Ne937ICexP6kU0zKeOmhgpq-Izi05fYqyKQ,1709
42
- metaflow-stubs/plugins/storage_executor.pyi,sha256=bMsUrg9sodWElHbsUi9lWKm60O-tTjIf3VObN9Xmx0I,1198
43
- metaflow-stubs/plugins/tag_cli.pyi,sha256=iJSqlBjc0-r-rqLQIPDCgxw5iwjK2WcW1H7KzmOkvNA,1038
44
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=lwQpj6mzQTbdfqnKlPrKScKFsm8EGRXTzMA78ReXNxw,2087
45
- metaflow-stubs/plugins/timeout_decorator.pyi,sha256=D6G0q2hV954xR_IScrLTai-SM2YNZnAnOAloCe0K4hI,2317
46
- metaflow-stubs/plugins/airflow/__init__.pyi,sha256=cmJCk2EIazH0xQ9DLonv7yux1mR7WRnrRiBzbkbzdQk,796
47
- metaflow-stubs/plugins/airflow/airflow.pyi,sha256=UYweiuBK9wY1i1ySFXOuK0kvHO-raxf6F-nqaJ4Vw3c,2920
48
- metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=q3QxIvvA-qCRnXm1PMH18BJdmLLVnxAuCEDkwVPZM0w,1738
49
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=HHWNsnlxSBqM0m6atpVac78mc0EadNzSaSqdBfKFw_8,1229
50
- metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=TqSmLzef-xE6-ecriiA9PuOmfV-ZnC7PsGj_6PNbqIg,3154
51
- metaflow-stubs/plugins/airflow/exception.pyi,sha256=_2_Hhvd15I0LoqNTOAthrgMAtU9TCDXY9FqOiqae6B4,923
52
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=mXpMdG_CzWGCUT04x1yc5D9BQwUTrr8s-q515esoo3c,877
53
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=HrNLaBOw6HEuZe1Fsn7tqzwoGK950nRiNl341mWGWGI,1497
54
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=X0-3nlFSiKu5w1dctKBnceOV02Z0R2lu9RtkuuinMzs,3309
55
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=z8GO41u5Pecnc8RU6iab6NFtLClbNCPYSBJ_DAoTIKQ,3220
56
- metaflow-stubs/plugins/argo/__init__.pyi,sha256=BpYELDaO9_vngbnWNRuSoEDw1HO_paJEEnxbeQSuWi4,870
57
- metaflow-stubs/plugins/argo/argo_client.pyi,sha256=T9IXA6Bv-fMePnixKEh1iUpYu5VDO-NZQHDpZTXpAe8,2514
58
- metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Yg7BLidaoYANuvgedL9unSjzDpRUEkvC7-bUU7aA9c0,3348
59
- metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=uh7NaTVE_PEaRPgSWIVEa0bDu2muBX1AiYf8WBs80cg,13604
60
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=tYah_hkxJJ0Sr6lo0dZuGGNkipKYp2OKF-0REb8n9AU,3805
61
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=XHjRAGm6Mwdy1rs-nzg3ORjfPfyXYaXVPoDlk08PaT4,1406
62
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1iHFG2VAoSBYWN_gZwtOn6V_IrzmxlUbrH1XaPFWYfI,4595
63
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=rA3NcR6ii7q0t5fQhAupLUvZyDk5YzRV1RziIg5yIow,5267
64
- metaflow-stubs/plugins/aws/__init__.pyi,sha256=L_dkDdt8pYBCVljHkV0ITmZ9M71mv1B0h1MOSqturrI,755
65
- metaflow-stubs/plugins/aws/aws_client.pyi,sha256=0NVRNJyheNkXbBTc7PaPN472LE_BVJuHmfJptFwb0PM,930
66
- metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=WGjvQwYDdW1XJJFyPMxvoKpY-Snvmi25jo-ZVkK7zAg,3085
67
- metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=GPO-lF_vnUL0PzpTK65HVmAX0nv-MZWU7o0qcMyU7dw,712
68
- metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=rGSj8bnUYeozzafQW3PrWR3HP_FBvgtjqgeBVWlGAcA,2905
69
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=lTtCnVilUhRZDbNTc3PnQdXBuY-gclb2us_MfBQa_3o,982
70
- metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=hx473JFYox0In0Mu6hDKzL_tozKIRwjv0U6dMcG2y0g,3767
71
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rdyjP9mM7JmJHDCcYSPotogojOl0tY6QJkCjzLb4hr4,6064
72
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=oLppLt06-Q9hztMAi21Pxx21gaPv5FQOlh2_GDXVARY,645
73
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=t2mZ6dKnrxnzIddcmUw5JM0_oozh9IOF73dcscbHjJk,3426
74
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=nsQe4q-8Nq1MkcUPAyKmfjggTWSzwvnUx3x4CZ1Fotw,1063
75
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=wvFQe8yXBUDQIiweZlzIPb7IXQ23ninGqPxkuJD4CXk,976
76
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=1KRiX1_V4ueVdfAfMV-jD37IAjFQhgYuzoHm3azsuqw,899
77
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=ZXeaHe0j2vf5Ccg_f10CtZjDC86dM8AWDyYTlPvQY60,697
78
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=VW054bTC6ixux2OWCGd0sTDbVKpWIZ3dXRGiT5Jbhh0,1637
79
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=i0xHhsChN9eQsuAsFPof7vO5dCPIPAV3gEwf0tDP_18,4482
80
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=JQ6j52wBdagW5YLEadedViG2f93t-_yjiJrJM47B5Vs,2622
81
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=U1-JuMbbwtClbLr3XcrGXg6CZnDFoh7uPdWcRUBA0EA,1186
82
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=z12o2UVMSUc53-wpmYb__1lpjI14GKM2TPj8asYq654,1145
83
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=YTo-xk6-fxFFJZ6mU4L7rMKSpvW1TPlO-1IEqExZ5Ak,3881
84
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=nz-6pzoBGwej_WiVEzI87-iXSb5z4vJriP50WHGoK84,4342
85
- metaflow-stubs/plugins/azure/__init__.pyi,sha256=5gzavTYg8oN_qU6kj8_r-n1ertDIS5EogwOpC9o-NwE,1011
86
- metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ye9urZzSKfYEl9gc5uwa2rpTKKMHotaAw47pWCoMYps,1168
87
- metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=c8HaYD4LscmKsIY_a4F8dPIwQZQgJIxa6k0nEcuk_C0,999
88
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=mf6c6mpWxDwwTACBaUhPXoYy7PpDNx8_KfNGA7U2o9o,2289
89
- metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=RJv6RLh_UVNHYoNWV7uzrVnQgFbzGnaPpM3JpL4y8BU,2458
90
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=EKuICVTVRQVeUh-WRFO9J6fepxczIIeiTygzRtY3YiY,1568
91
- metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=AuYTCHMwNnmv65zkeF2_0V15F8_UW8qQzQYSps89p2w,1667
92
- metaflow-stubs/plugins/cards/__init__.pyi,sha256=jOAxnrQuju6DYAV1TiksE6MQrpUonEZ_eOOQwZpZ13w,951
93
- metaflow-stubs/plugins/cards/card_cli.pyi,sha256=BdHbP6sbaUe10JZJd_fGQuMUwmt96n6gTcNh6RWzc-w,5963
94
- metaflow-stubs/plugins/cards/card_client.pyi,sha256=ahaz8NR3BpR5KA0zJ6P0bYbcqjFwW3abql3jk3QWXts,4909
95
- metaflow-stubs/plugins/cards/card_creator.pyi,sha256=5gud1vXCHCGMFROxheP-vS6H5A32AH35m8FxSCVQqYI,1089
96
- metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=7aqKTYWrQPg3j3nbbwEJS-kPzSPuBQTsugomsbMZl2Y,2962
97
- metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=B-ZNNgB9KqNv7qiat8OhcD3zn9HsJ-ENerVJXuxeoR4,2768
98
- metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=5E9i24OzEBvptq_6iNEQi33GXfEW2k-2KXCwzfUGeoQ,759
99
- metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=9dxyvaKwsc4kih4ogvlV6LGedCqrb7HUJn6JJixh2DM,8482
100
- metaflow-stubs/plugins/cards/exception.pyi,sha256=qRoPySJIfPNfD8J9NakLu-w2kZW4I_85LchWRuzgkbk,2470
101
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=1ROnpJU_NUQGL23Wz-9IdW_fVUzwZPLZHdfVXEla6t0,1019
102
- metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=zhRVmLM8M5uk1WW5_0YUaX9rcyO3xKlhZvmOefiqxz8,7180
103
- metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=xGF010ypTZtgzP0mlC7LvZdcR-YEehuFbFNUIjs46aQ,3092
104
- metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Lh65mgU7wW6bmsPOvQ3KYjYkt0X0sxwXN2z_s4a2F9g,10309
105
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=AGPhEoK-Mm-xUAVoKBpsnpqCP6lUO1_aanOqAIUSxpI,1479
106
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=k9BVEUjYB3_EHuPb_EwhRKK6mqQddsGLZmV5roY0-hI,853
107
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=t16wHZDC909WNOMHWIXgqNF5WjTPhSfSgyCnTVeQPHc,3622
108
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=wo2mbNwB9RWpoH3nPwlficjEHdf_S9wZSQndEJcMVB4,822
109
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=wZEMhL7f0tLQdfeEhQEntkyturODhB5_Cbk_OVUeLMY,747
110
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=9K5z_38uPAAx3qIpRdKR-l1VIRAjw4H108h9rAgpVMg,568
111
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=rccRWPXUTawkglCN_X65l2gxNoG8gDUj_hA4oBPk318,2736
112
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=R_3O7dK3t9YdPLFo5FfHrsIuKhCKL0nv20uNYrs13Z0,2014
113
- metaflow-stubs/plugins/datatools/__init__.pyi,sha256=2mDRUWi5HYQajIBRmTL6LtSOYU6VjOKN5iqxykO9Fx8,933
114
- metaflow-stubs/plugins/datatools/local.pyi,sha256=oUetxQwPL2ykLr0G4AvSDAtpGQTA3fXwhz5JTDSgCys,2797
115
- metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=mh7K9CU5fbH_Ak81Aa2SpVDOppXRE5QhyeDo6MaUPco,1204
116
- metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WA-luiZ63PAQlnmeP9Xu6yCkZtJWNzFSBtXnH1DXoDs,23702
117
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ETAEwekTTahT002zsS63ygp7X8WZEqc6P32Z0JEXPe0,1036
118
- metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=X_GWouLufxNaScR293IAfIx27DAmjUlSoUJYXb3CngU,1132
119
- metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=BJUEnQiSiGAXHuOVrbz4JILlzn3MqkJDGlgC9Pulpcg,587
120
- metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=syJgrSegSMuHYO18RgcYoW10we5QfQ1qeajN1QYYYdk,1200
121
- metaflow-stubs/plugins/gcp/__init__.pyi,sha256=usvzgShI7CPoDGI4GO2KILlb9xQnCscqdYgFAFtZSG0,923
122
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=_2nIEQt-opadAWoc9C9HfPVLVEbQSSDUGFsKGzOUHpc,3298
123
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=oVpth4W1gkoqm9MZVYFFb9tvj6VuWyTLHyMKl6ZF5Y8,796
124
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=iBLl2qcYVGpFPbmg3NzXKRnsYJIXN-ZyI__v_YtsRyE,899
125
- metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ALvB4s6mUaMZPjAy-Nmzuy5Gj7bd3vxc5_h7WEjIHJg,1086
126
- metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=CDlOOZNWNw4okEZCLn45fa10Bcpc8zgwbazQyptbgD4,1641
127
- metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=OjQ03KIuBSJOkP4MA8ITVyCZr2AHmZvjm_xibeb_vYc,893
128
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=46c6TRMU1SFq5joMq94PLrbmWSlrq7c_3pWcLVuae_s,881
129
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=AmQQv3aq5txgtjG3w6Wsm7pnCqsX00F2qVZGrDfoHIA,4254
130
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=BAftIqtIt-6jbdwWLrPzIDOVaC6DsbO1R3aZ_AVkp78,1444
131
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=V1_Sk39cxIbEbx9qGWOiqJjgN1YgaMR1Nxr4ycWjdtA,1326
132
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Sec3VAzlv51eF2Mqov124FpivkQAoBdM947H0XlvpEY,6806
133
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ioRVYDZFXEC4j0iRvzl2hdap1b0nAMZryYyvcChaNhI,2558
134
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=tsR0HATjelPgCvrGQBR3ZPJycUIvVy--Oz52_xjm1f4,5226
135
- metaflow-stubs/plugins/pypi/__init__.pyi,sha256=m-40jhT8xV6ycP4qoA3qgO4y06ol3NVrVHsWnPs33_s,915
136
- metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=n9qS8mOB2QBhYcNRyLLZxVE7Z3eTH0PBrVBnUIiLQY8,3725
137
- metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=-jd_PMKBDSZ-5cikKe2SGsAZ-GWqTC_CDsdUF0UljeY,2409
138
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=mSGduZB3176_01-fhiKT9DWSbpiUfA6cZmNnJUGMvU8,2610
139
- metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=dFl7jia9VgY4xAGq2MRiwUVz4idVEMUO_MbRQdVCF-Q,834
140
- metaflow-stubs/plugins/pypi/utils.pyi,sha256=92QKZHLYVbogoLy2LuXh5r9sdm-DDyWsc3-lNUSAhmE,825
141
- metaflow-stubs/plugins/secrets/__init__.pyi,sha256=A5QUBYjQXPSnUIo8t5aRQc2renjjnwlHdaO8yEzBAzg,1042
142
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Q-tOSKj7UtPuwNS9t3c1-hAadgckzMBGgcg7DMrkt4g,986
143
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=l2XJrswepdnxmlRPlref1VcC4PlGgZkWsQoi_DY95Kk,2345
144
- metaflow-stubs/runner/__init__.pyi,sha256=c7jngETY-5DRE8xOzg7fv_foCOyjkZ1W6MelkAN3aTE,831
145
- metaflow-stubs/runner/deployer.pyi,sha256=fWhNTzgnZP3Le6hgs7uACXxBbf8XJRMunDxtQVDDsiU,7525
146
- metaflow-stubs/runner/deployer_impl.pyi,sha256=lAsQSAb4XrOJlZhYbtgF1Vc_WIPRzHZzwSZw7Rx_IDI,3300
147
- metaflow-stubs/runner/metaflow_runner.pyi,sha256=o5LyG-h5soTerJClIbYnwGnIPid-ncx0szH7PMYXiJw,10652
148
- metaflow-stubs/runner/nbdeploy.pyi,sha256=uyELBzQ_TYdCsk0mafIs4n-s2PwLtViBGjGm_jgGMI8,2815
149
- metaflow-stubs/runner/nbrun.pyi,sha256=jEBL_FLuM1dkApkURfZXygUPixQ7PdEEd2d1OT51S7g,6022
150
- metaflow-stubs/runner/subprocess_manager.pyi,sha256=LpUbzQ8BUgA4bwxJ953JTqRDVKETSefr-mbS1rA3N-I,9136
151
- metaflow-stubs/runner/utils.pyi,sha256=wcgfpqL_x8n_lPIJt9s57JL8a0DcJdAg4Dz82jIDba0,5924
152
- metaflow-stubs/system/__init__.pyi,sha256=BaosbGglgwkSwpfRMg5O7s0OU9aKArGrkyIsnnpwotQ,761
153
- metaflow-stubs/system/system_logger.pyi,sha256=cJsxJCSO13w8NKADiqFzlHLCllWLgf6XLqGQv_K52_E,1666
154
- metaflow-stubs/system/system_monitor.pyi,sha256=OLvCFjOSkjdp_TQSx-cbjhalNUchly1qzvIT4myjRyI,1788
155
- metaflow_stubs-2.12.35.dist-info/METADATA,sha256=K10EwQKX9z8atcv7iu95vCbNSon6tQ0LeCVWe8Ajkkc,1403
156
- metaflow_stubs-2.12.35.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
157
- metaflow_stubs-2.12.35.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
158
- metaflow_stubs-2.12.35.dist-info/RECORD,,