metaflow-stubs 2.18.8__py2.py3-none-any.whl → 2.18.10__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 +644 -643
- metaflow-stubs/cards.pyi +5 -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 +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 +12 -5
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +23 -23
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +7 -7
- metaflow-stubs/packaging_sys/backend.pyi +5 -5
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +13 -12
- 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 +4 -4
- 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 +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 +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 +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 +3 -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 +166 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +119 -0
- 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 +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 +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/parsers.pyi +25 -0
- 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 +6 -6
- 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 +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +4 -4
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +3 -3
- metaflow-stubs/user_decorators/user_step_decorator.pyi +4 -4
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.18.8.dist-info → metaflow_stubs-2.18.10.dist-info}/METADATA +2 -2
- metaflow_stubs-2.18.10.dist-info/RECORD +168 -0
- metaflow_stubs-2.18.8.dist-info/RECORD +0 -166
- {metaflow_stubs-2.18.8.dist-info → metaflow_stubs-2.18.10.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.18.8.dist-info → metaflow_stubs-2.18.10.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.612983 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.646438 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.646049 #
|
|
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.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.590905 #
|
|
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.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.598498 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.590331 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.622455 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.594714 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import abc
|
|
10
|
-
import collections
|
|
11
9
|
import typing
|
|
12
10
|
import metaflow
|
|
11
|
+
import collections
|
|
12
|
+
import abc
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
|
-
import abc
|
|
15
14
|
import typing
|
|
16
15
|
import metaflow.user_configs.config_parameters
|
|
17
16
|
import collections.abc
|
|
18
17
|
import metaflow.parameters
|
|
18
|
+
import abc
|
|
19
19
|
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
|
21
21
|
from ..parameters import Parameter as Parameter
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.590557 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.623992 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.623508 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
+
import functools
|
|
12
|
+
import metaflow.flowspec
|
|
11
13
|
import typing
|
|
12
14
|
import metaflow.user_configs.config_parameters
|
|
13
|
-
import metaflow.flowspec
|
|
14
|
-
import metaflow.parameters
|
|
15
|
-
import functools
|
|
16
15
|
import metaflow.user_decorators.mutable_step
|
|
16
|
+
import metaflow.parameters
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from ..user_configs.config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.624724 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
-
import
|
|
11
|
+
import functools
|
|
12
12
|
import metaflow.flowspec
|
|
13
|
+
import typing
|
|
14
|
+
import metaflow.decorators
|
|
13
15
|
import metaflow.user_decorators.user_step_decorator
|
|
14
16
|
import metaflow.user_decorator.mutable_flow
|
|
15
|
-
import functools
|
|
16
|
-
import metaflow.decorators
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from .user_step_decorator import StepMutator as StepMutator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.597400 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -10,9 +10,9 @@ import typing
|
|
|
10
10
|
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.user_decorators.user_flow_decorator
|
|
13
|
+
import metaflow.decorators
|
|
13
14
|
import metaflow.flowspec
|
|
14
15
|
import metaflow.user_decorators.mutable_flow
|
|
15
|
-
import metaflow.decorators
|
|
16
16
|
|
|
17
17
|
from ..exception import MetaflowException as MetaflowException
|
|
18
18
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.596535 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,11 +9,11 @@ from __future__ import annotations
|
|
|
9
9
|
import typing
|
|
10
10
|
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import typing
|
|
13
12
|
import metaflow.flowspec
|
|
13
|
+
import typing
|
|
14
14
|
import metaflow.decorators
|
|
15
|
-
import metaflow.user_decorators.user_step_decorator
|
|
16
15
|
import metaflow.user_decorators.mutable_step
|
|
16
|
+
import metaflow.user_decorators.user_step_decorator
|
|
17
17
|
import metaflow.datastore.inputs
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
metaflow-stubs/version.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-
|
|
3
|
+
# MF version: 2.18.10 #
|
|
4
|
+
# Generated on 2025-10-02T16:05:06.612752 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: metaflow-stubs
|
|
3
|
-
Version: 2.18.
|
|
3
|
+
Version: 2.18.10
|
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
|
5
5
|
Author: Metaflow Developers
|
|
6
6
|
Author-email: help@metaflow.org
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Requires-Python: >=3.7.0
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
|
-
Requires-Dist: metaflow==2.18.
|
|
24
|
+
Requires-Dist: metaflow==2.18.10
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=PxbmJ0ZxBQpbZnp_1Ef8eHCB5jPogk9pUGw0TeEcufc,64684
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Z7uETqW26awjw_qS4rf9oP0ceBnO5peZtq2HeHWUW-Y,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=sNYMZdXO0puPz5Kj3To8Coglunp_GSn0ZHc483CHgUo,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=rrNvZC915ogohW4qpLjLR4Jxl7TyZd-qf7vn-JtQ8ss,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=jLWRogZI-4v_U3TspyeifPaqkvhhTbjgjFQz_T4z584,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=E5RqEnPQ0kyTB9BPLahkuCcbHTN6gSJRxw_Yj2jAsTc,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=75r4ub91LEaszQG-69gruDy1UsptSdiEnLOjgPU1Krw,34
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=lXyW5MF90bpLCiGgZdgEWJBRi36vLe1U-rqwctPZKxE,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=fQOj3pM6t7-GZLXwPw_lzsJA3Xb68J-T4aZf-RexA0I,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=cra8jApbvgn53Qnm-oXSy5j8LvbM55LWAmDG8-2VX0o,4966
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=oSv_H_m0zS5l29_SF730VXjFdswJbDxKPHRc3HrF8EE,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=_yLr9WgssbpA-WlZDJ4RxGXPNW360k15iSDgxxq-g8U,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=1KQWTJ3cjJ_ixTlBYqloiFPPhyI5CObZEf_3BwMgfs4,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=bABTFa3VM7ln2gdIg9piOZsXwNVI3Cz9hyrDXOWuoWI,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=FjzwFNFVH4zN5dFQn-tS8vR4aWo9J5kUvLnU78ZgaFI,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=pOI1ue46YVx78LmMiR88IhSdqy7Kyzr4qNxnrZohK2s,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=R39t6orbz2AF8SsCHD7sjDjLZk2aN1kq3HhVtz-63tY,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=mPI9BtoavZ7yAfhFDb1DFHAuUlrdJAvLX9GhK7dtZhM,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=p_fTWZF6f5OyM7yvsHsPA3VswhwqV8VkwWFt6yXuIfw,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=UjCGr0uu03H0unHt7h_2eefQVvlmaS4IwEjsJoPZqbA,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=hFiWpUVNyLqnOt6QkTHdcpjshcetvZxI6Pzkhgu2gFo,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=8_B2RBTRNubvZd5hXt87sqxnMbrOwiz7eiqZXCxVOg0,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=VOWF3PyH7x5b3BcXRrsD0JEYPbIZP0dA0gt4px2fpuQ,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=btoUEdStb3eLQw7Lpa4iBD2H3VeOohYVjOSnxC54f_g,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=o2e-UYbBkzVKd5JNAKhv70Rs9FKfwWbC73K867JQdsk,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=gZejNs4lO-HRPul2nQ22ynKvnUk9M6wDbtHLaQtYguM,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=vT4ZnXHK82i4WpOJN9Pg_U1m_NaSaa-mFzmiyeCo_tI,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=g7TIOeafV5zzsSP1-o8_PJPfwmrKH7UI3gXXtpGxXRY,19750
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=pi-tiYCCbfh_vKiWZnNuqmtUyUhETZkdElc6NdsmDQ0,2963
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=e2RVrGOooUdi0qO64zmPn4FVvUeumXL1WhcJ4OasiUA,2952
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=N6cEsXmQPl8VIdnTQkA6SBBFubQWY3XM0TXOIQ2a080,2282
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=f6BmM_SMF7bU6GWaeki_kmSzAQAtZbZ5GVGEg7kpd18,1208
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=wxWj8OIupBhN5WaZbnxfMUxnI-pxYv5w_ZmIW3ngygo,5283
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=_qK29yAUR6GuaBJJKU65H46iS_Jx-IVC3Z9kI8dhYKw,3908
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=lXRlgD6gy-oKomtzwPezBsEBDsyiuXrnEubI409vDHc,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=uYVUxX49Ww9qpSdWynnitSkqlCQyt9QeV1ejHQr56sg,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=XKrzpSrLvDVaZLSLbrPbd7wXdAsqCD2czt4R1n1uFN8,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=wTgV6PQPOJpEc_qumQVbj3aY8_jHPn9_Kc6Ugd7tiKU,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=Od96ncEofrkl0HUcgXYnejl6q4fbWvBDV_A-YZbEQLw,5983
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=rxuOxilDIbWAPohxjizonwU2524-Zo4U2Y3XtqJH_cM,2465
|
|
42
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=kHIKKky6miFdGBgQqtKBtY9IBOuzKmtLLis3FAtWhP8,784
|
|
43
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=VNFbD0Et9Q167nweYfcsP5W7FFIrbBOK2VA2rmEsTfU,3713
|
|
44
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=6OtgKI6ha_ql5E_4P6VHFSxFlnGCrprzvSrmu_0J0kU,1829
|
|
45
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=-_ZTaY3UPKQgxjoqz2nmnIYLH1M9Gf4ZqL0tEBI25os,1709
|
|
46
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9cVOLi8mr1kYnttyZANmoSrla6UwCw2ZOn6DLWN__vg,1198
|
|
47
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=CANq9ccxmCKHrZZIUaT5gc7FX1GyQMMhmoV5BuuN6N4,2107
|
|
48
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=wZyChG15AMDohsJ-W2UOh9XLuD_AgC4aq9yYb6F5WL8,2296
|
|
49
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=3yLs4rB5XSvOZJD2L19bPIlap1oTpGv_D9Gg52tSH5E,722
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=Hm8jQY_RZkNDi0Xk0TWgsM3SpiKWMNsCqsWG-OQPbUI,1229
|
|
51
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ndD11K0kSNz3l3QuRxbYZDl3VWi7-yQmtWhHJ19hIwo,3154
|
|
52
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=s3Z_ise_pQjGhOlL82BPXtWtTN_MjPyXJZez3MvLUOg,923
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=OLh3ww3YDGbTq7WT6iOP71z7NSdrOKiI4PDGm2iQXVc,877
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=A2bWDUfvMiYzhX_xVCxFiKzuU_7jnIcIG1m4ZAd_Jsw,1497
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=yXRWqOkkZwJydek6ohan9z1gtghtZi3KRDj4hiY43CE,3309
|
|
56
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=XyFTs1ZsXQ63a2ecl5hysRjdZuUPj2t3WTQxXoPapGQ,3220
|
|
57
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=wUDVvdKlKJJRN7Zn7xwvdo-Tjf8VH0SiifJiL14vzKI,727
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=8uyyS9U0NUhsojEdKoC2iL7O4kjIOFwwHbgRWpYwgCk,2634
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Ve9VzGozVbhjQ4K_n3KMvFPyQB3IU1cF94YUha_Y6so,3348
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=glZ5qJW9Y5WR7hNmXWjQhYEArghcve1nmxSo0ZMFGT8,14432
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=sGeulD_MsExgVOK5ih4d6TLdg29Edf9dV2uvRsQXeqo,1375
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=hwQc3eG2Foyi1tnVBHVdc_vEd5ivUgT5dmtWZAzf3j4,4595
|
|
63
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=07McS3ZzslRrZt1IS2OWhGhQ98pefz8An6Q4cBoCoUU,7546
|
|
64
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=LmImnVJEUpNDeMOv_1IurIM0iWMUZuVK-5Vikm3aOi0,1737
|
|
65
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=z53qfqtevBx5DgDrTcNPJIpvOerf1sekL0Onl5QQgtg,755
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=b4jeLpwtVzR9QMl7uX0lPGrnjEz-Wp6AmKZk7eZ9mVk,930
|
|
67
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=eteEHGl8wCE4C6eOuwsRhbb4sskDqUbpuBnTCTSEPe0,3138
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=liHbqudZfvQd4ulQh2gZzCcQWVQ-Tl54ZSd9MiqE880,675
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=uDnB7eu5TZGvNHNQ_yIrv_fL4ao7SrZUWUdI1Dx1qhw,3051
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=lQcBYMybaq2UoT_awzLFG3fnGxsAn17pHZm_2rAUFQY,3767
|
|
71
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=IMgc3DvPFRcu1vKyM_CgXCJb_Xx48nPlDVbGFosN1kY,6231
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=bfgJtRx278YOKcvDrp2EcfIdhwN9kEBOOohP1cnGIV0,645
|
|
73
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=-WjzC4J60F6FrkvxZJFQsceKrjcF_wPrYR3ECv2UU1w,3575
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=QyU1ncgD5-LBH1TA-bVY-ib3JWR2ES2yDqWsqHCC2Qk,792
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ZO5jdMxpF514bh1L5q35_s_Q2KmLLE8_fwvKqMzMoIM,976
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=dh7eRTQZdSI_PY832Xspl28wtgKPhwvKqEuRfTbA_NY,899
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Dvw6qGeO7hLKxE9qRYTpkwQEg8SMATBDgDj2h7pY8ZI,1637
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=QoJODlKLK0t6hbTXhB3W8N_Sfr3_X1yYiQRWXnNREZs,4631
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=YaEoMvNFH2_L6Mxfyb8k0O-tornbqEB_HYe2agUS8gQ,1186
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=S3Rz-geojVYa8QO9rnnmi9o8Y7_4SCDQIfbCumomIXE,1145
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=a7wITI7gawDPabamf5G7bIpPE7yS6d1v8ACD9D66lbk,4035
|
|
82
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=7pOXnXdOaMIBg_VXHPhhVIILKZtYnUqJXn2-YMIkmo0,5089
|
|
83
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=A5LS_qbGJI7SHv68iAnfvY2-_xnMvTVthMpGXBr0wtc,1011
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=6sieVJv3S2UVhX3J8Ps1dVrSLzbZqJK4SrQ1Q3QgD4Q,1168
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=PquU5qNWrAQmUasTcQi0Mf6Y0S6G_XRDcUmyQadYu6g,999
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=stYo6LOt0qmWfHkT-K_NccvZl5q-C-qcCPOOJ-cg8Rk,2289
|
|
87
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=mfY9FyyY74ougIh2gffs7kBALXDX_NYrwWxCSP7JHKo,2458
|
|
88
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=kM95m5KfpBHvPiy0ILcgOrBq9VXfZFukFvf-mPMqzkA,1568
|
|
89
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=DBwND1k3KoBEZPX6rNvvpQP8RhXeVS0OVHTvns93IlU,1667
|
|
90
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=2JIUv0YUVZw2yOOVPPijRMSgCVKtfDZwtbjbD7C6gGo,916
|
|
91
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=U2jaom4u53PyfBc0ZeFBCOJ1qLcPen5NalhyvBsNWNY,4909
|
|
92
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=kY3N-p1pbwnv4ffWnQSugvod-B2KShMzYQl_0CtLVxI,1189
|
|
93
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=mrPDb6oZ2-5iaGnBrN6Lgeb9Nl-ct4Fu_lisSUnLXlw,2935
|
|
94
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=MXOLZImUWBNYufgE5Txq97aJ-hwoaMBQSxP_luJVJuQ,3247
|
|
95
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=dV9bIidFsDQV4M0mDC15TAeevt6SAYMaTc77EFNGBX4,759
|
|
96
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=C88dpZxq4HUmr9Dzfv5WI9C5r6zqgFHhy1PsNeZuFck,8476
|
|
97
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=YquqRlBc2o2REN4ranyHpJxBctoArkK4av5QIfLswF8,2470
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=BZdAmsjL4Jzf0UD6TqfVwLSpuEjFZDg-k5hFjx5bIf0,1027
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=EivveB1mf82O05oeS5uITSD2AAxM4Dae_SMvnL772ZI,7501
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=CkPFc3yelpcoKnY9gcB1m_22cG8_9T_ayfIzBT5A-cg,3196
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=jbkb8GrSLwaLvf2NbFgrMdGziTKPeJ0vP6iSqs3Crvk,20039
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=cgNeBeVJfpTr-yWXkfquD5PB7otGmqZnIBkxZjpFRbA,1479
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=r2r1PCZ05RQMi57qbJ8fVBFC2JYm3SWWxPpLA-JQaFk,4248
|
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=kViu1NEzWZDDkDMjBhnsVvaDvmga3Xop2MFa-pK3MBw,853
|
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=G994oP536CbXCrgmA0h-pWRzVbeUS0oZFp2-B0e52cc,3774
|
|
106
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=59Mkb3DPZmfqd9c03K0S3m0ywYHa0QuS6gkL7FpN7BQ,933
|
|
107
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=mCiLZTvANcIFq1tohloRIteQURKFxSpxOtWJUdLUeYg,2797
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=my5KIdLAQUTAE9ib9r-Nbkb3u_eCNQ3puhG8hVjMrS4,1204
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=tbyL9D0CmY9O6nf0mCd8knBkZiYp2hhru_B2r8JT1po,24447
|
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=lAlA01oC7728lKFs0tvtqDbT8SrjaLle5BWKt_3F01o,1036
|
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Wfr6giqxsEQHxH_8z1Jqpa_M-43XlGo9tLKll1HtCp4,1132
|
|
112
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=cwEyc8O9qA-4xzcwCgqRU4asmYKLFpQocQa9JnDVI7w,611
|
|
113
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=6aQKDlKFvBK9CUFtrtPQFFHsXDR4_9nWkLhegcw_WA4,901
|
|
114
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=sQcOVx_bh6z6PWLtdDdvxfgPoqOFqOVQ_YI2_2XRzDw,587
|
|
115
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=lAMIjlqARnjpIM0HOVbphKpy_MijQKLB3laMni0xxzs,1200
|
|
116
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=BASGu5VKffHOygFW_3Dp8x20G2zhO-iU294_PtDq3q4,923
|
|
117
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=rnjRcBa2eXeIdk1TvZcAne9bJc9yQCfuz_Rw_hvksJM,3298
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=FezM-M6cT3rwgLEzGly8htJH9s3_941jbQckZJ358Qo,796
|
|
119
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=LuJSEVrFlOBN4Qruy9_3mSnT_AG9K56GY_RqyNouhWw,899
|
|
120
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=a4HNf4V2JUlYy96xHYrh69BuwZ9PMAHB4Pzlot3dSyw,1086
|
|
121
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=wLn2RtwwGMKVg9OOiv31EN3AnbJo_8mxcEVmAO_4Ges,1641
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=UNPNcwnfmGBWnvyknWhZy3X6aMVpRxnoq31YnSOm7qA,905
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=fp21uqlb7GPPSaFGZOpBeLP_n94hdnPOtwGOijTK80c,1707
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-cdMFHTsV61skqlBjNntoacynPPnrCg9lPr-hDUhnYI,3833
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ISbLXqD8c6FcOeygrM8xl9f7yXFNRYpGYUVqgpRiyWU,1326
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=cML-aN0Y2Ua-pZttg-I2Wa2izMR5sxIoi7hwqkK-4ho,7927
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=6JufkAvejyul8mdozh0oYiexR0-4R8ldmWVlU-S-K88,2525
|
|
128
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=HFSqDbH3GSldnfcNBlMh3-44hJnAMUrs-e-ux8hpn8Y,5425
|
|
129
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=oT64_zgESgYi31Rjhc-NEGkZ0ObvYl7bfj2pXQH-1jw,762
|
|
130
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=0EknFMwNiE0VqgCuD77Io5VCDk3kuJFK0XOIL1F07Zc,948
|
|
131
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=nppJ7IXw8l6ayAt5iOdiG98azFErNLUrUGRoXuAVC0g,3855
|
|
132
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ZZ-wWNSmUK9Qerht6coAFVqtEH1BPyxZtRxz4zPOqUE,2465
|
|
133
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=wTzZlPnv35hn9Cwy3h3MXYaGy17U_AyzuylQcbKnF9Q,3741
|
|
134
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=2yZ0OZiTAHVEKphBwQFQg6iPXk4eSQPHwAFRiIfNpks,2650
|
|
135
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=yJp_6HsttIZ7ShMy79gpbVjgtsO-HdQLRTtfLWuTYho,834
|
|
136
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=LgW59h6X0Q3XypUoMUCwVqwjhhpfsIdh8veW2GBUkaI,874
|
|
137
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=1Idjg6z0sTdy7Sq9xKHIf9wHsTsXp4X48szQL3bLYFg,1208
|
|
138
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=l3HZF_T98UIDL-CcAxtCQWTjuqQXkHZZNCRUAEZ8DvQ,986
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=3f1zw3DZ-OszH5GPE-E-daq_bLEHXuL4mL2NIB2zKxg,1744
|
|
140
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=LKyzFOkfniofMRb1EvQpqLyJmEji2jOkCwDjwxGZAAo,1224
|
|
141
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=DYljnP61D9-9GzE6yA16Qt1eTkwWgPKFzH2GvgvdDZQ,1417
|
|
142
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=pM9mjeu-jXF9UzPqjUQmd7skajlz2DnqDaHQXGXQA3U,956
|
|
143
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=AMXMSD_hRfaltneGZFGKgF72akBjphdp6PHlYutfzpc,601
|
|
144
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=lTsIbZeiBuBcZMNlOiqOPp9AFP8ePuuxiFDz76e1nrA,1383
|
|
145
|
+
metaflow-stubs/runner/__init__.pyi,sha256=0X8lmWTrSk8UisEPxkh7dLTB8wAR8MgG7_Cn_6RLTLY,831
|
|
146
|
+
metaflow-stubs/runner/deployer.pyi,sha256=pwjNrNDxqunbJh1j4rrpD2zPkHgUsliCmlr93e39cpo,10115
|
|
147
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=3uwYSqYoroiTzuwtAI5j9ws7kHVtfd76k14zBoxGKcY,3678
|
|
148
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=O15ikZmbISJOrxdU7knaY-OHOInI4iqz9XBf3lHZVSI,10997
|
|
149
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=3nJL5KG9zq1YlQh17XgoKONwhREC_DxWq-_gRRBIjaU,2946
|
|
150
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=7ZaUbSkAdSZF3USaipwp3D6d1ULYfXR0a-rhx63SiB0,6035
|
|
151
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=WTjFWzHdSOA_JcRFokuZpYDqlGxjOmZK24kimYMbpk8,9342
|
|
152
|
+
metaflow-stubs/runner/utils.pyi,sha256=MmDD-H7Fg6IN96Q4UQnbie5KNXI90XsSNVT8XgZVbf4,6004
|
|
153
|
+
metaflow-stubs/system/__init__.pyi,sha256=px1Z28Z6J41nicMTWVccz54bXA8An5KfBZ_XwyIOV7s,761
|
|
154
|
+
metaflow-stubs/system/system_logger.pyi,sha256=l-cilLkTKbBMYG9aJKzgJuxFDpXNOKFI7jiNuB5oeac,1666
|
|
155
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=yEjO3qsNJWfg4t6wux04Gr2prnxmZiXR6SOCsVvvtZw,1788
|
|
156
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=NTX1ckE5ahP3w8KokS1oN2SqwP-g_62Fiy44JXhwNRQ,654
|
|
157
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=8nreSBoDTDv9O9EACa7NtH5i4Cs4u_TM-Hr2p3I-3qM,3008
|
|
158
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=F9Mp5vsjVWvxM46puRY9a45jJgbr6tads7jLA_J4F1k,10232
|
|
159
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=Dzedjf91TVtaVzvbeBjgj_WiW7gKkfQYTWi1-vgXi2M,785
|
|
160
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=nQtZoO47BmbtDvy00Cw4-RToBcp5pOJrm4GttR_8wC4,1391
|
|
161
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=1Ok43HQAo_3jGBmbCQfxO4aKCSgiM6qMideEhAEKVZs,9333
|
|
162
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=xgRIbFSe0TfoLRRYUglv1pNJ3VKmbFVY5xhS8PGd2X0,7062
|
|
163
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=do8wf57B1dMwVbvBjsmbvbMdE0eZasOiKLDtuFh3C_E,5039
|
|
164
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=cr-Ft6zfE2mh-xrVhtTx3iXcRn2UYvesysDaa2CzzQY,13314
|
|
165
|
+
metaflow_stubs-2.18.10.dist-info/METADATA,sha256=Dxse2s2ThFzRQYUfSQDvUQwma4OUs0EHIZ7eQe97wOY,1619
|
|
166
|
+
metaflow_stubs-2.18.10.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
167
|
+
metaflow_stubs-2.18.10.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
168
|
+
metaflow_stubs-2.18.10.dist-info/RECORD,,
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=rARHVKC2epsMaPJpI_hdyiMbDi_RAQ9MByAFIGOU7R0,64628
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=IVtEHAR9yzzJUdy_w0zgbzgeFp5-RaDN2IqidGEiCOI,1712
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=ngJbudAJRicCAuXTlzhnXyRnrqhovZ5YJcWV8FbMPvA,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=gT0DInvr8GeoVwdyytH0TDcelYtycwqBEjJCj_MVpWo,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=-BOPi6rKHa-Ch9jDHKNSxRe-QboCKGFN6w8fIcV_V3M,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=SZK68Ua9tXoarDN1LMbwOpyIEHOvBZ4BnugX6HwTv3Y,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=cFg6WVrS6bbcnuSpGgzP-fgqSV2QNkNQpBAQSQW8Xug,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=iz42dCMr3SfixAbSUbm5ybyZzCtMu9hetTJ3s1ajYGA,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=mhFNQmLa9xZoFaeU5h_9R2DpMggcthMOgWDWF8W8bok,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=2KL0lDVcahSc05HnAK11ayC5P5CulybhqhLsAujtqwI,4966
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=mhX1DTHj-u3RVeuvVRhD1rH0xAoAWIBhzj_eAOWIlL0,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=IpDi43t1aQnOLwIGQcU_6HL8K5ZoNGJpzlsvexo_GqM,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=2jJlu7RL2Eq_XNIio9vnepO0SGHTaKo_MmhE_2Rd2H0,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=0YXbukOGZsxHLx1nKFMivR9sCEuBCA0Eb8ltqt7iaSQ,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=EDuKXzCCtCvLR6zh2AOaIfrHw8RVuzTMFd4SwcZ2GKg,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=BTR7UIZkGDr5T3oI-Y164a88yt5mMEX9Rh-0gqbxc6Q,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=2KUkCw169t21v2r5hfjfRm7-oucE03EgDGOE-uEdgAQ,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=uiRwxY02Bp6RpKo_LA4XmbLhTTiwBXJFsBisyZKkcxA,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=Gwq5cGRrEBsII2Aw_tcQq8H5G7OthaSMx7iJVpGAhIk,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=kPZtPn4h9pkSJXOYQ1IWU2kmP0PQ7_A5afWpq5KorNo,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=PsR3p8cn3Kgo8-EpTnE7LNqC1kk_sGKJ99lRxE1y09M,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=8PRaVHs0O8fq1XKqyWA3dImkbJOETp1R_5ZGwueP4Z4,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=vM7R6iBt4j3CU5zyVyhx3KlVIm-d03DFrWJ_hubTav8,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=ZsBqoKGZhyyHRPlmhlsq5HDINjFRpYxdBjhW7IHlxFk,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=0u4-h-P1O0bJyydaUx2A09d4X9BN9-O97Hj4pf4IDV4,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=gQEN0cLmsqWlJaAm-ZmDNaXe8ZfyZ7bWe56iZ0MSqy4,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=lbberWXOKfq0vz6pDebB--GANb-OVkByLGCYDvYLyU4,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=ZSlniBsX7Msx0uLN1NH9-M_iNgevSyjGKTFsV6askJw,19750
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=2CjxUfZkfkSU-0lmYKuY4FTsq835KQWLeFG5CBY_4hU,2963
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=BXyy3KW6lX7pQK-V-uxv7fTn1mrmW1Mz6TGtDBk6bMg,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=pbYOrQROJtX53pFWeljEKqiS6Aih6E-MV7mvqk17Vy8,2282
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=sjbuAu0J6RtOXWe5XesRCOQnTSiW_8gc6EjECusjpRg,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=-9KJALvL8g7ByTaghEH32uo9tzTzmkwrq_ouhGQKA4M,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=eNfYiOpri2V8MuZUDyTB-U_7Z4LsULxiI6Ioq-3jMdc,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=y6ZCt5jns9xtyqTmsWx598YgoFiVHDKGSQ813TOszMc,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=gTs1_kY6gMhF8hKDnwvLNwx-ngYRc8ak9yL0L7bI79g,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=bV_gx3UKIy0V40uWS-ghuU6oBXvWywe_9JGxM617yxY,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=anmZJ5Q6hruEmpd0vHXfOM9LMCzY-QhBRxz1QR1mkI4,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=tvCbd0ccWGMYlZGBJFj5vhIH9aQW_eNGTsee4sn7gU8,5983
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=02JoJdbVs2iVmvB8ThnX6rNASJBlN6qshFgUki6QQXA,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=nenQl5rfr6izxc-nliGrR8NMPVw12GSRc8sIp-c9CqM,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=feEYQaHygN9nkn3S40AAI1R2qUzx0bvdVSuHzGHSVbE,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=4Zq4cCyUm-KKWHEmmj0qhuUISPqJUPTnElN9XGi60P8,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=xuVX9Ekhl7Z4eT6-M7IzpiSVJxxNjgt9acO8R7n3W6E,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=4Xx_Uju_Bzdcg8Od5zjiMRloF4ctz23qgs7xqCa74-A,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=elS3ZHBhNQZUjtp6SduWKI35u9oIKfTt9C1mRMr5Dw0,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=lfZeJrSREBjpi_7djSypmhTBHPJekjFVujmGefqfIBM,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=cb0ValL5B9kp5ddTUF5r4AERyZDC-YfpsC1sxW6xSDk,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=LYQKlcVIlHR0yzjWpyPnK75IZbHr2nrsupS0UVvcocQ,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=qTF3f_wz-mqJkTauwnNu5xpKQxOkpQ-JhdcpLQ9-fkY,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=TL03yrXU3iiGKXu5u_MHpDskrysipgcgMUBQJVjHf9I,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=1EBD6H9ODNVgK1-4-tFYRdIkLsKQ-h1UXYmeikDdfdk,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=HCRHEhBnuBX94vrPuc5ppUMfny5gWI7mbh9rYY14YQk,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=CyslFW_5L1scNhDlUdaxgl4hEwBb5Y8MOwXoYvAjxPM,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=FYXofir0z37SPxILwdNXEGf9TsrjnnkoPBn0O_MIMnY,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=SnPy-30k4S0Lti1svKZRipu2cLBBD48omOciGLegDLg,2634
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=-tYdrEbsAxVSqSzmmBb0lOxLXW4z1r_TK1HwgYy_82I,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=C2ioFbrm7jSOePqs98yyweW-QUuPvAyLCNN-mgl8CZQ,14432
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=h3XM02rSkea3n1PdWKnMoXDxpHfeXTa7xooMnZOD6KU,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=9To1ZwjquuZW-zJ1Uw_FKhhqy7Ps4wCaUtrP4JVFySk,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=93jcvknMBJh--QiSczAVXNu0RPOe9O48DZ3NRy7DFPo,7546
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=IgztCE4jaX-AYP01GNhOzH5dIadxtGY5CrhrSpbs0ZI,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=6e-wCyNQV9sLYd96f7rS0MRbZ-litLUHF-MQk0qkJTA,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=yI0QFPPKjMSDMMKjMWCaUXBGFY0zQ1hWecP-99uLBwo,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=y_XAxGtPlu9HkJaFrAaHVhlZXdF7RGLBeZIEEYrRdUQ,3138
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=xrgjBQGy6r8sF8V655_vNS3z8ws1gYlwZaFu5qlUgzM,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=_7xiXkLSojvt-__C-HvElMhLdZy80LptiPtuGt4AQsA,3051
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ZQBJdJ27Ahi_-8M5b2B1asDge_HIiIKt30OGWX1GMNE,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=y_S8T7Ne07RBlSweI0XUsE-UHBVqUAhaPu57FWQ8Lyo,6231
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xg3cabaInhkEXSh3HmPZaxyIp7v-ID-zdtcT_eMLQ3w,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=OORMlbBlr4gjyTF4rvdPB-B27mgBR8u2D-lv2du07ec,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=GVrQ39t-kBea3fJPjCnU6H2eI0z3WP5TAjzgPVg6R0g,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=_fjxgEn3MZQouScyVNOwGfi4In4X-yDxjlR4eYKX5zg,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=iKLoOruv5LcujFFsQ2GT1I1BKDobBewY8LvxO5jk1XI,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=C7x9rKLnzz1CdGSRiULncmYHr7UUkjyiqw3IF8l8f4Y,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=NXaA6QIUR1sT_Dof-Dxz2EJChY318lSmVOg7_3PinXo,4631
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=V3ZZz13oRc5wyV1qLWMf9Atc85YjQLmr5vGGH8Mw46U,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=yRvi9w9EfukkWoq0OnxxID73oun6FVf5aYB6BNnnydY,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ybfXvy3D6bhCpdaRr77g_UlDwOEgWnWYINQmha8vyfo,4035
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=lL45rFnX6djel_ZD9TnV782BOhO_3pcrlbxlG-N7XUA,5089
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=1yP1Bg9eYVZtTcz_IXmmXVVwdSTUJDu4ia07VuM4PWE,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=dFSGVw8rYqnzIG6v7AlO-EDcfm6okjrwOVaY2i-QhJ0,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=sDUekTsWBBZYyJVg3jCKRQoA1IpqE72-RqX639XFVm8,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=S9lD6kfDk0NDwhwctlYIrNJwESI5yi7BVPchJO-vyRw,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=cuVoBVzwjd12a3HKOYWgE95XYKhZZw5S5q529LslSOk,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=meLBIcbIh9jXbr9qmDyNcsNhevdge_VRXid_RLn7Bus,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=MK7L_d8ltpabZIeU0DUSNBy62YJxYGtEzrHegflMKnE,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=TRurgzpycF4dpakaF5Yhpvr_LEw8889qOYe2Nvxbi0Y,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=T3ftLkADEhcoR8L-MMZXUGwehah218TBzBddNmjc7tc,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=-BkfYt1Rj9uTcuUXkymo0VUzsPJ_EtHkBWvTInV6xXY,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ZPYfaQ7DzjewfA55D9uninQlyOEKgLI269ElUYXRTPY,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=vijHJv9rpb2Zg37ZL6RlLmDbmK5iONDoD-8JX1Yrzr0,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=lU41V0f9VvLlZhIEg0eYQ3GxFQKnrUfdYNIvDA7Shtk,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=m3vk1PRqsnZHJLeV1bH55RUOASHceq6OeEW8NNl8hus,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=J4k4y_VVYpOpKdIAkmg0t3gOxXMLuCLjQgHMqdCrFr0,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=cxM2_MPSjLb4fCR4XmUkuEjl6-RK3Po4SH4a357YEb8,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=3ZXABbELcnVZr4q_SYa4ewdDuqIMz_S4X1OCTbc5afQ,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=I-OQeBAQ3WYD8GzI_zQd5lbf1x5M6ebwgQyJdxgHtkc,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=bJI13FUWF12Ts5nWLB1YKDgAcS49JG40EioU45xP3d0,14395
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=xWC5Qg5TJGvw3c7UENNsTl6bghxzjzMG58o3oTV49vA,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=sNEYnyjwld6cbgrUDeS-wjq_sYsZzrsN_rnPNtu_2Rg,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=hH_4Z-abvulWdOu9ZndtEB8M1fX0S8T-xWK3_-NJUSU,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=e9vzXC0--SOcsazy4m63PsH_1RevmbD3x-rIvoYHfgo,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=H7rJm1auTlz2dJ0nu5gaaJAUbkxUPND5kCd-7jmbSdY,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=8h_c1JT4cmr1hKru-M61c7EmTu3m_hjZZa5dPt9xf4s,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Yjxp5eVE9iQllpqDHvGzm5ypi8eXHPcNKWau80uz5FU,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=PM5c7LJd_4Iua85Qud9pwN5WrKEgobTq8OubbMgIZMM,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=EFCUSlOQbXYDwcF7zcMuZN0HlGxnBieZFRu81265Ygk,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=JSHNIhVybPbyniPj4kcIjaoDNJC96mJvM8WiS-pq1So,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=QAGWaudgnTjrfSD73knHw-2w-WN9AGWW0Rh7AjbHDFg,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=A2Hd6wsL1Py9tERfIK41NpQJfk3nKQy2oLdLVHY-Ifo,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=VDaGxY4B0M8xtyeotCSnbVzMCWMa4Xvh1KSY02DNrSg,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Rxxx08dTSBQkzJpr7aY_inwdRfWf4qmqczVN_uxu3lE,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Tdb_ypXEA-sBtGKzBaQmnF0lINoUJuOY7LBK4yPRMhk,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=jpckFHtBBYVeYHhhrzLbrygTxYjqrtU1S5gWWWR8s90,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=_UiVM3KJUWthY1C5jpmYu77vteskisdSePgDCVKKrAs,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ttPK-xATEu0sryPm_zAQt9TZ4VDcAuE1pffi0Op7KYk,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=QrpK-K_0J62AR1kjwcAAUosO2QQiMR-9S65TmwVmyhc,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=mAFtxqWPQ_R6CW99oEoiqOPxy7NLiQdxx1iyvszpfsM,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=AjstAEsTgs6X1DDWjTip3CLSCsqqG8DEZhMBJl0y-fY,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=iBHjMj7zX6I0RW1xTu2fmRSUF_fNiuJtozUbpL7EJQY,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=NcZdFPWJeOPTPQypdGY9Jm5pBWmYmLNUlLGsFpy_DvU,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=qAZ4ntEvMO95CdhVl4zspJjqY7bnyH72g666Pqy3iW8,7927
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=4gp5conuBz2sCQWsEpmknvk9SLXJmsvsVC82cqflsKE,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=JZHig1xTwl82sd9AsmOnumQMbWdXRjW_HMUD_DqcQWo,5425
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=mjsjFkdZkJOJgCgNVc0TQC7HwkGibAbFRsfOf8jlPNw,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=xpMhH6fcXGRfrYHAmeVLMpS5VM98TybntWac1mjHRF8,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=MLvm8iZzpa93hgRwFTpg0JymtVnCzB_yfTUk2QoTkpk,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=H5h1aW1okCQLVgHLW-934orhwibaONmnQR9ZCpFu_Og,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=5i3CStmVgAffuxyj-ivGbgz4jyS-B_H2WQCfE3FPo3E,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=XQVK5SiEwM4PA-SRn2yd8tknnLZat9Q-uRnfUpCeduM,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=K58IzJlNDjjwlJbhPlerQjmLyaqkhxSYxs3A7Jas7GE,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=CgCbtZXM6J_27dHwwAEiiMtBPuUXu5N-rOW6C5j-qz8,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=QDaFiTqUxutZ5FIZDKIEfRpzi18h6bAEKb1mNVYGWMc,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=bxG6ym5z2bSIHXR_0v5zOc96hphJC7u9Hy70MtwLHmI,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=OcSfqBD5kMBiADevnwl7oQmmKZvE_O_GWJ8PU-OrYWI,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=UjZmYU_lqcGn_xYh-pgJ8BN6F_JATvpasfsXTw7Engs,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=q8ZAbfAvmof1Ua0Q4YC8y67SeO0EIi7KRokxf9nTToc,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=qmE4_ESViL77k8PbyKV0WfZZPH4vQuEGsZDKNuU3e3A,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=GuJc9vS4ef-YlLIHKmow2_MAVNGwWNGqrDbmwoW-jXw,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Vsw0AGpTzZBDOHcHuo8iMLfbNo79djiTM1mi_louGuE,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=fdCtMVE5raUzUFmfi4J5-szGAnqKCGiKRRwuPXwbLzE,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=60YiSlmD5x7P7ha-CA_8gpPjgQcV8Wd0dapBiBCEGsU,10115
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=1uixGbiPZ-UB9sS4NlQ_1udPXXVmDr4nIUXKEECuUjI,3678
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=ryhGf7Tt5svpISCq8oIVtK0ZhQc5sKwSSvqQvwyJRb4,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=0436JhRR3zSc3gYFomy7LlLhVM1NYL8f63_FGA9q15c,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=mzQ8UJB-KkkZw5Hzpj2W9JcHQKlsgRQQpzqdVkn-Meg,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=kzOaJS-aZ2LBsqzXTiQDn1UTOWnAnwq9nOk0QSdvqRQ,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=vo0TF88m-ogya72xYtGz7WJm1bWv0qqf1JVf02GdoAU,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=bu_mx0a4miYIXJonzX0MqOUpODErl0P8eAIv1AfBW8I,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=rRklJGYiJxD_u_zsHhGICQz-IDYCI2ImkIbzIXSxah8,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=ymzF34jEK0Z1P2eyW5kljLa7mbOzhzJf0D7R4j8NRCo,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=3kMootWlJwIVDTaMMpjGm_aguo5KASrECWL2ERm4dYE,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=HfdaSZj2BfikVeVZjfJ7ok67LhRwY5nUD6Okux0xFcE,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=l4lTU3u0wJPbo5di8VwlH1s21yfFSUTYL963vof9rBc,10232
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=QM3jp5Ufuf1-PnmSLuZBpPgbCY8yL-EcWE5U7N0yRFA,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=rPOYoJaWJUWJhpOyC5EPpw1_SGqy-vOt6FG6mWzLlaM,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=HrJa-gV0GWx_2DIKxt_GVy3LWmLnoPXgqHfPDqcyTgw,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=4nA_U6fFo0UAadjquF-74c0BryN5UPxV6H3_siPwpFg,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=gtQsRhttsUo40vH0wFTmgLO6bcdb7CIRn3zp81iXWqo,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=iRd2w7JDBGyn7IuFK8NaywnTgKiDX_jktU6Qwx3X67Y,13314
|
|
163
|
-
metaflow_stubs-2.18.8.dist-info/METADATA,sha256=GLVNHJr2VYJESQ72Bkcgq9lukUT04hC5ke1ekzC8KLA,1617
|
|
164
|
-
metaflow_stubs-2.18.8.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.18.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.18.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|