metaflow-stubs 2.12.36__py2.py3-none-any.whl → 2.12.38__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.
- metaflow-stubs/__init__.pyi +185 -181
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +9 -21
- metaflow-stubs/{plugins/cards/card_modules/chevron/metadata.pyi → cli_components/__init__.pyi} +3 -4
- metaflow-stubs/cli_components/utils.pyi +35 -0
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +11 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +18 -11
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +23 -23
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +33 -16
- metaflow-stubs/plugins/__init__.pyi +11 -11
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -4
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -5
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -3
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -7
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -3
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -3
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -3
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +4 -4
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +5 -5
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/{plugins/package_cli.pyi → user_configs/__init__.pyi} +5 -3
- metaflow-stubs/user_configs/config_decorators.pyi +253 -0
- metaflow-stubs/user_configs/config_options.pyi +82 -0
- metaflow-stubs/user_configs/config_parameters.pyi +217 -0
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.36.dist-info → metaflow_stubs-2.12.38.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.38.dist-info/RECORD +144 -0
- metaflow-stubs/clone_util.pyi +0 -14
- metaflow-stubs/mflog/__init__.pyi +0 -6
- metaflow-stubs/mflog/mflog.pyi +0 -69
- metaflow-stubs/plugins/airflow/airflow.pyi +0 -89
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +0 -37
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +0 -103
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +0 -25
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +0 -19
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +0 -69
- metaflow-stubs/plugins/cards/card_cli.pyi +0 -146
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +0 -17
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +0 -22
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +0 -77
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +0 -76
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +0 -33
- metaflow-stubs/plugins/logs_cli.pyi +0 -46
- metaflow-stubs/plugins/tag_cli.pyi +0 -19
- metaflow-stubs/procpoll.pyi +0 -53
- metaflow_stubs-2.12.36.dist-info/RECORD +0 -158
- {metaflow_stubs-2.12.36.dist-info → metaflow_stubs-2.12.38.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.36.dist-info → metaflow_stubs-2.12.38.dist-info}/top_level.txt +0 -0
@@ -1,146 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.877589 #
|
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.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.904864 #
|
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.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.909995 #
|
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.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.909605 #
|
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.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.909187 #
|
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.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.869575 #
|
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 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.857479 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import metaflow
|
10
|
-
import typing
|
11
|
-
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow._vendor.click.core
|
13
|
-
import metaflow.plugins.logs_cli
|
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 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.857007 #
|
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
|
-
|
metaflow-stubs/procpoll.pyi
DELETED
@@ -1,53 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.839304 #
|
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=M7sbfoxo9NHoKJtWzq_vgqG9nsahYZwcAOKqyVxw1m0,34622
|
2
|
-
metaflow-stubs/cards.pyi,sha256=Q9XSP_eogr_w57wZcvUV8GdDq9TzAIPb2OzohTH9Yqg,1564
|
3
|
-
metaflow-stubs/cli.pyi,sha256=dRMkPJ_Z5p9bUCbYmBwWogIUrlyS2yVbb7hWY55xw8A,2148
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=UwpjFok5ITk0QYDF0M7L3xQmguMPH9j3WuhJgNlPJSQ,789
|
5
|
-
metaflow-stubs/events.pyi,sha256=ygO7jM487UM-Lw-HQ__uhgRSYP1kVTCNMXipuFbB97M,3974
|
6
|
-
metaflow-stubs/exception.pyi,sha256=ZMjfV-ibBBOTU1K0cqvXF4ujYkIa1XdU8BmnctXBmrg,2641
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=ctg3giG8g5IKAwahJi6LJ48Kpma4gZbrCztuNxEuH-M,9864
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=YoWpenQGsJvcB14tJqq5jRu-8IOyVEeqDx1G84dTFCQ,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=utPVI5DCB_nMMGxs3MocL-IqEwlCCJzcpSTUAC670Jo,4235
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=bGIknLvO8othHdQixShnENo4ZTju5C4vUtH20ukay1Q,625
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=X00tQ83X0yef453L_rXcqdZcLy__Nw6YeDsebfWbONQ,4606
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=cILIMzqQIsB8PbDGKSNUgV_ASgLgY1B3r6yGN1AbSx4,9655
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=ofBJuBazsHr31kZQZGvz6P0fchhfeV-tIJDwBQZ4ytk,2516
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=m548yXw7OVPIyPoTEARPfKt_kc0bjG85yxttQ7c9OXc,6664
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=4wOWPD4YmAVOhy2LYOoraifuOMTwX5QRfkEsnW0Z0RY,1366
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=Ge0oFuGV1bPAYtWSy6gpvwHU4wSEYPwyGWbChzEnUTY,994
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=LI1GeKS7Y4EbPDPyIS4AfXGlcvAJeDk9wAeJgvkk6sE,1494
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=nBB__WUHMYvqOPpQBZh_w1nn4UGCui5XDypdmoJXpec,663
|
20
|
-
metaflow-stubs/version.pyi,sha256=LJWAx0nTBL_OaZeYOREYwGBD7kBlwJ56oD4krhbLccY,577
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=GLWYTCP6Y0lvh-kbegOhZlIxfpjqNXcx5KBeG_Oe7oc,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=gLg0nm4uAmOrzwQP1rhZzymYV2V9vuwZiSEdpYqq7cA,44999
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=K0mHiFBZ5oN2SfjrmRQhNHyd3c8ndDwTfZymgoIpR2M,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=3GRGshadvetZp_TQqVFq15OwTgOB8ZhuF8CjhIrcAoM,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=DOBDNiNWO16Ci3xwkyn6KaYzXjQN8EEmEFmkRoZvSVg,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=HH4Etx6Spm0Hf7F0r5SUKNt1yLCmg_qeXVnk0BfRjlg,12392
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=yWdOglQcDg6SSWsNM4neEsPZc9WyZZjOnZut9GGT_as,758
|
28
|
-
metaflow-stubs/mflog/__init__.pyi,sha256=eB1tYYzD0K36XZWi8eQSayQclLx0rWLpFgemxVKC36k,516
|
29
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=_l653sgW2bHWoZ-HiPfVSZs0_IRMfea6cDWCDvPL11E,1722
|
30
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=mwRVyp6MEjokM74cetAT1TdKkrGCFbdemUMfF-e4FjQ,3682
|
31
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=0h1PBdMOV2MUlcExJFoXY5Sil5Cw5-UGjdY0eC14iFQ,2243
|
32
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=nENxCjX7cV_3ots8YF_ICx_jI-M3eDLkMYMfHXHgYzQ,932
|
33
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=tqH04bjhDwAqeb-BrXt1Be32gZlXliSfvGP1fr4ifIs,910
|
34
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=lUVZAj0-d6vB2DNImlCTWy85yR40ZtVACbfwTqYhN7s,1052
|
35
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=w974hb11k7PaCz68SW2toLnkmqBPOdKnmjKB97Kt2Bw,4772
|
36
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=PnGCootPJCojMnzunioApVEujoZXA3YGiYmQzg3TV4w,1481
|
37
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=N4p6gGmcYXIlXDzHEBMgVj_Da2VkFIsYHRwXOCtf1Tk,591
|
38
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=zDYAQ-13LJM-dTxKz70xyaw-miP4T2ds8z4PG55fNRY,2445
|
39
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=43FvuI630oFfEvUltUwLnFIB27aLYgKAub5pkpkgciI,2743
|
40
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=UtF1ilztpAhIg9BKJ1muShFh1etmZLxldFJ-Ew1DZ2U,1829
|
41
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HRe9uZwYeLR3mjUpbeq6rUGIADALAzq0_azTkvnGNzE,1709
|
42
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=UFLthK8touFZaSNdcyOHBC6-9IzF4ND_kEr-uOtt5-M,1198
|
43
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=x9dKoAudBG70wUD9N6CRwws1WgmW37gW9jhHt28QuNs,1038
|
44
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=6vFf0_BD8RQ4uny61NfzfzcOlzjBfq9HHWK1QWHVmV8,2087
|
45
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=oWpJWEJ04unm17Z0ZxTxKiz27Uxo0Pm1LzHWJjvlDaE,2317
|
46
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ex_ETyDz_vhD1jx6bPXt4E44bEX5gKeLxZskSEHSEUU,796
|
47
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=TW1aYHi0w06pkq4iQL8FIyf3mCyHZvffkdBhX3cotuA,2920
|
48
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=Vi6aEu3Ixbhmu2gSMXSw9W5wxSaNDIAYYf8NQ3eZqcc,1738
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=N0WCM9iXpETPkHqgM4pvaZUk96rOGF2DKEU8FhsxArg,1229
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=kEwol11O22k8i6oOyFH6Ji9K0UPg46VTbnmKczh_Ifc,3154
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=tUuO-ux8Bl9yoD5lS9AW7ER2Rwu1SnkDUwzvnM9znoA,923
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=fuRpMYfLDRI7EhA9G9PpQQfhPBzhIBN5-RMdNE0EyJ0,877
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=RAyUNZ5-5ZB9iT9c4ZMlkdu30DlVHGHPip3S5KyskGU,1497
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=drpTbPbCJi243v4QJfpxTqqAmOqeD6POHhD15-4z46E,3309
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=YPgXkdZ_f_Cb4DJ9LK9wHMw8MMd7TAS7bodkD5wKgFo,3220
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=R6yGhhm5n75S8a4ZzyifMyXwUSS4-xjiNfr405-1Z-w,870
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=kKLY-JdL6BhoSb-hZkc7asaOEbJiNCZfDdEPy6ZJYlc,2514
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=gLmlA9LWs7EB-aqHktTVs-JiNDmcIyaQtzMy0t6gUl4,3348
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=IolaLwUPXXIvhAfkOZXY-tyavqLPJ24lFrLCMnrIi48,13604
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=hCWXznH86NEAK1objB9jj2T6I9e0s2rlRvtliiHmwPY,3805
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=D2rsMTcWW4yPyNNkOTj2qx_p0b4yt0YL6gyjjl6G2RI,1406
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=y2vf5jtwYJNK6D5aFKryP48896Z0T0iF5EmhooWnsUI,4595
|
63
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=68cRjP75janyH5_tfyFMRAm_lYztvyd1gbf0dOxURro,5267
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=vQeexaLkS1JHQDrVda2cnCQG9VPNZ0j_M7qRxrW9ZbI,755
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TF0F3uqkFG8FAEGiO6FFB7bNIO4--uwE7qeSScndcRE,930
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=-8WxKrI7X_x24L2Q0xBxsQTiYPCRf7ySPgxDRKWw4Jw,3085
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=raHS06-wZqUXey2ueyDDNJPclXobbCpzyeeN3xQ5QhM,712
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=TPfL8H5fBO7NPT9pGrKDcEnQndcM4an7VqcZXKzHBhk,2905
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=8aBhTwuTRILs1-0Ug_gF4Jw1nAvPobz1m9ZwOBqksjk,982
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nYJF0Mz2gTIOEZwCQE566Qnq4sEaEZsdOoHAvCT0KjQ,3767
|
71
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=c8gWWwSg7Y66X3gLlzp7pZ9uYwcc2NQAuKrGfgGI_L8,6064
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=cux5PlGZrMlW3LRTUDxzAFwOmyZCQZ-TZdOrTax-uIw,645
|
73
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ahgP-nL5jKNaa2dcGuyzKyZ34e_cvNoBwtvBwBIbg7g,3426
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=MZqKIKhJRDCaLE9daB1l5E9iAVouV_pcHgYMcIPKnPM,1063
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=8RLkSidvzY1X7JDCuY63Dy02lWwmxPaq2CUta-1Uu-o,976
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yQN2hJ1QRGLt9FAlF87vFKotAnV9S1NUUeQCmUFVtV8,899
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=BlMusij4Jfd9YORvmoaYCz3frBnkdTJ6RHZi4vlOJ5Y,697
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=9eVA4FFdWWR3kdXEgdiguD-orRUg9jY393gkRFNc000,1637
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=PlSHPdQpgvyDZVbL0QBJVjFn-r1S2HwtGGBa7RQP1Fk,4482
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=jirwAgNajIh-5-plPXECJ7eIfCF_KZSlhC_Bt88dRWk,2622
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=LZ9ERW811gWk4SHmgWznmOM6Tqbv8lA2fKn_-eXANSg,1186
|
82
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=kWNGaRPHDfPNkGWxPBYXcifpymAiFYcMy6i-JJApPo4,1145
|
83
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=2e-aI_K1mBcTI7aNnphyP52GFToeJkqGpZ8oDnqSTmg,3881
|
84
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=iNqc99ynPNjKbvhrVjIjebLgTrPhmm_fcJvaucJeFHA,4342
|
85
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=qSLsHyz6UujmRziOmYdXzKLfIyeWK3bvT_jjDKi-luU,1011
|
86
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ppsgyziyuVU5pMFGJxfB3gcdX_pXhckoWqFkLf7k81A,1168
|
87
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=OyW-Eyst1zwpSndi1jn-9MCW9TTJv4utryOiqwMsQKA,999
|
88
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=6Uo2lx4_23kk5-hkFB5UEuxuZj6eGJjvXzm7F_spRAE,2289
|
89
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=no_y8arq0I7q4jqnLJww2wSMjHF4zbqtr0K8i85RZks,2458
|
90
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Omy6K4afJ_fg_4NkPu09UqXejPOmbLztwN3RFr_sxFQ,1568
|
91
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=5lRk9nK9PmdszFgW7wpLx6yXBV7uSf_tgnox1sKTrrQ,1667
|
92
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ErRQbALNFFJA6bIphy0_UcWEqmjUmVHRK5jo8A1EIUU,951
|
93
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=Huv2Au2gxc3SqoFJ0Dj1QPjmwelUWRzGmXCxT8HCzME,5963
|
94
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=DKE48iVC1YctJLB8NAPSweCHg7bW58tEpzuSPgCxPMk,4909
|
95
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=d9zLC5senfoOYBCive96Dwz-2gexwHkfaFL9n79Hwg4,1089
|
96
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Va0aEDxO-WlgV9nUyk0aRwnTTqYL0qsJm-dtOKRYAxs,2962
|
97
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=4evALqlJX0TNzbs0YHVkeOffVdkW54HLYfMjLXu05Ow,2768
|
98
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=-Q_w2wiqHWuiTtllWA86de8Xi9RP_OYo-EmPEu-Ay-I,759
|
99
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Zq7em_DfeZVEn8bfTtut5fadKfR6u-l8rPwaYSyxCNY,8482
|
100
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=F_M364T-L2Phafg_8qws02mQdOQHPRe3KEOQdNWXp6k,2470
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=0l7x2mgTNCkM40pKRDJNiH86rlkpilqPLIMWIglP__I,1019
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=QiYIrg6FKEdRDJhmm8UHkvmr_hb4Y1TjLCfDCt3iNTU,7180
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Av0ABFvkSIc_xjshtHnTkH91faZ1zziG7cuCWn6iNOg,3092
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Wt7kmHwqFIVjWp1ngTAVoc2SJwuuP4YzO5rqX2pp1A8,10309
|
105
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5c1TzXjiNQBGh2NFq3pUNvA1Mxq4yQBiCtKtCVpwYVs,1479
|
106
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6emBnwcXXvPI9JP2aZjGolvSiibD1QZe2fnDhuQQK2o,853
|
107
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ZJHuswngWAP_yWOeWZunwBrmiKpj1FTtCfMOT2FrfwQ,3622
|
108
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=SvbvCHn20ofTgWWb1juoJThVjqRvVfGeOvOKkByBG7A,822
|
109
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=o7D-ZvT0wyOMS5KYoIJtPPwJJNN785VbaEgx7V6dT68,747
|
110
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=yc3bLh1Y0WURixaQ-O41MUz_Oxu2xD7ev6H_Pnnw1wY,568
|
111
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=gD58F9QeilmSp18zeJIJdH3xVXYflRoqhZdV93PLeAc,2736
|
112
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=AUE2TAqSNc3KsQ0Oh84Kq9eYwbgFEUuQbINZW2MSl9I,2014
|
113
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ovEy5OgFhtlHnmeiJDREknaL8Id3f6hxtG957hEHWoM,933
|
114
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Uc-mEHZIRKcAvXm2rKXGlTdD1XdanyTkoVe6vwswR08,2797
|
115
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=IYMgtHycRUVqrtwME8lMu0aDMs-Mvpwl5sJSgG3igY8,1204
|
116
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LbGYPlm2o8Zmc6lsyzTS2K6bee7D0bf6W8NMCqAJhD0,23702
|
117
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=cpBmTTKlfoxMT8prsPkrXjKLTTtaJGegCjBDA2wk7js,1036
|
118
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Hc0czM7YdKTds9zZQ86-gG3GSSUqeJHSfHY99C7ajxA,1132
|
119
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=d0qruogY_Hitv4yduQ2iu7nh6lO_fUaPoZTJFMe4vNA,587
|
120
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Y51PJtJ8kD-de9tDrKHNGY8LIGmrAiy663YhKEnL8Ko,1200
|
121
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=8adABouHexWaP1P8YcwEnXIG1PdMD_8GLh1XCmFsOmk,923
|
122
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=TuYEVRJB2Khc0eCG60_xvoP0OEp0wb9DhZmTofslKOw,3298
|
123
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=jPHeSh1rfgVdt58cCU_ZAv-Fo6H8S6h1KBgTapc6AC8,796
|
124
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=JqvGBqCDKx2J9Z9ldgxYZcUjtt1Zwf7eKuZTutjlgwM,899
|
125
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=jj6ACcPotxOJTu6ZMXccUM3zANxivLgfKhezEk_tjfg,1086
|
126
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Ghj7yNg-H1svywKZYkCVe2Roc4DVXlxetKTYZDMGsJ8,1641
|
127
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=cANtNiA8yzxikExVCkqHvLIf_gmpHfIw2HvXcXU8YMo,893
|
128
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=me4T1lxrFtMNgByn57TC98zgQ8BvYobHdrr92gw3lnw,881
|
129
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=dJQlqWgZvlrYAHk8_8MFgZ2lUYA4CqbQ4x9bAR5mZYs,4254
|
130
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=pLHnsTsRhe1DYsabiM335sKeGmxojQbRAmTo0CMLmZ8,1444
|
131
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=s6uI1N0kNb_6APitWvTdTF6NUBDu2bwgsxvcAU6AR6Q,1326
|
132
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=GAEh3SuxKWX8ylWPBna31IRGL5r1xj8zVvJO_yXZrsI,6806
|
133
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=M6oKLzWRm4N8iho6GhSfV0oIRbiAhkkQ7Ph6JKAotIs,2558
|
134
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=0dcMrs1x7HdFzcXkZN1sehRiZuEE0cnrTzhvA_zUp0s,5226
|
135
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=VdOYK33sF6gMloOrOwS6yVx6doUuWPzlIyKja2cyXUA,915
|
136
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=0aNfYwsS3r7tIesL1Htc4iw3GhsYqFhMjY79IJii7xc,3725
|
137
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=MfgmjkDmrvsfnyNKvBpPcLuN8Bt3pRTvI8ujd3J8PCw,2409
|
138
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=K09UiKGkXoAiVQqTcGwx3feb_Ix_AUnD95jIcuGKZQk,2610
|
139
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=XKkC9F31yAFcSUtIooNQlp4D1qsqeD0Bifjxf1RBapw,834
|
140
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=7hUXGkvK1sV1hn3MCGNSVZzcVibDaTr9yzMspNRur9g,825
|
141
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=wQ-PaBV5C8n1YjbEpsaUJ3DYsdb7Is_YOyXXROBdVyY,1042
|
142
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=HASAvQ1wwcg2Cy4DO9pb5cUN147k5QT4pXOJMUlTTBw,986
|
143
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=5A_IPAF0rs9SfNC8g9frR6Cr13PbkccYR-t5mhN0yjY,2345
|
144
|
-
metaflow-stubs/runner/__init__.pyi,sha256=E6ElZ0wGWkHK6v8lPDInK-wGNE-qAWvk8W8dun5NO8w,831
|
145
|
-
metaflow-stubs/runner/deployer.pyi,sha256=BIiNKFNLotnUdOw5LdGPnjAnytYzs7BnnxNuSiZxfhw,7525
|
146
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=1TV8rvS5cjsCpxGnelgIY4Z7cyL5AgsKWCaKxNVeXx0,3300
|
147
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=BjtwkB9WdaBhsV-iOakSgHjUGUoiB7B0wst3n0qETZY,10652
|
148
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=k7cwClVsOpav0VI8qch8oOEEBhumt7uksEQxpjsYUvk,2815
|
149
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=Kbz3fvJj_XLW7wrwOzqcZRtuWRTsUXGcGL7RBDgbVV8,6022
|
150
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=lbNCe7eGsP2sCB7969d1Wj5T3wJlwPfYlkEw936hKM4,9136
|
151
|
-
metaflow-stubs/runner/utils.pyi,sha256=l3CuZd8kPZIKuderM5PREwTVs6f6u3CQyxkCgQqFCsM,5924
|
152
|
-
metaflow-stubs/system/__init__.pyi,sha256=mcb165y3_3LdE86O8axvHx79EtOOFlOiyQUVDu21YjI,761
|
153
|
-
metaflow-stubs/system/system_logger.pyi,sha256=ThNEg4BVvIHFiJ3V3wlXCNRZk_h19bXZKWa7vx02LM4,1666
|
154
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=uHaquLfGqggqSDrI_lISfKlO7_MeR2AXGH45sY2o-cE,1788
|
155
|
-
metaflow_stubs-2.12.36.dist-info/METADATA,sha256=H8CN-nikMcpuvPZLTalkPmnX7hvMXEc-nXCdD4uuPA4,1403
|
156
|
-
metaflow_stubs-2.12.36.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
157
|
-
metaflow_stubs-2.12.36.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
158
|
-
metaflow_stubs-2.12.36.dist-info/RECORD,,
|
File without changes
|
File without changes
|