metaflow-stubs 2.17.1__py2.py3-none-any.whl → 2.17.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +641 -641
- 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 +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +13 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/meta_files.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 +24 -24
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +14 -14
- 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 +7 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
- 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 +5 -5
- 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 +3 -3
- 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 +5 -5
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +2 -2
- 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/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_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 +5 -5
- 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 +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.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 +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +34 -34
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +3 -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 +3 -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_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +6 -6
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +4 -4
- metaflow-stubs/user_decorators/user_step_decorator.pyi +19 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.17.1.dist-info → metaflow_stubs-2.17.3.dist-info}/METADATA +2 -2
- metaflow_stubs-2.17.3.dist-info/RECORD +166 -0
- metaflow_stubs-2.17.1.dist-info/RECORD +0 -166
- {metaflow_stubs-2.17.1.dist-info → metaflow_stubs-2.17.3.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.17.1.dist-info → metaflow_stubs-2.17.3.dist-info}/top_level.txt +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.17.
|
|
4
|
-
# Generated on 2025-08-
|
|
3
|
+
# MF version: 2.17.3 #
|
|
4
|
+
# Generated on 2025-08-21T22:44:50.357878 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
-
import metaflow.
|
|
12
|
-
import metaflow.user_decorators.user_step_decorator
|
|
13
|
-
import typing
|
|
11
|
+
import metaflow.decorators
|
|
14
12
|
import metaflow.flowspec
|
|
13
|
+
import typing
|
|
15
14
|
import functools
|
|
16
|
-
import metaflow.
|
|
15
|
+
import metaflow.user_decorators.user_step_decorator
|
|
16
|
+
import metaflow.user_decorator.mutable_flow
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from .user_step_decorator import StepMutator as StepMutator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.17.
|
|
4
|
-
# Generated on 2025-08-
|
|
3
|
+
# MF version: 2.17.3 #
|
|
4
|
+
# Generated on 2025-08-21T22:44:50.333982 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -10,9 +10,9 @@ import typing
|
|
|
10
10
|
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.user_decorators.mutable_flow
|
|
13
|
-
import metaflow.flowspec
|
|
14
|
-
import metaflow.decorators
|
|
15
13
|
import metaflow.user_decorators.user_flow_decorator
|
|
14
|
+
import metaflow.decorators
|
|
15
|
+
import metaflow.flowspec
|
|
16
16
|
|
|
17
17
|
from ..exception import MetaflowException as MetaflowException
|
|
18
18
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.17.
|
|
4
|
-
# Generated on 2025-08-
|
|
3
|
+
# MF version: 2.17.3 #
|
|
4
|
+
# Generated on 2025-08-21T22:44:50.333124 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -10,11 +10,11 @@ import typing
|
|
|
10
10
|
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.user_decorators.mutable_step
|
|
13
|
-
import metaflow.
|
|
14
|
-
import typing
|
|
13
|
+
import metaflow.decorators
|
|
15
14
|
import metaflow.flowspec
|
|
15
|
+
import typing
|
|
16
16
|
import metaflow.datastore.inputs
|
|
17
|
-
import metaflow.
|
|
17
|
+
import metaflow.user_decorators.user_step_decorator
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
|
20
20
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -164,7 +164,7 @@ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
|
|
164
164
|
take an additional "inputs" argument).
|
|
165
165
|
"""
|
|
166
166
|
...
|
|
167
|
-
def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception: typing.Optional[Exception] = None):
|
|
167
|
+
def post_step(self, step_name: str, flow: "metaflow.flowspec.FlowSpec", exception: typing.Optional[Exception] = None) -> typing.Union[Exception, None, typing.Tuple[typing.Optional[Exception], typing.Optional[typing.Dict[str, typing.Any]]]]:
|
|
168
168
|
"""
|
|
169
169
|
Implement this method to perform any action after the execution of a step.
|
|
170
170
|
|
|
@@ -184,6 +184,19 @@ class UserStepDecorator(UserStepDecoratorBase, metaclass=UserStepDecoratorMeta):
|
|
|
184
184
|
The flow object to which the step belongs.
|
|
185
185
|
exception: Optional[Exception]
|
|
186
186
|
The exception raised during the step execution, if any.
|
|
187
|
+
|
|
188
|
+
Returns
|
|
189
|
+
-------
|
|
190
|
+
Optional[Union[Optional[Exception], Tuple[Optional[Exception], Optional[Dict[str, Any]]]]]
|
|
191
|
+
An exception (if None, the step is considered successful)
|
|
192
|
+
OR
|
|
193
|
+
A tuple containing:
|
|
194
|
+
- An exception to be raised (if None, the step is considered successful).
|
|
195
|
+
- A dictionary with values to pass to `self.next()`. If an empty dictionary
|
|
196
|
+
is returned, the default arguments to `self.next()` for this step will be
|
|
197
|
+
used. Return None if you do not want to call `self.next()` at all
|
|
198
|
+
(this is typically the case as the step will call it itself).
|
|
199
|
+
Note that returning None will gobble the exception.
|
|
187
200
|
"""
|
|
188
201
|
...
|
|
189
202
|
@property
|
metaflow-stubs/version.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.17.
|
|
4
|
-
# Generated on 2025-08-
|
|
3
|
+
# MF version: 2.17.3 #
|
|
4
|
+
# Generated on 2025-08-21T22:44:50.349319 #
|
|
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.17.
|
|
3
|
+
Version: 2.17.3
|
|
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.17.
|
|
24
|
+
Requires-Dist: metaflow==2.17.3
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=UqlclLCv8M0_EfMjVVGpcbpsBXcVZLCV0k7YIEKxqww,64166
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=2Ew6AWLShhXXwbRCQMT8UjWYcEOOyjlrUppdI72rP-Y,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=h5QK_IMH0iystZG9yrw2X_rgCjhEQRtH_HUilAE0FN4,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=bPHQw4HDTdew2hXV8Ff2X4xPVbYJZ9lxYcyF2-U2ik8,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=IXYJkiAD-f7QQBiGZzUfYY52Wrb03kk3k-pIT-0q-QA,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=3BqHxudKlLAvuvnw4DgylNij3esstZXO9lI2EIVVW9I,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=OFrPX7csnt63GjhDeRH3t0SFcCQwYSsGFKtGo_4UaOI,33
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=TvNRLFAM9wKxWNpdA2BbJw_--sNjkG-RCTXRejOCRhM,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=D_Y7Iq_1uRSgHhCciOmSlkfSUPa-r4SG8nGsqmPIqgg,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=9wBa3Fw1v0FUNR5I6qPdnGi4tUaAlKDzVvmGn5s8Lis,4871
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=cfgS0Vq-9NuBFVsU6Cs0YRy_qdH5DeGT393Wp8k3Pjg,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=HdGCxlBclwG3m7cxyAAugSrm8qX5kv1pQuqgSUwuW8Q,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=IrSO9qlGZJpP0vSJhR5CxuSdDbhRapRo511OEyORZd4,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=YF-kYC3nj1JNHrcmKyVFpQg-A_ViO9TwW_PHI38RYrY,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=mvJtdrdCYjyRiF8hJag24c-XF9SWUAb41FtV1QWTaAs,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=tyJ8ResanhNGtZ6kSHEgdwniv31ZJEqwcZcw8Jg_GN8,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=6PcO_K7cghtGybgv7PFmrhbq8wcqS8_6bYYXZf4CYDY,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=xXBx1f51kT2O7-H9_DTMBUrsk1Pr2aSDVUFkzIGJfhQ,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=KDVq8lpmlmrejrv81ocIV24a3Z-ZM4jUQYLctZkqxT4,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=VFnfEazIxie1SI_OwF55IB0dfWyt764FsVSNWuzNy0U,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=2xxBbPgqO7n8shPAplSggHCW-XzHzR-shXStanZKcRY,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=z4PJc8mfwT21Fbmdye9ZskqlVYrQPERWsKMsxlWRGlo,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=vba1UluShUcTk8IzpWO-WZ7vCTaqgXbOr9kLYHe2NhY,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=VnHknMS295k5Prs0cVgpFrZLmCbWvpN38ZTHcEeR55E,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=8W05ibuNcMcG8p4iY3Q_goWsVU01FIkTAn7KfaX2r84,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=C6LCthAxbTi7UnaIVbmxA-SDVwmLgCCJWxFBjqUc2zo,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=X3rHnZMxxIOVkk10xdjpz5N40jJP1dXeWCaQzzwhdgE,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=Jeq4s_hyc8Q4vxLkQiVP97cbqltIToq8H56jbOb_mvI,19750
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=JAcvSfWWXdqUM5rlrWts7qZc9da-o7us5_6HN_udeDY,2963
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=-mbKU1fgfWBI2zMvobp7RC5iSHjWE47d_StqcW7kIho,2952
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=NHmgSzTSEBgINPZz7wA8NbCu5Hr1tab-TvLWkmUSu8U,2282
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=IHXazTScYzyjXUkJjL0KSyJ220Y2oOygV22_y1awEe8,1208
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=ggf4DPnqpVc4m0li9Js-EaVHo_5-vpdmeL5sFm_m2Ew,5283
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=VIV8aAqKJ7lQmmTAwk35TrWoM564t7QB40fz4amEL1U,3875
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=JTqDlYlk8IvosFs_AqmAppqCdXdU7ebvPpYKMIj1yoQ,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=v5gFlZEEC_KfxaeBY-29OOxDpd_mGuirLVYog-Pxcs8,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=LBayJlCUZfazHo9ll3Q97dTAEX83DhSYBIFS61yThiY,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=uoISJ3JxgxVL_Kk7fSkHIZuAI2t_9GB9YxMIeGWw5ho,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=FbmKfzrG29UQoS-_7h3ikZUSZEmmBYo5uigdf02h9Gs,4772
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Xs_qVT7oPJNaVNEycncr-bOTdmRCwqtWAG9r2WVPf6g,2465
|
|
42
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Fhed3NimR42lvjjSIPzRU12dMeQkafdaJ1xG5cqpOos,3713
|
|
43
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=NGDpLo9DWQ-jJia2pJqRX83hI8YPRy4J7p3ldd6z5DM,1829
|
|
44
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=AOCHjBrJuuvPUdrR-ayULnPjcPKLuIZD-FUd59NUXQ4,1709
|
|
45
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=fAL5c06vF2qU4Ltm-iHfiYGp8JPcl3aJJRWDUreUZgs,1198
|
|
46
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=IV1GH6zP2pMzj-NXt2zhzoM6zasRb8QG1yP-Bd6Z1VQ,2107
|
|
47
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=YD-uWat23SeX71p3O6L2kjUMYjOcJ5GwH49bgF3Nu1k,2296
|
|
48
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=b2OziwevVqHtD8nUGzBQg8M-pedTKZ4TRtbt66S3T9I,722
|
|
49
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=Vg4CUYDLCrZnL8Xzw7cKbYljmB9ipJ6pJW5Qf985SK4,1229
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=3x89W3gs46WF1HzPK0rYqhsCHS-5NBm7yyft5o4iJ8o,3154
|
|
51
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=rOJiajdvRrVaAWuqh9PntgXCRD-SQF1yjhlzAu00lUI,923
|
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=7kpDKIQ5RSygtn96gv8emixrvoa0dqen6ER_DB7eMt0,877
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=5xTVFUTM4upjcs1C_EHXdt5mPogE1pQWrafX_B0SACE,1497
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=f7GkK3OWoZ141zwt1FEJPLMsaF-9x-ZD1_FT_uppoLY,3309
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=G0Qqg_OBtEo3oUd9TpugxPXLdIdqCmNMaOQRew3s9rk,3220
|
|
56
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=XJsa7Xt0cLwJUFQQH65y-Luhxz7uHFxm8ybDFdOsslw,727
|
|
57
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=N0ZNUREqxaTCEI0KhyLSzKnSv9ygmy-J9uKOZmHNz_s,2551
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=kN-W1CpEJZICmnbUSg7BcCC7yUkvi2x6nrRmTulb6sU,3348
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=d1yFXib33S2w7xesLVFj5aXR_V3ED_qRJ9N_L-FNRKg,14191
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=0o6i3cy4Csh0pnn3P-Kl5w1kAxryN6OLnJhvjxTgKls,1375
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=e2aEq7L3E5gqV5uB5xFKas0L3HCLVJVOX7ooM7lsRaU,4595
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=dTQFykOUSxuIvO9QhmqS0sXsHcvGOeGmf4t40tjEOoY,7546
|
|
63
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=m_mEldLaGYtHyZ7p1wqigdOM16o6ns4NBJWgcVZxbx4,1737
|
|
64
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=s1KiDQRXad2eAqqVNjUCuaq85xKp2T6wOjOozJwmJRM,755
|
|
65
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TPFaLzT2pApEVD9wCKORFqoorbbHgTia0WWI2jVQauU,930
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=8rqYwMxLvylAcbjFzGnPGPUOXIcG2lzVpwlaXsIAT6o,3085
|
|
67
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=SwweJ38POc_B3AOwYXqjXng9UiZsAIlxWxFwRbqb5YM,675
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=CGYXFm23xqt38PyHN3-oOB21PqgDoPgAH0xak3XpDnw,2951
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=SPyJkPs1OLnlBB1qC1p85TwEQ4sJPOK_bSG3SpFvkho,3767
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=YdiERM8rdMX45PicHlnxd8Rs883vcfQm8hy34OzqphA,5976
|
|
71
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=FdkLG5o8jgWOdYyK2xmxGJI_bvioIT4ankhof_FLf-0,645
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=yHrc6VdaURAqDOg3UtSzF75qqJgyKuttjvFEoH7v_Oo,3575
|
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=LukZ28_KrvVJIzhm8bsqLqJNb8Ogl9wTnS5UICAWr7I,792
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=Uf6DS7lpkuJ5o_N3TjbYO33SzwN9w--D571hZNdGVMk,976
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=dd2V7ATvzZb9cDJVYlyMVGD5oB9IQR74QkXxHp-Uy5g,899
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=RpUSJhRHLB3ROAZCEzn-prqrv_VBfXfUnqleQiCQei0,1637
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Qkj3fEcdaSnj-phLZVFY8pP1Z2AeJTCyk8HvRxnQRn4,4576
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=rrfCPKTh8mANFauxzas8lGct7rhBW-yqymY0_QvjAbc,1186
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=USVKuQV-PKg60WCHk-ns9mIfnFLqeXTiJ8UA19QL85E,1145
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=6R5LZnj9YxtDCB6doTSgjtZZh4-svpawFP56KTLCwx8,3881
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=StKCJgxX42n0Ns0jvF9L9oRg6ONF0IEOnmk1zGwszZQ,5089
|
|
82
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=PFGwX2GjmucaEhJqmiSrwb-a-2ySN3wuZMnyZk7EvyM,1011
|
|
83
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=5GrIlll-Ow18sfV8QMvfpio1qexiUDoAPPF-OsMsEDg,1168
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=HXb-bwMw-Q2U_UGplnqK-Vhikf12USx0vTFz5rSzsXM,999
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=2Bok40K_U7XWdTNB1aBu9vP6wDY8mEBsNTW35EeQ4ZE,2289
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=dMhdfeZGWkZ2v5DCPaTSNmGlzGIecWBqge6y4Y9p4yI,2458
|
|
87
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=zbMc7peU49e3pNBrnzXbnxWvRAci9SjPeWc7D95Uupo,1568
|
|
88
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=rWUHDY0d1Po0xvg15lZpQdUNSIo-0uzQ8nMLMEuBYYU,1667
|
|
89
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=bPpaYrLpJsdYlHROGNbAzPqSdfOS7U4pORuCa_XPnXY,916
|
|
90
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=IQmYlLb-fyNFt2t_uGM1JZ5rugJzkKVCEZmjgYyf9us,4909
|
|
91
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=jJmkhQQ8Ehi84DTTma_1th05LGbUWpkT-Jwt4A5kBn4,1189
|
|
92
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ARMutBJqlZrRrOFhhh2SzRDA_5U4FbK-_JrMJH36cm0,2935
|
|
93
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=PegX2QwOrt-2rnBBuLpPW-FOloNwvyjic7GqQ9-HVlI,3247
|
|
94
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=dZg3qtBtDrI6bZXbMbYUI_NsQKI2Ylij4Su7x746VXA,759
|
|
95
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=g6PJUqnFuySPqV7ahGvi3Cn9-Xq5auH5urF5uMwqu6o,8476
|
|
96
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=lf9nd5xBchsm-ak8-CeCop183ywtNeuS5RMl0X5S870,2470
|
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=2GIZ4Wb8ADXhfdT9sRle8E_zcsYVmXPTeiAU0K4Ve3A,986
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=jsGAdlhWGC9e41DjdGS6ugZtJwGuKjUg39zgG_M8wfI,7501
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=aE7A3BUgBP0zhtAeaMvd_cEUctvJOORetmWpKKJGizM,3196
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=h2YTbLIepqDs7E7Oi7w6QXLCtws8ePnqbCX9oQBUA2k,11481
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=gcGH3HwUoRY7jr4wkf2CDjd5woupygH2kAmHozKHa9M,1479
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=rRH-7cAgWle05t4gXzOH0tIRZL4LNjKUmL0c-ONV19s,853
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=mh01jWfsAXHGLTr0cT2YWKT2nkOpFhZ7y1Ztu1GHxj8,3774
|
|
104
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=o0YHGrascbvDOilpW3Hjgx2Fn1oQ6h-dmvOz69W7AW0,933
|
|
105
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=h3Jm1hbQvmoeHTk320qmClVJE1EN51mXuFf2hSF_fkc,2797
|
|
106
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=ab4hAAgyWZXazgfITHMGk3sMLsCHdDI44UJ34UK5emc,1204
|
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=gIZvEkTKCFdCdTxJnqHalubBaeyfN8E9HPOio3sRHkg,24447
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=0xAau61c35t71dlS8qyFcfK4YnLK8OcIGVIHgrifW-I,1036
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=m8w3sHi3i6QkvCQekmGB08HBaBtwXiww6hHaN01j2pg,1132
|
|
110
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=6NjBn-xiqADJIZ85UtZKlhOZFKOxiDJs1dUeb40r8eU,611
|
|
111
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=qBI2yoiAy6T2dpGIeV7p6uXDkj6uANM_ntEfOcTA2sE,901
|
|
112
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fblqINw_yxqySrPiplTxWj_S-phUG8kJdg9VYxoYCZs,587
|
|
113
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=9rcmWJbvfiYIMD4zfTlvGPSTo-w8U3splcIkpkE4Bns,1200
|
|
114
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=ivF-Iu2OT5AO8FlFqLcUKftrKp0kVO7Ov_-AEf-l1qA,923
|
|
115
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=wZ-G5wwCLdL8b-P5XUEr7yXD_eG8tAnqEh5hXDxVpmc,3298
|
|
116
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=X__gc8m2DD-1guX_GOm7QlkbFD-rgmlg9_Tl1IwUiqQ,796
|
|
117
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=2h9NuHw4wORbhHx-cQ4bskYxS0GVp_LxS9ViVojj0pw,899
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=BDD_KEdPtKWoE0Q2QfSKjUoaFP4sf7k7Xr40chu0wn4,1086
|
|
119
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vOBv6o_C2ojbfwVDGE0fX5e7tdiaYtR2woU2uWEAV4o,1641
|
|
120
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=gpHMk4sEFqm_Sz_PQTfXNSep9VxdknpY3IbSPjIgW1I,905
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=YNJrcRagjnd6Hu3vXxIxPFIVti4nAgmuwsr9jymAfHc,1707
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=6TRrcGJm9BgW_3aPsMz1cAdY8KThxZg8VpsyPSpxqKo,3833
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=pdBOwp_R2sovY_jNc02g8fQD-bFK1N1ne90hohJTcEk,1326
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=6Fadx9meASOJWCDrXjJH1_5Vfv6xDBJkUVDMdeNRIoY,7927
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=F7KvcPRq-nnnKpn904HyabA_c_l2ISIv_nfQMGmfP2o,2525
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=dO_n5Y6BRezxV1nDNxSIU8EJ02hCC1chZZnBTCczSJg,5425
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=5d9MON6jbJGg80Fr-r_meNQuKXg-J0gZK_eXsSpMSrc,762
|
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=VbRBWBNqJ6STQGkoCQIs2Pi1uKUiNrvVLwZH_E-WAgk,948
|
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=TACrAc0iCYpG0178IwgjSEm9-mk8mAlbtHIBVEtg0RE,3855
|
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=VahWt9YSRkBYBqps2gxdC_pmdNu3ht4p5qnCmKT7NaY,2465
|
|
131
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=_FJkjhFrsaazykaBw_UajfiYD83EQSAkvjdWXmdkkTQ,3741
|
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=74P4i_e9VImTDHhtlGocUv4A88Y01X5hU-HewsygSXU,2650
|
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=9OR2DAKlBKNIZblWOtyzY5OznXiL4fNXnTt3itkYQkU,834
|
|
134
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=8MUHmRcIbCEIt6I-GkqmPXtH2yXpbTZ9EeveRMZGmGo,874
|
|
135
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=-SLCVrACzbuXi3KnlpWsXcwTHKrcD-wsu1RID3aZAQE,1208
|
|
136
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=t6AXzdBUxS2cK27jzCuVz3qKWAYmz4qzN6k8XVu69zw,986
|
|
137
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=g4L72gOZbFb1XsU1LGfhzcC3-9YQsVinKkHZZTOSQPc,1744
|
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=_GqvutZuSAtqbt0cDABkuNkTFzRkgG8bWzzKSWWlpHg,1224
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=ftZst0_GuyPuUINF54AKZQYX5hjgYmut4p0b6gV8kZU,1417
|
|
140
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=mc0MOrEzP8ASuaxLyfDrjeCUdri-mLoHyIXaADsnuoM,956
|
|
141
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=eFLmWmfEsa0xoyFVl0DdVKeURl_Gltx14ZYiK4QIGNY,601
|
|
142
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=fDPl1oZSXaLD0QsTVxlj-rC4kn3OYOVJLRc0CZUdNm8,1383
|
|
143
|
+
metaflow-stubs/runner/__init__.pyi,sha256=2UgjlVqVCGoyyKdAG86LYa6Tm-JvEgNIaS-dJxrK1SM,831
|
|
144
|
+
metaflow-stubs/runner/deployer.pyi,sha256=L_oX2ZsDQBcJ9EGM4_HxrVJZE2mDAlzLXRqibRg4tA4,10115
|
|
145
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=TXg27kQlG_-lY0x-ibDUX2riCFW1U9znam2RktFOHdU,3678
|
|
146
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=GrUI3_YdIwqSpZw-o44QlmXoAwGT0C68SlB03mEfvfc,10997
|
|
147
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=cRTsHdhpUtwjmjCnUAmEUpnvULDe3TBtia-lN7bSAuM,2946
|
|
148
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=E0uQQACQUqXRzmmh2Dw-cJgf9TaF7v9uaexU85Ns_Nw,6035
|
|
149
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=OR2a9sRugAiYk_XhRH6EKLMhwTHZZIRmVteSdRy0e74,9342
|
|
150
|
+
metaflow-stubs/runner/utils.pyi,sha256=DSqTWPyIWFyUfKYvcPAekX90k4UaKDMu-HdvSeLeKW0,6004
|
|
151
|
+
metaflow-stubs/system/__init__.pyi,sha256=KysuaYYIjbGaeUkUFsw-dvTGrK5q4qh5sOGLrZCZ8ic,761
|
|
152
|
+
metaflow-stubs/system/system_logger.pyi,sha256=YCNC4Cshgh_uaGSOGcy_YtVQwFLm8PxTYrsNCvGHADk,1666
|
|
153
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=qZ7VIrZP-oFQkkKb89qlJd5d831b2QpAYOqRMEKYaK8,1788
|
|
154
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=1of0PfY11nCw3xh9A4zaTpAax3X8aPZT4M17BbjmNAQ,654
|
|
155
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=u7x-aZBWl1cOHB-5u3BYlILAbPLJPjzMCiaChYF01is,3008
|
|
156
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=a9Z6SStuilc1pnjxnQDM903-wHIjhQHy8JQdVVwPP3o,10194
|
|
157
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=B5SGg8DnnWy2W9L52E_AmaoUFEIpwaWtV2EMaZHX7ug,785
|
|
158
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=lds3dn0hPUElTjr2sPPrQTIoWpL4EyCX-l2xN77EvE8,1391
|
|
159
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=Fom-ZGHvwAnQzta-S9tYKpO46zeDG7XToWFXpDikxEI,9333
|
|
160
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=ZxBVdlaCtE10tLGTHk56KfG1ZzaScAC1wCcSKKMzH60,7062
|
|
161
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=09nXUQBYA_noGyPRSAqIZGMVZ9dFTSPTpMLVlDNyFCU,5039
|
|
162
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=HVnMnrgOCEdZUDwhts6HibObTO7pMRbjqpP04-qxXys,13314
|
|
163
|
+
metaflow_stubs-2.17.3.dist-info/METADATA,sha256=ZcdPe4kb_IMZJGl6QllxQ7cJlRLAIdNAfPmuW1ryW9I,1617
|
|
164
|
+
metaflow_stubs-2.17.3.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
+
metaflow_stubs-2.17.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
+
metaflow_stubs-2.17.3.dist-info/RECORD,,
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=sD-7IAge5GAEkSiJwTqlPH7rwMUAsqBBUBHmBvvGPAs,64166
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=iGQWdKM0LCxi79wKVveB4oLycNUWO-JAWl4Ypfoj3e8,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=NWJBUVuqjduQnxnuWYSOl3X3Z-gRycIcIvsIgTht9D0,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=OrUdASFwtQJVnxlnzhEjHj-wGmAkdWryl3ScPn-vUXs,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=PtbvA970CXYdDWCPtblL8wC4RwhvTJ3yk7znMyl8Q3g,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=xjobr9oIo_4Ka9D6Ok0RVm7Bo3OqbSNFX6lc7SzxChY,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=gHQ_zH4LLxhkzdrvbCrT9wZFH3_i7tkzbfLkAePnozo,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=xXe2l7T8RqntBodKxNMi2aPMVavVofmdB1EaULdWPXU,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=-695l4u3kh2UdU43c-89ZgGODP8_Y2Ba7re0n7g-QRQ,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=KS-Z4JZQuSkkL9rGBxdCkm71HC7O-Cp8Q0OcqK_drc0,4871
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=xzJ3O8lo0xj_0xVDz4NyzsmbQTzzc8QGC00x8ZMgkWs,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=BAEP6Zx61wg88KJQ77eULkBdID4xxLFr3v-_8E_tr50,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=xijecMe8Iea1zLWviKwg1B8OKE2l_Uu21p1y4oh8hSU,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=zWqI3rWRm8YHfH_o-AkYbc5OqqW1s2ZBTG0NcdGRct8,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=IH2urMCRN2OccLzNSktqUGRWAmfYfLTsBxxuhfwtm2o,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=NJeXqN7EOdxG88QMTVSVlJGKXQxS16fw082ShV31PW0,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=-IbBrgBf463QMJRCyxN8ifCdkMgRYNxYAUbVsvLMBN8,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=34hehGDLkB4Na0tuUIhRNytrJzFbr7xG98snnoHYH6E,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=UKjJCX6cCoNN-DjahPkoYNSoG9S3mZGPpF_hFBjia80,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=ST0SPjLAC82ceH4RvjOcutvYyPm2A9x1zB87Bm7J1qQ,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=Hb3KY0A1uCBwUDAZtGUMBcO5AA0L4H3T60OfUWGgnJI,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=dLTA80kV-GjUuCg92JuXy2UUEHr5IBM_JnX67l5u36c,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=g29zvoO9CGZ9SESqeb6DhS5EZuIaXvz4OAQVU9KiXSc,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=RHFubbdk9uj0xbVBbGOWHeO7DVqpqJ1uuzJCEj13sws,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=YU7yFm5dbocX0lMx3bcR1iIDxTG9-91Wuq3jGOh70mE,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=2-vwS_HHOFD_txd9wVj5aFxpRS47KJBxmitUnlxiTqQ,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=5JOv2bMrSLAochKhtn4IgEeJWyyVhWe8ZYezmBM7OzE,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=6POCkx_KVvigDeFDLWS7SO07A0psVUhZsctJpm0WXHo,19750
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=cn_GHefgF-SU7M0QNdYVBSFY51xDpgxEqaa4_XrQIaQ,2963
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=VCudYeb86P5-zOCCc7wSAX54LaHZUyJN35M7WtRj6uE,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=CcvtqQysLObhRRDt4eGqSLDj7RcJeT1YgD0WQgHoNok,2282
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=oYaAG9QHlx5MncldCZgrcwxPaLFbfASh3waVEqgFalw,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=qzxA_MfMSoxnbYk5ZyzBf9e32KWDWXSVsU82NsvxW0k,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=goKHE1K2MICVPds0caiS02ugD7tmbweII4IrY7Ao8GA,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=PR83zHCcsJjV3WsK2Qit9Ek9fSAKiA_hSTih_RFr_wc,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=TJOliZF_O4E12Q8szmonzs-kTv4Shgbz7m9CAsoh9j8,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=cPw7YEMMmJZK1Ju61tdCRYak5F0b0vRj4iEODYkFshc,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=JdBBYi_d2ATIoSh7uNdtirjzZp2ZTwUxhdkgd9EPmDQ,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=OD4r86FFrWMyJTxk3eRhsrZNkfIR_WSZ_hHpM3iEjD8,4772
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=keGMxvx_2WPR7NBgIpFbcKqrlS17EIax1Cabyghy_v4,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=EuHR-BYPPRrb4pEkyf-QHXP_AMM1pWTBDVsrh8CI-nQ,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=R-rmXwvQV6iVvIDwsoKW0fahgPtqJPHsYGYem1eaCI4,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=fn2ykOqRxQ9kJYRVQI1GRKhFS8GQduYqpKP0X_1Hvgg,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=zBl_73jVOk1ttksBnoCC6w9QzA97lQowgPxT27mCVUI,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=o6aRXwK6XcGfKxhpDbG2Rngnxqiz8RP2TY2F1GIniDg,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=zcWixXI8h46Yz9B39oLQk6GK7h4ZhhhIdQYoozUjDoQ,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=POTxgU1VMiAHlpLm-xbZp4ThlBt5Cq5SfQXsY1lspf8,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=rV2fmbpBOpGYU-QEPbevywSMyqnxpXl3u07sABihW1A,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=R-jZkr9Shn9Zc9tY1KedzZ-TYPUrARvagXLkUjvCazU,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TN0MeGnYKhnVvXF4fj8HZ3n1D21p2DDJyq0pxxXMbKI,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=jtLXsSVW34wUyGw0diF5rNe9T6zt9tqbb9UonB508kc,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=JtuR30D4pQvRXYyXdwXHt8k08dzZbCUQFsmakabXwTY,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=XjqDaduZn86fZGV6c9yHnump2q5z1QJbjiOYxqWlbqo,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=HUH3xyTL-_W6R69XTpsMuCaqQIiqNKrZT9P2gvUlB9U,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=G-7ULdEJt19YSCMY4M8_FNHLsJrtFnXmDrrbwCS2QRc,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=3l1ILYYfnsP0hLPzCKiKpgyjvC5TrjpNmJUpyOpt2LQ,2551
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nINLxwdpWyKBylOA_93NMZnocwDhd4UGErkpt8rBmeY,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=XxJ2RVpe-fTY2ozVx_OdKKnkzeEuisV2bqW2Z_z9GLk,14099
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Z9JexgQG6xW9g5d9viqY4dFlZfTfH_ve3fzyFSqbSfI,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=b9cT0EbPotaBxXStxhn2IyHBEJC5equMpbLBs7Z-60g,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=uHvSzBTaSJp3ubCkYgyWpyGC9yZ7v3Q-H1l0F9VWy4Q,7546
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=JuOpAVJgstE7p4sBoLlxR09aW4Ih4r2amchSS9m7oM4,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Mzzsbgji9CaHzm9n_DhLU4bdN1J9C0XN4JuJUuunZug,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=JTmGUfNjB0HyjHnLwAsgBa1wiBq5EVPyxzKYlSHgFkI,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=dnEEn4JnImWRRMWaOYcaMTR2MBuwb2SEGawUko4dRE8,3085
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_QZjIcF6fh7eN6oTFERBsjNS_Boq_1gktMlyKS0doss,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=2e5hspZIVQIEPuM0L_zR3OCiOQ1X9xx8kkB24lHhwP0,2951
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=5HV2egjafPC-SfQMKiUykmpyrMgOFgMMTctyV6_bteA,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=IefcEk5nb6bl_JvxqSCAKqIHMC2i9hacTfXqAAG-H9M,5976
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=r9nN9qBtolNwTnZmdAss-fQWva8SgiRms9ROBPOYgJI,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=2Kx2IL0FKn-r_A_J45ZBG1U2tiaX8QyHbffNBcGC9v4,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Sb2pkA382mCNCRKuT_L1gZbrkuKJimjSgMC_t2IE8Xo,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=tRNc5Cc9XpwkpMIjQsTc30k3Uuegu37vTtpY4BHlOUQ,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=YWPy7YkMzAIznhyet5xyQ9wqHnxBprVM6Lz-SpclsBY,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=5FL5sVc87OJOtWC9EeztABXJfpRAUa9VcmK7346xQdw,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=w2NbErpmDBMOZYZ0YDIa5whchAXNBkDE-J29Qeo4N_0,4576
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=wfBJYoZcczbgdWfxjelQDOYwMAR5EqxaekOwzFMS58M,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=ztFhZ94iuD7uRl8Lr08_eSU6pBdqFvzJfkJFBnUYOXY,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=RW3VgvrxXwp2kmTjFe0edVLRfQDH0y14UsXjJvZQXj0,3881
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=8Pd3wR6Gb_z4cmFBzs8ZWkbw7SVmb1dxlj0jRZlvhJo,5089
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=XUm7jrSm7xb4NybYR9XSkEyr4BbOUIzQpXdWfUndC8k,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=vtSjEN2vrJGshFjXcOWVhfE4jTONfFCflBXN5zt2meU,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=NBKMECRZYsSPiq46EapusHZ1EPvI6fDi6b6X6tl-R8o,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=FirLGPEYej6JbpuZR3OCSaE7VgGjkPI_lWEKZdgiC1g,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=BclUTLzPUbCkrdukKix0N5isd8MaDFkN31TLsldicMU,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=D9ooU8EQ61ePqbxkxy2ZmYmqLlA1lPceEz6W80Ov6DI,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=vjUI9pG9r8T63Za9-X0ALUZ0lRWCdzl8e7F0-8CAaSU,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=yEcM5wBmpXmow0vJUGEM2lSW1HGo4wnZdHixZYTqbpA,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=-E38JInpHyPxpwC1pt8JuRLy-BHz6FlN3pgoD0EXp-E,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ibUZB6d0vtLpVDaqPr3Ip65gcsZ3TAJL4j3G7dZsyvE,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Kwt3u49xSRL29SHVsFxttNeCqMr6JfEcL8A4IBbhFJw,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=dCk6EOAP4o2Tz1RlwVufX6xQs8o6pXo9zzyBnDyXhEU,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=SBP65t66jyVv_v8guUDvPZvHpeEdyQHS4HOn3W5w8x0,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Jcbh42hTlMTzvEgdt2K_eofC0-_J2JWoh3fTczQv8DA,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=kkzFAXjQAlO1DieFML0hH3Vxvi1NW-vva784GgJD1oA,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=VHSM_VRX-iEMhZlFHoW2zSDuEXXIyE9-fF5XLMZbmhs,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=9l9Hi8L8brYu9kZJQwKTt8vGXd-0qLy7IIspgZUEoqI,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=MyOaJe5RgJBAH02jXW6v_J4sD7TSSW110o4LVnI12L8,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=FqB4bn-YrYguRs5N0M9sEcPAIIGayiqPOwyunlDlbKk,11481
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=ww4PVQ_O4pX27lZDvMgtIZ0ZESJCEZPOpj8mfaa7mh0,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=kKk_AcsdqTv_johOSH1adROJ2IRTKdrGvnjE8oIW5kU,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=3L1M6F9bX3wkljoAY0LQKjM4PNLwUCZTy4yKHzrKQXw,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=9i6RqfqqAv_LIGZqOaz_ISwhNh2xGZJ9yznL_hsRcTk,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=1yj2gLXePTsTtNDDeP9Kd_wQEckgJWOMBJkmny9Q-FU,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=oU4qODyQt2qCGnMd_vNzvHeW6oZCHIxEnnr5hCxH6qc,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=QdFn2sjrbgAjcvDmMu8oAzFES33ZL85--COftLUKTHs,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=EWrHSsjU-tuB-buUe3vma_EaK3cDRMS47KEMKoOULC4,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Qv6gyMWSnyIET9OsAlEw3YDWekHBxRHq6d70uHQ0DjU,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=7o9n87DkrPp7EFVJXA9EPS7MJwxLkKF3sRfcfy6fWks,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=qjPNP4NCH2p3e-IkYD4h-opP6JIf5v8sLZhFenIDqJg,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=0KjQameRIZao4ikbomybL50sFVzDXO5AyOolnv17fk4,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=gSEtz8wQUQyBRcGUtlhrS9dtCixme5aBoDizrE78JnI,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=7eI_zGAes2h4Pm_xr0RCeChD3fMUSM3UM9gwirTscOM,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=qBnfqQaYDERIxGdf82oHjJiUtj_9YT6DDoxWjnPIhDM,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=iaZhi2a1pOswEBSYydL29ukmsNDWXXRqBEF-5MQ-9JM,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=aPtSTgo1nAtzkeOXExVoFraMJsWW4ahhd6fg-CRyDRw,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=FF89NUrew2Ehu2kuBP8mli3Xls7ii1ML18SO4vhlL84,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Fbv3yuoXLa9DEdeDplWpzBV1BXDk2-ZdUjzy6avH-6Q,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=rn9y5n75WpPtmRfvAL33gAPJNF3uxM7kqUJFIwgJfrk,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=e-s8UUarbp9NFmEVDtk-2NZf4Ymh1Wl6FVQEQadz9Wg,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=AK2xqI_Jeq0kJRmiugqxJ0D3roW0C3VWZ__S9lfeCgI,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=45Jwh3KZnfgW754z9Dzatw6t6pUxo6c7qYxU1Ker04c,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=RwmNVzlnqi8FFlzec4QoowYvJReMuEZTNr9JTCeOCGE,7927
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=L0Dyl7zxPeIsbychyLFIm88E5elec1YVOJD1g_viJnI,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Yxyji8ylhh-K1f4Fo_jWV3dRXhdV7T-bhC15Q0eDLrY,5425
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=1vU1_BlqD5ERsdXqob1rHUDUiamBjdTXBbQoELoufPI,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ZH_UCO67WGR34jF0r2k9eyEtHjTh0xsjUWBbUfkkGok,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=ceXecoloknZbH23HGh5Std86bZvS7-0i6Qy75qXhx-w,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=8e32MxnpN-kBEd-sG_oCueN43qResUCyjIHYSqj4u0U,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=4pcrZ9ParZo7UHqnzBCgNiOSYr8444bn9QomZgO21pg,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ZnA_tnVLBAHfRTAdXGMKgdr4w3Pl6xS3nzqnvVQlO7M,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=R5Qd2Y5whsrdF4mM3YXswwfOL0vx9YlH-Win_MEputc,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=qhuHN7j41TWKe_DfJV1vVID4dZsvsLF014XR_oUkrBc,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=P4OM4xauKuWsc5nWgrjIzZ64V3-vRfuzX_0aXcZyNlY,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=oo0Fv1pfThcPGHK3mEGFLKHrxalEWJII3Tgxe3XzQlg,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ltXGmdm4u5x31NI94GYgb5iQ52gSh74XUYU1ng353CY,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=6Cb0KM6JIARUmKKinW-SJn8M6jvZUj3wJ56IHg56eFw,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=RuBamx5wyvqx3c3zv9qXKX23ww2WXliyxeapoPwfCLU,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=HARDVzalw6Y8G_UxGrSh5Pr1X0S840NXJ3RLRSQ0GPw,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=_9W4PlNLtoBocBdnz1DEAPp89Q_sikpgbgSU1c4gzCc,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=j6s2TOqmWpgnfScOWAcpuM9TpxEHix72_894ARg04Ok,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=GcSgUEhybLM9bmFQB5uq6WkG18UsWTHuPAw1X_hBl1M,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=DdgekVE49-oOW2rbizYsbqVWI3ASGSJTo1iXGq5XcaU,10115
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=2zdpaQ-72eZB6U8Ra_p41_av0xYrE9M5HiETPmMh_jQ,3678
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=SYi84LNyhZuFBW20pFZ4IYD-7qEGr6F95I_h-3nAdUg,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=gNFh_qT9JUOzFU3tKRnXwSaQa35PhgIVE8cD1u0o6g0,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=iLH4T0xXeb-lpMwUCxThyESCrTbFi5SSFuvDgKECyJc,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=KIWoKdlri1WNJDJy3n5cmSKC1dtnF5K0sbOUhPSvHHw,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=mMTVWCMnU-0e2Q_JHAAGa6HLa6WpXVzAAueFLZw22iI,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=WQ7w049wKwaUHGiJGd0rH0LYjTqPbxThmBAXreNp4_o,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=Qz4CA1abWza7zGJI95lhbPbQws-dB3QyqK70rRIHrW0,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=EYUtowJDx0i43heY-chUquYkxEIA7i4aj38wJvx-Aak,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=xiD1y0bQZqHAlomVC-iN-VTqf7jjMzyoWzUSYAriLUg,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=RMH8SFSLZABbt1Bw7Z5FnQIX1M8mQnX1NNJv3U7P8do,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=RtTZZZmNSRYYrdiq1IjmTHTfmUkhENL35JLHWNFQJMg,10194
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=3K-rGKb47bSrapmsR_pqJZBRl-gme5sAYJcPnEPF5V4,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=hewSdl3isCmuKO1GE1f2W12NeXQapbhVBbpbnS1uXeM,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=R2F82LjTZUvO0CUpC82j4wqix8cV02-X7Irm4z2QdFA,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=z9UG_6thi2r7aeGFtNWmRS8ucJn9zfS68WfmDcC79mI,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=cDtWUr1YmsAwMgzuvrPzrBYUpfORfeiR36HB9HPZo1s,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=MaSTD1MMmOQD2ZKCIHOq04a26Yaxxn3tZqBgy54ufkw,12447
|
|
163
|
-
metaflow_stubs-2.17.1.dist-info/METADATA,sha256=hNk6MBb2Iq9CxifxATXHhzy6F_z1dhdT2AutxIxxZcU,1617
|
|
164
|
-
metaflow_stubs-2.17.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.17.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.17.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|