metaflow-stubs 2.15.16__py2.py3-none-any.whl → 2.15.18__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +595 -591
- 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 +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -4
- metaflow-stubs/metaflow_current.pyi +35 -35
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.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 +5 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -4
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +8 -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 +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 +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +3 -3
- 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 +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_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.16.dist-info → metaflow_stubs-2.15.18.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.18.dist-info/RECORD +149 -0
- metaflow_stubs-2.15.16.dist-info/RECORD +0 -149
- {metaflow_stubs-2.15.16.dist-info → metaflow_stubs-2.15.18.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.16.dist-info → metaflow_stubs-2.15.18.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.836219 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,10 +9,10 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
+
import metaflow
|
12
13
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
13
14
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
14
15
|
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
15
|
-
import metaflow
|
16
16
|
import metaflow.plugins.argo.argo_workflows_deployer
|
17
17
|
import metaflow.runner.deployer
|
18
18
|
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.762059 #
|
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.runner.deployer
|
12
11
|
import typing
|
12
|
+
import metaflow.runner.deployer
|
13
13
|
|
14
14
|
from .subprocess_manager import SubprocessManager as SubprocessManager
|
15
15
|
from .utils import get_lower_level_group as get_lower_level_group
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.753500 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,8 +10,8 @@ import typing
|
|
10
10
|
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
12
|
import metaflow.runner.metaflow_runner
|
13
|
-
import metaflow.client.core
|
14
13
|
import metaflow.runner.subprocess_manager
|
14
|
+
import metaflow.client.core
|
15
15
|
|
16
16
|
from ..client.core import Run as Run
|
17
17
|
from ..plugins import get_runner_cli as get_runner_cli
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.754492 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.754089 #
|
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.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.761444 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.760213 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.runner.subprocess_manager
|
12
|
+
import typing
|
13
13
|
import types
|
14
14
|
import metaflow.runner.click_api
|
15
15
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.755025 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.778927 #
|
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.event_logger
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
13
13
|
|
14
14
|
|
15
15
|
class SystemLogger(object, metaclass=type):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.778537 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.733711 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.740007 #
|
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.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.733349 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.738893 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import typing
|
11
12
|
import metaflow.flowspec
|
12
|
-
import metaflow.user_configs.
|
13
|
+
import metaflow.user_configs.config_decorators
|
13
14
|
import metaflow.decorators
|
14
15
|
import metaflow.parameters
|
15
|
-
import metaflow.user_configs.
|
16
|
+
import metaflow.user_configs.config_parameters
|
16
17
|
import functools
|
17
|
-
import typing
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.757142 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow._vendor.click.types
|
13
12
|
import typing
|
13
|
+
import metaflow._vendor.click.types
|
14
14
|
|
15
15
|
from .._vendor import click as click
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,21 +1,21 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.737261 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import collections
|
10
9
|
import abc
|
11
10
|
import typing
|
11
|
+
import collections
|
12
12
|
import metaflow
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import metaflow.user_configs.config_parameters
|
15
|
-
import metaflow.parameters
|
16
|
-
import abc
|
17
14
|
import typing
|
18
15
|
import collections.abc
|
16
|
+
import metaflow.parameters
|
17
|
+
import abc
|
18
|
+
import metaflow.user_configs.config_parameters
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
21
21
|
from ..parameters import Parameter as Parameter
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18 #
|
4
|
+
# Generated on 2025-06-19T23:01:30.754606 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.15.
|
3
|
+
Version: 2.15.18
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow==2.15.
|
24
|
+
Requires-Dist: metaflow==2.15.18
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=1nHrx6VpTof4uVw3_kOdqc2vTnqvVegF_2jJFz49WwA,63630
|
2
|
+
metaflow-stubs/cards.pyi,sha256=WFxteXDy6zuKI6XmC16walHfJc4I11kKgLKeWnD6OpU,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=W1RFds61XM9zOg0ir00_NFA7g4s6Yuut42Cbyi4J2Gk,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=-u5fm6u95QfOp8c6zdxy4fsutHOKa6CnrSkNZNpRU3Q,4022
|
5
|
+
metaflow-stubs/exception.pyi,sha256=kCV11P-8HuZL9vbK6MCW3aqxUFZ0tJDq7_OSGj02idg,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=Rgi4fqN9Rxxb8EkwULB30giu63SWM9g4mZHZeTrh5jA,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=xmyoZUAOrcYN0qKHsSy-mjpWxdAA9t9W-PZ5s6C0ODc,34
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=3S5ReTESAX56HcW5jNxkd9flekSff_7KsJcZq97Z5eI,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=cjBTPnnz1zCIq5XpnLksK08yg4AXZXmTiIxsp7oUcNg,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=lkoMPBnGYv_uL9dy3LggIX-cWMh_58IV9Vvbb0mSVbY,4811
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=i01quwGXWoxysurnXwP1LDfSCfbZEx28NJ2my-oMkgQ,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=C30hY05vV4Ua0oWZGi9CIOSrwAOJyjW7J_kr5uApcZ0,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=-vmNVaNBTpms7wueaeDPpuJQl19JEMiIJWy3ktTg0mo,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=qmRw2HwC-b2AkEYcGNcebOfTe-jmY6Rt8JBW8YWp_-Q,7517
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=2wR30gd_40oOOpg3Ve4L4cXs0FdfMfOtKfJmJkOBcyU,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=mrcW2ybaT-0dZiHRGXEeZfG84cLCtb4s_Nv1ywLFCs8,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=R0-7ruyNWLh66VD4KwGhL7Gpr00zJhiynsa1wkZ9_oY,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=A4o3zvJQajlT6q25heQk89_ERxjh1oyOw3eeVt0MtBg,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=iLFfgVvaSdcoE5t-kDWODCvQ1iOW8o86YYBEoEs3Elw,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=8lCqkNzVMoOAgdnzI1gnCn_f3rWlYywbJnmYnOjUiu8,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=KTbQIYMTtXEPhZpaWFtKs38zisxUioczU2fEC9sKtCA,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=WeRxgQsvKX2bnZ6uyDZLGiY8eMsaeLwsV7RAiOHmeUc,48139
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=wEfCFCWDCGMWaev9mqXaD_kh4pMAvqDMp4dA49jfWeU,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=x2pm3t9OJNo_oSoqLboUPyb18hFM_X07_TuGt6ZG6GQ,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=_K-lcnUHGdBYcmhVZ5ZAfC7sCGVLHz4tu-Qa3bTFTYQ,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=1L5v5qxo93rrX17ZwhC1ZyclrRLq8cUTxKShc8VJxck,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=AdYQVthVnabPELTvJdsUGauSB1exVCmON3tjPN4p2O8,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=Ci0Is-_4oZzwG2VEc96jQdInsaaw8In55B9OLrEju9c,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=CTSlVppzT3GficYwo0gtNTbyayK39Du5mPuMtSLVonM,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=wLIyu-AeIT4CZbnt-pgDN5stKI9_U3lZW5lcKFjrESI,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=FuVXSNAfbkJZdZ9F4xXSIfPsKnDMVmUAhXMNo_VEUfs,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=egfvD2Sj9uCKHC3-qs-nnmts4FM-zUFslwWwggA4U-0,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=wNdzBN2KLw5WGwLamirYE3CRKO15jwCofG-wOhs0UUo,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=uuEx6imy-DtekuiQkQvTaIUps7wlOvjOz7NZ0LG7Xes,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=7g8N9GObY3DwdP1mnz74zWXetlRF2yKC7Cr14Za6pf0,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=AhstvDSFS8IBQq9f1ZyYV0RhF_20x7e7n-yCLYWio5g,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=v_lwsMmBea4IBJf0_N6Ps4KbRsbUJ3ehiys6cAC9hvg,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=dmuVlm-cw7i-jSzR7Bi4N2TIzC0zaLPqYqYNrsi-xZc,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=e9s6QgnSNcCFyqiIA1LQcBIujML2ffGW3U6PzWUZ0ac,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=skDQ4CgPHOo4qrR1Y8xMzKsew0XdWEyro5E3-AdC_K8,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=0F1g7e5eVu3-r2D_JUY0kgNoe3cV00t-_hsuzwwa0f0,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=6PPi08U1XZQmtoJSXvIJCnzfaFwAz05MDc0Y59ysdqo,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=692cX4-YD69q_qWt5EUj55GiMT13I59hM5CtLLAz_BI,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=6a1OcydwpY_wjO8hZJelz-8bvgu0Ko6lFslFkZFgCK8,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=lr0IVsbL8S3yEaV5xa0UC-fICgwufdhreWoSHba8wOQ,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Qy1kbHFn-eZba2WK23vIN4iilKC5iyBA2XRuFqc2EAc,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=ZDakc5WHVspg6x6uRf7DW6i_Qpb3_USEX3r6w-yksNc,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=FU8-UraTft-J5eNpirqAWthpPxLHdBnE8gIudeZ6Zj8,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=tXVdXqBUdcnljNad7gCLx75KKgKAF5Z5Aix8hGSt_PI,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=vr1a8twg21_pX_BCVOp_f2ZYwMAmit_Bdpjo0cIhBQg,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nUYEpOOjCifIJzUZiJmBkRmGgnh-sVgHole0oddASSY,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=vsW132cYa-dxDmF3-M3wXbj1EldhVjNEcWbfC4d39fw,13841
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zWEIYC5bu_I27Jbe4FB-IXmmEas5q_WURwLj6kBgfvQ,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=j3sZkjfK1XGzsFOjFy5Mbsvybl6raXse6N9iH32fKjM,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=uZacVnp2st1qXpORb8SSfn9mtrrYhoPkNn-GLSVJCZM,6173
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=1WZUyb9XBfXdrgbmAt65ShwHIuLc_WklBshMsBC6huo,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=f6GgmOBZZOYOo_quppsZQpqqrpdGEbt4WzArYm991kI,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=P21TG_fFDaQt5MnpjJMGq3Q5Ty70Gkj_-ZEntwLv__8,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=HeS4ecFLZ_aB4bfP8bVWuOIeuS4VlqpeF1krFi6fQEM,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=HBdNSJjP_Xqs6Ps3_bGqYjilIWHoWrBv7y9uVOD8yE8,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=bS10IKu3Ot-USnaenpg7oKuWno7pMpAcYPqzjUIglv0,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=jh61qfrWQ3dmXAJ-jn-GexitwxtiRV1ow_S_fUAYDmM,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=59opvnxfy96sFM9yZogDbVVWl4stIeGArPqAlvacbxE,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=595T2FjwgNXmCha4OtbjcK4ZfmvwWFKAXLULw6DYVgU,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=enXUV_jCcW3-3m0p62ACLLlGMFh3K3Xz5fqSiEQN2O0,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=NU-mK2gKPRLxOrVzfqaji-vSU3kEuSlQUtwD4pJGmD8,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=lR1ILJy2LuFlk_X0J8Vdz-Q2xTw0Mae_nOSH99KBx-U,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=zzhN2M7AKcrTgnAiPp1al6iNaq-0mK6sVwytpLlHnuI,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=whMLTZ0K6CH0PV7Jlv8RJ-XZLJcCsXPTWM-YWivP6vQ,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=upVYY3cMmAx107ao6q7YAFztZyYXNaKHUJQkVJvshYU,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=sHhotbMWU2DNeBYWPTzOVEGdi9XmEzMoKQcWTCbDFm8,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=m9N4eksE40zf8XOXY0lnOpVFKJWtXtdOlQwUo7amDq0,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=zEmy1h5EDjs5qFhHTN0YdKp747LIh1UPPamA3g_iGnM,4410
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=ZGvwiUjGeR4jLKPnFzpRP329RH-6q84CSCUooGChfdk,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=O5nJgFUZCu40s1HBX3slWx34vJbnIMOMBf7qacwvCac,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=XNTzqFyBfj95jcIhfgQHdiAIXMYV3TtzV0qvCxoB6cs,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=RbuZ7jwSslhZGocCsHKxPU59ToyKaMb9M40349PLWQY,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=smLovJRNcQBj3UHSP5CdUdenhPSrKs4N3B7KieLD0ek,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Bz48yXIoaG79TVju6SY4PqIzto0NgnJGVmKoo3KOLcs,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=omCjcEIHlf1KnOatErd6xKoFuX6hrKwD_PYNW6-cVPo,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=oUrn_s2vMByORvT0T1FgGZtOoeB8-qZGadwHM7CijDw,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=9JijGFI8xSROkV91sxc7qkyy4QB1CPG48bcIJ85JvlQ,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=PGZBRem0DZPXauoqaFzPuOAYfCCfEj8PL0yrXO-1Dkg,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=hXbcj41HzqHScO8Lj_ITa5VInP_yPdFO0NjELFY8BtA,2935
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=BcuwL1PSwhmdkDDmvTuBshpfQpRfK5Td2SMKm12m-Fw,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=NDg99ffyk2riSo01Ir2C8_geRaWbzr70ImlJY7541zc,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=YFirkXnTqZedQsQqkJO-bIA8nQ1ufUqmzjiiSwsVxU8,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=wQm-QKZW1qPfH4wfcGKkrv7dpa4dEKoTBG7PURov4Zc,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=GdTLk85Qp42-OtCZiRNfr_zIAjtXIuH5NXoshsN0fSo,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=LOVImB6OaTb59gbrprr54eQvsqXQk8UiAzWPTZzcc5E,7501
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=SVkr8dynb5aDgrKIU6NouH9U93M1PotdgLdZ40s_hUY,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=NDSpNILVl-UvvqJXFIGPKhwYyDSHrkoEwtDp274eLOQ,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=-VndR6GTDYpUj88nqQxBF3-OV5V4C7dmg__mS_oknWg,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=DXaLtA9cuLSp9RaQptwo2hOqCxxmZzyVhwjMpXdJKVo,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Fyvi8P3Lmje-0X0EO8CPfT6mJ1ZrPSNSCntZkTL9_Q8,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=mYdOGGUD3gtGdrBK2YsIhSyISfBO3c0hmwlCxfWE_jA,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=8QgItnnOYWqT2aaTx-fumoYWUiiJhOlMHqgfbXqAPH4,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=__QT2I41jDCTNr6cDfgA8lz8BjESAd4kSPRXjGdkWiA,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=31orUIOKWm0pNYcsGWql8pfbkkbcSXA8sZVyhh0xoy8,24447
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=8_txazhV4AS1OLXqy_Jed2NVpcJqGUkopjEINhK9OEk,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=nV6KuheAM-m8xtU38xer-p_sUOTI6Cxlody71ZKc4gY,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=CZESdQiIdr1o7vdmCi2rxWHZYUHAE1pTLT7l3kRxyKo,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-w-b0l0w_2q1FhIOPR2G_IVhZjcXD2I5BJa7LAgAoAE,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=xRloRwpZdwVSfkWeP_ELQUlRaVXE_t2XuhDJK3JZVjc,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=c7_xDgInH5x2CMjqQwYWZ-bnhVjldzUNUrJW7rPL_hk,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=2E7Qgjw63oA_lynIqqGiwtaqCnxxd3qDX_Le82WTKlE,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=w30dqQ-4PO1ZTdg-mu8US8pCq3BO0B1GtPR90KuCXfA,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=RSbOPI-0ZMP5R64UvFD3ZoJ06v2lVIUVgEHAAyzwNEM,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Smiy-NWZOr_y7RepNWIsQctDpA7eVsMg8BRaUvaH9g4,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=LArdez7iajKUqyael9w-hZuBRyBACHec5WBNEuDIeL0,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=7qYa9CwN9inJgLhEqQyaCCyH3KwGVko9prkDX8eMcLk,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=0Vz7DX_qntEqURd5IxwlbF8osK88s7nEH5ShWJn7jo0,3787
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Lc49l6ecdrFo72Tn7fpD1eghLKyKtZ7DVnXJKcR1Kc8,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=miTXCporRD-uy18qGJV6QStWl85KOyLr4ANpgRs5ens,7878
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=rzAtQrZ_JdjHIEWXkV3Uk39XuQa0XmRR6z058gPZjP0,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=UF_USOGIb4T6pM4meCYZvQ92hziBSPewBQIR6LnWGac,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=L0U8xSAZzpmu1lYEsWBIcGWEMMOj8LmXbpuzndPXlEM,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ofPCcqnqL0oHQYRJA5sO8LX6GGI_QKlF2ULQqfChbK8,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=UlS8bpwokcv5PVhg-5vsTIRVfWkJZ15tSHg69R0jFlo,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=BEDMtqW3WKLime91mzWKEXd_cAyfZwfpYD9_8vV0al8,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=xDHTSxIy4ty8TeNEMYzLOPT7V17Py4htnjl6D07vymE,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=I0XKuPS1XZbdFo07xhTtKQOfbyyIdO_ybJ9W_vOWU9U,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=I-v_htf18BETN18PLzhBfyaFbJruRl71sl4fNYVqJMI,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=MDApfel86poMUQaaO_6HP9wJ0ec5R3TCEaIZ2qKhQ7Y,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=fS5bCHRMLMtqYLVJxDiBK-IFWPI2m1P_y1PxUmOop-8,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=B8L2jQGN4XxQMIY1Cg5hYqX01stTyrZRS9AEpXRKHG0,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=0xoyXs4e9oW5kQgMRR6UyfR0xGMUR4syq70XBgON8Qs,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=amDhJnlEEQZZrWEAEhEIwqccgmZ6xECz0yKZwb0sqAc,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=FlMzGAfCwjODtJtF6GuXVc8wWjibgSUXemZUEymlRGs,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=IdnihMSV0_YX12_4U77kDIZ-60HVfqWRLqSfx8eN97I,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=Jr84XSX4S0O9TdsslKVsVn2w6AuO2BX3qSVkKnCcqPQ,7839
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=VmfCUWMG8GUDA7FsyrtRSJBoRBVy3UxUOYK6iZAQLDY,3416
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wFy02d5sDLpjbyNhE9BA-oIb4_T3JUUFHodTDFDbwHw,10997
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=BdKnjQ1rk0qluUvqtpn-8C70kODmYbj3HNiRcDcdlM4,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=PzSEekJiXnPQr7EEbQpxz8V8Y1kpPZ987tIFLMbaOO0,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=tPrle1MiBA9G6ExRORkPk-TLfdcAX_3uP_WTfjzWyqQ,9271
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=7DmEz1lV3hUJpQbbTcB6YW43ExccERadvelblrDWDNQ,6004
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=iyXVMjMxh-MMGplfXha-j_HvwMArDtrXI4yfQlr5EEA,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=BU8_brUhdWvkvFpkBOc4YWeeJxYwwZXXv1XBlyiAJbk,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=lPCbPP9G-LN2-qao4vxDHQ4YKxZ07ul4dZuOAkESXPk,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=XHzb8wsPJ6fdDFo0FQp0uOznUBC63w0aQSD5g0XQlHo,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=aeKKfyemPdFW5Qse4eiNLgJ84zc_rOhZSOJeteEsLZY,8980
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=FtYKcJDTyDSJiWCKlYWpC6TWP8GDzYAYLsf6dQI0iD8,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=rs8UAfA35buYbr0MdCocelCZu4tgRj8A0l0iRl9dRK8,10212
|
146
|
+
metaflow_stubs-2.15.18.dist-info/METADATA,sha256=XhJ9UkWbKDAJDd1s0K3nufPwidp2GdZccYPOjnwhC2s,1619
|
147
|
+
metaflow_stubs-2.15.18.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
148
|
+
metaflow_stubs-2.15.18.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.18.dist-info/RECORD,,
|
@@ -1,149 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=jCRL6bfb4ECt2sxQ99hpdpqWLH50vSpQMw9YfbJBtQU,63365
|
2
|
-
metaflow-stubs/cards.pyi,sha256=JKjxkfjFyywBkEImfymx3r8dIJF8WP_DnMSvxcAPeX0,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=wL91shgteGQ5YSnbeuWM-c6leHNYGw_Jno99l0fXwtY,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=ow1-vi8PqKIfxapCMwEE6j5sQ5kWL6lxgTN1uw9r5z0,4022
|
5
|
-
metaflow-stubs/exception.pyi,sha256=cHWOYH-ErxdKcuLqU1qITcFPjxgoQMofaURIdLwMU3E,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=j6vVt-dE8i9BbCLma_2Kb6RynWv9oOGUs-r4mDahoto,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=mqI5g8Uh7XkBOmeTEXTVBNVqMQ4UIs8tY0grseV2zw4,34
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=_AQpHAKVy5ydTox7CA-wqf5igljAiL6_Pp9YNVnXnNE,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=aVXWk_rUzu1JYjeNcqg1dFX3TCOjbNzgIIs0VR_a2Kg,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=4qjSRsX4py8dcvKHqHUl62LlMWx3i_cXw6LeA8jormU,4802
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=uxjCZiQxyr17cKDthrjkfKY5U1lb_cmrZVjSO0dOJjU,9655
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=al8ERPJceQ0xkfrXZCLeD4qtXXbk4DU20vq6bhxHmek,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=xh0sJ38Mucy8HlQ7snze-cgKbQ6w3ZbwtRaXm9WfPUM,2516
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=62I6ca0FSVPJtPD6vTfTZFol-yL1AV0Ng1bXENJXVGM,7517
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=02yTnvxfzLg9Wl4Ua8zlDcKc68_wjJHeUYjROcwKayg,994
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=MbdkGaAHw2MO2iQrRExmWt-DL_fTTM22tqPTz75Rnog,1494
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=QVOHEschfgQSBGJX19jOuynVPrSDoGr1I7fpvia48ZE,663
|
19
|
-
metaflow-stubs/version.pyi,sha256=MFVV3J-p5ndDfQtT_F7DLEq49HI5vDEaqhgUx7wANeY,577
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=ehOxdkuVrD_XfjwYwewZKNnGSohtoBiqMVwvGjjOw60,583
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=cl_DK5wI2xsmaMBA3ptRUWOHhkH8Nx11y4pgw0JZk3I,1260
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=gubQ1UygNV6Emmq2jZoH0zBWi-V2iILf-jtGrja_mQ4,1114
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=ChxGw9VJlli8BnQczmEjnTqqAQku0LBihvasX3LyaGM,48139
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=SU-zOKNr5-UjPhz9P8qZzhhUscFQQJSqpY2flZgRr-M,3059
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=UpM8ga1S0rNf_t1Ua2MxjQbNR_4CevqX8tE1yTYX_rw,808
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=XT0epj-v1LBdKx8prIF38bQdMnH2cvXbN80gsx4mSPk,1068
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=DH_ZgBKBgb7FH36KPZGYsYBtB4JYlWkC83CEIy4jcpE,13235
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=jnaM2AFOiyCf2sRPlMuySRu5i8g0TebF3oPzii_fwfo,758
|
29
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=7t07Pqc0ljhgIfLSAJy1sSQnXUcEEkFH2gRoF7P7a78,3764
|
30
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=wd_-HtfPN0T6wl_A1b6-vDwNM-QI-w6zJCsvlVrU514,2243
|
31
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=g8c45wApUbueCOd4jD2CgkkoT-5M-fG7qbFfESYyf_Y,932
|
32
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=1ipX0PCb6Yrfh9gftd-D06uZfFZPxmmciHJrCuiuwwc,910
|
33
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=MsBWdpLJBNMKnLtNxMk_8qR11FV5_GHWR-uWmCvFvg8,1052
|
34
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=VLcF22UTlN5x1RRX6wdQvWo1pvNg3vrv3THnmHod1IY,4772
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=FZYIpWDVeGFRh4GcZOygk9eX7AMoQcvWebLpU7ImND8,2445
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=9sHNCOG51wuaLozsuc9GFd2hFx0jnano2Y97zMHnpLw,3713
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=LO7f9lRL4c3dsanybAnjN9NHh3ht7y5cC6ZGognAiqU,1829
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HbsLC_aj9j31RjHiMHRSOvuU1MRxDX9owmOZUHOoaHw,1709
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=e1QYTpVWXuQyFt6T_91Z1lHRx-rpJS_NgyXG3UjQd6E,1198
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=4HXanC8qcBSoJt1znGBYsm50ZR18ZV0oxF8Dbc1vPRU,2087
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=4O7s9KQNEZMISIcSDoMCb0h_TSXpWtB8SvJlfjrbsXw,2296
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=C9qyCb2_MXx2ynBAOI_2X3ov0k2o3MDyPiml9bDfYlM,722
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=kIk5Ud5NNjA5ri4Mvg-c5M3PWiIPmwGCnyY3eYqWVqg,1229
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=XzgAsL_WkEdhg3i24eTa-CCoF6muvPKkqjgT9smQaTw,3154
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=IuL2H8cOHI_P7GGipdl5TTA6JLFjkASpLAKPOAnH96c,923
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=PSQwZZgZT5xsAwj-fgHTlgUz8zrMgBx9HdfAfQkzue8,877
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=81pGjTLMsxOOxsw3CHVw5Pi0nfkJaEsx6FqYOeXgoo4,1497
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=QQNp58QnUDR1JrS-_u2ONdM9jlUVTZVQe1Tqh_VQxoM,3309
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=OT65nZMA_0oBMNCGy5wYdvvpgr5KS4Tcc4lOiAxjdyA,3220
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=fnSdwoWhLEOMwoNwNWtZtIu4yjVdSgFgd0JHH8FyRho,727
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=lWlDRoVWSw5pmRP2tKidZu2C4ekIGFPaC8TN7klU5v0,2534
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=aCSq_ZhLknohsI1iHmL8QVbHl1cIgS-uhj_H721rJn4,3348
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=SmObzWj52GaaddEBHN0T_7z9F-DNXpx0qUDj7_lA-WM,13775
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=8FkUK2-pmMOoO0QkVIYae4NnPUUnVR-eKnJBlzGsRm4,1375
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=-BT-lqVkV6i7DFDGpMwAZJpkQK0mt8X2PCUgCwaUXvk,4595
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=TlFnaY9Li4C-jp2kDTKSs06blW20eWaL9FDD7sy6TTo,6173
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=RwTcwG3NDic3AtiMCE5j_DBq3Wy6L8nndRH42gywS84,755
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=MOzMmp3I0_PEwpOb0H4vm8b0JYsSFARQGA1YMPtJigE,930
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=AixwMYOmJIHTHC0kTtCCkpQbUpGA4oq9ArNKX8gKKoo,3085
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_8UdJFXFq4WyCNLDOSGxS98irLRrL4VZ_DlzYtIN-bQ,675
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=iD36VEdQcqRvXAzqN_IAGPkOd3hUc4_X5IbzKVyl0BM,2905
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=2GiKcWA1xIcE710cwpjBqGAfQNdkZtnRA-sIeJh9ghQ,3767
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ozDaWir-HxAOa9d7fVsMkgFKnp1XXud9V0Oy-2YjYhc,5937
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=N80SRlSBBEs2wn1VRkw-gdl7htpIY-3QUhw7XeDlwNM,645
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=bFVevO04pqVsDhtSDzftu5Eatsbyb3s_3MreFixyKiw,3575
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=adNjkKtX2Ix-02MF3r4H_smz69W15wsPmCmtTVf8NDg,792
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=xTT2qQvAI4W2F_43tRp2M7VjucB2waaKB2uamT1dUXI,976
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yqT92rZM3XKp0NbsCapti4OsWNsWF5iROX85q7wH_W8,899
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=asKOaFmUps8I0SBiqb7IcFJ0jDMQEMf4PzTfc74Zc2U,1637
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=sgRf8lu68Q07d8COiBth3lLzLfehKN_k5jXgJRu1NWo,4553
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=YJNv_BSif1IZ-saWLprPCzHaerwX_45WGJXaFhDvgrc,1186
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=ZlX1vhXu1KQWeKO191JtK_cA5-jSbzVsi2AfwlPk3fA,1145
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=IUj1IrBUUA6_-8BjbB9H2r6qo5uZCKE_tEYjT9p1BPo,3881
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=BV8Sq9F42_KQ372G_umDEfiu5IYk-YYJ18RAJahV08w,4410
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=ZaHanBHqGMp6zwl1bKqq1Itpe6031p47ceq8pBDcOqY,1011
|
76
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Fs4yQNCnU0oCc7xTi7XzxHkzot-Uo5hnoWAUy_lPai4,1168
|
77
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=CC4oYkRRF_FFpCMpqNTbDiSDXmO9Lt3vnV3mdkCiMS8,999
|
78
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=oD7aT1vpJk6w9XtV9DHNXLi4ROiT5cKnJfrVe8LrGb0,2289
|
79
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=1mDvi63Sg-KLGz4TTck8IIgVX2uReZph3pExCQKcxPI,2458
|
80
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=AG_3pXIWuyVUYAKAsfQnWx35DM1gaILZunnjkmtDb3s,1568
|
81
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=C1t2ky0gtbCqaFJp2yzqmEBGTQ5FWutfwMDJ4X_u-LI,1667
|
82
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=AmVqyo7No7deR_dmxqRamwGHn7EKFT7CSuXKx1QlvyI,916
|
83
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ZeUYPsHgP3FeGSQRQkWGXDHz3KUI_FVaDksPmM2sXaE,4909
|
84
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=URPZZQW9CCzLqpV8a9la98W6t2C2fA5Fh79tkLjOL60,1089
|
85
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=EabRcjQUPI7hLw-dXG8wJ-aP-wf7Pn23hpNAYyqekAk,2962
|
86
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=56m8zocOWgl6aRYCULiavHxyd-5c35DImWN9FMHcB-U,3038
|
87
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=V80hgNlsdXyQn-OwmQ8q4bqQpbQ_CrQOa_VasrbHHPc,759
|
88
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pWn_UU9Adq85JXQFhGQKI_RjZ5oxnCu_BRPfof0ASOg,8476
|
89
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=pTv33FtJhpoR0ON9-PBqPw7mdWKfadriZMFmFnEP8a8,2470
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=FUa1qB7bpXrH9--7D2N-cS4xNLK3oQOwQgbFMXLAxwk,986
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=MCD85kACJFuUgR5kPWMf6-DuVYapxsyCWsKaQkK4RLM,7501
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=IvGvX-rsuX-5x687GxDLqLzo5qMtsKGp2uxTafx54Lw,3196
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=7yJcK76jacDfD5AsdqJugBCYoGNJUTqAHU1Ar_C0xLI,11481
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=ZW5CcikOzQV1DcBDTVxXr5TxCro5TYm488FIKZfN9WM,1479
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=jkcgNdcNDmrmimFPQsdJcZK4l4_A52tyk6NqfeQtiTs,853
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=VzRYfRtySEJWI8iVTE1QeljHoZ86Vq0mOKA7Ctv0Fv8,3550
|
97
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=CEek-kaj8EkZ24kGKrOA-ZxKWAEzIdX2QA8yEiOR1s0,933
|
98
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=vYehTD8yo9rGIFenBGjWdJaESrVtMBtL5J6ajzV2Gro,2797
|
99
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_BVJ39oXR5nd-bIe1xpv_IMEQbjDGbwo19AbefgBkkM,1204
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=CuRKX5uBlkVwHq86-XiDVPDG-osfnZ8Ziq6hmAlGNR0,24447
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=fC0CRz-Oqx0wy-0_Uro89-_bqtqAV6eQqj0Y8B62IdA,1036
|
102
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=GeLb6rHFcfE1-YLP8anxr13Bro2lXu_dyyOkHzwlpnU,1132
|
103
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=LxOu_shDhDBUyjnxSWOI73toJ-fUpjiNz__-SPIX9GQ,587
|
104
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=MZjkrLycr1w2OeuCFqWNIBSz4pwpjM84kQul6NbRIKo,1200
|
105
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=yOlV8qy_O8P4zvd9rzpEm-Od7bpZzhikkUXWETLqZhU,923
|
106
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=ugWys480kOexk-ZOL0B7X3fh76y3p6u7SZ0_7QntjjM,3298
|
107
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Y_ro_k1F_qx8rWDHi6_BvAE0c-w5GiRM1W-iYtxqs5U,796
|
108
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=CjWA4qqmuMeryLuaggfbGL70PYi3-L3ZO4LhKLtiw9w,899
|
109
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=2GMuXX3eMXQio6onao0lteAAEswNfsWpOfy47HHSRlA,1086
|
110
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=0G6b1YGLklJU2kLhOptXCT7EKmdtEZhe3HFntlRRZNI,1641
|
111
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=9Pdjt06cjNMmNH9j5h65FXMdflUzIauOY-bPsXlSR34,905
|
112
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=nDxZBD6OZ6x4mouyEVVYjtNw8kIJWJVkYHSzCPYTn-Y,1707
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=bGU1w-jkYzE9RKjnu3AY6nmUAv2gnVnjMwVdAVdYXr0,3733
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=mn3Vf6YR5mGVH5uJl98yJdDGnd7DrzI-06XtkL0rSfw,1326
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=P3fO0cw_4aMA1YDxeBT7839aFsAWicr98rSgEWYuXnQ,7620
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=gqtG6aPNRnoCA2dzKnzBlRmgF-0zzxGLdz7dCkiVi70,2525
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=r4KVlk5Pa3ShBZyZiA2cQDNgZ5icmcqQleSj6A_SZW0,5389
|
118
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Sz6s8LSMxba1a_Vtp_LweE49FS33shIhO-9fJH1sZ0g,762
|
119
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=l0oDs8aE-P_3nm67mrCrKL2-PyOy_FXqkIZVfcSNFq8,948
|
120
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=6nFaMUlM_CTRzV9vh_WkiZxnS7oyuU94Se0hVbOxVRk,3789
|
121
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=an9I7-WDL-vGHS_lS3ZjhPsfqicNXuzN32KHF6557UI,2409
|
122
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=befUJR1y6w-2rWwSZhWgzsq3rhdJl3Gxzc5A_Ztq4yY,3741
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ToyLqsNERmNojX-oK9bDhiUhijOOE6pY0em9R--uRZc,2610
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Qpt8PAkM_DdH5iuMvpx-u2wzds6QmfByK8upQiTeRSY,834
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=9_7ARKtptXyt7SO72FDaNHyOa-4HMj8pFFXn8tTGG3Y,874
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=ZbfeIysHvMQvR8nU8rpadIqe_BwjfK8V3R5nxI8oHGw,1042
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=YBwg3bq0NasY-YEkGMGG-yO0wQHknNSs00YF7MszPRY,986
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=A7UvaFBhm6PM8_wLanK9y5ZhMbRGVbYaQgzrK13NUj4,2345
|
129
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=fI2PMnIuGNWmK7_oqOxISu0qLJ3u21wg8gYLz4D_5dc,601
|
130
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=u1VoxNtWCfL3N8MLnWChIG2GcETV4odpqQfjzoh5B8A,1327
|
131
|
-
metaflow-stubs/runner/__init__.pyi,sha256=7yZl89i99V8lp5RPt8IJZhNQONYI0Op1dp8d_ncy4AQ,831
|
132
|
-
metaflow-stubs/runner/deployer.pyi,sha256=U8EjI1zZmLDye5rd3jDx2rvA8cNnyTulZX4iGY0Zls0,7839
|
133
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=vGgEjUAF5Stwd4G9kCvXxg3NQKRMZWF3__LTv1kVlAs,3416
|
134
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Qv70IHsMK5ZOBorVuc8zc60KQFEWHasGREwIi16bN_A,10997
|
135
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=hTUAM5ZhgJ2ZQs1g7lRgRzQCCPumxtkbmQZqIBhnFP4,2946
|
136
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=Lad4PW_Ytcid6XVnqU42YZS_HMVk60ZaqaTwLOJoEmI,6035
|
137
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=pzUxE20ZqyiT747aaAK4RPDoDrf7QtFSPZpk6loKL24,9271
|
138
|
-
metaflow-stubs/runner/utils.pyi,sha256=DN-QRmnZhlDKPmIf8uiI7lmNSLx-5zQOjYF7vXCm1V8,6004
|
139
|
-
metaflow-stubs/system/__init__.pyi,sha256=QJWSB93y7jNgf1aGrLIhjtvbeaZUjA558DQvW0jRcb8,761
|
140
|
-
metaflow-stubs/system/system_logger.pyi,sha256=t_Ai20souTY7Qqj3gEwgynUKLHWRWQAhXFx5WOP7pDs,1666
|
141
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=R4mdCSjNXGH8M11qsELjzqVCAFxR803n5BZlOCmHd5I,1788
|
142
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=T1N570f9TMR6H18xYTWpN7PkEHr5wSToH-Exda0A8Es,707
|
143
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=i-Po3on-LH_MkgM6vtOhYde5ZLM37lnujaQZkXPfYuc,8980
|
144
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=m8JFjuvqHX0q9WzkRHGbi7I1Qn80uAcl-atP8Bmb_u0,2955
|
145
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=tHWwVT6vWMcD9dNeaSXge_BGQIFXk0xEUTGxv-6pVS8,10212
|
146
|
-
metaflow_stubs-2.15.16.dist-info/METADATA,sha256=46tcRSgiX-MhPrSJOXSHGPkTeP1nS2gVNJJ-KyuxAyw,1619
|
147
|
-
metaflow_stubs-2.15.16.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
148
|
-
metaflow_stubs-2.15.16.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
-
metaflow_stubs-2.15.16.dist-info/RECORD,,
|
File without changes
|