metaflow-stubs 2.15.19__py2.py3-none-any.whl → 2.15.20__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 +639 -639
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- 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 +28 -28
- 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 +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 +4 -4
- 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 +3 -3
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +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/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 +3 -3
- 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 +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 +4 -4
- 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 +6 -7
- 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 +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +5 -5
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +2 -2
- 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 +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.19.dist-info → metaflow_stubs-2.15.20.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.20.dist-info/RECORD +155 -0
- metaflow_stubs-2.15.19.dist-info/RECORD +0 -155
- {metaflow_stubs-2.15.19.dist-info → metaflow_stubs-2.15.20.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.19.dist-info → metaflow_stubs-2.15.20.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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.407038 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.411958 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.442783 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.398731 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.383611 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.482458 #
|
|
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
|
|
13
|
-
import metaflow.plugins.argo.argo_workflows_deployer
|
|
14
12
|
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
|
13
|
+
import metaflow
|
|
15
14
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
|
16
|
-
import metaflow.
|
|
15
|
+
import metaflow.plugins.argo.argo_workflows_deployer
|
|
17
16
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
|
17
|
+
import metaflow.runner.deployer
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.405479 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.396919 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.397902 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.397503 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.404868 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.403618 #
|
|
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.click_api
|
|
12
11
|
import metaflow.runner.subprocess_manager
|
|
12
|
+
import metaflow.runner.click_api
|
|
13
13
|
import types
|
|
14
14
|
import typing
|
|
15
15
|
|
|
@@ -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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.398444 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.422668 #
|
|
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-07-
|
|
3
|
+
# MF version: 2.15.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.422272 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.377096 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.382469 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.376745 #
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.382280 #
|
|
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.flowspec
|
|
11
|
+
import typing
|
|
13
12
|
import metaflow.user_configs.config_parameters
|
|
13
|
+
import metaflow.flowspec
|
|
14
|
+
import metaflow.decorators
|
|
14
15
|
import metaflow.parameters
|
|
15
|
-
import
|
|
16
|
+
import functools
|
|
16
17
|
import metaflow.user_configs.config_decorators
|
|
17
|
-
import metaflow.decorators
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.400529 #
|
|
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._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-07-
|
|
3
|
+
# MF version: 2.15.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.380641 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import collections
|
|
10
9
|
import metaflow
|
|
10
|
+
import collections
|
|
11
11
|
import typing
|
|
12
12
|
import abc
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
|
-
import
|
|
14
|
+
import abc
|
|
15
15
|
import metaflow.user_configs.config_parameters
|
|
16
16
|
import typing
|
|
17
|
+
import collections.abc
|
|
17
18
|
import metaflow.parameters
|
|
18
|
-
import abc
|
|
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.20 #
|
|
4
|
+
# Generated on 2025-07-10T18:07:14.398017 #
|
|
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.20
|
|
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.20
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Wj2YZklt-9Y0WE4L2UR1ylBfAyD1WawNDQW7qcF3Plc,63862
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=0YC8JJZdHFo2P2iKepHN0b6La7qqE6W7Q3K4z_h9mjI,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=dZGQe27PyYLQSobm6s7_5I_LlBG1kINxBz-Ja7LJJz0,2194
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=gZ4JnEwVXvflFPq8Y3n5JaX20tos65LnWv3Pj-Gahqc,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=T_2VpHtgiZDGM09PDy4HpM3Pz3GCOg7A2zxNPLhDCVg,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=sYXWl5_A5EKTGGqtBi_LBDJUoL_uErGHf6t0w1dz5kc,10327
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=TTGaq1ZjWrbGDixaDj8lVPfs7O3R7ipCuIYmjZ8lCyI,34
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=WjnEswN1LFfopParVs-GUqDkYwLploUlRkKBo_6KTvc,4615
|
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=h7kmdWkVj0AO7zf4SJ090sITisCwJjE8wwWq2AbdHQw,625
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=0gw-s2Ic-9JjTbfr7WlTxjCmPEni8ld_CjhtjA2RBVg,4811
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=q8UPGrJFy1cUFhQ1025hZIzRXeOnDVdbFPZn_Ql5l5s,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=FQ20R5SWTai4nPeQgCGcKOvZFzvhO3wyHLGYs-5yVa8,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=9DXp-OLpxghmFT6pPyAr6sgvo0ACbverJ1oFJZ3Py54,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=S6JAisUJG115Q-oKU6tQ9lHVBE3AcBzg9IkyrY2yS_E,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=UqsPyNnaVqUJ3CwNkEKFQdaGLYkch8PkJ66c5hY1cJc,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=220Ylgld5-MJ2tjG5ADF_Mxm65vEhdmU6KISRA3z_00,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=pxVjm7wuZtyDuSf5sFFxCp6oAVOHyAI3U4I_k_Qe3tI,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=CQGdQxzmfRkP_HWyAxjZ6MuQDi4GSYeMU2vXCMnhRo0,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=6vfVnS_7dHfCsvP9EezGwF1TV5jKibsvi1L8TRV1X20,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=Q_kSAbPJlr4Q7v60aHZs_Jjly8MizJfVQbkrGIE-wy4,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=9fF_xZn8kQau2WuUshU4L2azKBgILg0tsqT7wiOMiZw,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=kCvBeG6j7G4W8ShJs9WowiZbL-aDcnKO3r1ggk-pbrc,48139
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=OkkJw-YRJPCyIx6HIOvxcHT0KuAdK6UjQIR2jmEhMko,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=OGc6AB7rsvGPK5a_fO_0jlZwgOktcVLLmdb8SYcVaDE,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ydPxI6wjeRaM1XHIuFZP_eV0-kEG13jhq2OPB_XQP_I,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=b_7IhRx0u2bA8IhaO6AU_p2699FU1mqt-xU2_pVERkc,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=2SGDlaQ9RWSN9whDl8dGlHKenTrGDj9xkutWOJ4HnEQ,758
|
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=VTDyUAkDm83p-0MDhb4k_NnY1nLEH8Yy-W4VQklhnV8,3875
|
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=ESSJgqzqz09FK4dxODj4vg6pjHlj8PWvqm8q274tQGo,2243
|
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=iBdley9XndINhmwjHimGlDfDN-QY6d7eaREf9xWqyl4,932
|
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=QFshAru3NFd0e5kU50qko2YLvDByc8TrDIRL8sniELc,910
|
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=nJoH-k6H3FChj6cvIFvTvlIkracEnLOqyNHv6bbHgLU,1052
|
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=hipzfMR1_LkH-scLCT-WfeVv-v-b_XPjnGv7J_0gYbI,4772
|
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=WLme9se2d0Xfwbnaauo1hpZsAYfaD6oTyhmL2h3eQGQ,2445
|
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=3yvnCy3079wP8x0KkeN9vfYFvAIgnhJpcrzuct6d1JI,3713
|
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=BnQJu6HtNQJ81UTrkE-vJ7fVLct4muq9AgPWt052rKc,1829
|
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=V7fBrR_EHFrySGt8I_KvbwkmRexIont0G3-1Q_s7WkE,1709
|
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=tfmJrj23-1RWcFGlPrtLLENAK4itsXxzCDFL9lfurc4,1198
|
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Wh2HcG11srdr9EhezAWYcT59t03btnRYeJDhjFun1Qk,2087
|
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=quBJ-IxW9s6y5UJTyvXh8lvbiRBB7KGJLjIfnqGCq7A,2296
|
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=B6flzJ2UBA8aLh2szzRJHVT-YxrNgNM24cVizPOH9OM,722
|
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=I21AIW-3Un3usGpaFhi2ATBqtjCmcb795tQxxWpSPF4,1229
|
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=72_gZ0qzi0gNNcUXJkzFxv7aatYC32Ex_meO_jWdMlY,3154
|
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=e_XqMjeKLw58i6XMawspKk-xeOPoLh557QHJUg_nniA,923
|
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=xK3DhBHN9nl3adr11H_NYtTjN9Wjwi2jALXyiF4YIkw,877
|
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=ixEw4vdBkIFZh89aBQVcuBRJtMYi6GKxUI-SkrOxKUQ,1497
|
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=KxnzgtsSg0fVd7iVXxnc0us3gES0b__LXhzcXIc6Qpc,3309
|
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=T0wPdidT-aNDRDvcXyDO3WjzurQ8FUDwRWYjGuEMF9M,3220
|
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=iayKnpZUWPPwNXxwtWArB7JRh9LP9Uq21MhRo9jt6ZI,727
|
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=lUfGW4oUE0aXKLi5OvaHOPb6sMErHBlmd91gGg3NoNg,2534
|
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=0VbOPltLsTxMx6mNuOjCBMRTE92AeYopCGR6-TL1Jdo,3348
|
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=GGL-jhIyVj-PiWuI2MGBt6WRRLNEYySaP-Ixjk5-PO4,13400
|
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=6YFG4Y8S_KvsBwOnZw4NVQKzt99f_1dqjIwLz54UM8U,1375
|
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1Ps6i7F_5pPz12Ms7YUlyyC4HrZQYNnjKLsQCLZMkis,4595
|
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=fHvOkdJux0sGzRiZphpyB4KrazmZs4VNlrm-6tPFh8o,6173
|
|
57
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=Pu87zUSf1gip3tVXfh4mBXtZQKFvnBlTzCHqrK5CGcY,1658
|
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=41QsJvUo2awYqDAkyQ4uLbrXdlF8Zv38u3WSzKwibkQ,755
|
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TVexGbUlI3WcGvnGlNUwJbzshTp57-0I3kWlsavxEqg,930
|
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=PwgN7K2_UF5ms5bYukNQX1GTipT_AZNRtD5Q-S22W1A,3085
|
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=rwa7VOVlZhF1Xk67dWRdIT30wBRShwQP0hwUDo1rLuI,675
|
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=sZE1Ku3lwnLdHQYbw_JBWUo8lYXyYCPEAuxw09Cwi6o,2905
|
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=gUQEwzKKyO74Gk7W9qeIQdc4_DowMdu_qWy9JMN8hPU,3767
|
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=d7xHqSBXb2Lt26L3XO8NnBUh1hbe4nqLhzyo2ADQccc,5937
|
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=EYcI7uwi-Ka78SSbzpbEijp6y3McNCmlzjCeBo6MKkA,645
|
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=hQyrQtqj1aRF0nkMgBFHwwavGCLsf3sbWIOzBeu5S_s,3575
|
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=eU352Gk6PJlQtU06VflPkbMt7uh2HR8Rz0PEyHbVZuA,792
|
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=EdyBk9NUNBwjpIT59cybyToS_S8RUqlVRQbwkJMXaOI,976
|
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=MXz8JppID-vSd4KQelUP-b_lP-lsO7zAl77LlTHm-_k,899
|
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=PEDqopqI_Ngc8uExkL-kF2ke_6K9Ly2wh7dzczmSlPM,1637
|
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=xLr72rHeKfFGw-bx_PdV9ctgiFrRZSaleN52eEZMQsk,4553
|
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=_cop4AZURCAnTa_CXQXthmQYUbLrrT9bvY8n2_ilof8,1186
|
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=j9T5kIk3EZU4S3mXeNvu3-jEhCUSwU10JFimRYZO00w,1145
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=HjZlr5B4QONJyYJAaF_UWegKnnJvVyAJbYL7cPfvrpU,3881
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=DjHA0DFopUCpefRXzTBXosIGZXKaFMkdVWrYHLjt3zo,4410
|
|
76
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=AwiZGEIOY85af46d2020wwoMw6SYTwFq4M_X9sF4wCY,1011
|
|
77
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Dk3hbI7Pau1LnLlbeyVDCsU7dEx3SsOn0eS5eMG0xvw,1168
|
|
78
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=kkLSjIWtinktihHA6ughFitmcjuDqdkaB6aDyEwZcaM,999
|
|
79
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=90Hhf3lcvKqL2L4-ufadxY-r4nIcKHvlopVOHXY0MwI,2289
|
|
80
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=3j3UZ_O3NO5Vp3_Cbnd4bMdbavikFJ3lcNnzBbt3Jh8,2458
|
|
81
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=E43c6YDSDY0vVK0dgu03RSoZmAjxZnx3ltz26aN5yBM,1568
|
|
82
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=sBcLRuHet_l5HdJSmzK7Bgc2lG6C2JuQZy2OzTI7Lg0,1667
|
|
83
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=jEm2vvojNGkMdEALgEyG53FFkQ9aGrSw_vHSX9M0n24,916
|
|
84
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=TZCvD_DRLOZH0uEZsWqkpT_n10tVvPEu3J9g4PlAhQ8,4909
|
|
85
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=WYLk6FcA6ntKqUbVFQy3mNDf5FzDWU_ZLfQCAVAf7nM,1189
|
|
86
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=dIl5AhuPTVc31iljiJz3htFA3vIMv5-yqds_bDt2tjg,2935
|
|
87
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Hd_M8Y8fGhyHCqP7ILIk7exeDNb9j9mTnrLUHfjDgs8,3360
|
|
88
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=96dNYIakpEkjx4jtZ7uKxJ3BAjIVl975Dfca1pONwvI,759
|
|
89
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pYMAGrLIYe-A5HoQ25rJ4Byf1XRyJmfK2wZllVJYVgU,8476
|
|
90
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=qTtkNWPWJAFaQtPym9L8OIQGDEQZ_HzFahXhA6SOKtA,2470
|
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=v7Rmoa4_lSHoye4dD6GMADIAQHCfIdulEx5c8xlKvUU,986
|
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=cWOy2G7wzyC0UjXHcjOFi58fLZzU7dvYSKBgLGe38OQ,7501
|
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=H-PxfqIWutWWEJoASkk7BUUoDosAPf7_vKXmMPFfjqo,3196
|
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=NjjSuTXh9c9Imgobg66kfFdAmXjr9TJXaPRFvsTqDNI,11481
|
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=bom19OJRZk7PuzzAxt6Fjyt9fEkrGDLE5x2dsgHhfq4,1479
|
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Ie-Q7aFErjUgqcd8JgTiTev7CleRtSwlKYb0ehWuiO8,853
|
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=LAVSyXge8PydjPWrxGtoIsOiEn3fxCeubTsUj7QXfZc,3774
|
|
98
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=3cJDW1J3ON-E3jNEcESEjzOtRpCRzZ19N3qFjrJNwho,933
|
|
99
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Z1CORcibIJNFtqDUrENcgl1JfuhL7eYYYdlmXoZLbrc,2797
|
|
100
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=7CdvcU_XUWUlNqjir2rdDpHUzDj58-SnoVhz1eeC7DA,1204
|
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ED6dRmcOzz_9vukJQosAacYVuKgGUIELAJQBA7XjWao,24447
|
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=1JPDnEtssGP5AFuXHxRnE0L1piJWhM4gjSD1G8g7tuc,1036
|
|
103
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=pEXzKJisGF8_dJOY9U-3kMiyhjEUgpLKWlXl5pL8CFM,1132
|
|
104
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=son6SMv9lC4yXLOgf0V-AJUgoXJldvkaMx1-02qNRyk,611
|
|
105
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=OlpfqRM40b9fgyCt5_g_KF_7-hK9yofHsL4V_8syofQ,901
|
|
106
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=TOTdQHWTxO9_xG9qNirAEIm_sLfS9KoDGYwaoxDN03Y,587
|
|
107
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=IfI60p3rcuMBxYJCLnqCCB5v9K5yCBEW18QJrXS_ZPE,1200
|
|
108
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=5MeKIhCh8olpg5Qw7IrnOb0YP1FuLKZ1ZHEDLlEngi0,923
|
|
109
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=xKejCTHm4kMkbhbMHl8aZAHFwnIFeQ7al9zm5hY-0vs,3298
|
|
110
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=TOoZbe1bJvTg-gpKaKWAkco1gFSnljzmbhGOuT-PwDA,796
|
|
111
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=UumNPzQfA1ybv0jF_mbPoT602_Mw93cMDMT12MOEWvk,899
|
|
112
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vavVO31lPj3go3aIIysURxnV5kLh4TVmjr1D4FpcoF4,1086
|
|
113
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=rMivy5C3l-ZvvYM-2bR4JgYsMS-Kr8iktNxEdX1O9xw,1641
|
|
114
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4kXAb_e69hpjIuKnFtUMkc-cMgR4NmnZ8UciA2Mgo04,905
|
|
115
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=sJxgWNDmizbSzztukiRGcUl37n1nHtL8sHdPpAtyDgI,1707
|
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=dBfYP3QP0jpL6AcLC_tCH5x20_TCimN9ujAZR66-jq0,3787
|
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=I98v1dAusmOoCW3qceXP1gg3hM1J2SPAon68tvUcPI8,1326
|
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ID0cmH_YtGLgO2xgl9UobCzzYrjleATSsmOlNSpCNJQ,7878
|
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=q4CX-Om1AYSiijgoGejaTqynkLNRwKDq-jB-7Eda0zk,2525
|
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=mMwAscUwmcIeFdHbKfFtdcHO1Euk7nkTXlUoyhgh8LU,5389
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=ypfWLXyek4sq8gdDsPattaiuS_SAP__VzZx_h2MRM78,762
|
|
122
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=W5UvSe7m3j1iEKRA-T6eLhuaE3frpivD_WWqQAHiaf8,948
|
|
123
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=6JIN3-A1sOE2mIz-I5z_uNRumUnEczF45A9PcmOM2Q8,3789
|
|
124
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=oyXoHaOj38fqisYPM0qEs_pkCaFb6Sy4gMcOb1cY8kI,2409
|
|
125
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=IO5ySKtqpyR67hNZr3CeTiy6cAQtjv1d7GYYDzhUyi0,3741
|
|
126
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Pp1U7tL0dupojuc9H0-J9NPUgTTzsUjBR2JIR464IMY,2610
|
|
127
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=V48HNcXfHBenxyBLK-8aA9pFoeEpZl7eYAxDinxZMr4,834
|
|
128
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=8YrJfEZHm0yF9RKe4Bz0o8RdQiCVUnM6hayP0ueeSpU,874
|
|
129
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=D1zKj-5QrBfRuNGNTH5gSeZdLmZitGGqRSqMcOg82K8,1208
|
|
130
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=N2liFsB545t3kCwzIhqWVCqqKuU6c-2I517qYX3mD-Q,986
|
|
131
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=RcucwtzG3UWtDFDSUeYz5lWU_IpVKkod9GhE_DK76vA,1744
|
|
132
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=xA7EkJUcD1YhdEGGRl-g4kcRlkynk6Ay98UASlPLBaU,1224
|
|
133
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=duxIFOTxvRd7ASMI9wwhhp7TkFAZojigKMkrslwRGcY,1417
|
|
134
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=ZjZn9A7RmZkZcxCRwOlm2B9QrswPeKHie6TVXgy6tkA,956
|
|
135
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=GykbfO7exKL9Rgzwnjj6JN56i0DTYGyNmTgAyAyXEKo,601
|
|
136
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=kdkXsVSdjaPIUuFeT6RbEAjmCkUMlrr77-CQuXOTaow,1327
|
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=fI9GgJRFDcJZaOFQMCK6Z6l75AUn0QfJABlAh_XiG3Y,831
|
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=Qf0zX7GFgCkorIPYwrW6jvQpmZxF_hAMqPQD1p6KalE,7839
|
|
139
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=E70KBn32hCGG7jktzS1X8jp7qzm6fQhTFWrGgsRzb_A,3416
|
|
140
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Fm7b-y9wQhXwOuZVXzyB2PpcQJF1KKVi_jxafx6kQXw,10997
|
|
141
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=st5WfpmigGpQb1zcrFr97jpFYvtyFozirRkFo8MGCaU,2946
|
|
142
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=FQjFoR451H4fieouaOOmR1BIOW9KdYqnGlOVuxH7rqg,6035
|
|
143
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=mDAuUDv511stEEGL39vSdTvY3oDI6X9G9hX8-CP0_qw,9271
|
|
144
|
+
metaflow-stubs/runner/utils.pyi,sha256=5wvNFHaQ5U-UJNOovEkIa9gqEEk0lphSItbJzmouuoo,6004
|
|
145
|
+
metaflow-stubs/system/__init__.pyi,sha256=uLgM6Hf4XPkd-nbnWeLSx5C1PIHEyc9aT09D8YQPQEA,761
|
|
146
|
+
metaflow-stubs/system/system_logger.pyi,sha256=Je1uD4Js5e_HabNuAdxcuFX4iacOEij18HUALcuUewE,1666
|
|
147
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=9c0nlw0ZA8KZ-t1jFKnQ5IMrGZ9LpZNDwYVlz6k_9T0,1788
|
|
148
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=yDZ-__vdCvcNC0p7R9Qee_a1p4ntWSGA4RXS9eFDYXc,707
|
|
149
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=IVJ8innxh9iUxzCFue9o-CGl_BUEs9K_VHUkxaxOZSo,8980
|
|
150
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=a-wHAZ8yL5yXy_0Pj57wB0ckS8RkqAAySj7-PZDl2tA,2955
|
|
151
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=hxR4nUzvrHfmZBzTRtZ_dJ87bds8KnSBpn9_C9NUpaU,10212
|
|
152
|
+
metaflow_stubs-2.15.20.dist-info/METADATA,sha256=cvILcRNzWcDtb26N23x3-PovudHUXVFUAQz7m8y9-sI,1619
|
|
153
|
+
metaflow_stubs-2.15.20.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
154
|
+
metaflow_stubs-2.15.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
155
|
+
metaflow_stubs-2.15.20.dist-info/RECORD,,
|