metaflow-stubs 2.15.20__py2.py3-none-any.whl → 2.15.21__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 +649 -649
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/metaflow_current.pyi +23 -23
- 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 +13 -13
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/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 +3 -3
- 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 +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- 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 +6 -6
- metaflow-stubs/user_configs/config_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +4 -4
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.20.dist-info → metaflow_stubs-2.15.21.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.21.dist-info/RECORD +155 -0
- metaflow_stubs-2.15.20.dist-info/RECORD +0 -155
- {metaflow_stubs-2.15.20.dist-info → metaflow_stubs-2.15.21.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.20.dist-info → metaflow_stubs-2.15.21.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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.065918 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
10
|
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.exception
|
|
13
12
|
import metaflow.metaflow_environment
|
|
13
|
+
import metaflow.exception
|
|
14
14
|
|
|
15
15
|
from ...exception import MetaflowException as MetaflowException
|
|
16
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.019190 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.002949 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.108288 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,12 +9,12 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
10
|
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
|
13
|
-
import metaflow
|
|
14
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
|
15
|
-
import metaflow.plugins.argo.argo_workflows_deployer
|
|
16
12
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
|
17
13
|
import metaflow.runner.deployer
|
|
14
|
+
import metaflow
|
|
15
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
|
16
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
|
17
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.026399 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.017240 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,9 +9,9 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
10
|
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
+
import metaflow.client.core
|
|
12
13
|
import metaflow.runner.subprocess_manager
|
|
13
14
|
import metaflow.runner.metaflow_runner
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.018302 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.017899 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.025745 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.024407 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -10,8 +10,8 @@ import typing
|
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
11
|
import metaflow.runner.subprocess_manager
|
|
12
12
|
import metaflow.runner.click_api
|
|
13
|
-
import types
|
|
14
13
|
import typing
|
|
14
|
+
import types
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
TYPE_CHECKING: bool
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.018895 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.044399 #
|
|
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.event_logger
|
|
12
|
+
import typing
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.043991 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:12.996089 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.001956 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:12.995686 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.001518 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
-
import
|
|
12
|
-
import metaflow.user_configs.config_parameters
|
|
11
|
+
import metaflow.parameters
|
|
13
12
|
import metaflow.flowspec
|
|
13
|
+
import metaflow.user_configs.config_parameters
|
|
14
14
|
import metaflow.decorators
|
|
15
|
-
import metaflow.parameters
|
|
16
|
-
import functools
|
|
17
15
|
import metaflow.user_configs.config_decorators
|
|
16
|
+
import typing
|
|
17
|
+
import functools
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.021121 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
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,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:12.999830 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -11,11 +11,11 @@ import collections
|
|
|
11
11
|
import typing
|
|
12
12
|
import abc
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
|
+
import collections.abc
|
|
15
|
+
import metaflow.parameters
|
|
14
16
|
import abc
|
|
15
17
|
import metaflow.user_configs.config_parameters
|
|
16
18
|
import typing
|
|
17
|
-
import collections.abc
|
|
18
|
-
import metaflow.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-07-
|
|
3
|
+
# MF version: 2.15.21 #
|
|
4
|
+
# Generated on 2025-07-11T15:58:13.018421 #
|
|
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.21
|
|
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.21
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=gjTsoAhlMcrBy-pJNCNX4XH4xUFGFGZahdpl2B3KPYI,63862
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=4jvseeM7Mqy5LlaqJcQTpQhLhF12cEeKNXbBf2xzHpw,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=URZ8vyIjkDZhBm8cxtc4I_H1HOJxhhyz6yth8h__2Lc,2194
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=LKZc3s_shslg2vtRMxTJsyb6ojXDOoOKwAy-zO1VHaY,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=_GoE3_uusQrQrPnFToAlxiREMEeZIh6-y1p-FVp7Ue8,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=LnFwmC0QRBztVhJrMqVroM3Ouzej7wq2oHiNQKqCmfI,10327
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=e-FYCEVhHPrmmHYQNyBmhSYCyw9Lpjta-VPHqHah7qc,34
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=C3KccKjDrXkK3HhQ14zdy8JfEW6cCUBhG2qKDV1ysd4,4615
|
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=Hi0G9c6VnTIMwKprTy14nZ1TAmXB3Y83u0SlzGds8Nk,625
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=0a9T65dcpc0LuMMBdruYjb9ha6C9ZbYzTeigh83CMig,4811
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=_RIDFuIAzKXnql3zf7XEQjqR6fyfjiA_TpssF9tf5vY,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=MHe7_l6Xs7uyWPXU8iigjbPExUaifqdYYKNvAia2HMw,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=XBNA3EoZV_Z5yBXQHg0CMqGZjtOdWLhVU63pSeAAeJU,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=6vkr8BG6B1R8FO8inLEGRPzyXy-atm77Q5HfayKI0F4,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=_EkGm1N3snyGvtM61j12u_Fu2q0LHdSsl-FMtfBHqbE,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=1r298ctG-aBCOK7nPoSfTXDhTXI-dbdl0E3xLEIJHJw,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=TR6pW-iQhbbz5qgzdoC-J4nCStWoJcTKTynKu-GaSwk,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=YgFJWhLg1VkJuqLSECxofV_pEmySC-jeGUNS7qn7XH0,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=upGLEMNX7ib8XYfgw0TfLZg57zHNs1Nj682qozJJUNA,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=igTloNDD1n9oVB75i6se0DiHuVuyFR8vzVoDvoYSp4A,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=wEy2uKjgzhxUN3_HNU8iAMuCW5140l3ZOmAwjjZjgD4,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=pxDtxefqrkfSwUysZwHJkpXx7ffKqtFWHIENQ3sQewA,48139
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=JGVP5ofj54bHOZowdlc7a9b8O27N7iK_M3lk_xdaH_U,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=kAwVZeoFVGLvzw6e3SBdUK0EVM33EmyijB-n8fuEfzQ,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ca-yArfcf9YzNwAGPvElaVXcu6iegw7MlB49eq9vGIQ,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=geOSB9ZKEXQa0sv1mivCyLzaqPf3fAZP4xmx89qnCQk,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=Dsa-Ti-BMD6QU9kDaBjFCg1cK4KFKxKuC94GDz8SDZY,758
|
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=C7pzWYmPBxhrUZeEA8GWwXAoxhYjMbAJsgjdN2b0VG0,3875
|
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=qbEKgZQj7SWdz6dcc697xpa9YpD33ylGbUAQX9ff0NA,2243
|
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=ZU_W2fZdyVW1W78h5SCEYgWRg457S7spXgjgFktdJy4,932
|
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=UqlDm2aC40LWGIPFp10_Sh7R_0wYJvtAw-WaNivGR-0,910
|
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=Q5P0mRO5vqNeZGM8-iuDeG9Fe704RzFsRUIh2U431Oo,1052
|
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=M7m4vxOm5pTquiguwn8WRBTAG7J1JauJbQGEsivz1j8,4772
|
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=vbIcu-8vYKObn-5DyUprey-hFpTNmNdYngF1RwybZys,2445
|
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=5NcWIwMV7bhKYhdE5Uxe2VOAB-uYxprQTYDiFmR7uKM,3713
|
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=-IAUw3W6mjkjKLl1fvdudFuq4WpQ9iszb24JuM5exVc,1829
|
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=UXSsPBbXwf-19yfT-m4rjGdqoedDhXL3rf2jkcOHReo,1709
|
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=CFc-WgPKG-xY2AhKCoknbsSITgZX-A21xw_3ZfGfaVY,1198
|
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=b1yGkFG7FZOnbUTgOcXEzns7fzs6wEakjFFCdj4sjY8,2087
|
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=mpRTc-CbcYQlnJQCAERQwRGKu_YuD9ubHAmW9n5f6Q8,2296
|
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=CURd9x6QJMSDM5a7Hb2NLj18ZDCx--n30oqvXXAnzRw,722
|
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ld7M8cwe_dVdzp_6ntgPiz1mfaVH3yY6KQNa2gJWidI,1229
|
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=eEDe60DRcFSigN9a-uXrL9T1cjACmUY5Mo5R_4ARsc8,3154
|
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=7W5x84H66QF9gDkdZcxvBtVTF21LH1a3xlUWnP7VSVE,923
|
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=M04r84vEIhCyT7bZlfKAPl_9CbU-nPm8v7HlJ5jfUOg,877
|
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=As-qlVneeZaVUX7xxXVa4PL7Yrkz9c3PB-LIvpjXyIc,1497
|
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=2UQOUXF19m1z4sAC1dTBeJBxm9e7WZqGHIVIB426vFk,3309
|
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=dMKaBJhlihJk0YezWjSIlnxhznS9zmdfvp_GLgKN3Vk,3220
|
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=q-gKDcYaLG-_AbXeLWi7A49rSUq6_9xyUbXe-QUU-gk,727
|
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rnFg04czUfpoQRoy0VQ5zUFF5-HbHlFibSGdYpq9b3M,2534
|
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=-lX5-CfXuS4i1m3eZRYXImpekIoIWoHxNyfzcN2ImHg,3348
|
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=BduGJHh1e8qCezoWEgd_5urLqP9jsP6r07NRFlgQy-c,13400
|
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=EU2vMj5H9mfl4yq3Oo4qoeYQ4rBH8ArbBb57R37xoxQ,1375
|
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=AZmwL60OEVhEem8gKyat6vzQmUpsUlFgkLAzZfDIRT0,4595
|
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=NbEgoMFv1nQljVCF-rcTnWXlCTL3Al-pgGjGw1wJnBw,6173
|
|
57
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=mMIBgnaF8pjYtpHep0XmKQuiMk83xoWMwGzaTzG_hLM,1658
|
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=a4ucQrhLzL1H-abVP3lGUkdL_lVt9JPlbZDZwsWevxA,755
|
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=EpcsLGN-BJim4ovoc7F1HgfBoh70RNCir6hVkoab4z4,930
|
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=0lgPZuj-DWQNhyRVgQF3OWEWSLibqkvJu8Dw9SxJ73Y,3085
|
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=w4_UZjhTJOk_UQA6vGI4KuUGwEXisZO1OZG85OCLiZk,675
|
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=bBIBUy5r4PMtSS2lK7y1U32oYX4okMJrGyrGuNpsCcA,2905
|
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CtTMTxwH4ewX9xPjpoVoldZbAcd7hTv8Wfixiv91aos,3767
|
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=xk6nz2rBicAQdmGkzsBacdmT-SDCLP9OhowQeKNt4DQ,5937
|
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=IFX2f60_8LaXctimYSR-Xq0fXcEGrOsKvR8_ZrF3U48,645
|
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=NGuOsgu2wOWy4ktLB_3W7NUgqNCJs3ky24Yih2TW5L8,3575
|
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ovlgZdSzRQe9qxZR7ioHQdRriMS4NBdSlQ3XuXir2As,792
|
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=RRsTUxmYKsMaO-pek9XHdTIRCX-AhLe_Dwf6zVT7vFk,976
|
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=I-3Ni1MEx2bzZlQcZn-dwdKye9E3ZxRIlrcUI32bMsw,899
|
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=3tNLmGWWycNeTO0Y8kIQQcouWISmXifFGcd1CcPpEcM,1637
|
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=PJVAWRHAcFa0J1dNCCslP0iPCQZGEuauoyDss3mSM1E,4553
|
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=y00RCiLXYPFQnDeRXj6k-epbi9akSrBKyRDopUDNbBc,1186
|
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2Pu2HJB_huJersPlf6lsuZi8Jq5femkpsxrEbOBbZ2A,1145
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=a05ZiQJshtoJt8F0-aUFyoX9EFA6XauuFZctQkY7Zis,3881
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=myhUhOedMvpTNbwzN5NAL-_-dJwDVDu67z61nAGpnQc,4410
|
|
76
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=f5MQRghAkD6YJp6osjskAyvoeR7a-jQWBspTkFjE9qc,1011
|
|
77
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=T_S3xJwzWrM1cZIt88Z4D9aNYzj0K6UHF81SHQw4rCE,1168
|
|
78
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Uvo8Y17oFhckcNV0LjKOyLI10p1Pv40IFBzBypxQ9LA,999
|
|
79
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1WcBdM1OiOP2G7lrbiMd6ppbpSbCMwhoVEGdNspjE4E,2289
|
|
80
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=-gYococay7d9jVM1_b9JbAHa-53Y9DEiqJe0HrRlAn8,2458
|
|
81
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=rpeBVWrbK_kCuUJWvw2NMDHnc5bYNDXqPJ_4BWURP5U,1568
|
|
82
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=msWOz7SbX9tdnUP36h8O_OQn4CmgQ7W4aT1-E1m04UA,1667
|
|
83
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=_kJ9uiJA6zCxmZML_ZLvrygqqM84_-93pxZO0rQYbuA,916
|
|
84
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=MgGX_E3KtL3Ue7iv7RPOzYEVGoPxaVvTqDBj0kh0ewo,4909
|
|
85
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=b9kMRNSSBvQM65HMEylz1-5OI1QZuzXboJEfA9lnuRs,1189
|
|
86
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=t-Sd5Gd2WttlZAABI7OqtakcW5fKYpy0ghyfYOumopU,2935
|
|
87
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=q7TeiRRM-Fp1wxkYT7konYhHEiUTnEihss5XoZr39Qk,3360
|
|
88
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ERbHl_EZlucBl7-2EHus9dRSxQyrMmdmkX4MrOMTCBA,759
|
|
89
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=1qDrHYMdf0ePGfTjb4gvRyZy8c9bI2r7pi5Sdce8d14,8476
|
|
90
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=qChe4CzXUUv1OhQK9wXVa60KP4j2sZ-apX3l33Y30tQ,2470
|
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=34mhNR2CXVE7tkohuiY6nQcJP-ev3P8HUu6iDuh0lew,986
|
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=VLn8BxRfIkXAVw4at7uxcmpmwG05gtF1_Yiv2OnG13c,7501
|
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=02OZaK9dJ2odxfRpMt3YnAQkbT2GTsN9rO47qCicdSk,3196
|
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=3qjiL8ln9KSUwMyvKWhgSZkYJtMVO0p0mgwsPe-zvjY,11481
|
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=OPw0A3SDGSpFqJpFH1yq6zNwU1qmJxASyhUH-vn0tPA,1479
|
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=DBiWzZiv8HC6UvNNvMGuXKBeJKD9ppY110YWOu035AA,853
|
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wn1OOe_gbFvoa5JWyrrnd7pupvu76I37fw0TbCqg4Uc,3774
|
|
98
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Wak1_rX7WXHXBrn3bHs5hF33v-xNNm_XFSIdrJHMtOI,933
|
|
99
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=_zKNqzVBUbdpuPzfIQyYE9mgNJLbglxk2I9zdkB8vw8,2797
|
|
100
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=udZT8Z66HhG6o90MAE-X2tctP75JjkbjriMpaZ7AuGY,1204
|
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=XPtqXP7_UHJcDO9EQ3cpyctaS9UVGQSKNtduoslvIy4,24447
|
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=RU7J0e9Gm8AxYclutdCTzXiGYNrqNLSY_nG15NSkIdA,1036
|
|
103
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1K1n9GVYoyshhq9wI3YEp3E5L_RZtZVuUe5NBn3Le7s,1132
|
|
104
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=5QTj0HVJ1PmHsCCQnR3d3RN7q4p8DLU3MFXT2ALvd6c,611
|
|
105
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=XLzOSmLAcqPZnFqGr0eqvo8h4w4KPqsfy6_nVOovngQ,901
|
|
106
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fsX2xWADJGupZXelsJYT5gf73f9gVHV7nSIcfGJ8zrI,587
|
|
107
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=0_fvj1G0pLMD2HCfCCgLSNGI_UFfCSnlIJNf3Ii7gfc,1200
|
|
108
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=n7nrGcRxbTPOxwpJprpK_IjwfUxYUtpE4VxIZ2u_ak4,923
|
|
109
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=MeaiFyRoN9jIDSvvFmzUjDtGuxydggHOR08R5wfgDeo,3298
|
|
110
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=axKwvdoAP8bGbrwInuq1xVzvs2u7mjFgbH5ZubJpm6M,796
|
|
111
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ovO_Ku1h2Uxr__ciQSTSaqUohjwq0bp_loo0KkS0LN0,899
|
|
112
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=3nw1-JBWiXYaSputZSX6FHZu9ei_tnTmCNR0XFvC_dQ,1086
|
|
113
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=LsBdj2dPCnHdmsJPNeBdVZ3Kil4Yz-h9PDuhOM8Rm2Y,1641
|
|
114
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=wVhI7sTboB0JxOS5G4XIxQOx237KatlscxfouIe23yc,905
|
|
115
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=hQ-thW2xHNMvCnL1U_msGYs8jcF9K2nnE4l040Z73lo,1707
|
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ZyKVD85siYoPOtqxyNDhhTx5wVchq5_pTjYckC_dzmk,3787
|
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ewuIceM1HgZ_4-L9wKlslfx81pqy_qMgLFJxh3wR3U0,1326
|
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=CBdqo8u7hW5oDYaA6gifjTBk3jUiMRoj5bpf5nHloaw,7878
|
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=V6seLf-YnsFE9t_5NpYASeQ3CvO_AEeFItgzY7Ja-J8,2525
|
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ADyNL7aPRCp1k-G2qIjp6gbcEcXy4w4dVpwhftN-k-4,5389
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=wpwL6evpu0jVJKgseUAr1nyJMx6b55RaGGCYejP1NdM,762
|
|
122
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ABK0O0ma28RfPtsjk9KsE2xz_5y1Isd7vH5W6kCegK8,948
|
|
123
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=bSHCZqxVU7dFfd1kOyRKc6LO0XDI_VcxwFzQA1c3c6U,3789
|
|
124
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=3XHHayfkHqzShC68PgrKiCG7bmwFDRDG80KfdJyYaTo,2409
|
|
125
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=k0O8gAMIo1bKYUlgxtv2mAR27rwiTFshMWZ5u6X9BRw,3741
|
|
126
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=iKX7OOIAKu3-7cR1S2hgTaGe7rTdvUtlwRiw_1NRHN0,2610
|
|
127
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=VCGsIshW-8FNEd2NLI6XTZF1WoFDJpgnqib91IIIsMs,834
|
|
128
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=-SFQ3diWPsQsxlNlPj6ndqP8_xC0GbHAAnNXTsWhrK0,874
|
|
129
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=vFnkl7wCa8LXk_l0Mf_DbY0ACExo_IdaAKpElb7PZCw,1208
|
|
130
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=X275iq2zz39F8Lk9TvRXFZoX5-6bYysSi8rI_29Rmdg,986
|
|
131
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=UlvI2ijiyP9BDFRfKhJqbqeVVtzCIXNzIKLizpMVgbI,1744
|
|
132
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=8BwfzXttBJ4OT6Vs6ixNUhhOZGDwlyOevhyr776qvFQ,1224
|
|
133
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=LxdwksaeZgGYkHIkLZAelq2RhBcblRtYnGR0jc1i2D4,1417
|
|
134
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=1buWEjGov9eR2iTJKHrC5kLyVctD-ReOa9GDHE_hVW4,956
|
|
135
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=Cc4Rlvtf6dsrLxki1moE9F6Wl6dvhaCQ55pJO4LVrUM,601
|
|
136
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=LxDjqHY_Av6pmyR1ULZSnc-gWePOVxzjPLc406w0DEA,1327
|
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=4nAauQuJOxW4kFLZwy_Wy1xEXl3-fvT5HpP9bTGMG00,831
|
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=RlTAnDfSB-Xu7EaAWgSlBafdWnYolDaBZDpJkKxR_50,7839
|
|
139
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=3VRc6eDlBMEhQ8m69TH_RKDimdmhSjVki0GnBXkc2Hc,3416
|
|
140
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=w4SuQJDZ34hdPKsh82RtNhKFTJ8j4AFiPg-no3Nz4QY,10997
|
|
141
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=ZhUZzLCp2flGzDp2MZvC3jOZ3MVagpmo9Hy921VgDUg,2946
|
|
142
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=pdxeP6ERLtfnSNQZ8ZPDAL7PJBPEI_hcoWkNKM0JKAs,6035
|
|
143
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=xPax1LG_g0mJiHH7VKiq_Tlfi7qaEW2yxcNQUGYIafA,9271
|
|
144
|
+
metaflow-stubs/runner/utils.pyi,sha256=9tToV2OMe0L9jqp2lN4YWD_nW8hq9jfFriamfV7_W3o,6004
|
|
145
|
+
metaflow-stubs/system/__init__.pyi,sha256=2ed4yWmVmS0A2J3WY68bg_NVDJtn_pG7cKn0kCYOoIs,761
|
|
146
|
+
metaflow-stubs/system/system_logger.pyi,sha256=9CHpdNmfRFpn_mr3DyjnJDs6NGZzzNeDO61BWnNtXJA,1666
|
|
147
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=enAObjZZ1MJVQMZCxxUiZFuXT2Yfj5B8GiWKchq80PE,1788
|
|
148
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=7srOIFtHf7Q6m3sI7-OlPNc7mQ60KnWYCHuFaXOtmXQ,707
|
|
149
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=MK4819mc9aQwC25aUWR2xfO5C2WtrVdgIRLKn38qPyI,8980
|
|
150
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=-vCPTJAdURSOQN2FfoXs_vc0PgESMfzxi9N4irn00MQ,2955
|
|
151
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=cPEp92QwHhEzMcs9VyFYB0hIe5BkSUujoo6t24ukpoI,10212
|
|
152
|
+
metaflow_stubs-2.15.21.dist-info/METADATA,sha256=HVuDjMZM2fofcJP9fM6gR2u2r82V0oj_np4J0RTRPuY,1619
|
|
153
|
+
metaflow_stubs-2.15.21.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
154
|
+
metaflow_stubs-2.15.21.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
155
|
+
metaflow_stubs-2.15.21.dist-info/RECORD,,
|