ob-metaflow-stubs 4.1__py2.py3-none-any.whl → 4.3__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 +423 -423
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +3 -3
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
- 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 -2
- 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 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- 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 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_cli.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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- 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/production_token.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +3 -3
- 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/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 +3 -3
- 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 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +5 -5
- metaflow-stubs/plugins/cards/card_client.pyi +4 -4
- 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 -2
- 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/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
- 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 +3 -3
- 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 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +3 -3
- metaflow-stubs/plugins/logs_cli.pyi +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- 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/tag_cli.pyi +5 -5
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +5 -5
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +112 -0
- metaflow-stubs/system/system_logger.pyi +51 -0
- metaflow-stubs/system/system_monitor.pyi +73 -0
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-4.1.dist-info → ob_metaflow_stubs-4.3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-4.3.dist-info/RECORD +145 -0
- ob_metaflow_stubs-4.1.dist-info/RECORD +0 -142
- {ob_metaflow_stubs-4.1.dist-info → ob_metaflow_stubs-4.3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-4.1.dist-info → ob_metaflow_stubs-4.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.565093 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.560616 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.562978 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.events
|
12
|
-
import metaflow.runner.metaflow_runner
|
13
|
-
import metaflow.runner.subprocess_manager
|
14
11
|
import metaflow.client.core
|
15
12
|
import datetime
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
|
+
import metaflow.events
|
15
|
+
import metaflow.runner.metaflow_runner
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.563906 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.585288 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,112 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.564803 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import typing
|
10
|
+
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.event_logger
|
12
|
+
import typing
|
13
|
+
import metaflow.monitor
|
14
|
+
|
15
|
+
class SystemMonitor(object, metaclass=type):
|
16
|
+
def __init__(self):
|
17
|
+
...
|
18
|
+
def __del__(self):
|
19
|
+
...
|
20
|
+
def update_context(self, context: typing.Dict[str, typing.Any]):
|
21
|
+
"""
|
22
|
+
Update the global context maintained by the system monitor.
|
23
|
+
|
24
|
+
Parameters
|
25
|
+
----------
|
26
|
+
context : Dict[str, Any]
|
27
|
+
A dictionary containing the context to update.
|
28
|
+
"""
|
29
|
+
...
|
30
|
+
def init_system_monitor(self, flow_name: str, monitor: "metaflow.monitor.NullMonitor"):
|
31
|
+
...
|
32
|
+
@property
|
33
|
+
def monitor(self) -> typing.Optional["metaflow.monitor.NullMonitor"]:
|
34
|
+
...
|
35
|
+
def measure(self, name: str):
|
36
|
+
"""
|
37
|
+
Context manager to measure the execution duration and counter of a block of code.
|
38
|
+
|
39
|
+
Parameters
|
40
|
+
----------
|
41
|
+
name : str
|
42
|
+
The name to associate with the timer and counter.
|
43
|
+
|
44
|
+
Yields
|
45
|
+
------
|
46
|
+
None
|
47
|
+
"""
|
48
|
+
...
|
49
|
+
def count(self, name: str):
|
50
|
+
"""
|
51
|
+
Context manager to increment a counter.
|
52
|
+
|
53
|
+
Parameters
|
54
|
+
----------
|
55
|
+
name : str
|
56
|
+
The name of the counter.
|
57
|
+
|
58
|
+
Yields
|
59
|
+
------
|
60
|
+
None
|
61
|
+
"""
|
62
|
+
...
|
63
|
+
def gauge(self, gauge: "metaflow.monitor.Gauge"):
|
64
|
+
"""
|
65
|
+
Log a gauge.
|
66
|
+
|
67
|
+
Parameters
|
68
|
+
----------
|
69
|
+
gauge : metaflow.monitor.Gauge
|
70
|
+
The gauge to log.
|
71
|
+
"""
|
72
|
+
...
|
73
|
+
...
|
74
|
+
|
75
|
+
class SystemLogger(object, metaclass=type):
|
76
|
+
def __init__(self):
|
77
|
+
...
|
78
|
+
def __del__(self):
|
79
|
+
...
|
80
|
+
def update_context(self, context: typing.Dict[str, typing.Any]):
|
81
|
+
"""
|
82
|
+
Update the global context maintained by the system logger.
|
83
|
+
|
84
|
+
Parameters
|
85
|
+
----------
|
86
|
+
context : Dict[str, Any]
|
87
|
+
A dictionary containing the context to update.
|
88
|
+
"""
|
89
|
+
...
|
90
|
+
def init_system_logger(self, flow_name: str, logger: "metaflow.event_logger.NullEventLogger"):
|
91
|
+
...
|
92
|
+
@property
|
93
|
+
def logger(self) -> typing.Optional["metaflow.event_logger.NullEventLogger"]:
|
94
|
+
...
|
95
|
+
def log_event(self, level: str, module: str, name: str, payload: typing.Optional[typing.Any] = None):
|
96
|
+
"""
|
97
|
+
Log an event to the event logger.
|
98
|
+
|
99
|
+
Parameters
|
100
|
+
----------
|
101
|
+
level : str
|
102
|
+
Log level of the event. Can be one of "info", "warning", "error", "critical", "debug".
|
103
|
+
module : str
|
104
|
+
Module of the event. Usually the name of the class, function, or module that the event is being logged from.
|
105
|
+
name : str
|
106
|
+
Name of the event. Used to qualify the event type.
|
107
|
+
payload : Optional[Any], default None
|
108
|
+
Payload of the event. Contains the event data.
|
109
|
+
"""
|
110
|
+
...
|
111
|
+
...
|
112
|
+
|
@@ -0,0 +1,51 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.586113 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import typing
|
10
|
+
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.event_logger
|
12
|
+
import typing
|
13
|
+
|
14
|
+
class SystemLogger(object, metaclass=type):
|
15
|
+
def __init__(self):
|
16
|
+
...
|
17
|
+
def __del__(self):
|
18
|
+
...
|
19
|
+
def update_context(self, context: typing.Dict[str, typing.Any]):
|
20
|
+
"""
|
21
|
+
Update the global context maintained by the system logger.
|
22
|
+
|
23
|
+
Parameters
|
24
|
+
----------
|
25
|
+
context : Dict[str, Any]
|
26
|
+
A dictionary containing the context to update.
|
27
|
+
"""
|
28
|
+
...
|
29
|
+
def init_system_logger(self, flow_name: str, logger: "metaflow.event_logger.NullEventLogger"):
|
30
|
+
...
|
31
|
+
@property
|
32
|
+
def logger(self) -> typing.Optional["metaflow.event_logger.NullEventLogger"]:
|
33
|
+
...
|
34
|
+
def log_event(self, level: str, module: str, name: str, payload: typing.Optional[typing.Any] = None):
|
35
|
+
"""
|
36
|
+
Log an event to the event logger.
|
37
|
+
|
38
|
+
Parameters
|
39
|
+
----------
|
40
|
+
level : str
|
41
|
+
Log level of the event. Can be one of "info", "warning", "error", "critical", "debug".
|
42
|
+
module : str
|
43
|
+
Module of the event. Usually the name of the class, function, or module that the event is being logged from.
|
44
|
+
name : str
|
45
|
+
Name of the event. Used to qualify the event type.
|
46
|
+
payload : Optional[Any], default None
|
47
|
+
Payload of the event. Contains the event data.
|
48
|
+
"""
|
49
|
+
...
|
50
|
+
...
|
51
|
+
|
@@ -0,0 +1,73 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.585749 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import typing
|
10
|
+
if typing.TYPE_CHECKING:
|
11
|
+
import typing
|
12
|
+
import metaflow.monitor
|
13
|
+
|
14
|
+
class SystemMonitor(object, metaclass=type):
|
15
|
+
def __init__(self):
|
16
|
+
...
|
17
|
+
def __del__(self):
|
18
|
+
...
|
19
|
+
def update_context(self, context: typing.Dict[str, typing.Any]):
|
20
|
+
"""
|
21
|
+
Update the global context maintained by the system monitor.
|
22
|
+
|
23
|
+
Parameters
|
24
|
+
----------
|
25
|
+
context : Dict[str, Any]
|
26
|
+
A dictionary containing the context to update.
|
27
|
+
"""
|
28
|
+
...
|
29
|
+
def init_system_monitor(self, flow_name: str, monitor: "metaflow.monitor.NullMonitor"):
|
30
|
+
...
|
31
|
+
@property
|
32
|
+
def monitor(self) -> typing.Optional["metaflow.monitor.NullMonitor"]:
|
33
|
+
...
|
34
|
+
def measure(self, name: str):
|
35
|
+
"""
|
36
|
+
Context manager to measure the execution duration and counter of a block of code.
|
37
|
+
|
38
|
+
Parameters
|
39
|
+
----------
|
40
|
+
name : str
|
41
|
+
The name to associate with the timer and counter.
|
42
|
+
|
43
|
+
Yields
|
44
|
+
------
|
45
|
+
None
|
46
|
+
"""
|
47
|
+
...
|
48
|
+
def count(self, name: str):
|
49
|
+
"""
|
50
|
+
Context manager to increment a counter.
|
51
|
+
|
52
|
+
Parameters
|
53
|
+
----------
|
54
|
+
name : str
|
55
|
+
The name of the counter.
|
56
|
+
|
57
|
+
Yields
|
58
|
+
------
|
59
|
+
None
|
60
|
+
"""
|
61
|
+
...
|
62
|
+
def gauge(self, gauge: "metaflow.monitor.Gauge"):
|
63
|
+
"""
|
64
|
+
Log a gauge.
|
65
|
+
|
66
|
+
Parameters
|
67
|
+
----------
|
68
|
+
gauge : metaflow.monitor.Gauge
|
69
|
+
The gauge to log.
|
70
|
+
"""
|
71
|
+
...
|
72
|
+
...
|
73
|
+
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.541985 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-07-
|
3
|
+
# MF version: 2.12.7.1+ob(v1) #
|
4
|
+
# Generated on 2024-07-09T16:19:31.548190 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,145 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=2dsR6y3ItOwuPfDX6SkFpAfgZW7USWSoCaz2apuTs9o,114428
|
2
|
+
metaflow-stubs/cards.pyi,sha256=L7B-0v1yO9AbRhnjZe_EMBUwKfXyLVzQGLN35s9_aBs,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=DogwFWzhnlVDrlPlZGm37sFjrrD-Rs4PN0adLARN2QU,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=0UmvDb0fKFD1momtz1BMEg8khm8hfnqEuAW27-UsXQA,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=CYun1zC8gEkw5LUTE3p2s8Tsvi-NVcrxuWWARprT9Y4,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=EpoMOCfXF8tp0i5DE2q178ih44n48qhThSsr-CMGc4g,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=TgVw1GKjghufm4vFR5GgSy5RWmaWnM_IQ9HqNDPXDVA,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=v7iI9sZELVl8D3eHvVSpUrCx5BrS53EfxhF-beqvCaU,42
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=Rd0LYxVwGANBM2lq2hVaOvUgxRUkb41nhUjz1i0DHm8,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=u4VkSvMdPhiIiNFIG8x2WxzFPk4jHxeYh39EAq-Cp-w,4558
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=dxP6lx4ZJ_E_frVerLEMFa-uo8moCFjeEaLi7N-v-qk,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=qKdamQwwfJfGcDSw0z0KZ-IrcFk93cMTD8a5qZdXbQA,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=_iDPIu5XCBtj8ANpjWeqtTxv1tihH9xSU9eTYKwfEdk,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=brgL83rCacOXU4ljvmqgj-WcFp5wKRHpnmh5nD9MYbs,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=WF1pzKwtEUMvXArbnx2dQQhq-m3AtE87OE2S2Si0s6M,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=BFLISy3AWUwJgKV3Yq1hPw6AG4lnLw0YdV1ctbnNSzk,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=EHrR57CV7bEe7Gj13oHBPOr_mnss1eikOKlMcZTpnIc,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=HPRnAEaCMLv9byfV4Gku5e9IbzIiJTi6dASNXQ9bQ78,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=HFpQMTYJ4GTyiX6vgkgjO-7C5jGMxOOJg7SHiXFP9Hc,40855
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=1OmgQUjJRSrCe0VC4eMGBsylNU43G4to7fGHeBzDGY8,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=vgf92in3O9eGB5KaWVJYFxuusv21amb58gymOlZNVrI,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=RZNSDLKOpzzdnlOtk_wYM4kYIOggt6oNqmH5oRnfaKQ,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=XdRzGgJWxwaMv2I-xPRliaubXwLen40XPZI8irdhU0c,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=6GeJ0x1pBhAEMBy_JCIapLdYxxy9v7kKm635AdZuzOA,5931
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=LFi26lUNIZ03Wef2Cxo50iuHc-7HxLpeb20reFGX9sU,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=suNmW5YrR9PyhxjVyM6FZSc_gusG-Ec3qDO6_XXIYY4,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=Dx5B4ATdLXluU9HpdqpMaTRKo5ZxXU4mYBlKtdEJ_q8,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=j5mtq-iMnUo3kz6IaquTrf6fzA8nlR1RzILsIi5CGwo,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=Y4ExdCCVmexB4VyaW_fc_kMZ0_L1EmqXEI3WI9BGiUw,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=md9GX0gjYtj62ieggKBUfRK6-hAFjemWt4Gu_HBK8gc,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=hOXGZVoanIgH477sUqIfh8Kz6zoWJkL2aFMRBzZ6IIk,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=BN8IPCLZ1WQcdRRQ8pQ9VWDXJmLvPiUvVJz0dQnoDm0,1248
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=nbcjmpVeXTspOGQ1Yd1UXbKHYm3Kw8CzjSukEpSfATc,765
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=3KgVQOCtGXOQa6joZEbDyA-b6KhYdK3-CJQZ-AHAioY,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=g44eXHApmCNhI2U4RXnOYVwMH659Q8ihIHLJlmrmya4,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HWi9_rIrAd1eT1E218_BgTHcXqZAAe8E1dczmyXXSfU,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=rW4z7Fv2bVho4o4PkvHJF700iboqfYCQxgxngeLe5As,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=MkC6jgRoC0M-nxVMNvrVw6X-1PM7eLva1_PKZqJtceU,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=YVrJSIYsji9gd3_FiPyr0it8dNXzIIr-XePmAA81cN0,1672
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=oZeEk7tYTl4Kwc2fzH6j-HITZBq95hKpTS572e8zHmg,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=T_JomqLZlnhl0YCYHZx2dDkVvIHV3Pk6JA2BOJCUO78,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=IOnHqSZyk3rhq2HWmjVJJO9ppiG3Jy1XUSWgLlUhM3I,5398
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=6GVcDTQPhLotj_VKOMwN0ptgyJAwrmQmeS4AHrLFrYc,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=vGq2VZcmupbE_tPJouju59U_nMYZvwJoWNW_4YmfuaU,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ZIs06Cja6gLsZsaD2PShhm3oj1XPBA0uFngYT_H7GcQ,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=zz8QJFCjudRQJ7sxkGH8wysclkgCY5I69w3hOlCtoKs,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=TRGXkGCkJOBspPV7t8hP8K3ZwvrGfQKT7KgRXY8IZ-w,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=zVmUSOLqIY8sJkYU0pXOLJGkXwQkBWIAEQfGsVSPzmk,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=zQqK3jsLXTDTA1dqEe_CarEgoD7Ji4WdIbdixnTcPvI,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=hsJg_HwjKGtaPSTrtj2NyHXPxJp2pl3NcYFyHc_sQmA,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=DmJK9_hO_u-0bwIiOo8lpjMz81x8_phIbnADQMJMm8k,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=fB_GyyaV6MtUYafYZJEWNRogDyTkTbUEnGerQ1-QYeE,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=iaLuX5j03attfQUqzIJA45CBtYJ3_jUGS4ZbB770wfA,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=pKjGboahQcBb734V5hGCRz_kZF4VY3RVjeMo6VmhQPA,14445
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=OoRoyF3GKEuu5RtsHgeIUg3nZ3QXgCyWdMfR9QlR3e4,5800
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=vyRgdTlSW9Cnpsu6oEA8wdqynAG4Pm8VPVYNAmZI9PY,5870
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=chfeCk3Zt2UJzGkfoEzh5GHPwMY8Or4ZTZhIQOTMc34,453
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=3BeRvmBq1nTgMxHiMRuV99qqaQaYOYPNQrI1FH3v5zw,829
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=yFNGQ_iHQFFvcjJEPtU7SvkRqvbuNMdL9Tf5MYAD8bc,3098
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=sv88cri2Kfx03K23ZFEbpc0QeYfYtGGDv0nmCDgry1I,453
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=TTdQCSCnDYLgSHxvu0vhbMc3pP_O_Brkphkm0K0S3FE,3606
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=J5DrA3w1Sqk4nFS4NFUfjSi984aIpbM2LxpORiSpfP8,2318
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=b8dtBEG64k6yqV-b40ExCX5rHKNP4ODbGDiEVM-kyWw,3742
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=jnsRG-n23-80FPsFNaJx76LG7te6f-gLlSHNrRPhPuI,4734
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=XP6tntnFeso-lsrVPGcHeGi62_8fvbbgHS6xKbx7prw,453
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=jtBzwtxJwmC-hSFO21JorPBXEXBNIMvmgYiCRllJO6w,3226
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=lhyU_SgFsqMGzp90U6F-KjQeAFxncin7qVymt6hialc,453
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=na4atbst-WyuSHdtkmx4FB_SbJzqCeNG7wVWhePNGVc,875
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=MK0g5Ie8lgfqwYmOtHv9ZLNTcmP5_aJ2rIo-hFJGYIA,798
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=xqIJI5NZ1r79vb0Nei2liOUNEX3xUoGD-Hj-EEaxolQ,596
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=ImyMmJ9DA8qjRRgX51wp--_NMopYMltKO7TGfCg4M5A,720
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=hbi4NBg8Cu3jrhCFd1zu50xJqMkYfBLlxy6QorD9rJU,6526
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=55ltNpxa7ydGxR2HidSRipSf8XLzVNzeIVPu1XqPCIs,4441
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=IafFw3mFACpj2ey1XlnEsgJB9_l3qmLlYqYx3IhmVV8,1085
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=YUPxF0vFWrdYueIrXikVScp-ThYJz3UEw0QfGV9RVV4,1759
|
77
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=S6iXWEoHPVZ5yXU9ooor-OYNrMAwa7ZnVclO3eI2HIg,493
|
78
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=87nS96xevDtJPzwIaOgM6sd4_KWjtAD0Wf9mpvBTjPU,1067
|
79
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=OnRn4jmYPTzV88LTQxI1awgjAPcE-ZaJ3c2FKx0BeFQ,975
|
80
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Kh9WiZRqy9vv0xsXyb3nho_mIhpcTlvY4MgsY6Z6E-s,1933
|
81
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=3E_6zm0f09VaQXNWFcxa6sUt1aOQTeK8EfazZN6jaGk,2513
|
82
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=PKxwFSqAAPilQIphMkc5OKD3P7Z-s4_SMMfDkzkUKkQ,1782
|
83
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=WtVm2cYmogbOYfMHZ2P-s6bX2CjWIahpKt_ng3fjazQ,1748
|
84
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=HMJJ8-wTjps8cg05dOuiqxQBvb0x-Hp4DdPFkaOkT60,453
|
85
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=Pg3FTbnWXDRgRnmz_1rBLdAl6qVtF0uwkGUybKJ-r7Q,18088
|
86
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=1qIYXd7vXuJF8dtUsgF7-5v4ztOUwIC_lrc5kD81F5Q,5396
|
87
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=7FEu4PJW9cs13kNHzTC8dCQ1i_d15jd38qFSAfFI9mI,969
|
88
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=adjcjjavKjWW3hH1B7pxATkTKZ26SYw_BmWtmmn_Q8Y,2942
|
89
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=7TxFpzp_V-tH4TVxTut3wcWEaIvkYmpXRopBTc1GtAY,4258
|
90
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=vICKMixU-fEaDFPU04e1dZts_f-ciDDnPYNyTicy5s4,1975
|
91
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Q_tGsns0309OaZ6xfxXdN5GBsYoE6pyn6375mWFEYfM,6789
|
92
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=nSZvue54JflJvspMlGPMqVYoT-AynYFj1Y2mVr6vTas,2244
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=5Bl9DJelpG4xMNWllCBCTs43NlLS3RLGj0hC8Xbr9S0,1871
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=1h-77GN_0n4E6XvKQD7RGY92sBTuqK7vSGkQCu19AJ4,7858
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=KvMTif_frhyA6BzGYpBHFgP5JBx4F25NvyjcNIFER5E,1816
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=F3KSdHC6DqC1HpUHlB5MHp0soJZDP8R29hoE1kCNyUo,7674
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=UHyXD0GDC7tdzeXILGS_O7n1JWyV9YdNyrQSCYghLGM,1313
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ZoLJkByzGWvoExjHKXZSinoFBirc9jgzeMHupEzEYMQ,951
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=8I9ENZd9PDhky4S8VsdV92okHhWkZVEATXxJSrkXn2k,4629
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=5ZY__OiLrboULputFyQx-kMBfhPFxrPq5dECZQofLb0,2711
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=N7RhSj0h3LaU_J3wpdLFh2oQmhQ1FdzIQ83cI3kNjco,2667
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=a6T7jl7QDbU9-FcfOHyYI13kVdGRZqh5DXYzsO70Qdg,467
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=TRXQ2fMnBOPkR-pHfG674kXdeBpV-l1OyRfnJxlWRFI,3525
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=e5Z0Fc453pAGjRLV4fbCy_mZtWNodytcxazNRO9JXt8,1913
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=QvMOEPq8wPntMa2gK4WYY_qnn2_YAXisR4eO3jLvJEQ,12909
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Hruq-xEFCcdIx2MQnkw3YkhjGm--tran_7XtEUhNvM0,2193
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=3ZJ9np_LtkC-w5kvvHq9MFGI_MZvlZ_X4Zm4yPcm3ec,20310
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=h6RAltkELo-Tnl41Dy0lKGqI13wc52_tLeVWCCaiHvc,29154
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=jQIndEnNWIdGGbgPZmHU35V5wauozA-v82-imSQIeVE,965
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=hUUTIdeIDCpjJiScdXlBw2E1BI_tPeL5iNMyZoM2PiI,1123
|
111
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=I-HkCQMusiVr6JuVPLBA2QCKYe9lklcdMxzVvlGHzo0,453
|
112
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=we1sgMSzxjUhP3YSaK5KNLIpM61VBP1ik6gJyjdOGMM,1622
|
113
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=4cDP-2GcHojCyYBwIXCoy2VZpXAh_IDOuNl3g_WHJMk,508
|
114
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=EupKMPQQid6KRhHw-ncjvtff9GfOely6ldh6Ln10iE4,3090
|
115
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=EEdfu6NWIfQhRad4IqcS0UFZQncswGTyI7aRjNtTVCk,772
|
116
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=uIN63VpioXGymP8dAx9BHnRz6nBoAD38E_CxjIujEwo,798
|
117
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Cigt8yMFf2Om1l7Pi0Y0psMK-0d5cxXaa2bBmtPvHIM,1184
|
118
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=0zX8NfzBDOT2WoRADNcWbJUj-V0pLGmAoNwc9JU5Puw,1722
|
119
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=fFN-jqeuOERmLrncKFHe63QVy9e_DQjIdfsVISxQWig,453
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=JWb8n4g36JxLTuERwprKSQFaHtS-MgEX26TMxONExMI,3825
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=30PoK5Mxy0h61NyCz0OAzaLIkEmEcQDlYp_tCxpR_cw,3392
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=6_CS8hk_vwcan2QZz5PLw2xCYYrLQLXB2dRmJpjPYKk,1022
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=wev99dGaixp5mup9nU8dwS4YDHTM0KGRtQRnqof-ZYg,5578
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=XETfZp3XzdtP2XTEz2yn7wcFwpvTpKRRxv537FGsEzU,3964
|
125
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=azjVQ36NJV1yOrqU55bDwAj2ZG8Fs6cOC2gCBLpyH70,627
|
126
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=1IpL6h4J-l0kyqlvB9szp0HWQb-6j6b1Gx7S0Ha-UTg,2070
|
127
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=3StIy9HVjXdHEW1yNS-sLz_VUqwoTeXQl7adeneh9tk,2333
|
128
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Rlx3qV-XFiSBNPIK6lpYaavIqXh0sb4XA6kzcHON9Xc,905
|
129
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Fx3IJYtuEwt5-ZLzJz6Rziv-fF09HEV62ti9IFIFzgI,1651
|
130
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=U1eeDrlsfo00VE83y_WwMCnXTHj5ijzSZUxEAPAzldE,771
|
131
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=A-ruTCAt9HgN_6qcJU_5nrd-e8Y8qf9CDC_5LDCuMro,812
|
132
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=yt7X6GWhl1a6qdbTYQhxEoPZ4xCZlCKwU-K4IPIJUpY,1114
|
133
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=xvRo566oUxY7QskuLcGQflA-rHbHg-ewQLlyjFJLQk0,2024
|
134
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=Kp4Q5_RZ_qQ728-Df8zb-XctN5FJ_LJsV3JmTuZSKlQ,654
|
135
|
+
metaflow-stubs/runner/__init__.pyi,sha256=wu-LxId1YhCnL6G4xcbNUksPsiZ1UVGs-4XYEYc1pBs,453
|
136
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=tD-O-S2mFRiZr5doa_J72llYIj5AgY03izuI5UK9Pd8,23267
|
137
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=YS4n5w4JZLu_VAGN-kjeEq5ud9MR4xLCx639jhBdO1A,7486
|
138
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=DafD6ULPylHN6XPR89juaOqpZE_f4OSO7-uEj-cM8as,8577
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=z7X5koQE9X1TcE0As-uuTz6Y51ozjI3uDkjunnx8H7U,3383
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=PoyU8HSayEA3yj14gvejDjNDSCRVc6vT-atS33Qplh8,1876
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=367dEx4HlW_lcczbRujA82K_IhYCSLYN8ipUGOhz83g,2017
|
142
|
+
ob_metaflow_stubs-4.3.dist-info/METADATA,sha256=k4Wq2SoFIxbrYXPh7b_dkf6MTM6p5FIqxt7MGhg6t3A,651
|
143
|
+
ob_metaflow_stubs-4.3.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
144
|
+
ob_metaflow_stubs-4.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
+
ob_metaflow_stubs-4.3.dist-info/RECORD,,
|
@@ -1,142 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=FdpQX9bKIo6rNacCBXnY5M2xdScQPX_QBP2Sp1a6rzY,114428
|
2
|
-
metaflow-stubs/cards.pyi,sha256=pzX0x9CK_tFB0WyiILlDxvby6dDfIzzzH8lhMyaCR-I,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=044C0Vlsv_H9YRd9UIXEOLP3k13auA8vE3Bg2-VLozA,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=FSOc2FCBIwP7bwR8EjAzLg0tay5Cra-iRYko5JlNmTs,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=w0UKU72WOoSRdzGhD4uwsnamULt0D46qGULTAI0Jfo8,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=gQYF7TyQpydpNPRb3C8hHTMiu5Z-Puau1Juq0fPRmWk,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=ReEZb66_hDBUULZJyVTaf5lgSrEzVW_VXWk672oyKlI,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=g2MPBvzKWXfESo04qjiZrysaOgrE_uh1Che0yj4HMek,42
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=uS-acsfTsIiXJkhv7n-t8IHUeOn39Nz04u-U65nZb7I,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=0yLYPl03jVTMR53gzboxAEeuoCquHUVzJqatcmSQw5M,4558
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=xH-JDn2t1cwqdgqx9Ufb9FydazVKc8TyZeLsAj0wNsw,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=7Ca-2uAQexA7UhsAP2zt4luia55QM8Lqe7GR4Fff7HU,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=KZq8WRgE7Mr0ARlqTDj6n_bLOnlxCFTNJ4xEE33TRZ4,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=EFYI_DXp2oCsZa-wm2lWto7PERjaMmWG-O8V0F4I1X4,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=Dfqci9iVWf5D3RC861ggDzmqjUvAbnb3FwAKRi1-joY,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=TorLIoqdcySje5e5IJ4hx6YVXBdRfPo6H0jG3CMpQr4,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=UqK8Pzvj7tN2JN0ZayrcphveBJiX6X8M92NxIV5xvCo,562
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=tVsrUOaJ3Rxt9rvvPx5YKXOpecqPyhsVv2AYMNPJsL4,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=fcdbLouAcLC5NXWdjUK9qf78xeT_868zGK32MltqMXc,40855
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=lUvauabs_JuvMyJk37RnSCiVcWmIOjI7kbmpD5SRhng,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=sQ-t4ul8CIkCiaeELHdlKsr0dM8YdKU6vBEuCd06ZFU,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=OAlcMoghPpkjMV462_Om4u94UFopL9PPNeXc2hI4aro,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=Cp4cBwQYmfyKecMO5VCRkZYVpPZrLvg3oVJ8NVndEzI,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=eWZLXUBwrd79kptP6TM0lEkgrzFWJxACXC9m6l7WaWg,5931
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=ard9jkYqy-ur7p3-pRhdhRC_jEFqtpAUwqx8rx4aISI,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=BHuaTB8Tc7mi2ikjfN4Ns_HtbU_YtXsvtXtU79jHXh0,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=E5pSk9Q-gb7AZrJRvAogSsWEkNldF8EpAozObdS0WhY,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=khpp2RpmR4QfBu9zu_qvXqKUD6ccoB8u6r54Xqfs_E0,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=zECuZJqkbVn9LMUz6ZXDeLvzzuHeu3A_UM5MzAT_sHI,1220
|
31
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=vr8aCCEsYGl7JaI6c08yxjFIUX3GhEA2ce7VF-bqUcc,1348
|
32
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=pqJvPDhLdPJoV2dvtEUNSyeuzyEvdicUoVKZfk6KY9Q,453
|
33
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=s4MLE8qD_7YwQ-epKCL0fDVvPISKd6VSD3Fr6lYHOR4,1248
|
34
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=cu9-IQCHPHvEsQYt3YYGI1aSQdj3kKDaGO5nAdElTtc,765
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=wesI1VhvPAR5gdzY17FK9gHHRR2gMVg7yljiMWlRcWw,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=xnxh7c-opbH4_u5ctH43bDL1Hhpthw2i4LSnOFxZWH8,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=wYpzmwVpc9VBaxB1vZpqoaa05E9wGv0G6kDc-mKvGd0,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=1g0cSk63d1IBoSsWIgckhxSVR-Ie8O99YaL6LUYA6gk,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=u2hlUaa3YfUf5jNr49PKEr8SUeBvIK0yWX8BbzP1FpE,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ITRBOuZp-yyxGIsRM8ZBkJ72CmPt2XF6DTXNjoCLlLw,1672
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=zU_6LXokoXgWBMOhXmEdZX3LswNkgALqyIwGx7kqy1c,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=YAjMxLANo3IBJ7bLFwteTL-EkMT-sHiF2ETxObE4m3g,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=PEU_wFS_2h9bNKPi1YMBZ8GTkMkDVubcuS9kZkCv1i8,5398
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=6V-aPzXgSp66uSvUA7bgNM4RFV1oeqODpjn86G4VyaQ,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=qNIowFZYJ7vPAIUlvW9Lhc2LXMnRJGmPtOgM7mhwz9c,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=pTvnBXZTxfBuoprXEYzlgGIgTBZHRFd_mwBvG3i9Mjk,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=06s8GgdYg0moke81ZJNSpBibDMNNiqGU2WxwrrZBbEA,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=MV115SlJmLEXgfjCuNOIHZWP9h4j6o2WqDsgZ2LxhFQ,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=vZZ0JCAF0GeLYek6_N0bal8JMWL8kpVW8mlq8voSRKY,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Lqh35JgBKqk-gU8F9R-Wo8Enk4iggJBZNUEhIU_oJK8,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=c_Oj4jJzDOEObQ0AhTeLq64GrBk0mYVLF8TCV_mDkTw,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=GQsK_oPufXD35nKQF-2n9aSYRwXb5KGzFmTNzw9Wz2k,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=GRdz1tIfanNpIm8rxMNV5dHx_RHSDGYMuCWWEjfTRfM,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=bLfvbU7hmLOBCDsQ6qTpp-x3z59nnpbOLyvkhXw-P8o,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=xfDkqz5LV4mFXi8IZmK5L56wLFKyzUuksibjjosnSbA,14445
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=hdFwt9Bv7o__GqLkqtWYiaPe46V9aW4ryLD_SlwxHxo,5800
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=5O3reGA8N_tTenQ7GC1yzkI7DnyQ412Oiu64JSY9dwg,5870
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Hx8lg31nAsQd2FLrd3CyEK-MQd9Ui36sVJWHWUml2og,453
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=DrPFekteSOm3McMHmsgXqXjExHl2oK5V6DMxw_622wY,829
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=cXMawE5AeYvzVItSB_l12_cZI4sIeKwZUMecCOOW8IA,3098
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=IiIUV-EDjaqL7K7wMHkfpSzzMQbFmWqNJbdL6AQTtuE,453
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ufYrjnfYveAQ_cAQKEYkHQskgQKUK1jiQaZsrEZGbAE,3606
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=-6FRfpNKEkG_xR9yRQTbTDLk1FuadrSrgySZo-Zx7fg,2318
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=uP_y1Oowb1NtrBh5AIp0TWG8G7qP8t21ro2iYwPWLTU,3742
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=pdbOW1tWNBTjavmE3UIXkmseOQxTtkWCx3MFBSJRcYY,4734
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=JxwmZ6R_mHkhNOlvMKOafBhEBJBvSJ4k-p5vgvHJMGg,453
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=7uUi3YYE8B5bx--KwCc3BkGeU7Rvd_xo57bwly00IIc,3226
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=jn6QCSIUm2hxajTn6w9-RzeVhyeMDWoyk6H_N6Z7qko,453
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=F2qV55KS7JIzdg_o7vwheUxbGHlYfPP8jrIY4smT0ZA,875
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=1jmKCD8rFpoSyP0jx85LP9L85ms0cbTGCXTssuY-Y5k,798
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=KEtrKvU7VjMzQvf6SSuIJq0zjne4W7xcurZ6T17ZGmk,596
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=fmuSzSsH9t3ZZ5Kzb4smSsDCjFKM5i9sRl6Bhw_mTpo,720
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=avEs6LmzlFzohyDik36sDi1yqi8NUcbnPm6S1HhvIrc,6526
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=Zz__150iDIpfARgor30vs-ooQdl-DTDUAA4xhMyT-d4,4441
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=7kAduZocnu9fJoZe3ideWpaX-wpILwZwmXP9Bxov3Ts,1085
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=f6naSg-_npJZT7PzpmdRvqZe-3_jR4Bwwm-8tJyeQnI,1759
|
77
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=nG9EEQTov2UqgTLWtrgR_dmgZoYJAoOwhgQaqyb5_8Y,493
|
78
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=R7mI-8MH6octKUnduTwnZd9Nun1rT1N5nBjDHVAod_c,1067
|
79
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=08ZIa7zzQOoYUd4-zLhQTaaIl2cDfAO101ljSQtNK-4,975
|
80
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=N7THPUd68wGcw6Kp6qgiUvbFrdVCAfeWyEzinPzS938,1933
|
81
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=MOnJ-IhzGDnztVGmm-ICwdhVlz1fpyQcz9wZ_y2mTCQ,2513
|
82
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=XYRkaD3DICKEeho-dp2N8OHa0oVOnDFtQpWX9ezhN0o,1782
|
83
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=MWB_OWluqN6QjjuOp8aNlR4cqVJxWJ586QLh_PLtz0g,1748
|
84
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=NkrKEnhcqWocObZyE2WeOLDMU--M3oqbGvM6_Z31h34,453
|
85
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=QbJh-Jl1vz4KFtEYC4OsBLNrMVBRKldecEj2k97CwBE,18088
|
86
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=eNFGykmn1Zswsp5OAGGU8mLfcaw1PMamCcOxChWRBR0,5396
|
87
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=mXXJ4qcjK0BwPIFj5HK7kDWmLRiuOJKjcr_4BYuiAKY,969
|
88
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=QSb66sJO_XSbhS05t_-67wpu7QRlhue5pJJkhvHWVGg,2942
|
89
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=YN8cxJXP44j4ETG3FDcaCe9NyDKNp-rQZvIKYPjJfxQ,4258
|
90
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=p8qiJqbYSFn6nY5MhkuezuYfzrO77xoqD_sKfauLIEg,1975
|
91
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=UYRJIQjy7dbUQM4Qa1mnDEAWUrmeb9jlPApiQpxNELQ,6789
|
92
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=r8eCUQmmGVy9HL6KT4kQKTAoSl-p6E2xhJcTZh-sydY,2244
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=bJHMKRD5o3v_Y7AtlhIaJfxWCP1OHFbXojsvWdI4cyI,1871
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=y47RZ1KxX0uSmaA2fWvKy243YbkxtzCne2j0lQeGSEU,7858
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=zExvxerGD8pcBeYv5tGF5USObZPXaDnhQjQEqh4PoYw,1816
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=yw-nliSy-b0PWQvQi5QhPG3r7-zWVvYW0yn0tS_PvMI,7674
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=8maO-Snd2M2T66Z6fpjrDgQOyG8pWyQSREQYWqmqvos,1313
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=-tfnxLWB9HqX5HeTyGGXXDiizUr-nizSkG4RuMACKhg,951
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=6y3E2bwcnnq85lWWnyJU8uByfUoUqRB2cxvlrPSIC6M,4629
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=IpszfP6uOE9am03BsSvY1KohUGG4hd5EiOJPoqgsAkU,2711
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=8zkQCxe0vydG26PgkShZwLiTL9SZmYlLKQ7nCgEDH24,2667
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=8QwK49buRndASaGbs51HMjkXrXFm071vmcS16MbC2SQ,467
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=D8pDozNUHM4Y8z1sDFDTcBPH--19XuuELy42M5ZsiTU,3525
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=grYBxLlBctVMyVBlnBhPxUavtNE7_qOcfEbi25CMxwg,1913
|
105
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=pvRYJZNEB1YCxR4bxVydmnu-gN6gkSVgLm3N7n2Kh_Y,12909
|
106
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=AHszbIAX3OEK21OQu3NB5OFGgvmM_CeIsSkbPpt9QTQ,2193
|
107
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=vlHX9idJE8H3-Mmyxa15KSIoDPpnlFZ7-QXVSf17w70,20310
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=W9sYAcDDY9sCb0sKFSZUHAl_t3_TnkZqpA7ovB_T1TY,29154
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=kWuSs-3ooPs5A6m07qkyBkJnC6_by4lHVKm49Atqx1c,965
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=uSJ-OkdXcYOfMrtLA1eZGJAtXidow0nH5H4uk0TiDAE,1123
|
111
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=xsCnA7Vfs5N6MS8n-E4lv48gqKaBBl5UUGpZebD3Gmg,453
|
112
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=XOwvX6BiZNSY5BJUO9pPERSGK1aN2XlSSZahADE3Q3g,1622
|
113
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=DCgS5dE163Arca5FsOM1sFN17kwzwOJAW1_nYZCkFaQ,508
|
114
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=O_NXjRNlUYo2moAF-_pmprpS_EDvbJh4iXvCNDuVfcM,3090
|
115
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bwTbH5URW2RYpnU57BqZvZXHwMxKyKL5WsaRmaFwuXA,772
|
116
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ZtN3MVhVlcunXhZ_6w4sCo3NBbg2GNC3qBxERy2RcNA,798
|
117
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=mWIoh3TBzLi1QtilO1ypLh06d6sVV0NjiCyvOD5BG4Y,1184
|
118
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=8b2Now8mxx7kgKWp9xTghR0hp3qLIA-uMjFICv_KZv0,1722
|
119
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=3slVezoEXm5ou1eQJu8NgT5MmNxSNQgNO2H76UBAbrs,453
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=cnggxUDg6zg5pbrHl0tHv0BUFa8IPjhfS7jfMSIZUEw,3825
|
121
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=VlYauqE9a2vmuRcPvxLKQD-rmOLYZTPH54XZExbGRlQ,3392
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5qe2c9OmQ-0jTrkJGWjbHTkSOr6bheD55piIeDaHY74,1022
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xZfPUXt3DKL6ptBPifAaK3Cb7jDU87SzX-mRGSqFQGU,5578
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=LYRyB62Wzh558F6dYL19KKO4ULgIBWoDLxkcn8pM8oU,3964
|
125
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=GCpW_vL1wYBEpq3a-vTH8k9H4NIUkg-hUMczM4E2bz0,627
|
126
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=SRk0ejhuDIhBd8aj76eLJETFT48HEf58fxjXJlFbxw0,2070
|
127
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=HLT6MHj16wP9WRC9Ri7si88wq67sHfhe0v0M6SQwwyc,2333
|
128
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=iBJrhRXQbZoQ2dUIhF7E4vJwY4wmHOasioN_NE3tBTk,905
|
129
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=nBF_NV4lo7c2LiarqKM1pxAYNRwpHMIm8bkks2grAao,1651
|
130
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=HzDNc0-3vaak-mbJQOlJQmYrBq-0lP5vtFL2m01CEfU,771
|
131
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=xhionC2Jx30Az96dEIHljglg85l32_DNtLWZWHTRxrs,812
|
132
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-_-He2EzcTI0SmKqOUqpnfAgH7169lLelGXeM0j4FZA,1114
|
133
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ptR0bIQSqUcAvy3eKCg22Mw-E7uvnjfhNIo90hJwmY4,2024
|
134
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=J6UCXix-VScRRjBq93eODwAFn4fG-FQY6ezZXi_RosI,654
|
135
|
-
metaflow-stubs/runner/__init__.pyi,sha256=cSZIdjKaB2Rk4sSjvlcO8y8BreTbu2ROJjymveYNNUo,453
|
136
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=NJtx3OPM-VZbYcFXcIFtc8J9WJtrCGpr0kaUMLTaorY,23267
|
137
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=yJp-Wj8Eq8AjyPXkBW27PhAFmRXNwKXqwBSOtb5vJyI,7486
|
138
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=fNs4j_jkF9miJDmA7IjKLXfkJeehM-daZgs8mr2VAlM,8577
|
139
|
-
ob_metaflow_stubs-4.1.dist-info/METADATA,sha256=sLafkOPeN23nvpizct6srt2l8TcBu75xUDFWBv_tWj8,651
|
140
|
-
ob_metaflow_stubs-4.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
141
|
-
ob_metaflow_stubs-4.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
142
|
-
ob_metaflow_stubs-4.1.dist-info/RECORD,,
|