metaflow-stubs 2.12.6__py2.py3-none-any.whl → 2.12.8__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 +544 -544
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
- 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 +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- 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 +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 +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- 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/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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- 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
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.6.dist-info → metaflow_stubs-2.12.8.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.8.dist-info/RECORD +145 -0
- {metaflow_stubs-2.12.6.dist-info → metaflow_stubs-2.12.8.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.6.dist-info/RECORD +0 -142
- {metaflow_stubs-2.12.6.dist-info → metaflow_stubs-2.12.8.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,112 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.8 #
|
4
|
+
# Generated on 2024-07-16T15:51:55.379556 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import typing
|
10
|
+
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.monitor
|
12
|
+
import typing
|
13
|
+
import metaflow.event_logger
|
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.8 #
|
4
|
+
# Generated on 2024-07-16T15:51:55.405049 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import typing
|
10
|
+
if typing.TYPE_CHECKING:
|
11
|
+
import typing
|
12
|
+
import metaflow.event_logger
|
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.8 #
|
4
|
+
# Generated on 2024-07-16T15:51:55.404619 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
import typing
|
10
|
+
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.monitor
|
12
|
+
import typing
|
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.8 #
|
4
|
+
# Generated on 2024-07-16T15:51:55.351717 #
|
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.8 #
|
4
|
+
# Generated on 2024-07-16T15:51:55.359370 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/version.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.8 #
|
4
|
+
# Generated on 2024-07-16T15:51:55.378758 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.8
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow ==2.12.
|
24
|
+
Requires-Dist: metaflow ==2.12.8
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,145 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=7jNiA_LcCcMl0zfKsCaetn321gnDE6oDHcZMXF0qytA,114311
|
2
|
+
metaflow-stubs/cards.pyi,sha256=5DMrmkP7X8wDX418AKOAiuu7wU6FlnnBZf7bUVZ6K-M,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=2GLxEt9hDU5vTIAJuWjwlkO661rz0ygEK-mc_h7ko00,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=GCkqt3__vNr0n_KosNxZMgm7VEw6--I6K-VBzRsN9ek,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=Hbp4391cXdAK1dxnjur5MCCUGo1-TqPDpLFTJRlgIzw,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=SQIGTDNutY1bNzlkTQqliNwK5hHUJb8vaj1AZizCN3U,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=tHFlDkNbkHhXV_df4-iuf79ITxDrRXI26y0mu4kTxiE,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=8l5LfBJBdYCSzu5xrcxICt6EYU7LRsD9qL9KynQZ1rg,33
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=NJvLg4IENm9b1WgWUgMTXYE2vQie-eA6sPpAPeECcaQ,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=r4Tnll-HsMWBLgDpHkG_DYxIy9viyEkMbBrajVNXPh0,4477
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=0-s6F2VHFnBsYLyzAMlQ9ey7w-icrJz_i2R4dgzQqH4,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=F6Xbq9lYDxhcXdwbY54-NwanOLI4PZ1tyeyeri_cCWU,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=IKZC1DgjcGb8Ln_YV-oDl5oXK7mJb2Z4xJ-zzs8hULo,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=YwzVZJJ1O4BWWFu5Sole9oq-ndoNYtKCGXFCizKpBMg,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=GntOUSQGiUZ5CJCs1u_xJW7L-1Sg8Zah0MJu_gISyxI,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=VRWqZo4I5TO7AS2RnFVn-vyeW5FUSRLL84_J4wKUREQ,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=yR8h1ZOivnMTTyuhsk_12olfCqxJE2BjPZ494n8l79I,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=BPOl4azRZK29wQ26BBJhcbkHzOeDNPn9PlDeoNa535Q,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=2e-eZuAZpWLfvtwnwv8iE7A1633AZV2SU7u_9SDQrM0,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=uqhgiaJaj62D4dvG3PY1LYcl4qjMyThNtv-Kld9icRY,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=3Y5JHQLLzKhfa40J5DTICDxra0o23SpgF0RkKLrKu74,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=x6E23F01dl4UZHwM5Mfv4eBmNJiFBGDaizMfislx7ww,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=vKzeagCqHDVREOutOGjXEEb6GQ9OiDffyP2A4hCGB88,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=tGaqApcC-5A5nBt1ReCTx-V4SzLqkyyMTA8rBOS8YkA,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=J4_P6SG8CJJkF9WLcYlUPVuQtjVMw0M0_2uOb1GobrQ,5931
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=yv79O8k5EX_lw9zD_1rmgHiJuofHG2MBHn2n10rjruo,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=d2IjTgMmi5sQ-56jwRCUCpLbBihfOt4Wdclqp4ds14k,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=H-SstW3UpuG-GVQ5creZlhw-q2__woNOWLuFrlZsX2U,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=eNCyKa8lujMQMV6g5RoSDiLEE_LrJO1CSaIewEfmTZw,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=jI1eFKfd_0uU-KqtcFDB5rwdpGBkSkwelH20cTZXAMk,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=oLrx04-0MUecNRwRQ4jdzkvSAUGg3_SVnu4xIwgnssc,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=I8L6jJt8H3P4X-52YkhaMXrvP5mW30LIzYRlkSc1eB0,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=fHy-dQGkQ61cTxUEoS_wUMLC0q6fOX6OV4QBOQL459Q,1248
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=c2JvFIxu8vjdU2FT2l3spXOXJGzDC1JNcTx1uuLuA-4,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=cAwZfxUWdg5R0TSSzminHUdtqhl0i7lphrk3gnh0Wb8,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=hSMpukdmcmnABEi_lABl96KV1ArJtdxTrBssvTtdEWc,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=JQK7XDC_WMWV3v9WMBsagrgorCkd7aa_Pt5ZyU3jrKY,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=T5sRMNWsWVUJZ9gzwcfRKfof4kSOHeg5GkDGvQatUWw,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=f4a6qVps0KA5s72qKjutMZmHYelUj5ljs0tnszljJWI,1672
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Lp3rQCrG2S5MA9WW0OqlUjK0eW3WSlwnsyN6OZ3VCvU,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=2rbWIZL2qUyTtAs3ILYUaOAQyvlFh7G4-u01swTBUBk,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=nP4lge7eDLhfwVhLYtBX9C7Bd1oUwbeOxh8eqqKk404,5398
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=EGYsdcr_sOPHv46b0yLuFXXRC34H67QQo2T4Lu8bqvc,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=l_0Tq0TnlnoZwq6FlRJF_ZFANuHrJ4x9zipkCXC64SM,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=GU37iROq-bQfdtO8jLytKmNQAnn7cs_-kwovBQhJozo,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=SIdBc-B0MVLlw6WkDAuwn_GdowGFk_Y0uBonAVHrv9g,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=J6PRxRiO7qmtlSONkYJ_ItGFXptyWOuETXICBv13GLI,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=IEQTp84DAFmszEwwXiMNQM297ik7xMKtdjLjLpdKrTU,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=GRMo_m267mQJVi3jzcR4Z-AcsEE__rBerPyixFXvjCg,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=fYqBM4ndm2BqIWLlaIUnLXbEWA6RA9osARMjzPib3pU,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=4LZgry_D_0EFWtzq9oAdDQRIUpHYq9KmoUxoCSrs1Mo,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=NhcfYSLXBolj_CpqSY5rmSdgyH1IZ9U2VHmQGb233dQ,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Zp8N7m4uBrACeQFEzPFuqSA_PJjUSwj_URa-jaENWnE,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=xeXZUsvohZmqOCq4YNP0OHqrLam4FmfI8zTCLep42jc,14415
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=y7ZBGHi3gOL42M5ZbWFxQ1C_ZBsEClRNS6-OPsul4GA,5800
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=TKzxgzYhZeFwzagZJ-vHsuL8iY9gbQlx7xT0O2ik35I,5870
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ygxiwy0x6CG5zCoYlInNjcDSlZitOYXmCFuuUYKet6w,453
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=81ym7rJQQOaPwSoIGrKHTOUx_FTccM5F_jEGNoHA7rE,829
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=XRXlMqnxWBNWoxdXIdwbSMbX1uPlwE9JHZLQA9OgS6k,3036
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=AukOJqaVA94CsDjfNn4QmWS0cBxCYR7ytTLXNgl_SE8,453
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=21V-72eaeWNBL0MgixP8DarX7fJU2CrZBIqWWuS3F0s,3606
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=j3s3QLWi0q-gD4SKPnqB3-LgXlhThiBijVXJMVh6Wos,2318
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=BZ3mNZM3_cUVBrt50srxOJ9HzrWlj4Er6Jtzogn5lUY,3742
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Kot7O21M6HE4ntwJDLuT-zkuNXW0HM_rCaJjUi71hpU,4723
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=AgKJCBhRgm3rbh0XXgo2RLZm9JxeGKCBA4PbD88oEgg,453
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=McuHPPJVOh56dkWlRqT_jYodrM5wEFwgkKEm6TVTA1M,3226
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=bBuqUS2AE_7CuO8PL2e3vU5kASQRRVXC9TtptRdSnsc,453
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=tuZDh4uB_HegBUsBlpKs-H31KDPYEGhglnXM_8pfa84,875
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=4CBOu9BoInQWYsgWZlhu0KT7mJd7ayet6unMkAJCFuQ,798
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=6am27YCLJ4j1Mcc9wgAlKO2hrlHZNlIrv3HafmyHQKI,596
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=l1KvUAyw04UOLELh3OgXg7YFV3_yFQ1TVO8m38V-A7A,720
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=baI9Ie6C2nYs6hPlnjpE6xW4AX7b3SJVUrsDHQDzKu8,6526
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=4NIg-16W1A5MHPI4YFnou8IET9yGAOEDzij-ziJyp0w,4441
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=1QV997JNgWJauhzKryHgH5QuEZVfSRG7DdHYWXQvTJg,1085
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=TFNUUiTose1lXwafvlMqqOBnE2jzzs0-y29v5P57m18,1759
|
77
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=LSdSKPBkg4Pu8yjOy3qRuZaYv5w9tXPUBNS0iBlP6Bg,493
|
78
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=xPkqYc5E8WyLyLvaxmxotfVZgSkItAvbT-_DFWuXQUo,1067
|
79
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=q2tdGtG6z1ql8Sac0K_VweZwpmHMjS7oCRqxFO8AH9k,975
|
80
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=tAmwxMBHczoXNciiSnj3olkmDVbM3Ym2VaBR_x9es6o,1933
|
81
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=lcRHbZHc7fSaXkxi1w3K5XfqdnJa_L4WzSHLssxc96U,2513
|
82
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=UCFq3J4jhp7wI27vlDnOcelweHQXY0ZJHEcX34OpT3k,1782
|
83
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=StYzzXhrWp7qsD0lJi_8nFuvQpLLc5dE5IcQdckMvKI,1748
|
84
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=81nrE1ff3oIFGP-iFRA9pwC0OEQUJ0am46WKS7HqblE,453
|
85
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=DX8nViQJ4QQEtwyiUdt1qsK6akJNUCqD9nug22hKCgM,18088
|
86
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=7zmt8sZCxiaUHKNk0piNZRNFdpqICFarXc4afq_RbHw,5396
|
87
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=oeAfuRLTVXlP9i4XuZypYa39r32EUO44QiKZD7eW1ec,969
|
88
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=u_75Ci0s8fF8dv2Rv-5spRvSAuOGVwtxSLf6zWvKb0I,2942
|
89
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=y1xiTJTFonu5m_HqxThsXYXB1NKmu8Zs7QMym7qeLmQ,4258
|
90
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=Ll72ENOyl63kMUR7BRyjnoSmMVswvn25u1QN7BgwmTo,1975
|
91
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=NXTkSLP86oP6Ldj58-oqLaXb_aRy7vs0ySS98xCovAg,6789
|
92
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=eAwmYBxePt8OcboMoij0j9otfspEz7ZCHnc0fez-2Do,2244
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UHFj_GZamHWej2ecQiMNH-iwlLDv4iyFK7O_s4apwew,1871
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=n3RtiQ_X2SNysf3ngL9T8Scg6YedV4mNdES2a7oAgN0,7858
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=dvHphX7dMHEbb11QawKhHV2VbeiJGLqe0oMjkb55lUI,1816
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=U42pH6YwaBhHPohX18aHCkaaOWAr0jGlzBJnZ8Y3vZ8,7674
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=FBG7JBNVcXXYdUA2y7HAAU9HHiZoK_Ag2i0eOnMrURg,1313
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=p7Ix0ltbOUS8EsyXzqHFZVatoP1B9LpTE99qOVZTfcg,951
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=DG_6k1AMLRLRFOgHVQAVourflpsTHBGKfaEkW2fx66Y,4629
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Y84yZzdKcj_RJYqAyp-B6FRSMp6Dw5Tas6kD_zqYjGI,2711
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=EXcStoqnuOM5wj5P6Yky0Ui09MzI5N7NdXvIouJBkhs,2667
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=MW5EX1brc8hvQmrUp2a2AhK1BGPmu3diFz7QWUnmKXM,467
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=GrR7UIzoTkW_TdgjtSQ9iX1_78y_Z79Bd4AAjrxying,3525
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=-T6C4wuLE2bOVI_Mfz5UsRtx4RTk5h8CNKehxiKyCCs,1913
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=wWgmmfbo9iPmw_U-woB4KdNOoEctqncntMmSjnkQiHg,12909
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=NGdArwBS3_6duFnlSJa-nA1Pgad3Kg-ISPKCx6E3RQw,2193
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=uU7BriiW9cCDaxpcdifjcaMsCw3YPj7JPv8GRXu1Kq4,20310
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=R6pU8_pEQUaDI61k0d7KRUnkDIIsuIxS8TEXlE_dn8Q,29154
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ES3Og36MGbWBrD1q3_5eMOazU2iVRpGC6sQ1T6jkGKQ,965
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=us2HchyqVYFbJGVBcjm-ytCg_VNy9Exskci7JNwdDPY,1123
|
111
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=4aEcWgoCA_hAWUN7RdDfwVLGQXhMuOLYgGTWPwxf2wI,453
|
112
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=KbsU5Zcb-EgrD7K3KxW2SVU5rGCkKNuDsTmXqzLKEEA,1622
|
113
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=s5a6xZTNqtfTazhomHk38SOzzrM5aMHn_QL4Er0fDX4,508
|
114
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=HiP0bOhpIcG_9Nyo6m2JjFree2eFZAhXB4WaPhcSV3Y,3090
|
115
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=mYIBe1vQa3f3qiM_KlMq19pjVhU1rDrApl1abGJHZY0,772
|
116
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5yWr1HmOrQX-gTjnMEoyNGvNEcloOv2yiuizINyUov8,798
|
117
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=BS22PudOrVS4FvM3X_kNq047Q3T4kndwlh8Tw-1BntM,1184
|
118
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=P0IVu7qXF2wbEDQoSV9LS06gkDjqjqhGPUWGlmnAjv0,1722
|
119
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=SefyxRZhWun1weobjGPHLsm51S4qCUmYHlAxfsMgIRU,453
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=YasymXZLm09Ao6gHnwX0SJ770GlbqgXm1QdRq1qj3SQ,3825
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=Iqk6jAWhg_Us6i-dP8XyYVx_1QuNq0D1rUKmssjsBF4,3392
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=c4RQzT26LykWwoIklNtgbNgezOCwhgmpvAg4Ua3XSsc,1972
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=5XDeFqmvz_4KhmeN1vrLniCIqHjUIFNhGerEZx-161I,5527
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=N2WsmbxbzSBGPb0qsi0URn6U_tw7saZuSrzw-nXQVhI,2669
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=zHIcmsuAuW8k8RSWVXN8j15K5LRM7BEvPpDn1YiJ9gk,3964
|
126
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=n2pmRhM3pSHjkqcw3fFlNtC8CNckUs7EXB1ATY5v2rY,627
|
127
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=n_S3UBmKW9JmfoQY-tOs145cP1qLLFHG-Izd-78cP0g,2070
|
128
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LZQ6OOzZ-ff5KNIq5TaLbXdIhUKXAUu7bGp3S-9IzEk,2333
|
129
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=7SvLmn5MkAnUydgx9zfSK7MClE8-IAP36gposDKGNms,905
|
130
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=4Jn0ZRMddav3GHnV8gNKOGwhO2s0KfTE0dnXJ-hP2C0,1651
|
131
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=LRPzgGTOhYZFMqizw79fvT1QRGCY15iH87RHCsvlkxs,771
|
132
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=K4h2mTg3JaG2_n5dGUN3DC74dyV3V6GmrrWqXtqsKG0,812
|
133
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=064lVXC7wy7WxZ1Np0Sxspqk3KwpvExJiWStQodyKzg,1114
|
134
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=_Ks80cB534jRDD_RmB4Xr5Sf9iXCA46UgqMBsapNXAM,2024
|
135
|
+
metaflow-stubs/runner/__init__.pyi,sha256=uykfsS13hfjqKkVR3EtFWB9obA8z1YSH9cI7TZVmugE,453
|
136
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=y7hsnEEekhWPXQN5xbcblzJBkItDUv1hRD2lueQrciU,23267
|
137
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=Q0cRdapHVtd5o4YZlKO358jixZ1CzjsR-0rAnhLnfxY,7486
|
138
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=18H17paBv3zB4gTbWe63zjjTC0qh1dwo5aJWH6zHbMM,8577
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=yVqbutuotvp8WNueb4tLoX_WPivVaBP7MiYgIrK3WJ4,3383
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=qRtj7luAdp0zaBBfls3PCZG56G1FvtTvFZdSC-4LJCc,1876
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=4fJ_bEKvo_UUMHHzlfZYY9gqiWanw0-WbcbzYtFRuG0,2017
|
142
|
+
metaflow_stubs-2.12.8.dist-info/METADATA,sha256=EnAbjGJbtD1XLBiKbfYnb1He-ItBxWKtHeDv5sBpoUc,1402
|
143
|
+
metaflow_stubs-2.12.8.dist-info/WHEEL,sha256=pWvVuNuBTVmNV7Lp2jMAgt1NplTICeFdl1SW8U3MWN4,109
|
144
|
+
metaflow_stubs-2.12.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
+
metaflow_stubs-2.12.8.dist-info/RECORD,,
|
@@ -1,142 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=JVCV9j18jNba8_KI9qr4SFwuobrJdiTih1_tE8xJ26M,114311
|
2
|
-
metaflow-stubs/cards.pyi,sha256=tXyTu71JQuNZ2zndYpVvtH3J406CFcBouQe5kueiCt4,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=ygEkFlMeYjngT2lrj8XKIhxpM6GrrGPCDX6KNqCIC7I,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=t9jtR_es0epWzxpBnCzTqTV9wxblVGLSl9USqj-NwxA,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=mKpBNFEeaKtdsj9kjvn2f3us6mFsDakVlFARtAvOw_c,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=QAqGIvpjzhsUKZfDv-bgF2PGz6_T2-I9I7A-cOgEooI,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=lgg1-GnQ4aog3Q7OMCdCG06HEBy6unhh3XbGNlFUu-E,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=_o3YCefUI2GLEVqtCPINz8qnC7tfmvMJ5YRQpB7vrpk,33
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=Bh1Maw3v8-bU1HVdLB_qEn1o-7Ip622SgtCu5TbycHg,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=WsXSmqOEkHMKMlhp2M1sly6CgAEGPTehcQQFKuICNVA,4477
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=9-EKqIc-JqNgYEOt5osiZxDWRwtneS3ruWdk2b2NVC4,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=uCTrgzPBAjYXh9PQm7dIBTNJ46W7MyHDIt2MdoJOIkg,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=aKvlEHHlSnCoJXXlv_UrQTCnBV5rOUOFy-reuO1iQjg,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=Sgq5FwuDiqWMhNopkdxIcWC43IdCEshFUrhr1N26w6Y,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=nfwCRcQQ9g5JcEj64U86ICvctZyDBWa9d8PdzSIRJdg,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=kf1sLP5r-YpLdXums4o2eh5eNAndj5me-50I4GHM-34,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=bEdTGFDMDAWPU7HvWeavmcYw0_tj8YfBm8mnThkMG1o,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=GS89n9inl7wZCagwaInEZ9jHWh2hpIQxvOCqz1vr5_M,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=xnutWCSfgmSERIl53hLUIXEGzP2gyHBwCZr5O89DnVo,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=NMH0beFWo3p2QPOG1Of4Zak2fBTGWBKQ7vqZSkeQ1Uc,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=j9v5MjC13kL8Cbt5e8fptgdy5CbRN0qGcXecuBBcBfs,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=zAEoV4V0xnjJaN8VN-Ns9qbBoOGNjRWN_sH36nGbYUE,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=gesKQKRCoJXZaK1WYDPsxrCfmdyrUjcKklTOZBr9y4A,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=kFIQHRjoy-XBhFClcCdKwwn2NonE26i4t8WOXgD_tuU,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=CFksX-k7za3QxTnylOQErKo11thoWHY7rHeo3YwGyNs,5931
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=eY9AwTjOmBtfU_p6KxNtpUCOx8W3jTxUD8vjy9ZOTJk,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=8fOATlmmuf3kSS6S_iMUpc-xBSQdR9gMa9eG6Di2M7E,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=agwmr0dxAUjUaUgIBPSE1ZHISnZvNk32Rh1_7mHxUfc,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=4s9CXtcbXk15kNQ-5GumProC0i4-aaFYSiI6kDTRxo4,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=Nr9fUXafL5uLWPysT2fXoTOjGrF9BlCjNJT74dtigvk,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=MELnjcBpEPjP8mSthXCnuoEx_J7QrRIb85QwYbfscTo,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=v71kpdNaV-wCn28kC-HDlKOSxmUsQ_Dzs4wnjy23MqA,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=gDp1R7UT9ABOeuA9qPA0pNulZ9lMjfCslVf4p0wDuP4,1248
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=4LQLD5GtISiChbEw-1vculE1IGdHlZ5jawze1Z924F4,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=EZq0pne5Sf2UYsXOxdwz6RSieOADqfKceC06_aWoba0,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Mhk9XTfcKh735dTQqQQUnx8xaWSNo8m9saexGO0GWc8,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=dKvWtVwDis8rWOM3Iv9Hwsq8B7Avdp9qFlA52Rji4a0,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=n4frWCDZDxe2Nbzreullm75aI_ifBFN10iRLSmd-hls,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=7gqD5JU-nhPZe_DXMpxF0Djg8ckUv6xGnOfV9nuSCaM,1672
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=vryPZKrPzsWZZ6IcOyKl6izMWNDX9IOxMTfh4RISSKs,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=S63EJqXI009eaaLEQue2SUKUVp8sZFjw4P3gOjbbNS0,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=tLJGmujoGWldoWliWxDgk2CvDVsyWRKyBH4zl2xgVJA,5398
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=S0yzQ4_JPze4l5arCknEPms_YcD6BuxH5fvAIa6k-wg,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=nbdcaL0LPaP_N2HXrFOGku4wA4qSBUfA3h8B9wQh8aw,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=s40mKVdNNw4aMl6sMhF0g0UXPoxCUwj5VDeN9budwP4,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=45lOvu2SnWpxVxseiKO6iqO2-HNwFCXwpmu6ew3qz6I,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=tyX9WK7BUvK2YrgJCnFU1N8pLMujc3dLkA1ZPlbBQJA,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=LwfyqWpdwYe1RR3xszMti6_EwhOpZ_qvB4lor2OOoXc,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=GceTu0C5bHEkvJ2fZEPAd_qFMSUK9VnebMzOaA1_Sow,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=KIJjk_HQSn5Ul6rLIeMjalKpX-0lD0cHK_C8dwr1Q-M,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ucMXEDnfPZYIKXFx2-rbtcO0gd9gspkH4D5dDBGlJf4,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=UN7wcYti8C2uwulsUzfGB-l8gYQy7e8GKHDRTkC5-ow,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=aCgaI3UhopXW0qWrA3_7Ba5lOhNZyx48Y-IzGzbd8N8,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=n1Jfq7orBOgjfhxnbiWn3YEZaQhGe6MYVdwAtoDqWKc,14415
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=i_IhkZdvf5T_FwWuT-s5Z7Dh3wtfDZMz2HjQvfk_sg0,5800
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=1XksgCCk67dG-DNnsBV7oeAAP3H0a0jgCbOe8_yV7aQ,5870
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=EDuyscZPvRjC5nDXviHv0E9LQ7tG1yYQBNJqGwv01qc,453
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=HnKj3mdyoG6W3SbPToqAuupd-8NPnYSHYziaFhfAmY8,829
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=6dcq9wOk9NVnB_qBKt14qy-JwM9_HjXJFQhDgRCZECM,3036
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=BsXrEEfkDxBWwDJ-qT_Pbv0U8w_C9fL9qkl7Ft51Mp4,453
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=QFd3zMSKbwzOmq7IJPekez7-ybeTaaJ0Dy_D1VkTg0U,3606
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=S3JzHQhdtHf7Jf_Z0hU_vMdmGWb7rCAxe2ZGl0wGW0M,2318
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=WnA7a6S7OxeTGHpeKaDE09-7M7ShG5yPuOnz9BnZvcE,3742
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=f5Ahpik_Rrr_AkBcssZ0Hk7IUA-GWx7RMJqUjK_q7Fg,4723
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xlelDEvoVfI2IrnYIVkxwSCEnIFVso_a5cqSUHysCec,453
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0NY2snmmBAEhIvv7IUntdbon0pyRhcJYwAk4kQJLYWc,3226
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=uM_jyIN6xMoOhz_A6-FUcXKXiDp1HsK7WhkTkz5aI90,453
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ZLjesuOEBEU4FcCFRlA2ExYeOXVCnk6_OgGju-RXm9U,875
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=8udVrGg_W4BSdV_KrY0J40llYTDqWHPt2k65Rm9w6bk,798
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=5LhLlmJGSdqY4N8gc4D96AhBm_NxuajDDurTmspWsO8,596
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=7r-GEQaQsHkQMc8xGBfyEH4pdjDpcI9MM58xJjZZDp0,720
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=a9x7eOa1K9HcJTL2Y8YIybdcu_nhtaSnCB9ExLFG1Uw,6526
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=5FOnX8mV1Zgb5a0fR6nbbfnJ1xXh8zFxKhxSzD6XHtU,4441
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=aMI1_FAx75sf31srI6DJWQkHGlFKnlh8vOyIFU1YV3E,1085
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=82Dn806Q-3vUZs1ASUfkX0aMCR89NaDGoW9BDeqIyo8,1759
|
77
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=tNKchRIFhlE-GufvUxTKji18fEVIEBhaoYHN6gINm5I,493
|
78
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=sQP2dMNNHlUdHnwgl12DPw7avMXgB6FdONGRYghVn6s,1067
|
79
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=E67mC9Fpm894p9k49KhQOg4BE9QqGFZByFKE723DNzo,975
|
80
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=9Ls14TYssQ5FrTfYzhy0OKUuj9YqsGxBygFh5ayK4IU,1933
|
81
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=8-HHqrO2QsnBFvrJi5pvCiR5Zz1AP3js_96okIxCOEc,2513
|
82
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ErE3DSsBn9JbfwLVW0BBLwARQm4lYrV7RZdFnL34RbI,1782
|
83
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=_xvHka9cDXE87iSGquZIedNmeERXUQvgMWAa79SCSDE,1748
|
84
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=f-dC5o6iaeRdIG8SZGPf6JIGKMaS6AKxHUcySZtPfYg,453
|
85
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=0TB-R6QXRjCaFpl0k94Mb_wN8KWYQ8Ujirw6TNdMDRA,18088
|
86
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=WrVN7B1AJbT0-k9rArX6xSupPxrRwBfNOGbaUEGuJ0o,5396
|
87
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ELIh3-nuYYuwGmlQC5X5PtEdGY2M5y_PoZ35dNofjbo,969
|
88
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=6JyFAhnJxhgqZX6khEbJo5RcIlImaNs8M0IAjN6d_7Q,2942
|
89
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=tIh5bYABDeDMK7ZZw2FYJoVTykhd4HjzA2A2FjWMRK8,4258
|
90
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=D40nXCe1hbvmz-HauqmEqEwnrsRI8Fk6VCF0T4XOEnc,1975
|
91
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pH6TfCDA6ISR5VSTy91PwYIuW26f7q_T8EDcpbEqLZc,6789
|
92
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=JAAKwqg1g13_mLzU0Wtegt1Hp-SqEIAqtlT-L1EBFcs,2244
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9M14oNi9zp9BTtK_DfrIbDIGY8u79pwx2bD0ZEf8Wdg,1871
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=yjb3HcgAl3PT92j0OnSkwCLiMxduw4SbwVy3D5QOHOc,7858
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=u1iJoavDhgGKXK14BxDxDfj-b6v2VDCbq7_29MQ7Z7c,1816
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=jmshiSzIA67HcllPnFp8O6hLRzN1rQYFtcLuLQuHdEw,7674
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=tEzJjntRRX7KeJkskCRqrn9q1ymwp_wcB1s2kXc9gik,1313
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=IRN_KGImNHKalsl9PBdO5iVFC0gNZkwU5qsqeWKMXAg,951
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FkeSaYqM9kOb9VEVVEwDqs3SZd5blQ8jGttD4Z0aAq8,4629
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Wt0K17_t6n2KihHx7xlwwXdZBhhOwRyyiS_4VdqxzDw,2711
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=-IQ2N3HzApsaH-Tto5XX8S7nprDdx1aRJYzYxyuxUgU,2667
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=uW3ZGodwY0NZEehW2gfi3XA6ilb6kzcfMaQRV-1Xmv0,467
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=r2OyhRXAMm4MNXZkoyBtXUHK4_iFAthYE7kEKLthXuM,3525
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=5GvjvUbiLut54AQaPOTZVd-0nduqr66WvknCRgIHTbw,1913
|
105
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=bePdehEMh8qHQNWDchZCESFNJHQaqKjHqIdyW7-Sm4k,12909
|
106
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Tld0ijjjA6Pi4R2VrTZ3e0KVSOyYmpjt_9IByFdV0Lg,2193
|
107
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=JyanQgiHQAT6KuHtdm9YdsJ5JVDZHSQUFaS_emi_a6M,20310
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=zLyjyrzZXX59us9huxd_wgx3deixdlWiav3JTsiyK-g,29154
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=q3gYZeSVECznJ7UP1_xFueJHHDlz8rVDUo7wb5slEkk,965
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=OoAI23sC4RxOs2UFyazAybQdUfapwCHWyvoO1ebpmy8,1123
|
111
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=64h6v0Ribz2b46SDIL37ImHDK3YnRG1DYQtz4a3kBcg,453
|
112
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=_7m5OnIYItPdTAoKTZrzPilhgpV92ifQvmQwZzQCRiU,1622
|
113
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=qA1yHoJ6No1FoB-3Ja6lcWXTDyX6Bzn0VqRb1W1QMHs,508
|
114
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=r0_wdkY80zSoG-wvEXUrep17bTEp5Oe9VwXQLKrO4Yw,3090
|
115
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=1tiNLgxXn8nWvXsfbqkY24xSOqo6eGIciWnBU4Zr5VI,772
|
116
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=PorJ-Tuw05ECuF3TXcTRYMjdwRu0p9VqPEPnHmmKCMA,798
|
117
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vBl3HESE5wwVTjkKmBoImQGCdFAWoY8WIn_D_jmy9fA,1184
|
118
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=b9bvurAtpizATdBCQfldeYnVcKwwZ5m4xdWWwJnGUvo,1722
|
119
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=EOYI9TersLSvPOtwxJm6XFlytlYcpfnN5W-LRJ0f8oA,453
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=QX2OFuWys8g-zDC5RXZgDdK-yprNt0BHQ6LBeD9Jg04,3825
|
121
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=M7IsdrMTBldINezS3Y_gJhM4W4oBbCLQf2DdDHWpo_8,3392
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ikRIr410iOz9wgYj6CORc3Z8fDeCjTRfQNV01Yi9f2g,1972
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=11bvWDdo5IahipC36eSgIE0jhh3lzWLwJws3XHS1ja8,5527
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=W58GafuWMe9xqTg30s43RtNazAkzn6WpsTmCmv31e9E,2669
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=JsrNKKoCsEEDBCm-EvNhfFilw5aFbNyBbcmMOn-UR1Q,3964
|
126
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=9sdH5FurUkXsIxcU6sYuqi3auN-OQ_1dhU_LvukKh-s,627
|
127
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=1SYH5K88P1uDJrYsmVGnahJJSbbxQ0uthwU9Rfg67wg,2070
|
128
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LNXxG2K0lW1BphOHR_igA0ydmS0SpDdewSvx8-Aj7Eo,2333
|
129
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=REqq3OGcLevNstVeKsvqnyz-rysqTCtuNfTUHQQib9U,905
|
130
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=BhodGb0oT_ZaVPr5yF5XFtIBB5EyvH4MruOUYN_i_rY,1651
|
131
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=3QnfBZym5bJ54QIYc-Xjgw7MeLLYQqDfhwq-gw1tceM,771
|
132
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=lNk172nDNcUp3RT0dW4JtnDwQM4hIrmWECEzbAKTT0o,812
|
133
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=gGZZr7iZ6l3py9CopQnDxIHtwXZN5PmX3tgENi6cBgI,1114
|
134
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=7mSmaC7ZtJVyFsRrFbynaXRt1E9Z53bSQ-vG0jQ6h2g,2024
|
135
|
-
metaflow-stubs/runner/__init__.pyi,sha256=WND0uMahVuu5xvA0KgHKcTlqVE7VQB6FU1PvoTYCvkk,453
|
136
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Njk5YcVMItbuKRikFGT-cIbzovVoZUuKkMFKRtgxCDs,23267
|
137
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=dSEzpOcnPmEW88MFoqiVraGHdfooDUDndgRR5XJZSrg,7486
|
138
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=VBardfM6pcDZdITWrBcR5NU85PfO0Hn2FU41YRGWpGw,8577
|
139
|
-
metaflow_stubs-2.12.6.dist-info/METADATA,sha256=_JHOeEbHS10VxHrJ4L6fgTC7DOmXcHzDm0IP4fLBxwI,1402
|
140
|
-
metaflow_stubs-2.12.6.dist-info/WHEEL,sha256=0XQbNV6JE5ziJsWjIU8TRRv0N6SohNonLWgP86g5fiI,109
|
141
|
-
metaflow_stubs-2.12.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
142
|
-
metaflow_stubs-2.12.6.dist-info/RECORD,,
|
File without changes
|