metaflow-stubs 2.15.14__py2.py3-none-any.whl → 2.15.16__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 +517 -517
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +26 -26
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +5 -5
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +36 -36
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +10 -10
- metaflow-stubs/plugins/airflow/__init__.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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -6
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- 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_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 +4 -4
- 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/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- 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/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +15 -15
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.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 +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +7 -4
- metaflow-stubs/runner/deployer_impl.pyi +5 -2
- metaflow-stubs/runner/metaflow_runner.pyi +6 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +6 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +77 -17
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.14.dist-info → metaflow_stubs-2.15.16.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.16.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.14.dist-info → metaflow_stubs-2.15.16.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.14.dist-info/RECORD +0 -149
- {metaflow_stubs-2.15.14.dist-info → metaflow_stubs-2.15.16.dist-info}/top_level.txt +0 -0
@@ -1,21 +1,21 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.16 #
|
4
|
+
# Generated on 2025-06-10T23:43:51.542099 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import collections
|
10
|
-
import typing
|
11
10
|
import abc
|
11
|
+
import typing
|
12
12
|
import metaflow
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.parameters
|
15
14
|
import metaflow.user_configs.config_parameters
|
15
|
+
import metaflow.parameters
|
16
|
+
import abc
|
16
17
|
import typing
|
17
18
|
import collections.abc
|
18
|
-
import abc
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
21
21
|
from ..parameters import Parameter as Parameter
|
@@ -30,7 +30,7 @@ UNPACK_KEY: str
|
|
30
30
|
def dump_config_values(flow: "FlowSpec"):
|
31
31
|
...
|
32
32
|
|
33
|
-
class ConfigValue(collections.abc.Mapping, metaclass=abc.ABCMeta):
|
33
|
+
class ConfigValue(collections.abc.Mapping, dict, metaclass=abc.ABCMeta):
|
34
34
|
"""
|
35
35
|
ConfigValue is a thin wrapper around an arbitrarily nested dictionary-like
|
36
36
|
configuration object. It allows you to access elements of this nested structure
|
@@ -41,7 +41,47 @@ class ConfigValue(collections.abc.Mapping, metaclass=abc.ABCMeta):
|
|
41
41
|
|
42
42
|
All "keys"" need to be valid Python identifiers
|
43
43
|
"""
|
44
|
-
def __init__(self, data: typing.Dict[str, typing.Any]):
|
44
|
+
def __init__(self, data: typing.Union["ConfigValue", typing.Dict[str, typing.Any]]):
|
45
|
+
...
|
46
|
+
@classmethod
|
47
|
+
def fromkeys(cls, iterable: typing.Iterable, value: typing.Any = None) -> "ConfigValue":
|
48
|
+
"""
|
49
|
+
Creates a new ConfigValue object from the given iterable and value.
|
50
|
+
|
51
|
+
Parameters
|
52
|
+
----------
|
53
|
+
iterable : Iterable
|
54
|
+
Iterable to create the ConfigValue from.
|
55
|
+
value : Any, optional
|
56
|
+
Value to set for each key in the iterable.
|
57
|
+
|
58
|
+
Returns
|
59
|
+
-------
|
60
|
+
ConfigValue
|
61
|
+
A new ConfigValue object.
|
62
|
+
"""
|
63
|
+
...
|
64
|
+
def to_dict(self) -> typing.Dict[typing.Any, typing.Any]:
|
65
|
+
"""
|
66
|
+
Returns a dictionary representation of this configuration object.
|
67
|
+
|
68
|
+
Returns
|
69
|
+
-------
|
70
|
+
Dict[Any, Any]
|
71
|
+
Dictionary equivalent of this configuration object.
|
72
|
+
"""
|
73
|
+
...
|
74
|
+
def copy(self) -> "ConfigValue":
|
75
|
+
...
|
76
|
+
def clear(self):
|
77
|
+
...
|
78
|
+
def update(self, *args, **kwargs):
|
79
|
+
...
|
80
|
+
def setdefault(self, key: typing.Any, default: typing.Any = None) -> typing.Any:
|
81
|
+
...
|
82
|
+
def pop(self, key: typing.Any, default: typing.Any = None) -> typing.Any:
|
83
|
+
...
|
84
|
+
def popitem(self) -> typing.Tuple[typing.Any, typing.Any]:
|
45
85
|
...
|
46
86
|
def __getattr__(self, key: str) -> typing.Any:
|
47
87
|
"""
|
@@ -75,22 +115,38 @@ class ConfigValue(collections.abc.Mapping, metaclass=abc.ABCMeta):
|
|
75
115
|
Element of the configuration
|
76
116
|
"""
|
77
117
|
...
|
78
|
-
def
|
118
|
+
def __setitem__(self, key: typing.Any, value: typing.Any):
|
79
119
|
...
|
80
|
-
def
|
120
|
+
def __delattr__(self, key):
|
81
121
|
...
|
82
|
-
def
|
122
|
+
def __delitem__(self, key: typing.Any):
|
83
123
|
...
|
84
|
-
def
|
124
|
+
def __len__(self) -> int:
|
85
125
|
...
|
86
|
-
def
|
126
|
+
def __iter__(self) -> typing.Iterator:
|
127
|
+
...
|
128
|
+
def __eq__(self, other: typing.Any) -> bool:
|
129
|
+
...
|
130
|
+
def __ne__(self, other: typing.Any) -> bool:
|
131
|
+
...
|
132
|
+
def __copy__(self) -> "ConfigValue":
|
133
|
+
...
|
134
|
+
def __repr__(self) -> str:
|
135
|
+
...
|
136
|
+
def __str__(self) -> str:
|
137
|
+
...
|
138
|
+
def __dir__(self) -> typing.Iterable[str]:
|
139
|
+
...
|
140
|
+
def __contains__(self, key: typing.Any) -> bool:
|
141
|
+
...
|
142
|
+
def keys(self):
|
87
143
|
"""
|
88
|
-
Returns
|
144
|
+
Returns the keys of this configuration object.
|
89
145
|
|
90
146
|
Returns
|
91
147
|
-------
|
92
|
-
|
93
|
-
|
148
|
+
Any
|
149
|
+
Keys of this configuration object.
|
94
150
|
"""
|
95
151
|
...
|
96
152
|
...
|
@@ -107,7 +163,11 @@ class DelayEvaluator(collections.abc.Mapping, metaclass=abc.ABCMeta):
|
|
107
163
|
special handling in whatever this is being unpacked into, specifically the handling
|
108
164
|
of _unpacked_delayed_*
|
109
165
|
"""
|
110
|
-
def __init__(self, ex: str):
|
166
|
+
def __init__(self, ex: str, saved_globals: typing.Optional[typing.Dict[str, typing.Any]] = None):
|
167
|
+
...
|
168
|
+
def __copy__(self):
|
169
|
+
...
|
170
|
+
def __deepcopy__(self, memo):
|
111
171
|
...
|
112
172
|
def __iter__(self):
|
113
173
|
...
|
@@ -209,7 +269,7 @@ class Config(metaflow.parameters.Parameter, collections.abc.Mapping, metaclass=a
|
|
209
269
|
...
|
210
270
|
...
|
211
271
|
|
212
|
-
def resolve_delayed_evaluator(v: typing.Any, ignore_errors: bool = False) -> typing.Any:
|
272
|
+
def resolve_delayed_evaluator(v: typing.Any, ignore_errors: bool = False, to_dict: bool = False) -> typing.Any:
|
213
273
|
...
|
214
274
|
|
215
275
|
def unpack_delayed_evaluator(to_unpack: typing.Dict[str, typing.Any], ignore_errors: bool = False) -> typing.Tuple[typing.Dict[str, typing.Any], typing.List[str]]:
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-
|
3
|
+
# MF version: 2.15.16 #
|
4
|
+
# Generated on 2025-06-10T23:43:51.559195 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.15.
|
3
|
+
Version: 2.15.16
|
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.15.
|
24
|
+
Requires-Dist: metaflow==2.15.16
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=jCRL6bfb4ECt2sxQ99hpdpqWLH50vSpQMw9YfbJBtQU,63365
|
2
|
+
metaflow-stubs/cards.pyi,sha256=JKjxkfjFyywBkEImfymx3r8dIJF8WP_DnMSvxcAPeX0,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=wL91shgteGQ5YSnbeuWM-c6leHNYGw_Jno99l0fXwtY,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=ow1-vi8PqKIfxapCMwEE6j5sQ5kWL6lxgTN1uw9r5z0,4022
|
5
|
+
metaflow-stubs/exception.pyi,sha256=cHWOYH-ErxdKcuLqU1qITcFPjxgoQMofaURIdLwMU3E,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=j6vVt-dE8i9BbCLma_2Kb6RynWv9oOGUs-r4mDahoto,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=mqI5g8Uh7XkBOmeTEXTVBNVqMQ4UIs8tY0grseV2zw4,34
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=_AQpHAKVy5ydTox7CA-wqf5igljAiL6_Pp9YNVnXnNE,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=aVXWk_rUzu1JYjeNcqg1dFX3TCOjbNzgIIs0VR_a2Kg,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=4qjSRsX4py8dcvKHqHUl62LlMWx3i_cXw6LeA8jormU,4802
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=uxjCZiQxyr17cKDthrjkfKY5U1lb_cmrZVjSO0dOJjU,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=al8ERPJceQ0xkfrXZCLeD4qtXXbk4DU20vq6bhxHmek,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=xh0sJ38Mucy8HlQ7snze-cgKbQ6w3ZbwtRaXm9WfPUM,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=62I6ca0FSVPJtPD6vTfTZFol-yL1AV0Ng1bXENJXVGM,7517
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=02yTnvxfzLg9Wl4Ua8zlDcKc68_wjJHeUYjROcwKayg,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=MbdkGaAHw2MO2iQrRExmWt-DL_fTTM22tqPTz75Rnog,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=QVOHEschfgQSBGJX19jOuynVPrSDoGr1I7fpvia48ZE,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=MFVV3J-p5ndDfQtT_F7DLEq49HI5vDEaqhgUx7wANeY,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=ehOxdkuVrD_XfjwYwewZKNnGSohtoBiqMVwvGjjOw60,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=cl_DK5wI2xsmaMBA3ptRUWOHhkH8Nx11y4pgw0JZk3I,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=gubQ1UygNV6Emmq2jZoH0zBWi-V2iILf-jtGrja_mQ4,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=ChxGw9VJlli8BnQczmEjnTqqAQku0LBihvasX3LyaGM,48139
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=SU-zOKNr5-UjPhz9P8qZzhhUscFQQJSqpY2flZgRr-M,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=UpM8ga1S0rNf_t1Ua2MxjQbNR_4CevqX8tE1yTYX_rw,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=XT0epj-v1LBdKx8prIF38bQdMnH2cvXbN80gsx4mSPk,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=DH_ZgBKBgb7FH36KPZGYsYBtB4JYlWkC83CEIy4jcpE,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=jnaM2AFOiyCf2sRPlMuySRu5i8g0TebF3oPzii_fwfo,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=7t07Pqc0ljhgIfLSAJy1sSQnXUcEEkFH2gRoF7P7a78,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=wd_-HtfPN0T6wl_A1b6-vDwNM-QI-w6zJCsvlVrU514,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=g8c45wApUbueCOd4jD2CgkkoT-5M-fG7qbFfESYyf_Y,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=1ipX0PCb6Yrfh9gftd-D06uZfFZPxmmciHJrCuiuwwc,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=MsBWdpLJBNMKnLtNxMk_8qR11FV5_GHWR-uWmCvFvg8,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=VLcF22UTlN5x1RRX6wdQvWo1pvNg3vrv3THnmHod1IY,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=FZYIpWDVeGFRh4GcZOygk9eX7AMoQcvWebLpU7ImND8,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=9sHNCOG51wuaLozsuc9GFd2hFx0jnano2Y97zMHnpLw,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=LO7f9lRL4c3dsanybAnjN9NHh3ht7y5cC6ZGognAiqU,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HbsLC_aj9j31RjHiMHRSOvuU1MRxDX9owmOZUHOoaHw,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=e1QYTpVWXuQyFt6T_91Z1lHRx-rpJS_NgyXG3UjQd6E,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=4HXanC8qcBSoJt1znGBYsm50ZR18ZV0oxF8Dbc1vPRU,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=4O7s9KQNEZMISIcSDoMCb0h_TSXpWtB8SvJlfjrbsXw,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=C9qyCb2_MXx2ynBAOI_2X3ov0k2o3MDyPiml9bDfYlM,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=kIk5Ud5NNjA5ri4Mvg-c5M3PWiIPmwGCnyY3eYqWVqg,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=XzgAsL_WkEdhg3i24eTa-CCoF6muvPKkqjgT9smQaTw,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=IuL2H8cOHI_P7GGipdl5TTA6JLFjkASpLAKPOAnH96c,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=PSQwZZgZT5xsAwj-fgHTlgUz8zrMgBx9HdfAfQkzue8,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=81pGjTLMsxOOxsw3CHVw5Pi0nfkJaEsx6FqYOeXgoo4,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=QQNp58QnUDR1JrS-_u2ONdM9jlUVTZVQe1Tqh_VQxoM,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=OT65nZMA_0oBMNCGy5wYdvvpgr5KS4Tcc4lOiAxjdyA,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=fnSdwoWhLEOMwoNwNWtZtIu4yjVdSgFgd0JHH8FyRho,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=lWlDRoVWSw5pmRP2tKidZu2C4ekIGFPaC8TN7klU5v0,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=aCSq_ZhLknohsI1iHmL8QVbHl1cIgS-uhj_H721rJn4,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=SmObzWj52GaaddEBHN0T_7z9F-DNXpx0qUDj7_lA-WM,13775
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=8FkUK2-pmMOoO0QkVIYae4NnPUUnVR-eKnJBlzGsRm4,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=-BT-lqVkV6i7DFDGpMwAZJpkQK0mt8X2PCUgCwaUXvk,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=TlFnaY9Li4C-jp2kDTKSs06blW20eWaL9FDD7sy6TTo,6173
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=RwTcwG3NDic3AtiMCE5j_DBq3Wy6L8nndRH42gywS84,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=MOzMmp3I0_PEwpOb0H4vm8b0JYsSFARQGA1YMPtJigE,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=AixwMYOmJIHTHC0kTtCCkpQbUpGA4oq9ArNKX8gKKoo,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_8UdJFXFq4WyCNLDOSGxS98irLRrL4VZ_DlzYtIN-bQ,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=iD36VEdQcqRvXAzqN_IAGPkOd3hUc4_X5IbzKVyl0BM,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=2GiKcWA1xIcE710cwpjBqGAfQNdkZtnRA-sIeJh9ghQ,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ozDaWir-HxAOa9d7fVsMkgFKnp1XXud9V0Oy-2YjYhc,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=N80SRlSBBEs2wn1VRkw-gdl7htpIY-3QUhw7XeDlwNM,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=bFVevO04pqVsDhtSDzftu5Eatsbyb3s_3MreFixyKiw,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=adNjkKtX2Ix-02MF3r4H_smz69W15wsPmCmtTVf8NDg,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=xTT2qQvAI4W2F_43tRp2M7VjucB2waaKB2uamT1dUXI,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yqT92rZM3XKp0NbsCapti4OsWNsWF5iROX85q7wH_W8,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=asKOaFmUps8I0SBiqb7IcFJ0jDMQEMf4PzTfc74Zc2U,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=sgRf8lu68Q07d8COiBth3lLzLfehKN_k5jXgJRu1NWo,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=YJNv_BSif1IZ-saWLprPCzHaerwX_45WGJXaFhDvgrc,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=ZlX1vhXu1KQWeKO191JtK_cA5-jSbzVsi2AfwlPk3fA,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=IUj1IrBUUA6_-8BjbB9H2r6qo5uZCKE_tEYjT9p1BPo,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=BV8Sq9F42_KQ372G_umDEfiu5IYk-YYJ18RAJahV08w,4410
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=ZaHanBHqGMp6zwl1bKqq1Itpe6031p47ceq8pBDcOqY,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Fs4yQNCnU0oCc7xTi7XzxHkzot-Uo5hnoWAUy_lPai4,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=CC4oYkRRF_FFpCMpqNTbDiSDXmO9Lt3vnV3mdkCiMS8,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=oD7aT1vpJk6w9XtV9DHNXLi4ROiT5cKnJfrVe8LrGb0,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=1mDvi63Sg-KLGz4TTck8IIgVX2uReZph3pExCQKcxPI,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=AG_3pXIWuyVUYAKAsfQnWx35DM1gaILZunnjkmtDb3s,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=C1t2ky0gtbCqaFJp2yzqmEBGTQ5FWutfwMDJ4X_u-LI,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=AmVqyo7No7deR_dmxqRamwGHn7EKFT7CSuXKx1QlvyI,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ZeUYPsHgP3FeGSQRQkWGXDHz3KUI_FVaDksPmM2sXaE,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=URPZZQW9CCzLqpV8a9la98W6t2C2fA5Fh79tkLjOL60,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=EabRcjQUPI7hLw-dXG8wJ-aP-wf7Pn23hpNAYyqekAk,2962
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=56m8zocOWgl6aRYCULiavHxyd-5c35DImWN9FMHcB-U,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=V80hgNlsdXyQn-OwmQ8q4bqQpbQ_CrQOa_VasrbHHPc,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pWn_UU9Adq85JXQFhGQKI_RjZ5oxnCu_BRPfof0ASOg,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=pTv33FtJhpoR0ON9-PBqPw7mdWKfadriZMFmFnEP8a8,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=FUa1qB7bpXrH9--7D2N-cS4xNLK3oQOwQgbFMXLAxwk,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=MCD85kACJFuUgR5kPWMf6-DuVYapxsyCWsKaQkK4RLM,7501
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=IvGvX-rsuX-5x687GxDLqLzo5qMtsKGp2uxTafx54Lw,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=7yJcK76jacDfD5AsdqJugBCYoGNJUTqAHU1Ar_C0xLI,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=ZW5CcikOzQV1DcBDTVxXr5TxCro5TYm488FIKZfN9WM,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=jkcgNdcNDmrmimFPQsdJcZK4l4_A52tyk6NqfeQtiTs,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=VzRYfRtySEJWI8iVTE1QeljHoZ86Vq0mOKA7Ctv0Fv8,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=CEek-kaj8EkZ24kGKrOA-ZxKWAEzIdX2QA8yEiOR1s0,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=vYehTD8yo9rGIFenBGjWdJaESrVtMBtL5J6ajzV2Gro,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_BVJ39oXR5nd-bIe1xpv_IMEQbjDGbwo19AbefgBkkM,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=CuRKX5uBlkVwHq86-XiDVPDG-osfnZ8Ziq6hmAlGNR0,24447
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=fC0CRz-Oqx0wy-0_Uro89-_bqtqAV6eQqj0Y8B62IdA,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=GeLb6rHFcfE1-YLP8anxr13Bro2lXu_dyyOkHzwlpnU,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=LxOu_shDhDBUyjnxSWOI73toJ-fUpjiNz__-SPIX9GQ,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=MZjkrLycr1w2OeuCFqWNIBSz4pwpjM84kQul6NbRIKo,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=yOlV8qy_O8P4zvd9rzpEm-Od7bpZzhikkUXWETLqZhU,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=ugWys480kOexk-ZOL0B7X3fh76y3p6u7SZ0_7QntjjM,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Y_ro_k1F_qx8rWDHi6_BvAE0c-w5GiRM1W-iYtxqs5U,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=CjWA4qqmuMeryLuaggfbGL70PYi3-L3ZO4LhKLtiw9w,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=2GMuXX3eMXQio6onao0lteAAEswNfsWpOfy47HHSRlA,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=0G6b1YGLklJU2kLhOptXCT7EKmdtEZhe3HFntlRRZNI,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=9Pdjt06cjNMmNH9j5h65FXMdflUzIauOY-bPsXlSR34,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=nDxZBD6OZ6x4mouyEVVYjtNw8kIJWJVkYHSzCPYTn-Y,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=bGU1w-jkYzE9RKjnu3AY6nmUAv2gnVnjMwVdAVdYXr0,3733
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=mn3Vf6YR5mGVH5uJl98yJdDGnd7DrzI-06XtkL0rSfw,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=P3fO0cw_4aMA1YDxeBT7839aFsAWicr98rSgEWYuXnQ,7620
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=gqtG6aPNRnoCA2dzKnzBlRmgF-0zzxGLdz7dCkiVi70,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=r4KVlk5Pa3ShBZyZiA2cQDNgZ5icmcqQleSj6A_SZW0,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Sz6s8LSMxba1a_Vtp_LweE49FS33shIhO-9fJH1sZ0g,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=l0oDs8aE-P_3nm67mrCrKL2-PyOy_FXqkIZVfcSNFq8,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=6nFaMUlM_CTRzV9vh_WkiZxnS7oyuU94Se0hVbOxVRk,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=an9I7-WDL-vGHS_lS3ZjhPsfqicNXuzN32KHF6557UI,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=befUJR1y6w-2rWwSZhWgzsq3rhdJl3Gxzc5A_Ztq4yY,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ToyLqsNERmNojX-oK9bDhiUhijOOE6pY0em9R--uRZc,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Qpt8PAkM_DdH5iuMvpx-u2wzds6QmfByK8upQiTeRSY,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=9_7ARKtptXyt7SO72FDaNHyOa-4HMj8pFFXn8tTGG3Y,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=ZbfeIysHvMQvR8nU8rpadIqe_BwjfK8V3R5nxI8oHGw,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=YBwg3bq0NasY-YEkGMGG-yO0wQHknNSs00YF7MszPRY,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=A7UvaFBhm6PM8_wLanK9y5ZhMbRGVbYaQgzrK13NUj4,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=fI2PMnIuGNWmK7_oqOxISu0qLJ3u21wg8gYLz4D_5dc,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=u1VoxNtWCfL3N8MLnWChIG2GcETV4odpqQfjzoh5B8A,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=7yZl89i99V8lp5RPt8IJZhNQONYI0Op1dp8d_ncy4AQ,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=U8EjI1zZmLDye5rd3jDx2rvA8cNnyTulZX4iGY0Zls0,7839
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=vGgEjUAF5Stwd4G9kCvXxg3NQKRMZWF3__LTv1kVlAs,3416
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Qv70IHsMK5ZOBorVuc8zc60KQFEWHasGREwIi16bN_A,10997
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=hTUAM5ZhgJ2ZQs1g7lRgRzQCCPumxtkbmQZqIBhnFP4,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=Lad4PW_Ytcid6XVnqU42YZS_HMVk60ZaqaTwLOJoEmI,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=pzUxE20ZqyiT747aaAK4RPDoDrf7QtFSPZpk6loKL24,9271
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=DN-QRmnZhlDKPmIf8uiI7lmNSLx-5zQOjYF7vXCm1V8,6004
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=QJWSB93y7jNgf1aGrLIhjtvbeaZUjA558DQvW0jRcb8,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=t_Ai20souTY7Qqj3gEwgynUKLHWRWQAhXFx5WOP7pDs,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=R4mdCSjNXGH8M11qsELjzqVCAFxR803n5BZlOCmHd5I,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=T1N570f9TMR6H18xYTWpN7PkEHr5wSToH-Exda0A8Es,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=i-Po3on-LH_MkgM6vtOhYde5ZLM37lnujaQZkXPfYuc,8980
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=m8JFjuvqHX0q9WzkRHGbi7I1Qn80uAcl-atP8Bmb_u0,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=tHWwVT6vWMcD9dNeaSXge_BGQIFXk0xEUTGxv-6pVS8,10212
|
146
|
+
metaflow_stubs-2.15.16.dist-info/METADATA,sha256=46tcRSgiX-MhPrSJOXSHGPkTeP1nS2gVNJJ-KyuxAyw,1619
|
147
|
+
metaflow_stubs-2.15.16.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
148
|
+
metaflow_stubs-2.15.16.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.16.dist-info/RECORD,,
|
@@ -1,149 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=jzOwGox8y02VKKFJDU7U0XWOtoEB97WRwljc54k_8Pg,63365
|
2
|
-
metaflow-stubs/cards.pyi,sha256=U1ErrIzeSKwEDCGsjqKPWaAuMH2K0XEGAAtDna2I2Mg,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=4FUm24Oq-MLpHOoBuEWQTdLWNCdtbjfGGsirjr0qttM,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=txoix3Dww1MnO3olz-lFnJdIk_mgdHuXB4ZFhZ99eFA,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=U6T9DKzkV3BtduA1jLWbJ-Xak5Mh6U3PG2M9hQ0Fv2g,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=RzmGfx3oY-fRt1E5FxUuP5X3yY9SUEgzndZN8vgBrVs,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=LWVToqrA8foPewokgHEHc7OO0MTOMxLBs9gZF4s8vnQ,34
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=Iu9IoMaM-K0JcOsxCdIB8YLjrpQa5p-3suAyMhznCcc,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=Y5srog4iLobfnI0Duwad5_OPe-fERo3zZMPwyzJJd64,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=CjnQ0QFo1bffXgEUV5GqZSXmX83jhuBFpdjxzTHSPA8,4802
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=-KV40tERCDffqIukdIWcxc7YcQv-pJHBORLDtsOxYe4,9655
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=SK125sVvFFJqoTIuDJXctNIiSsyCuMsh1c-J_OAw2QE,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=ANjHusWzoE7hyEde3Vycjcu0TOHfNHcCzqqkI88BLJg,2516
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=QYCWj4PIi8-Epb-KJy_vKB1dG603kI_iL_3KOTldrRM,7477
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=Xamwjs6YbN1mItyANmuhkXHtW0raRjMi6Kep1W3Kzao,994
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=WoX0RlsJsXnNfqXgMG3ivjLlPcJ3A3h1xbhG523R5q0,1494
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=AlVuVqQQzh3KOBkoFgpfOxDvv9DEZOfDidiCwNqZWu8,663
|
19
|
-
metaflow-stubs/version.pyi,sha256=axYAY1zppkj3sMEOBqBkpZP9Xd14LJMqMXkWcNUOVeg,577
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=f3FfPrz85L99EN7cPh2qLocKu1vBSq5_QFVW4zDBquI,583
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=fzKRwnRFJ_MyRdTKv0hqg6lMAb2oIsVIf3OCZXoSM7o,1260
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=IkP2ec7A0DULSgaz573UJyk_opuYMgm50bLDf3w9w9w,1114
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=G5mvHzXKI9Qx-3eHSFEjFWudIRbdCEeNjf9fuRqdFac,47719
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=PUeLwFrYV-wq1aDaC09bFv590TQThKRN4Li8O8Pj4Rs,3059
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=XGcm-1VLCTdlDxGzjWG16e6l-iZjph6SHzwsC7EOUZI,808
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=VseOrSDRaxwgxi8UFXb-2mVa311ScNNpci5elvCeDUg,1068
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=QlmGTmOlqaBT0SptPzsX3eyX9uu0IJKUJaEjZceat0o,13235
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=vi_jFNJslhtPjLNJ3vAraV7mRLu1NPLuTrk67XWCGAQ,758
|
29
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=xjDaWdICrB_zRcm10jT4GNCVq-TK7GGPKL1usg6gwUo,3764
|
30
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=qhF0qOFwpR0JOS8cCwldOYdqH5rYt9LicTZhvuOkdGg,2243
|
31
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=x2YPd_FXx2PKyy8YxOn28FEF66xxlpeuc8MARpx4pnI,932
|
32
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=JpoN9h-ohRgz3wv34ZLmrvUUJcDZNb0snM7xneVD21Y,910
|
33
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=Wkg3tzOmZzpSkIQIo9PtU4IW-vhKt88W5tYSO4MADto,1052
|
34
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=hdiDz4JPltC8M2nehd8tXYNZtxS9tJ02hWIdt9NVf7w,4772
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=BUrTCFvIvX4G_iQyuuJ2Ld7qgWhS-WBWE6udiKL1JNs,2445
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=yGBzSh_9LJBbADerFmUCG5hkEub4SF_ZWKccgUpXrVE,3713
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Q2EMb1lRgz_x3jxFxgbOF-urtSWL-2BhtWzk492nC2E,1829
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=jg9oo01Q3qPg6kNU2nH21E0jwLXFRL0O3oCEvbe-jks,1709
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=0076ZBVuqFMj0Oq-N_Yos_rOyl2GTSN0RmbYBW6NEvI,1198
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=KmvkdsIQ7fkXh65v6VpDTnKM9MFq4_Qxyot4LEzBSmw,2087
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=HkqVwFM62nUfcDatmOGOZRPxGPFZ00PoE_f6UNH5p2s,2296
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Zw8nxg0vIPDs4YBhSKZLT0odmOmkp2iipgKHLiHxqhQ,722
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=JNrrtB0uFkGRDDE71COa6rSTuCDkYlxdytN47pbbga4,1229
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=73GBL1f4U4Dnj0-PCUAKL1OEbNSCiMv4CSDbPyaJZ8w,3154
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=_4UXt58Mr7MlzRlRCfeFpoJPxgOAumByx_egUgndtYI,923
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=9zNT5znl_wxsc9rIirY6wkVC-8tauA20Z_iQFWnr4vE,877
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=3td-FG6puZGZSWkX6xTIraZ2RWX0CMjyPZc4oDdTQFA,1497
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Lw5IIncOhU2wfStwvc-L8BmSd-cEigJzhHoTk83MNRk,3309
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=H_fpYkkYCpN0Hc7jh3AkTX0i_Vnq-ujfvMuDp4p-saM,3220
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=dllyXwTcKqe6L3yZCCq4zczhKokwR8F9AnW9y2ir8_0,727
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=D7fDOh8HizSHN9qxBhZoJG5ghqf5CMbytGka_RXHIPA,2534
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=TrAE0ZP22peo_GBNySCmcXdU9FcT2ohVhLNVMRXz91A,3348
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=uZ8f1XF2vtKn7ty2jDkvWg7JET68vsZNCNYVQW1V3FA,13775
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=lntyjJzKJ7xB40ZBVIvxg4vPEIVCnmXXvL2vws6FOMk,1375
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=7U8N_veyViM-KOapjLg6nHbsgoPMy4GaAP0paFOyNPc,4595
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=udtobM9ZuQ17z5r4MmS9kuMs86cMPSxaEhObG07C_5c,6197
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=cbNqDNDrc5DCcDCy1_AeJwT5_OmOa9j1ExJnZrPFwWg,755
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=4RFTyjqnEl6EMUHaqXns8L6nRH2xB-QI0bFud43V8aM,930
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=xhxj2vzOG7IWDc1xhjXt7awQSh75o-FK3SBrjK-7YYo,3085
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=QiLcO_ELhMTQnVw0LZPu1bu3Zk-PNdODcpvuZDPCVMk,675
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=LHWjXORS4KD5REry_SNATLpw6e7WKf1kLFA2q15aNEw,2905
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Hi-Y5MZaFMTnO1q-yZE-k_HgExwr2zbNpRREe5PvS9A,3767
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=3045eyHG3koF7bPs7HdFGuGq9-7tWV4x9oqdzx7IYhc,5937
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=phmYWahtBhE8G-z-mQ1kHaLdygS5BnP8827LJcyfpUk,645
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=6LHbeDryV0Djgn6sU1BL4ErvBj8gHuoljyjiNnzfc2I,3575
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=gdJW6S-6VI1FqcyHBDxlKV03n2ezNwcmLID8IQyran0,792
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=7u6DfGM_RNbwly82_M_Cfl-oTJ7rryDODhxYAAwr350,976
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=JnQwobz0fPudnGvO2_Bdc20eFAA1XZMOdK9mt6mM-D8,899
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=F-Tr0RJlCshp8xJotpa0c92tw6jhi4H4DgFAY6XL0d8,1637
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=aaD8SRNLlbxCE6CZZSNmRPrXLA8RsgCW8_d9S_EQTm4,4553
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=X5TLdquwopHy4oa-_fOT1mb9A9c4FlYU3FpRQIQaJok,1186
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=iSHqIRspLUltOSbFfdiXt6IjF9olipepoyfL8ipVD2U,1145
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=nGDjnt2zOY36KVRWsuX0qeM5GA-987j5dAxtR0aCQsg,3881
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=I2Di8uuZCk2aLr4wQ2kRI5QnpGiyuB8IxrlGieG5Wwo,4342
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=EenIGOuca50H-INmKGwf5tbDZXKI1A9C6j_0JFLW574,1011
|
76
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=qF2v3IuRALUUywXvC7YqT4kO-TxeRAWqe1XLyjCjt0Q,1168
|
77
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=AYwY1gMdoj6j1J6aVUrdckWW7YD-jD4n2VwVnKhFaDE,999
|
78
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=LKfPpwpG5m1Vsycw6nQiN8zEzaMoNPfkCie8CUDCO7U,2289
|
79
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=T9BJIhOsNrHfjBumQNut8lmfzVhx1XVMl8ZCpsU1tno,2458
|
80
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=kpQM7oXzeE0npjncWnwOmOurgSeFBbMJCEn4u1SrY5g,1568
|
81
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=uKDAMUJFi0E8ZHp_oU8vlXXBzvJj_b-CcTeogt06_sw,1667
|
82
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=1TCVUxqn5FU_G1cjFmfVNWcHPlWv54NHIjTgAO-IOcE,916
|
83
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=GewGvGiCOoKPMuY-ccfdA2BvkzDQFSDy-kbx0UAiS9I,4909
|
84
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=bDlufd3zQ5G_67e85xYw--vb2dstje16FdR1RCffcwE,1089
|
85
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=p5UCoIRTcHgBLenRyu29vZNApuljTHbdR0pdB7BM0po,2962
|
86
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Q-jEPhO-7UuUX-mL4eTraQn0pzo40-P1MgEesadH7ss,3038
|
87
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=xED38Ky7iIITHGWdWz7TXqNunScM-tuIyo2OHqh6DFg,759
|
88
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=_FXqS72SFLVh2Xlv2bKuXoWIhsk6j9Gxdd3gvOADktE,8476
|
89
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=yBX-AdBfThqwRZKkf9_Rkn-YfZ3a4WKKw-KJS1unpbY,2470
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fNpOqv9Yw86L6TtMx9lxs1O7G5mHSWfwypBFZsYPWYE,986
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=t56KFlPcc0CRgCG5z3qd7Aj03NodDb26Ah3oiOXpksQ,7501
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=5yeKVHcvNFHIJDIKVKisPx8kGHqHuHdy6CiJ06erXKw,3196
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=d5NA6QwFRhyblCM-HPimq6g93PXhvz7RyyNiaVeu0Cw,11481
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=lgIBiy0MJ2MOSmhdktGGMhgocrmXP7xfNJbA-8xZXa4,1479
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=z5G5PMAStPV5WN6exqxQIoRORFdeERgHMwrKDMhgJIg,853
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=94X4OGNWu5koaW4eSJ0bkOy6B-Acyze9dnXuQOfT2K0,3550
|
97
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=MqozVwnloWkjQF4_V7ydDiEcqL2nP3gpp2sPlvFy8tw,933
|
98
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=zCDu4GLghUYyQL60J3a1s-aTeH9esyRIbaagEX3PyhY,2797
|
99
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=OgYOaTyfdTCXyCXopIOgYQglxf1q2MnP9Gr1d08Gb3M,1204
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=mZ5rvxeK92t4_tVqn9JdeA5FcUwz1_ehzvaAwdFRo1k,24018
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Gsgrvw7NLRusmMVOrWnIvoUbxT7qyj0nRpu6pg8Zkpk,1036
|
102
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=774uC4gWEsItEAw0wJVzY8F93tJf0ILPW6H5MdFq_Ks,1132
|
103
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=gQ_wMKazEvfbJZ9EfJXBHcDN85Coa2rqKQiKa08yJ1g,587
|
104
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=cGIZXNrlDY3Xt_zmK8PZLQOI_dqRLkGX7vUOdnxC2Z0,1200
|
105
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dmvO3iAK1xCJWrFMT4qd5i6qEHmDmSah83WQKG1-Nos,923
|
106
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=SPD6-Ql9kzASGa_mKwvcfzu374ZbkoBip2UDfZM5r2s,3298
|
107
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bSq8gelB-9zToc9jJ52ivnmY-lf8p5HVzR_9vBAcT-M,796
|
108
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=RYW8NNcPpaEy2yTQocqPndhJQzNfrnS8ylkmgyzL22M,899
|
109
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=MOy6bicu_O0Y_1UqXvbXxF0ZZo46JFgtBE8kISzBV98,1086
|
110
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=XkXGzNVzg6OTdoSuSEXH8KPuqbpSypORa1WJ2SlR6FM,1641
|
111
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=P2PTsw5VaaXbTxq8o1IfeYq8XA97w48GLOxtUJars7g,905
|
112
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=VfKG-azC-bFv5FzPRk7pdxruTP9B2w8Veqb6p0J3wMY,1707
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=o8CS8suBPD3f9jl4bYaQu0OLxwqBqoclOWbHPQb0AdM,3733
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=hE-yopa_qkOQu6iJ9dedFvIHs1p2dJ-uNutUUDt9CBc,1326
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=mCja6hSDrcpmqk4b1u3AoYBDevq9J05BJJ2rfIWe7Vk,7620
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=wq-tCVjPbgququvCvOtHOpvI1CY1EJ3wqg1dmS0-dG0,2525
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=jjM84tvw7VKvSksgiS8VoCLO5-h8oW2dteJzbR1-20g,5389
|
118
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Q7u94c9nqb8yvIlPXC089vjgCIi4_mQOSFq2PrjIpWE,762
|
119
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=5jd0VBEk4wnK1rvYGyjauQRM9D7gKu58Y2Q4sv_FMgk,948
|
120
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=bMaV_OiIGFDBRcB9F9B4FAAjzgkf3vUzdhjCj7AwcAA,3789
|
121
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=XMUKRhkBF7CR4zJ89sLYnWxGFTPMC4QWeR9rjUWh1EA,2409
|
122
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=nn9JLEaLr0sZkMbjSVuBzSS-B--XGVW5AwfFXPriVB0,3741
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=pySm8rjEYfi9ZQJsYgKRk8wMawz_hroBzfRod5DE6qA,2610
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=K2kKnbGQPDXAqAK13KMmAiin6Uv30Y2PafC8sEzWFNQ,834
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=KX0EPVPBphlqQqc0ZRohvgZcXl1mFj2TK3LxZseWKGM,874
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=h0HLY4tO_AX8FOSe9S6I3CoKMqeCtn7aiewLFY2h1DM,1042
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=eGauaYCR1YN_ZAE1JdarEMF3UtiQV5vT1Ku7q6bw7cg,986
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=vYYqc-ymr_rshPP224UxhMmOF1sCv5aq75k7l4XQOwk,2345
|
129
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=6Wqk8-kfr3QBX6nZ6bF17kA-eNzlM0RjALzyTQhbteY,601
|
130
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=-bvGKQpvTfm_AntjGdIdUleX3lF7CmPbaC-Znosxx4U,1327
|
131
|
-
metaflow-stubs/runner/__init__.pyi,sha256=WpusewYVgJMS8qap4lxtJ59FOR0G5bVjCbO-A6bzbKw,831
|
132
|
-
metaflow-stubs/runner/deployer.pyi,sha256=A_ofnzR80zxxiyM8G3lbskkkk9vjxjnixYwij6nTY1k,7715
|
133
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=qEwCMilS0x_IsUp-LkgN2duBjQ8Rwv15RQUxSxgkEvE,3344
|
134
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=KvupMBGpvZsmKyME_k48KKH2Y6XmM-JhgFEaBzv7p38,10925
|
135
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=SRC0YDatXvARPZZLnAMtb7fTRAeqiu7rNCOi7xG_8WU,2946
|
136
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=An9NDPWFG3otJW5dWWovU3b6GHzkAn3GNp8pSiqMP-c,6035
|
137
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=BV64EWzDP0jhNH1erE6MvYX7rZCmiouI0WPoGnHcnuk,9271
|
138
|
-
metaflow-stubs/runner/utils.pyi,sha256=xinAKxN8wXUFIdBg9M4Wci_sncIcbTc-3konQh6jj1k,5972
|
139
|
-
metaflow-stubs/system/__init__.pyi,sha256=vv9UN6HYwWBoNv7_JemsL6OzJM4APeWFpZ2gptYaq-g,761
|
140
|
-
metaflow-stubs/system/system_logger.pyi,sha256=mubYtUCzh5iAPf96EWalxHJzczYIe7a51ULBlyKZ0Ss,1666
|
141
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=u5Bn4d6iuyPpdPQ8rcdnoS5cdxGG_lZ3hFWwesN2Uxs,1788
|
142
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=cItEzLfXhxeaONz9xU5U4AczNCSskUEZo6NoWrpjecE,707
|
143
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=pr14tVEXO5cz9tJK8UViL5V4zLphfvYz-JSPOdJ9bMI,8940
|
144
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=z-s7NT6EBG2Ol-TMPxoHjiwpo8wJlFJ6clfHXB-R58M,2955
|
145
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=bmt6a-mLUh49-y1grgYXTKi8s4c9BjLZj4oqxJD6XJE,8349
|
146
|
-
metaflow_stubs-2.15.14.dist-info/METADATA,sha256=eh3doW85dRhFv7etbb0pQu-db83jrtwRvhjYw_sEob8,1619
|
147
|
-
metaflow_stubs-2.15.14.dist-info/WHEEL,sha256=egKm5cKfE6OqlHwodY8Jjp4yqZDBXgsj09UsV5ojd_U,109
|
148
|
-
metaflow_stubs-2.15.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
-
metaflow_stubs-2.15.14.dist-info/RECORD,,
|
File without changes
|