metaflow-stubs 2.18.1__py2.py3-none-any.whl → 2.18.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 +462 -462
- 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 +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +6 -2
- metaflow-stubs/metaflow_current.pyi +18 -18
- 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 +3 -3
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +4 -4
- 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 +6 -4
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +10 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +8 -5
- 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 +3 -3
- 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 +5 -5
- 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 +5 -5
- 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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +7 -7
- 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 +2 -2
- 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 +33 -33
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.18.1.dist-info → metaflow_stubs-2.18.3.dist-info}/METADATA +2 -2
- metaflow_stubs-2.18.3.dist-info/RECORD +166 -0
- metaflow_stubs-2.18.1.dist-info/RECORD +0 -166
- {metaflow_stubs-2.18.1.dist-info → metaflow_stubs-2.18.3.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.18.1.dist-info → metaflow_stubs-2.18.3.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.015396 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.049745 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import typing
|
|
13
12
|
import metaflow._vendor.click.types
|
|
13
|
+
import typing
|
|
14
14
|
|
|
15
15
|
from .._vendor import click as click
|
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.020409 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import abc
|
|
10
9
|
import metaflow
|
|
11
|
-
import typing
|
|
12
10
|
import collections
|
|
11
|
+
import abc
|
|
12
|
+
import typing
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
|
-
import abc
|
|
15
|
-
import collections.abc
|
|
16
14
|
import metaflow.parameters
|
|
15
|
+
import collections.abc
|
|
16
|
+
import abc
|
|
17
17
|
import typing
|
|
18
18
|
import metaflow.user_configs.config_parameters
|
|
19
19
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.015677 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.051329 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.050848 #
|
|
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.parameters
|
|
11
12
|
import metaflow.flowspec
|
|
12
13
|
import typing
|
|
13
|
-
import metaflow.parameters
|
|
14
|
-
import metaflow.user_decorators.mutable_step
|
|
15
14
|
import functools
|
|
16
15
|
import metaflow.user_configs.config_parameters
|
|
16
|
+
import metaflow.user_decorators.mutable_step
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from ..user_configs.config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.052110 #
|
|
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.user_decorators.user_step_decorator
|
|
12
|
-
import metaflow.decorators
|
|
13
11
|
import metaflow.flowspec
|
|
14
12
|
import metaflow.user_decorator.mutable_flow
|
|
15
13
|
import typing
|
|
16
14
|
import functools
|
|
15
|
+
import metaflow.decorators
|
|
16
|
+
import metaflow.user_decorators.user_step_decorator
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from .user_step_decorator import StepMutator as StepMutator
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.023247 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.user_decorators.mutable_flow
|
|
13
12
|
import metaflow.decorators
|
|
14
|
-
import metaflow.user_decorators.user_flow_decorator
|
|
15
13
|
import metaflow.flowspec
|
|
14
|
+
import metaflow.user_decorators.user_flow_decorator
|
|
15
|
+
import metaflow.user_decorators.mutable_flow
|
|
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,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.022347 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.
|
|
13
|
-
import metaflow.decorators
|
|
12
|
+
import metaflow.datastore.inputs
|
|
14
13
|
import metaflow.flowspec
|
|
15
14
|
import typing
|
|
16
|
-
import metaflow.
|
|
15
|
+
import metaflow.user_decorators.user_step_decorator
|
|
16
|
+
import metaflow.decorators
|
|
17
17
|
import metaflow.user_decorators.mutable_step
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
metaflow-stubs/version.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.3 #
|
|
4
|
+
# Generated on 2025-09-08T23:52:16.039408 #
|
|
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.18.
|
|
3
|
+
Version: 2.18.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.18.
|
|
24
|
+
Requires-Dist: metaflow==2.18.3
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=LXckPyQyBVIKwKYS8E3YbXtLQt7G3KmlFW4YZKYmTDM,64628
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=1nwIFKI9wuTcCCpQjNDaKpbk_FfCCP4hsDO8pZ62sI0,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=0eIFmzfxx7bftpA_x2u_fPsi_UJlURnq0Su6hYixLGE,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=TNFpm4A3TLNRnoaZRLjU7xQCeKdwMqQun0W7S03rFjI,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=VgrNOgFkwCIXAlZyDo1c0Sg1Kb1cgIU0-AYKnc4M2Ws,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=gnHGg2q0PW_l757RoCMeGvUuDrZBdCeTSongrdxQ9W8,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=3_mP_Y2ex3MzNZtQQ_kPoLAs-O4Rnsx5qEdaa-l124U,33
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=0_zIqAF-XyXKb_5M_2YMdDXhbldWhuA0_mDke9bDeU0,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=VNCiv98Fsfh6vni-TDXPsIUW5mwPR9hJu9ZFYcBEfis,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=_KS9jub0aFFwUUMoNyuqyIwOB-yzSw_588a0WXqvf7Y,4966
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=4RXX_16NcBZmLoGhbKR5yCAikhZCBc1ZXsaYcEcRXN0,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=diHgI0Y74o7dL0DiWNi5TOEsC7DEwKX3j-knl8MCv8U,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=vfAaLdiKzcZTapShxTuM_Dw8AbS14mONzcMQXPaeqqE,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=tZo5pp_dacrSVQT2g7V16nP5UnQY8msM0YaQ2H-BpG8,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=cC6zL41dIhwVTPqP141ODpazIprznP3UEr3q73HE_cQ,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=L6DSuCsiKkit_WCMQxgqQRhL11YrAa5NTFbN_tP0CfU,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=ukzr0zq2GVDJ53P9Ws-AEb6UNxImSr9HV4JOhtCndrs,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=cgg_kSBhUh4c773TphtOMGD5SporlNzso9IXoHzoqKU,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=a3Wthy82Kzn7n6Cm98Vh1glqANKwNLmvP39JvoUZwM4,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=qGI35sgfbnVeugdWChKVN6jJLG4cj856LLAj2DbJjV4,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=nzQUgGbEiBhQ6P-e_K4zi6x19w7dfs14PzhCuddUbPk,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=TX6rqVZZRs3bN-iZGSB0lBe0b4xIkTF3cYClIfl-Atc,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=9y78XeTCK0jyOACYlM5cjwJ4cAW7txVFDdLoRv7mfxs,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=O2ffVIfzu_-G8EJ1Hd_CqoeEayUSg3dreJrM8rzXj8c,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=7eV107ADE269dYfA9KNHHxiJrzLxzj8snUN0Jh7f2oo,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=uBSeRkbFVS17Rg23io3NYhWDluNsESYUE7sw4t59ga4,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=HJCUQFTqbe3VyKp_6EQyOHiz0vbJMxbffw2-aDKxIXw,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=cZzpH_lm092cKAEARtHe44qIndmjWNmvRWrMrFda5pw,19750
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=b0iFCSFV786uAUqf7g7wBIzvJkxkTaDgkKnj5-uxxBk,2963
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=FfKEx_169ayE6EqmSM8Gv-8EJJae-ipWRKwT727eZBE,2952
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=HOImW87eITs80q_TYJVL1k-vx0AB-_puxlTELIMUcLg,2282
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=M8lhVwV0ePz34a5zAYTDLqguCEapTqEBzE2qYqSffMI,1208
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=zIom7lx3h6srTACOhAoWwNKdFUL2k7oLGleBXI1qbmk,5283
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=EVq09R4Bl6-QdzU3cS-hzkKWOAvTxheXSkp3TcTXuBs,3875
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=8cVKfBjcJy3DuVv1HadZee8VM9hKWe8hFv7V0u5bqDY,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Nn9T_A_XpzgAxW24fvut-UDiZEX64rw3_kSg7wIPXBc,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=mI0J1eAFP7UBSu-1chojMjR_J4FnOEKgRSv709_uOAs,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=zqemALI-lNNn9Go5J-oTSbRg8sAS_ihv3LWl-t6KNkg,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=8Wxlyvfk0QevZ2CLcOSK-dzN0WNNxuF7VtgPISXVgHA,4772
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Tp8C4ALn1X2NUW9bmYqzi8mdqYTsRx6SaBNfsiXWbTc,2465
|
|
42
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=kmL5hqdQS-IinVQ7gIRRPawuZ-cSsEVkEFG7MtFFK-Y,3713
|
|
43
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=l1V1RYoqfDxZTDvkf34maZ3OFIiSrw9FW8_-DAkE9F8,1829
|
|
44
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=pChgBgyF-so1Ve9fzaqB-mx-ID_u-QjQa5-I-7LQkSE,1709
|
|
45
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=vWZjuOOk_H_fq1fMh9S9ETR5Mbn1SnGAkfKJUUl4-Fc,1198
|
|
46
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=tVuiY7KI_EaDAXOoLr02yv6-hN2DIwpuXLvClE9sYh4,2107
|
|
47
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=CYNGaMaW99lTI5NHMaazcVHIbZGhNO0m6Kqji9iiej4,2296
|
|
48
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ASsyUh8tkn24XmFL1Q-swoMeOKIqIqbd91f0xNvT7vU,722
|
|
49
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=8fLJBw84WPNhagE0VeMDbBbOlY0vHOrin3hCSWVlOp4,1229
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=CIcjXs42w_ZRrANkdQzLbrVuBDW4xfO_u_9KdVmH2h0,3154
|
|
51
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=u1O-AMYhCTa2BYp6wqzcUJxa_MDG9Ig4vFTMkDrVUDI,923
|
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=65Y6dB3-0INPhILJNO0yHhN_YTAcu0EU7_HA30iSIAU,877
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=uZI9Ziu0rjQhO07vh2Zvb-kCo-tIarjW1xuAQyn-9kI,1497
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=BlHTn8pZ_uFpm20ZzZXLVw88ROZ9iqv__3EMJHiEnq4,3309
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=2NbOnC-XTTzcZTB7-dwqw_wvyTRffOJPhLevpcYE-hA,3220
|
|
56
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=iXsVwcuvi_MgAKc4-OJ07k6XYZGK88sN1YvUqMUQjsA,727
|
|
57
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=qfH9_pL-xMOveskJctTQwOBg9Ckq_pT_bRvxUTGBWOM,2634
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=w5o3KoBnOVvozXoPdJQxq9xnCg6G7qTABvbiLlPNap4,3348
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Qd1t5tFrOcxLoAW8XOT4xhggopcyOQZaETlIBkryLpg,14432
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=YnbrjNYXyPmOr3VIBtgOYLqBZvDa-aWjUro_7KfJmkU,1375
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=hNp6-RBWfwio0RRjoxJKq7vMvcP3Z1vy6LNGjBCMR1I,4595
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=mfdz1JTrm4gxYgEs-omh0-xrxigfIQF36DktO1mfCQ4,7546
|
|
63
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=6_p6LQS0Xh5w34GkTVbswwcyYg1C91RcR9SZSLRSBS0,1737
|
|
64
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=8CxTqHQKUJnZNy_CsHJFy89jEUQnXYEruE0LlgjUyuM,755
|
|
65
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=scbgB3VhxkF7sbZCHSiOiaH4K2Y7zJtT12L62YZK3ks,930
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=BgL4BiBLrCbWFX02FgYMTKXEFl_Djc_dTS7AlYWRzzs,3138
|
|
67
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ywILawcyifjJrFmUUrPtZOJ1YP20jNOvi29SOqaMvJg,675
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=P1XWNg8io5QqbQKcxEIZUoFuod9j6R6QdBHZ0ltdnRo,3051
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ssjALUfcMEwzmWcztn8VkFbAC5zk_8zr-f8lYPYhDMw,3767
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=CwfpP0zJZ8CJ32gapTbDpO98zRFIkwAr5TkYVHp1-_E,6231
|
|
71
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=a2kYXgXcO9tpHtAVx45Q4URdBcmX-eYQE0BsPfWMvlQ,645
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=M2OiAPpAgW4ELg3VGl-AZdtxMJb_JQQiUT4qerv972w,3575
|
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=m6fu5OvM3EU1O0iJzJc5B2a3s6R7v1jpclechKeu2pQ,792
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=_XnTU5DtQP3yJA4hFFUD079GwQ7SkJPiLdQGdaVF6tk,976
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=mQfMfRk0fpWZ9e78hywp1ea1r_gJgfuXmcgOZcW11a4,899
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=mNCHPb6WhpaLrVUTruojPBBP8j-3k6numfEvYePBs44,1637
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=sMDizKm2oLK7nSm7ixaMuoRxRJ1wLR9OS2q3-hinIR8,4631
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=UEPCRmoWbtrZW7z4vjk7rrwUHD7wTUiq4ahyxRb6-ws,1186
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=27R_11KBx0ggbqxCL0O1kCtvSJXa7HGyekDO4e2Kn8k,1145
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=49vM4fFfjXMa8cQHMbf2lNrLc6mrwwkK6YHpuEpHZW4,4035
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=_ofH6MfWhEKL3KCCaXubfuFYbnbtZcFWY_X2fmDRbXQ,5089
|
|
82
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=9kJwusuHrbkNO89xiiS3YwEx8ZgLapYYBQo0G43C_5I,1011
|
|
83
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=m0iJIHHH-s32IDzVnNjwmcr_NCFUw5b9NUcr8ltLlV0,1168
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=t-j4QgCTZzL2zodiNVJPSDVPLb1zIuXBRwDPr5o3RIE,999
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=CDRI7KTx7wVkVLE8a22Dcc326wmaLwox0Sj82hhjQcU,2289
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=ce50wxLiRAomGa_g1Bxrja518qusp5eASTuziIs3SE4,2458
|
|
87
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=7Kj6oBiYdZMDIAeN2Ys98zAsgUaJVyGF59BlBll8dP4,1568
|
|
88
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=MgqE9rVNMcH1Norg_ADgH51uR4Z_yR9fjJd9Q4kDo6Y,1667
|
|
89
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=uJ8LZJaSEJ0hGaudTUMTX5n2rp72CrHgJSdyCBDyrqw,916
|
|
90
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=1cgayNRZ_WKvtp7oTX2nnm4-dlbrK7u6ZF6E7BhL_4A,4909
|
|
91
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=pZO2Lfo2kEL5wqUmEXn9qYFMPi9NqqiI-9xWgpDUZuM,1189
|
|
92
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Z2BTnQRiBMpU346wCWfwGPB2QokB-iJCU8jHaWavvdQ,2935
|
|
93
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=6WlsqLkd9emHi0lEzzYuXl4ZKzpU8SlaG3doNmPSBF8,3247
|
|
94
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=NVa3p6tzzFhqqQ5BDP28_EIhhT3qYLDZ2uorrNqBhqQ,759
|
|
95
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=BluwFYzsu9CJO9fwUyXnDsLpjEytZJEQzrM6I4yxD2A,8476
|
|
96
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=1FM03MblnVsLpK9FwYxf7OkRcFFOkyGhBIEFnXtMlDU,2470
|
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=T6ENpHa9S1YzkiDTzEZVKVUfJ1bvFefiXqKmXq6RCDo,986
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=0SPynw1zLiqdmpxF8nQoqe4KRpLIkQLAkkeDjgRYP_k,7501
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=JYcsBo276ILdrR_AE7KgQqfXlhuka8EXDcC7ZdEODbI,3196
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=UNufJ_ISHnBelH9bxvcvjZGTVei72oeuA2Y6NfkZSLo,11481
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=abSKeh6WPwbh9KOr_wmGd8EkYDGpbDjSzV28VLgQrcc,1479
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=JcVjNdfxd-diJHjt8_7xu_duy9zzJy1dTxrtLPCpi4A,853
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=iACHyJUWrdgYTjEyg-wYqcoQFpFvq2Bu78I1mLlnJF4,3774
|
|
104
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=MNlxh2OY3E6iqc8AQPULMNkmS-ezvSHDBbAAR3MlFRU,933
|
|
105
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=VDmwGtj3mpCxexgtnOYObnG5ZtEtKKcl0ach9aadc0E,2797
|
|
106
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=BoO-4p1oOjo2Wng2ZPzUYgQbdSoKOvuNkTnL0QrZOi4,1204
|
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=QjF-SqpkW2ENZPI-N4j1B-VvpKH8cBsfEfKyh-VKAAM,24447
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=oYwfRuhy63kIKkxdayZa-y6daph7L30cBl3KTKrU3bM,1036
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=pd5O230bqGMHVIPswJHKW11xzfxk6X4PDYTryfwZ_HQ,1132
|
|
110
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=EXQVGtTS9m_R35G39c77wFo9F2-SYARqXd8YLXI3BNQ,611
|
|
111
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=D7UQa5b-k--E5kFxl2JeX2CgY5QYqvfW6PqLIez7q_o,901
|
|
112
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=UlXmdL9YCuByvA465NCF5P8QcgkDFafskgifmmzkZCw,587
|
|
113
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=yzCNNAiQT3-2O3ZKwv9ESLlMSuxqsgzL8-cGohmEIpw,1200
|
|
114
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=-hKfBK20YqA0INYvhUO66BAuEfvCCiedwGqNXKckDvo,923
|
|
115
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=plHL2Zjkmye3-NK7PklWEZflv_LAkFo5AWcv46MYBmc,3298
|
|
116
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=yuHyQ61hN0zw-IAPtv5_6LKdLlTIB1Z_bnpydrIE9-w,796
|
|
117
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=n47MO80B-urximvdji0MDzRbRne4amrqFi1-DNb9k_s,899
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=-9-1_ch4f-bU4VvmiQ1thLylc5gvTQNs6elLqo9UXlg,1086
|
|
119
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=3jtQ0EJK1Kdm_DO-viCA5-eZgFshcB1C1EVBZV0oJIU,1641
|
|
120
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=MxXGRSXkblC3-XSSdvGwUO940hLetpYDNf_ohwExybY,905
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=KBJMzsnB5cuh3Lew-57lQlOFKp6tsZQudOFVsktaOkQ,1707
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=66GeNN7XaDcyyHfW6UfEC7wnWSE5mh_5SIV3jT-DsU4,3833
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=2QNQjGAbjLqHCoBNL2smE3WGyfjOgoKEJzVAHExmmhs,1326
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=TN_aBCy5OwikysKuPunusxcpMKTHrLPY5dqH8qu1SIo,7927
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=Sqx-1Kx1idt1I1P8OKOKaRJ8v4MZKlFqB2s876ljIJs,2525
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Ck6QLzs-uBc6-RAw7kEOTEhwiGUU2OhYskkXcV7JHqA,5425
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=CVtAY_vgVtFmBPmO1Yj_eV8MEuzbTMcuy-FlFS8bSZM,762
|
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=JM2DWH8pq3UrPT3yIQbkZ43GOUFOsT4ltZaxXtKpPTE,948
|
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=xZXIhDxxhZYlvbBS1MeNfHFEmfgQDnLhbkSO8mlJ_Lw,3855
|
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ur62mN6na57qAHyHG0heGgASqQyHSXTqbWXZi3dvYIk,2465
|
|
131
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=OrxuTKhjbmO1ikscGcmr1188FWSmxzrq0EDawBZN6_I,3741
|
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=CJPlz99-JEBS2e3CTyCakhHGEWpIeOyAo6g8EgKwO6Q,2650
|
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=-crDxS7hwZef8i1jQWT769ha_8hX7I8TP5zKiizLCNA,834
|
|
134
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=05h1XQ0ylLixJEVZyhw9WQwSsf614G3ZQA3Y0tGBD8E,874
|
|
135
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=0G8B7wA3huHPvlg1o1VoINscxdCMkgjJ9ZpOWH7w-KY,1208
|
|
136
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=b-xCWiQGGXFBl_sn-dB6DQszV9isHlam1IKB-ZE9mtk,986
|
|
137
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ngIIP-1dGpobF1jak2Ks-A7x3jFcSJ6cnjfgLwHfSi8,1744
|
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=T3RdNP7x8Aa3DwYpP6vty2Q_wRElqiEyTkwCeaaYs2M,1224
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=SQHkpN1rJKbh32lNZFQ_iZ_LLaBG9GGpC2PN_So1ops,1417
|
|
140
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=4dzDJb7C5I7EyPBTgR-gmOP7fAa-xHCbuWLOszWihPU,956
|
|
141
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=g9DpWnPVRyK4c8mKPYQgL1CHTG3BT6leCIbpLlvopoM,601
|
|
142
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=wN-7eVa1EGwxd_LHokpaJm30tKSFtUCl9ai0EOkf5sU,1383
|
|
143
|
+
metaflow-stubs/runner/__init__.pyi,sha256=zBxWYbaeRDsqQSc7jhD58g9nfee3KWgiIDEiwJ7qSHQ,831
|
|
144
|
+
metaflow-stubs/runner/deployer.pyi,sha256=AYOXhQukB98qqRjgD-j2CfHB5BBum9VHVRgP21B_ip0,10115
|
|
145
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=YCg3vqWW13J-TJ2bwDnhiEHAO5SDvynrqKyVAAKxY2Y,3678
|
|
146
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=lZHCZTEDGne693jxh7AuNyTff6ITTN_nX5z52nPd1QM,10997
|
|
147
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=bPixTZZ4Uy3b2Yi1pdSM6mSHKiqxphotkpUuPTSNrZc,2946
|
|
148
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=k5cjFv16moa60rGg23MOi3vlhzbSCiGNHnDexqM5Apo,6035
|
|
149
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=ej8LieuCJRUqsM1nZSG6gugos3fVxqrTWhyIZWNvxkk,9342
|
|
150
|
+
metaflow-stubs/runner/utils.pyi,sha256=gqroz96Y-kPF3OXwc0LXwfOebn0RNtMFy3BTmfig3CI,6004
|
|
151
|
+
metaflow-stubs/system/__init__.pyi,sha256=HC2vM31YYNd2KrMe3lvNpkMpmy5d3RO893c0ZW06MHA,761
|
|
152
|
+
metaflow-stubs/system/system_logger.pyi,sha256=dXJG80kiyuIBCzFxKMUKLDFdwxYDYER33EqttUXG-Ig,1666
|
|
153
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=0OO004A1QBA9sX22kgyOekmjkmw18cIwgjn8z_-HTzU,1788
|
|
154
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=BKB34Gnw-SvJQjGywAa43Z7bTfWi9WxOInEOXPkHsto,654
|
|
155
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=qhVraXm5HnOfeuQwyZ_0P0rKghmDhLBV_SHOyzQXswc,3008
|
|
156
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=d4j2VoWzexh7uRZakEFORHMkTo333-4QKrM3dtRI3UM,10232
|
|
157
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=t2-D1YDWDfm5cB4ng2LjjoprKf3cqdeuVw2RTmTXRgU,785
|
|
158
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=lDaEIkLbt4-czBG5_VnizUmt3TfYuX3WudLTo7TEnJ8,1391
|
|
159
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=B9Dzhz0LuuQAm4sPL3BVrB8oesefSKP4B5Wtb_bcd_g,9333
|
|
160
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=WO9F28cTVKgd4_oWY091BvJV8CJKh52jfA6wEFAL4S0,7062
|
|
161
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=zujkzL-YFt6YaJfTiU6uRlGVk91x1Q6z_RcoKwul2TU,5039
|
|
162
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=hwQaaekwi1lvLjGkPI8Y3U5FGYEJLyC26R5BoCTqTvw,13314
|
|
163
|
+
metaflow_stubs-2.18.3.dist-info/METADATA,sha256=HqeyzfHZPBo0to9OPrYpkBj-nUNWi1guMshAqj-IwrI,1617
|
|
164
|
+
metaflow_stubs-2.18.3.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
+
metaflow_stubs-2.18.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
+
metaflow_stubs-2.18.3.dist-info/RECORD,,
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Hepv-I4DMU45JuCgKN90hY9CpemeRoQeTY3L52u93cE,64628
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=j63Ndt_Jpqmrnd3GmmFSWnjjjO5Mz9U5IgNypeZG0gE,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=jQJTT20IqOVQwGpVjBl3TuXfzaRGqMF018hKsRUYZ0Q,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=gSEoa0WMlrp3qqIYzTDI1wK4CyrylDn_BG52ijbgG7s,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=dRa8JlkmmCOcvbAFl_gtxyzl4HhtHy4NbpFxBxlkJlw,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=eDOFPXrnn7gV0v1hahbFSRqxGvlQRinB2a6zZFA-ZLY,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=n_LwaSFyODjma6ndDDI6Bmdczy2GgKNGo3N4rAdOrM4,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=0e3C3NjelS8RH6_XFidSWnrkbM8ZQg5Ggkgw32ehzuc,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=cnK9AiHwkFhxh9V6Gq2SxIGvkD7hxBBkozBmNzV95DM,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=25hfqB0xJIW-vw44nsbAMkLq33tyy_CTISkCILsnOuE,4897
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=_aT_KL6fmbFq-yTVVTJRh2Zcur4ZSglvDFWp1o_DWsI,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=iY5-iUJS6QIUVXkP-3IN6paWALLf5JcRR2QwNLFUdD0,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=eUQN2_uVr2Kv9csDLpY_8K4K-PloxGRt2YJftwaomUc,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=stPVRaJgTLMfcSDui6aetYh_Ma2lr2h7lEYChOHM_yQ,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=FmL5ON_RhfY0bXZCygpJMKZJ4MFqsbsySxJK2o7a-rc,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=c531qPReqVaTrSNfyqeIa5pnSeSu_A2XqYG6jSpq5Xo,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=yxN10mjsPGF6FLKWklhZTYGYOmSf3d57jm_rovkpTEE,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=XnopmsPlzeMij4IrgaAg5t6kVAVoN-y4XUjIAfjRT8A,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=aYVJtykoLlILFK7__e-WJE-gA8lxKaWeihweIV5fLgQ,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=eqxx-4rfnwLy0FAijRvbLQZxP5k2GeD6bOJ1phInXMs,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=B6a48bsgmwkjeUr7l37yD0PbViHc6Mt8uiOUktEoWxk,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=9T2JwBnnfHs7ARjc6ZEyHbcNXhmML9vyzYLlUDAmNcA,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=D08g2Zgmyrm0PFhUl2EsSRy4AhvwBv2qWNDXxACl65Y,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=IMSfJ6-J77-1QcmOqEnI41GmpeTY_sXsQH_E4unFBPg,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=W1JgoqOSK06X9F51U3uC0ePP38itZX8ZLa401fK4EtI,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=e5dxuDLUnIdxXQIgoVEJcY8QI_-seo39mMY_VeKWSPQ,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=-V0xfHLxkiJ6MEUbv9ovkhx9kspefmXOw52aJskXn80,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=wxZgbwvW03bTN5EP8rZ8x9SOxbRI_zlzTqgDKv-vh-Y,19750
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=XIYQsmnBIEycivT9JAS1UAhJCW15mmcfdYxz03VuqrQ,2963
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=wz4tLfuaVsQcuHbBaKN4bLdxZZeiT5VsrrOzDTMkxZ8,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=kI0Ot6zDysrQtsluc3U6afVvXLLqfw76krD4Inx3SKE,2282
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=fOYZ74w7cQVGLzdzWZJv9AvIeE2deknYPjCMTLKESSg,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=7GN0DZ_pbqcFb6B3s1QdJZQ0vfucjY-YZTPRXNkcDzE,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=STJSf_dzBLq5zah_hz-8b8veGE1eyJlCX-lV7O8XB1k,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=gBfrLhK1T_19W7ct_EjKZHG4amLncJAF2CaD9J5mlFo,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=Z6j1Z3Dat4bhtIOvgbGrhpg50_2SHsBcRaT8zFTf9cU,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=bTWzX4QTTzwb0k8O7MXOfITBxYbP6hb-Oga8NsY--kA,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=XWxzz3wHedQ9fexc4-rEFpUm67nbFqwb6ReWq9K9QQk,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=pMV04V-nmBRv80IrAG99geeAG28095I4WaavW7egnNE,4772
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Y9vUDjA_WWcARHn55_wf7qYuCt0alzJydQ7iHtnEG1I,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=pY3Awm87wECWLXNYkB6yNtLe__9-PbBgxmNNUfoYGDY,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=PndjWl2DCEuSEz7G-tuYpjiEG5EIPUfdNtWbA9SCMm4,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=OFSd2laPMfHPJj-4BOy35h66AXnFRa7kUtKXpFn8HAI,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=4OroykuKd5zHNcr-hhiWNs1qKK8As-t3mQnH_JqlEb0,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=kz-blk3AoN2LtShr_p7m3RdEJqF9nk_fVmD_MJrEZ_U,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=tMxC8Qr1rP6nuMqNmSAdaR_V45dSJUWK1nYasU-L9Ng,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=lQkf1_qFqG6WlnkwRIjFPCQ_otEz6x-_qB0R7j2dVA4,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=hbajc98K1ENzqa67W4wRhWAEZd8rzz_AxR0lXxx3yaY,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=V4avxXPqXXyJuhO1XXEg6Z7Rycz31JdAS0uWiwNg7Mw,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=L5MTvrXFDfwd6VJa0WwoyUanQ4pmClZPYexucPcUBQk,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=qnMcB1N8AsiiRI72Bv20uqirW9Pb2E6rgAA3KcYlQKQ,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=OhvmHUvjI204h78OG7ldUEpNVEZQVVGB9RDdAJsT_wc,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=h-2-kbjQNObrWCfZtez-5Tk_8Nu72wMDr3wAFwkMgys,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=8GoQ-2s-iVyS1INsKzqEXxfdf7J7cawsJQOOkhcoLnA,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=4ZvkNR76E5xuosIatYueqxnKGfctLEHaj0nrLsTBVdo,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=pM3auu3YW8GyQqpbLqNft7zOmJsH4SE4i_Whg1JHlds,2551
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=f4cTlUoNu1ddcGiuMXkrTfbvl7yOKouXLi9FbLe8pcI,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=_IOlzU8d5b3BneWO8O_nBAee6MnPwm1wlmGw5_36vMM,14239
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=HkhXZwU3RxRp5RWDcwOnnPEXQdz8CJTeWNN-a6VOQxE,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=KgKaSbGqVoU9uikguIyornC4qn8_uONuSJQA-gdKDPk,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=Bbc15BnhiU9a3J-Eu1qwwEP1jEiNRvfRHhyAZzcQMaY,7546
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=wDr9peqgOsSnuTR0836jViY7hqhvLQRRRaVEkTuYEeY,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Vn0PzsTZdXilfWbiktgfPW06oqGAammuY4gFUkBohQY,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=mdTtT3XTehEoaY1wPcZbOfrMJbHws4I7lqJEzwzV60E,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=pmFT_52Po9pbs7p9SJrjmLOZjpTtdZQKTi_q2rqJfSc,3138
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=hXKuQNN6pg-mQlRkWrI8zC80Rm2Hjyiwv0nkMcIjaRI,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=RoZnUvBB8W3qU_d3OS7qhxlFSBWi4FphjQJiB63wDa0,2997
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nCx38ZKlIhbIoB-agZqGBGNk-S8hChenqv144OYI7KA,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=5fGCjxC3np_3PnnTzvmhHFb6IJPCQt6KdyCfCsAcX8A,6231
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=p64OCdxJm6FktEgQh9d9mq8sFRP2Z2RFdaMQe56rDUs,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=eb4TAKVZHrPmuu1Gm50fx3ZeDPyHLj97irjeXqt_YNk,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=tGI72XRgDERKffitZN5jqFsbPCreLE7E3qy0j9L69T0,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=skb-6r4_Amr7h_eFPuaBGs-leteDzX9rkwGJ2qt5HrA,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=N0oIhsNRNFxw8nL-H5PA-2xJU018WPbxvok-DNcmOTg,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=GwFWqacFMaXap8OAmI1DuDyUHJalUOwlxTlYW-QwIWc,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Z5JdvsU3Sw4Vqd1iRAw7TzuKL1x7XABJ9Ojv-6MjJJw,4599
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=pD1r4PsQjOUDCMLfeUt3Ycz8_7EgDxNUr7ZVK1cVyew,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=4eGlcwQGaONcrckN2Stq8ZJaXSNTooyED4nTcO0Vkok,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=XWEWJQPSSU7KpdZzdnQacMCRFY7FMMDCAKf-7OhlgnI,3881
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=8gktEWeCaYff_5PYQ-eYIdkId-sDQet3_u8XBD1Pk7Q,5089
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=qFOsMwkmxLFdZiOefCcKWLSFij5Z69i4LFsswVcWa2g,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=3O-zCsZWPUEozzV6m29PxefaN-9aOlPD9-gdsIRILmw,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=wLWKIuLOuzpvFlt9ehaIJH9N41lePvPLKvEq5ciSVjM,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1nDaOE59wO741s_vb9UeK2aH2yUJjOr6W_08sp-SPRY,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=PF26hVqBMZjjFtkfhUre9weYcBPVq_nZpig5N8xOPDQ,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=8XtNaWCIZ1xxyYOImHKNHonvYx5oZY8L206DhwBsaTc,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=tTXHBCUa9yF5YuQ7a628ZKgeqi9gA0pa6B-7EqN-3Ss,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=QQtKCLLf3VoXzisv8HiFxEiwr-4aOpHUjgT-WV_6ZbM,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=G03NwUUwJak-1PvjJoL9mnXvxg0ZNDary_7WNbVcYXY,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=X6I995fyqVTgTCUjkkt4iS3th6KipNuTsoO8d_uJ_cY,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=slaHGjGRCU0TVkGYdgzq4-ZDNJxHbYak9vdobHot-Gc,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=5nVjlNiDSdjejOU6ZXu44e0zEixO7QRL7LN7ibLA0kc,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=FlEI-uUzKJvdB7FU7ryt4t1IvkUbaOOioodG53NSats,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=rm5NsW831_S_gUEqcQ8lu97icnhV4bHNySklua6i_ys,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=GCjgxJwN7Ye6uk2k7io3XcxvWEdI8kzlROuYg7MSkns,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Cmc4cUquvdbZ61sUY2L2A66CgQlMgmdnu772e71xZrQ,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=zzXfXjYhe1tKeanJhr5SJmdub0YMn-HynStfMOfbX1Y,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=gr1Dn2GSyIL0PhZOkyib4NL7mqBK0CdDNdR9azzWcu0,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ZdEb93rVSIFcNrigmfx20-KCxsweRigN-FlSoMkpMSc,11481
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=OH3HQ1iddku8mq0FXZRo2wY2xCePq9NuW0_OiMMnNhQ,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6WC1YN-PqMxvqLY3yqKIk--T4rm2V-6upOAS_w3TLSw,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=6oRtCT0YqWPw2ExqfGdmD_CjsofYHOmAX7j2H87tpio,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=82tuGklKHjGa83oAWTcOJzm8R6TNdX9QSQ_5ywKja40,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=22GlAaDAh3IpjCecOyIFzwSijGZK-WdPWybn1F6G_A8,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=dw9vKLkE9l7GjIQyXanZ_zi9fNBPSx9vv5vvZv9-zcc,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=oA9Mo7WB2kpw-qvT8iQ31G7LuhLLWgTMcxREG2TBBE8,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Wc8OmyAKOEan3fs5cnA_7WlmL2-QtdUsB28vYGOGrgw,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ExEER-_T_BwBEXoUuYM7JylFYnmRFZJB06U2ZIQmbi0,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=H9PfG9SXuzYqX2htKCBbaNzBOrLY4a3XxVyef5wVzrA,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=6swgdOLd12i06Vysw9J13Rt0xplB4Q2NKBBCthddGmU,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=t5qeGX3gDZJkUQ2ABqms6uyDmiwmbAOICHyqFECEvYU,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=ECrne7p6JMJHPbUf2gi6hUvG_EYB7fOsFt93fkTL-xE,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VKCUeZ7VzWpKO-a-xyAfPnEZszLV9eF-A0TdkHhuY4A,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=5VfPy3TJQ9w_7QvkU6gY2ltm9xEEnZk5wCdqAokziBk,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=O6nTDwqur7luKIaUPBRcmzdZlo7dkCuP15R6VCyD75A,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=pqMTry5D17pJTz_8FjS1kcGtIFcesRGB1djxprciVCM,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=fxyAluaZ6_Ds2zHvxcAz1AP25yDEaSD2xHQ7wGyZNWw,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Timt6i5Jbm1dyVoAxgltVdacSYRuHIm_IpJcXCiHXpQ,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=otx2XWwAemfbxkE-sDfVnnQxHQa1N9HKqC5gdZhAzlU,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=45jfGabcGpFpL-tjN5lXYqjDGkhRfULmryN7BFu5R_w,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-JgK43Laogha0rFej3bGFIz6fRPboDesBCvh9wLFFBU,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=B0WNnkUzDufQzjz3Z5BvibDZR86jihU1ZO1YrpdGdCo,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=l_SUnGS2XbNznBkmZCNdGgeWOuDvW3Pt-of-FdQk584,7927
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=w20isjdk0kx7qJStJPbfmJCpxk2vGXWxMgj7Wf1HfTE,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=lj87jLAbsVRtj8dlRhM_2xPNnqXwmxK-0FUhoBjMhms,5425
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=YjE8VBahaGfbQC5BXZDqsZQ5sGhPCqfbXdXTLMdilRg,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=eQcp1PYiDDIfMhGQ_bkgN5VbgHN4gFtQVf8pl2SemqM,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=JUY_GZhA_Xc-Jbay69nRfnrChrv_CNbgBsY5KWr0iGk,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=96g0SCB-yz2qB3CPNZZtedUJzA9jBC85AbpjUMXf2K4,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=4zBNhidUnSc3DnD_ylrEG14Qa5E-Q7io0lNJet1uhM8,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ZRSomuMxT3BoZELSiP2hnD63CqfKm7VdVUW4UfU6FRI,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Qp2IfsVG1Rro5fuQkxSI9HrnSL820KoOvHzc4dJzeQg,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=ZwbsgkomHmNOLogg9aaCMbOD6KAmHiZT3XBvR_7RDVM,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=vFOQJgf1_B1ZW3-DIH0fHtV4eeRJEy6O6boUXPSMkdo,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=YCHDgp94f5m9iYajjJfOUY6K3QBNZ7-pdumJxZvJnKc,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=M478gJvdX6LWlNw7TxFa4fLSWIwagZtzhqUXzskoo00,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=Czcg-ObTvaFTO-Z-K4loiWXvbFIHunMqtgwP14Zw9yQ,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=ZbJzxiiIa9V53pRBTtDONRbOEyCRqMn95gbkyzkW-r4,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=nHrUO3SUjR-3LGNPS50QWYkX1jorUl8qynlzefQCZUI,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=tp71mmiYjtEw9-gN8Epj98LFpCZDvOZsbcpJZJDvI24,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Noewp9HS2rEyZR3baUPDzEXXHdb8Kd2nP8QR0eKZ2fk,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=FrbvPLjOHa4MlyxlT_ZwjNbB46EPLAATC1eNR1MOvEc,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=CNU1-4vLzaAz27Kq-ijfQ3FS_FkaSt0pXWyJrkalFJE,10115
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=b8LUVUDsr62oRTtbXq4OSPH9HPKqUzkNbX3-mO5Prxc,3678
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=aEBUAjM2tjbwW7UUOiDWS_m7IX0_pVXL59pvSbMb6hg,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=I3HpvK_-kYNMn0Q8x0SXEJcmzJhVF2x_bvDq_xJD59M,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=arkiKAiQlcX5gobR8Ip-e1Rj8qXdi3Z5kl5sP_WZ79k,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=QKyTg9Uw-dXWf8CDS2HlcoXP5JhkIlu-V7DXuq_0trM,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=nPFiucRBjLht4Dll9e7IRCP_vgKsvieyggXZeO-JbDk,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=7xZBbZLvN276V4nDGZz4sfHCTdTjWBxbT-U9bxRpYf0,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=wvddaBOJ8lpT2vnL0TWaIXuDywiRJi3CDak81gh95wo,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=1MDE0Ih5b8S0JO_Kg0uLd87O6qMh4wTjZCfL66763jA,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=RmGKAYG_NxmMx7rO8EepyW0LPpWhj3B6pUHah0N_dVY,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=ojU9K6NCR4jI48dkL_BCev1hElQY259RPZkqHNMPaT4,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=QeblMPzB70gkGjKJkILIMw34rvV2PWy_mVRrdgEXLEU,10232
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=MxEFjWfnnEmQlj10KjWhoPvrynCoCwsYGtAocOR-Ioo,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=SGkw3Ju5ypX3cn6YIrobMx-ga5KkhHtWnYD7eL9GMD4,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=5USwF4P4ZD5MwUDv7030VNgEqqRy64e7pDimbeJts9E,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=3HEbH8a41CnsoEsfB27RwP4SHg8oCw6EsikXMVvMG3g,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=MxE0M-f7BHktQU3Ypez_B9eQ6oeunoK7pfQQKAAI-4c,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=dkDsYYlZpXiUs7q4zw3FSjmq5G6_MI1caXczjFON8PY,13314
|
|
163
|
-
metaflow_stubs-2.18.1.dist-info/METADATA,sha256=h7GeIX9NH8w5RsX_7F244aLjb0C-ax8niIOiL4Js5f8,1617
|
|
164
|
-
metaflow_stubs-2.18.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.18.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.18.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|