metaflow-stubs 2.18.7__py2.py3-none-any.whl → 2.18.9__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 +664 -663
- metaflow-stubs/cards.pyi +3 -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 +7 -7
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +6 -6
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +13 -6
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +17 -17
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +6 -6
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +14 -13
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +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 +5 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +85 -5
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.pyi +25 -0
- 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 +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +35 -35
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +5 -5
- 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_options.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.18.7.dist-info → metaflow_stubs-2.18.9.dist-info}/METADATA +2 -2
- metaflow_stubs-2.18.9.dist-info/RECORD +167 -0
- metaflow_stubs-2.18.7.dist-info/RECORD +0 -166
- {metaflow_stubs-2.18.7.dist-info → metaflow_stubs-2.18.9.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.18.7.dist-info → metaflow_stubs-2.18.9.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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.343733 #
|
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.290987 #
|
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.297538 #
|
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.290401 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.320584 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import typing
|
|
13
12
|
import metaflow._vendor.click.types
|
|
13
|
+
import typing
|
|
14
14
|
|
|
15
15
|
from .._vendor import click as click
|
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.294727 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import collections
|
|
10
|
-
import typing
|
|
11
10
|
import abc
|
|
11
|
+
import typing
|
|
12
12
|
import metaflow
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
14
|
import metaflow.parameters
|
|
15
|
-
import metaflow.user_configs.config_parameters
|
|
16
15
|
import abc
|
|
17
|
-
import
|
|
16
|
+
import metaflow.user_configs.config_parameters
|
|
18
17
|
import collections.abc
|
|
18
|
+
import typing
|
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.290642 #
|
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.321996 #
|
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.321548 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
+
import metaflow.user_decorators.mutable_step
|
|
11
12
|
import metaflow.parameters
|
|
13
|
+
import functools
|
|
12
14
|
import metaflow.flowspec
|
|
13
15
|
import metaflow.user_configs.config_parameters
|
|
14
|
-
import functools
|
|
15
16
|
import typing
|
|
16
|
-
import metaflow.user_decorators.mutable_step
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from ..user_configs.config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.322734 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,10 +9,10 @@ from __future__ import annotations
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
11
|
import metaflow.user_decorators.user_step_decorator
|
|
12
|
+
import functools
|
|
13
|
+
import metaflow.flowspec
|
|
12
14
|
import metaflow.decorators
|
|
13
15
|
import metaflow.user_decorator.mutable_flow
|
|
14
|
-
import metaflow.flowspec
|
|
15
|
-
import functools
|
|
16
16
|
import typing
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.297363 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.flowspec
|
|
13
12
|
import metaflow.user_decorators.mutable_flow
|
|
14
|
-
import metaflow.decorators
|
|
15
13
|
import metaflow.user_decorators.user_flow_decorator
|
|
14
|
+
import metaflow.flowspec
|
|
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,20 +1,20 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.18.
|
|
4
|
-
# Generated on 2025-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.296515 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
+
import metaflow.user_decorators.mutable_step
|
|
12
13
|
import metaflow.user_decorators.user_step_decorator
|
|
13
|
-
import metaflow.decorators
|
|
14
|
-
import metaflow.datastore.inputs
|
|
15
14
|
import metaflow.flowspec
|
|
15
|
+
import metaflow.datastore.inputs
|
|
16
|
+
import metaflow.decorators
|
|
16
17
|
import typing
|
|
17
|
-
import metaflow.user_decorators.mutable_step
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
|
20
20
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
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-09-
|
|
3
|
+
# MF version: 2.18.9 #
|
|
4
|
+
# Generated on 2025-09-24T20:09:24.312539 #
|
|
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.9
|
|
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.9
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=JMAE8uweLfuKzKQpZwtAeQ5xBIcaAjEouJe1caCyLH0,64684
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=P9uOaUIPc3VT_u0Fbr3JpvTv8meI_l9CcSar1IOcR6I,1712
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=RxVSDFN3Wn44fmARby6PvUoDkgoe_JIFHLdVZypjWss,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=p8-_-J40DW4Mx8G1I_2KxbnDsxNvUL-PWXupXl_glRU,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=uK5LSNCVraFR01S-wPStPE_dQ_8f3Kq4fc25SSzINOI,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=P7tCYg6I6YNRTjqEFclyUph2nf0JD0aTZy3vfGsKAxc,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=CXKUP6ek2ZyHC_QNa1y6LitP75QTFnurOMew7aAdrP4,33
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=lRYtEOgj24lPv81htFktqWBHPyOHq0reWESQGfxrl5c,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=RQ98MLexfo_qk6HJMpCjaWyEv19K7btfMPH3WDbqWlc,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=ir55NDAzd_n-CZN-uS2vCv2mov9v98c0ADspZQhxa7A,4966
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=XFtje7Mku6WgD_UsFUEVg45J-1YKIhDqjnEEh7HSD1c,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=fgqUtA6ZoParA4CcGqlWLQHB9dVTHeqSs44ItpPcgRQ,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=5jBrK8wYr1BFrkr3yozG3AarfeSPc6Py4jI5qzkSvNU,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=keNtWW5hFaw5kVwHOj9UZAv7O-rUugkQLy5yVujKfOc,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=eY9v83xRcOcwL7y5dBPSILzoJC5n2NpH8gtjCYo8aTo,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=5j9r5QWySmiGKryFRdagXv-tit9YAx-sr8SOuXAXPJw,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=Gk9fbav0gxLwiqP04XlVOK9f6XV1G2f6oJU0sKZk_nU,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=2Vam7SBRHGFglJb8JooWfFunTsvwwplfwg1Xz2Kzxcw,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=OjJxzCBzWKd9HaDC95pElmYXNTagl9UfuWF8-SKY2ao,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=zwyxwStmVK-pKaCyJ43cW6hEeUUuAWDHCuLRYnDolz0,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=qXDSvC7utv1p1CLYfw2RsQSr5HBl0vNJd1UQ22AB4Lc,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=Yy29ILTDlUmzVa5CdvqK-SPYjniQsT4_E4jNuy0-JSY,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=3g3faZFFObmVHnXhX028w3B5Hj5TAAv-arsoTVubmQg,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=kEYEossZQMenxDWAR--PDHn2T05mlzgUqlMNbj6bG9s,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=HAgqyNHq0zbi3mmPzHJ_lckMsVVYlelaTThNkgb_e-8,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=KXfWHl7d9UvzRtl0tNsjwZdPZUyWaDWRRmTwoPsOKt8,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=aACOEtVu8OcUyAe9URnjCKpjowYuSUf56y4Mclnj3Wg,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=KOir04dgVHh2naSoobgtPmhjBcyY9KNXvT2P22uLT-E,19750
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=ezJOxj-t6_BcFRxv2OJiaQmvEWx966hyGWLu166Sdl0,2963
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=K9RAFOKBtDKHF5RGpUCn14TfK0EwrBEskhr6fHrSa9k,2952
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=EFN_kGOPqEhqKhLliHuaJJtf8In4pflS3y-cNRhMRkA,2282
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=3lJ1zHATdasU71BahIsFKXokjMqERZwyHaUy2WRXNMM,1208
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=iO8yqkX4Y46W5aONynHZWyXREiRsUQ6nQPsL8kW0E7E,5283
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=RVH5vy5_I4Tt3eVQIk5DkTTKZdG8mtHvb4REXpNGCqw,3908
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=-3YX3GHY-YE3cGbkVLlHRwmaXAe7mrroqbmn3A4VnFs,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=SWkd1To_hDbtfM7hc8u2eHnZL2UBkCfaTes5R45Sf0M,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ateYNUtCxBEo831gVDwhtReWxGY4MPprUtHjxeIEUuE,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=YEiv7Hz0YcrRd7EyTAgPP6fIDpeh_0XP7RCTe2XxVYA,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=4G8B7V_6EdT-fHSOplKHU6FiFDzk5M-mxD0TZh3auJo,5983
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=tLY_1qSCxkCz-CyMBQedQfgL8h5kRfrHmlUHnoPQuWY,2465
|
|
42
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=mbcBifDfu5OjgXX4KDnTsLXFADZMf13EflL0EjeSgok,784
|
|
43
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=9jBahZZ7hcbnEKsfRCaJohh4ZXNSfJ0Mft8o8Gqvxw4,3713
|
|
44
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=YEAfN3NnOKc6-m0hMlzkhjZ84DUBOrJ8L_XumQg1RqM,1829
|
|
45
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=D9XK-fO3KKCcClu7maUaBBQ9EK5W_Hrfk2A8WTXQWjs,1709
|
|
46
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=ufzAWVgktQBhviSVJOdvV8AYFqLaooTQsprCOl_SmlI,1198
|
|
47
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ITXRaeaxvXfnT5z4VZdIsu3A9cUaNHQpYbuUdpPdiXI,2107
|
|
48
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=n7eTYOLo-Q2sxF8Wz8AZzsyefrgJKIF9z8I1XphJga0,2296
|
|
49
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=drUA3BmsNF_IaAkiz32-vwdtmilmDKu41pRagVPnstg,722
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=5lb9HX_QkWQ-hXUD1WWxN6rm7yBPyKjpAXRFU1LwBeU,1229
|
|
51
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=INX7y9C2Gbi6__e3o5HrT-R-3XqAB5KsAKcZhrMSjJ8,3154
|
|
52
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=J44YGEpHfbKVwu_-V6Bjeyty0-9dPlgJdBA_8iuGti0,923
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=UQDcoXIDjika3Z7yqYExMZ0YNbU-aXjiER-Q5RxpLIk,877
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=crHf6U2CLhGzPIMUf2sWBLgRTEcegeUTRVElEq5aZ9M,1497
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=BBZInybLWpqP9O9DTYc9uphFZ_Ihch8kohwKMBWmhC8,3309
|
|
56
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=TA2nF__XvxP3zTZN9JoHSS6tmpy7B7SorSJ4Jb7rnvs,3220
|
|
57
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=JpxLdFJLw3NdFtsypvHQ2h5hFxJIF4rlGLSd84-5dQs,727
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rQNqbzatYRNAQjzOXnCKBgtO7NklP-_oE880lZl6hPg,2634
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=RPhKgKffoKcgecwShmHRF3mV-P4CVaisJKoXQZS7Ojo,3348
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=N24svAJ3h_HLGrC2GDY9jzZ0Nr-d6y6BlIZ2hmAzv6M,14432
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=DZL4xlWyvK2YSt6-wR_H9fCy_T1ZGszaEXFGlAO4fqQ,1375
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=dvn3ov8um5BeYNxZyIx9NIfPnbOoSxnUbSEKDodThoQ,4595
|
|
63
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=OW-x6HwRAqQR7llCawXzVDE_lfl5L4P7wxmbm2SskVg,7546
|
|
64
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=bPs3QOQngMWXGUz2eZclHzqAN-KJbJT83ZRPmj4vhXg,1737
|
|
65
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=CblgUS1I1XkgQ0daWrBSq7t4xrTk9_MPkJbMeP0b0V8,755
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=iffmpdN2pCmjcQQL0rxpStM35h83J60Q_qPCzX3uHsg,930
|
|
67
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=_odndO-4TIu0yyHubissBRmHRs5YvuUyufTMqGr562o,3138
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=QpKCqrVzDCrDA74q_-VjXv0D7m6OupH5hqqFh3Ysudg,675
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=EueqzYUKnm9Ce6Njp4CHcTsxWDaYJD0N0EUBt1PrPik,3051
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=PvXTKvA6yAFb4ZvH7dqLZBY0t82gl6pwqXT3ADEYC-c,3767
|
|
71
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=a_mr-py-SMfAtssrtRhC4UeIudkfPOzgXnlnQLfBXwY,6231
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=c6EiJKQ6qrwI_SzADUc3tDVEV-mcNfGe7QNnOQxMZus,645
|
|
73
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=uCBlXNYlCV0d0jub0mLRKKAC453EaeTpHWXwtu7ijvQ,3575
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=SWXAocb84h6-kf1-GiHIxbfIYCIQNf-5t9UTJbwjtcs,792
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=k3MmLDhklY17hmKN3IEkTz1EEcxiqBxrmeRKxs6pFNc,976
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=nkLE8ipZ3m-OHeDc0_Z0nETYaW1ZptyMxLqwdA7CBek,899
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=0G16aC_Sfyw6vINlAtJFbXNjg-EzunoUrfeNyUE6o80,1637
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=1Sg1xoMZb9Rz9_9TKGRAVyTNiHiDZMADdXeXiGRXBi8,4631
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Q7GaBEqb4WDg47t2Hz5wRb5Q_Db3x5bMVa6wAWmo9Ok,1186
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=78tvryB8XlhO1EyAwNsPkbQCUYZdUyHhdGxsBHrVL1w,1145
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=hxyusYdURCJjg14CxrHqeC492VmKd5kahUfZ9GeZRgc,4035
|
|
82
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=QeEVJ23ImvnUgxbBxX2YRUzxr69EW8Khl0ziVgkDWxU,5089
|
|
83
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=w69FoRUmuUBrq_A4hHguFAlgwcjcyT8UMOkk9wkc1l0,1011
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=W8IYwk8w_ckHAKHpo8mTC_0PWo8evwg0l9e68E8yzNY,1168
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=zKf189lJKye8U8ilhCm5gsQBU485qQqR5Srrkgv_n5U,999
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Pz284r5FK2BAa8IBB75qWam3N1ZvaTmDoLsu0GYLNnk,2289
|
|
87
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=-LiTxSjdE6IStwC2p0w2XczFLcZaeUlkcsf-6ycApxY,2458
|
|
88
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=4cusmNbkhgxlzozEd2PqiGKygdwDP_EO0l3tHUiekzk,1568
|
|
89
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=_hjHqlr15nyUEIwPurSdsGzguKOd_rEU6w18cRpzER8,1667
|
|
90
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=8OqGvqHkTbw8970c6cQHQBBBe9ivPgqR_z9CbBeFuyA,916
|
|
91
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=WGSV_zyfO1VrNipGnda4eS4eIK1xuKpSB4X-MrB2x-I,4909
|
|
92
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=AJA8na6E-d-cSi7TH_0ubcTMb3Favc6_inXAR19CVAM,1189
|
|
93
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=v9Ob4FWBBCvg4CAzSyQtVtIegYPH73RlAWOMX9cxjgc,2935
|
|
94
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=AXMfWgDpY8VgvFwrWd02akNGq69hjFqDPXTEB_IheTU,3247
|
|
95
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=T6wgV0NNJc5cZVZQGd9jfhFbdmNzLlJcRNlJaqMsN9c,759
|
|
96
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=4ppgxZPydA6lTVEWeusmeVw7Vnj46FIRCaSOpaYSCg0,8476
|
|
97
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=kajYJfOJWpZ01UlcA5WJUYSEvsxYidDeMg2tGXyK-UA,2470
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=BftZFFvTGZQt8L6F3gLzjnOwxPj5vzuynit1l8Ty_hs,986
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=5-fHf72D71MLu-LNA3ItBUKkURFOKGcYOELFBSXVBso,7501
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=EjV57MyFPW3ivdYifc38XL5zCV78FfWzoW4AMu-TA8U,3196
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=u5iCn_s8bea74Wvsm0w1B0vwqRGBfCk2SF4qbk569qo,14395
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=BUg9J7GVIViiEGJpykwXi8_WJtZBFjAprG2YCJhRhDs,1479
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=c51Lt6LWwhaQjpMHeuQxkxpHcAFsImDekppLS7wjmOU,853
|
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ZET3qK-8lpUkmcYATvrpEKKb0Uz_eN4TuRLkAGD6p-8,3774
|
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=qkq9g8K4nOwOfl185PC8fwTSlKlvo59SXlk027Iazyo,933
|
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=eKmdfbiXsHgOElD1O5cwRbhZOIwcTpP_qyiini4jCXw,2797
|
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=GVIc0-b_6hnG7EMIhVcueKAd2hcqwNOIVPnPm93fip0,1204
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=SCeQwPoXHJKLVhl8Tm_qxy7ZqD2zk-NfYgD95lAqDss,24447
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=N986dWpqVbWgcWcJyNV6luhyjpH9JMFiK386KEt8kuY,1036
|
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=RVuCCxkH9j5Ze303ui_y_q1Bb5YFOg0fWRABV7T_xa8,1132
|
|
111
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=ye2nhy2eLkEGDbOaNnr-Uizc64NFhn8lMNVd0Ec_GtY,611
|
|
112
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=hcG0xxAoIFluIZrQeUa9WVB9X5Z6mShpuK1_PVRLKAU,901
|
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=LOWdzvWm0UWclDYVxWR2PHC45LUnlpxJJatlwhxbr7U,587
|
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=xh5tsAccTw-PxflMkktGnZB2B8P83FB2P8qhRVrSFvE,1200
|
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=sV_80ao8GM3GC9u9HhPWu1DNZeEKxujuZy08biM10yU,923
|
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=wVsoaQiARdnTifH6-ovLKfbld9jbgqOyFuZJzj7Dybo,3298
|
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=o7hQAus1PhWr2IKczwAfDeQhxs_yM3RUqy0HIgwIYBw,796
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=uNfRX4Y0Pa1Dd-FEFvUBCHHWXA0SRv_znlht-MTUUQA,899
|
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=y3wWt2HdCvvkt5-TB6TrQgxxIhk4YSeoAE05adRZdbQ,1086
|
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=2hhhmBIj_PSjj0yuCTzbdvxHq0JW4KDPuDfMRnCACFs,1641
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=jk3yHydYB7NNxBG8bcaRrys2CL1aWy-OIW2QY9WHWBw,905
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=uDllrGbdLyLTGiuMdUb7SSVBMV6ZlJc2prBkGoF6T5M,1707
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=bvNgSWT3sPL7jYd6U97wfPPE22JMk7AQfiaQPkDPxWc,3833
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=2ZV2FeCudcCRPUHrdb7a1JIDJeMwEgq8PNNDYlQmGas,1326
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=vE9ub8rp1cq4EQ0K2VmNVxZ7Xy21LycIIoxK492R4F4,7927
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=eT0KWrusc0AEP0cO3TOzITQ9QpiooA5_hJo33pg9W2Q,2525
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=0VbbNg0F5JGjYpfs07gO0-YJteoHjqjbS9d0VO6V0AU,5425
|
|
128
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=TOvVGH9vNQtsK8NKksq5YwhChhx5-CwzU1gF6RYuCMA,762
|
|
129
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=JbJqz1Kofe_qzsAFU3cOtlSDTaDLMSlG_eMPd1MZj1A,948
|
|
130
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=CmzJaSUWx5fPyRclI87rdg52IgaDWUl78BdP6XO0T7M,3855
|
|
131
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=u_RW-dqi6Z_6PZcMATnuO99pFGgVqVtoWaQRfLhIWIc,2465
|
|
132
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=qsW0ep29ZtYohlafB36Nwz--G1v8zPcGhy7f_2ZL0es,3741
|
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=qusG63ucWyvSeM6JO3p-os8N96Dh9Ot3aStRWh58d-0,2650
|
|
134
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=jOQF0pv--WXswHssHKAtzbvFPPdzapiRbcJzUvvUtbU,834
|
|
135
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=jtoZtQ1VznP0zKdPNAQinopmlqWnomrtum3xnCkyFUk,874
|
|
136
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=d_Nitta-Z9ACcxbane2CVeKWEcdfcSPQA1pTSbCSlic,1208
|
|
137
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=9d4b4kBgVIaQj1zOvv9pcFd1MiInPJHHJ6iCxPIb1Dg,986
|
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=EiZTpjXH479UfIbdACAeL9ZXbccW1jklVBKjexomOp4,1744
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=nMsrC8v77ksuoeQjF96SFhtEE5RYLtM8dS8WbszVmWo,1224
|
|
140
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=4IgVRD-o9lDg5ZbKHuw6JukFc-iUmCoVLtRKFtEfbx4,1417
|
|
141
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=3fiayeQXHZr5YYupqnCMIC0jfUZZAahsv2RhEE3LuSM,956
|
|
142
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=KaA6xOvmQhtzXlRyoF7bc_9mlbhA0iyhvRPtRCux2EQ,601
|
|
143
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=H3kLtM1gD66VzXgGQSxNrzicMtOGLaz3vnBncnngsvk,1383
|
|
144
|
+
metaflow-stubs/runner/__init__.pyi,sha256=J6tTv4483YEXMQtl0c0sz9hWtQddV8ExH1GIyA9fckE,831
|
|
145
|
+
metaflow-stubs/runner/deployer.pyi,sha256=xiWA1E7P3phfU4nhH3TvqIkPqcwcz485C_1d7QL2qE4,10115
|
|
146
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=CLDnSa1vjSa2KorIVcy8f9u0BdODQ33Ow-D6BX9JDYU,3678
|
|
147
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=U-_yGhKEHqS6lq9xG55-h-o6LkL3XzyuhUwUHJmN4EM,10997
|
|
148
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=vAyDp1hMTZW4ByAljZZYrzUQ2HRASt5p0r8f6kJ3dNY,2946
|
|
149
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=sYSFpDZo_qQMxq8SCnnH859ldDYQD1ehK9WgEKjlbqQ,6035
|
|
150
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=sbmOgoLg7QqU0_rVdG4i9GRQX9oc9FEv30X6ucb3xPU,9342
|
|
151
|
+
metaflow-stubs/runner/utils.pyi,sha256=AR4OMGrypVN___IGrYQa61E-ir0EPQOUXwH_9Q42FD8,6004
|
|
152
|
+
metaflow-stubs/system/__init__.pyi,sha256=uuwUffb6-GsWinrBb_PMhj_nkItxy3P2Vhe0ihysrkY,761
|
|
153
|
+
metaflow-stubs/system/system_logger.pyi,sha256=vH4W-t4OJh0huT_5X_lNhw9QP_kfYZxUxKVlHPoosSI,1666
|
|
154
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=Tahnf5N27TzfAnJFffaSeWuPBBHtMijKmu0FhVND6po,1788
|
|
155
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=Y7IXDKRKgXQYzsrjEbZOzF_f5enLieMaOYvS_sXKMFs,654
|
|
156
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=6b1ZSwVpB6qUza8noL7b-ncUYNrUHEzr4178JybWYiY,3008
|
|
157
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=LlHvy9Uh8VFij1AG_M7TREkdICmTNSQNorLxuUdZnO8,10232
|
|
158
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=cn7pxqMRchhTI6To45pi5A74ilAt5ziGSXfW2MB-vns,785
|
|
159
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=vtezIak_ebzGrPbm-fuxvBLJdngoa_qy48jI26HNdIo,1391
|
|
160
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=MLV4emjVpZWS2DvXZ3Qnf4SNKvIP4pfkOUbi7dHTelA,9333
|
|
161
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=bYgG7jexGT6iOkBEMFIK_v6N6lQn_giTkAWt-sq-zoM,7062
|
|
162
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=9PUQJ1dz5JbThx-mNNSFRBP17o53thUc5NnKJ2Fdr6E,5039
|
|
163
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=EYYIgkqZnzkZaF8DF6NZvtfLCEfWLi36xnO24mwrmHs,13314
|
|
164
|
+
metaflow_stubs-2.18.9.dist-info/METADATA,sha256=S4zRj8qQbD3p8fyp-jxF9-lZgIf0ALPNbeRp1pd9lAM,1617
|
|
165
|
+
metaflow_stubs-2.18.9.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
166
|
+
metaflow_stubs-2.18.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
167
|
+
metaflow_stubs-2.18.9.dist-info/RECORD,,
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=OmkvMWsksGC9CNA95TdPG0wuQhreZ1ocFCnll-X0kuA,64628
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=b1ecmAQEU3MdLI0g3RBYrWFmWm0vbYhy-VOTeW_XLhY,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=4eyX_CsnG_UF8DrUaI9Ol6rH_oqkJ4uQwgaG0Wo-ZHk,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=nx6X6zxrwhPIE1PzRShnv10zhVmMMCcipSuV1oY-FjQ,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=gsjwV6bxCODRkzqP_e5x6f6FVWTku9HuHDYh52uGGQI,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=PPomIBr22NDLnDD_mETO7nM_aRroyLodLrI_1fkeyWQ,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=xxJgBI1cYipHlwYR7aK2GmrMkqsZX_yuVYZui2LDj_E,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=oJIkIROmMdoj5b3sp0xGQ_kLLchCZN8yTpQbiqepg-E,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=XAjsKO6dOxIASrLw2ShZZbrOCYPfDITxlYmVYPMxj5I,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=FO1jaaudfZRVXT6Q3fxqm4k6qvR0sAzcj4Tkd3L3Fdo,4966
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=96cgjJBkNad4ecvYGHc5yEXhuZXROadHQXEiQr9YIo4,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=tb9LksLHpX-dAi8gh__d1CsbEwr5e-bspvEDKmVi6p8,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=MhZ07xKqDFKylbPEDXTeCpz4xxFnlA4GH1tC68qWhkU,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=QMDoVoZjQcNOgRdp9eAeUXkDAGIgdn3yz2OVyzDvlY8,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=7RElP3tLI9JtdeYjUu_qllSnK0u9l3TVFCCyWrfEezw,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=SyAjDeUVRDc3jD0veWikiAnyKv01avZZwyeSvhlWKQ0,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=mYqBZ1ss9qcgMOxrz7kQVTu40cge86LZeVPA_LR_fC8,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=pa4uN54uy60nYKxznDCqyEXqV0nrVuTsPTCzoXelcxs,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=CjxJc_Zowpgx2O4tsVqrfZIkm82PYMmO1ne7c9dBTfo,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=mvlPyfHvC-2bd2-OCW5aDq7--QN7YU48iMImBp6zvBI,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=aCdN74VjfW5benDVxnatxq0VV2nrxQtG4tQhqVgmwOc,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=OTfJVbk82z6sIVTKbZ4F8bvNvbKyDj6zsMP_MXUhdtQ,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=FGl_Rzmmz2r4OKH-C8F2dWTanjNOJCqmtF_X-yoJjq0,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=Ol4pSJHR9xQuZK5dT7OIAUlc1qWFz25nSqYoiwvt2Kc,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=Kmz4yFF0RulxmOSOX91Q-FScd3EYDWxcmPvF8vl9q4c,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=k-E5t9ftvotT50kRAO4tEoTUEFgLqrZ24vqNuJueDME,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=9Xr6xxqf3IHPcWDwED36AizQBOZ4_yNeoiBehzrm4rE,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=slD-dXIrkqZJcF9afD5VNMMzA-1GeAbzGcGTI75eKrM,19750
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=ECu1ewgcwMDQmGxZ5kppdTlunZgN_snv3qN_SiRvyWw,2963
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=zRBdNX2CaV60ZS2dDnroaZBq3i67GFb2O8XbaLxk3To,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=8FVSZ7YuXtnglKfaZ-ylNx3TuTAmEAj_6EbEyi2lRLs,2282
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=w2aTw8GMaOqH9xW193XFyvXjyuD1APnJeLnC0tS78Hw,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=izikjIYVjtjQh8uxWJdMk-Fn_evk93O2d--Tr4F1eP8,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=TUhSmZjmk9dbcHsIOwBRqTtj6nrM1-Sjy0tBlKlKlyM,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=uGIWxMyCf-QRDy2JQqmiiWakHxf0QZkmrR_tZDeRMYM,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=t4ffJFlatH5qhyhN2wQP5zZWCcAkKGCyt3W6aU6O4Wo,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=5xQfR0_9KNLl4CMbIuAW37MO0lrcWUxNzpRrl1ZkTgg,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=RjcApOgkCPn8MQojNtUnEMP_fJi3mTrz1M0bh8Ft4p0,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=azS0jox-hOWpDkvyjoYUAwmhwZWSSBdD_ae54g-82P4,5983
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=pEDPCPPEXhruuRmF5yFhsf3-zAQ0aqVjLdP2tQIpsao,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=DUZkNKnSsRRIbROvZ5Ic4b0wgBSHZVOeLSchwEb80o8,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=pm8VTaGhvzZ5lqW0ISEWQH7MyJMTiTG7djTrY4-O6eE,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=G2hilSjKQvcnmBmXCgVLVf-Kidf2cX1OGKCwzV-24DQ,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=ouoxh6xgfX-vwzJIa8y_lFb6FjML6hvZDOzPY_pGPAU,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=RDDw2iR8pvvzzYPfv2FTp912o1ukOkDsU29nXg3E5Og,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=CuvGeaczENVzB5vnamyGTr51ORQa_LYtTQGAjWIg4As,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=uhemo1mYEYbnuomsPXiC_nxlI7Jzz11LYQNINFwpL9I,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=JlQpPRxRxKcDrLRyl0Rc8QNBG5FXsGThALCNnVTnPFE,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=in-qBA0QjsFG6A2EFSDgdJlD88O98lMM-n70fL9T6xE,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=dsovTe7s0giZLx0knDI_-gDd1SQNi3vNzNY7MenN43o,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=JpaO12mUAR2Ca0ynnmJeQFXQINLUu1BUfMiw3EXI_xA,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=el5fvcrCQ5-5KerF1qTToulcgG24t0_rwzaBP3Pd6-g,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=G9RcHdhuRpOHyB3-4ScYg6UYnWKhEf2cRk7ZHcJCQ5c,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=9AWnqS935frfDDcfM8Hrq894QZgPBZrcVZ0dzf9SlR0,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=2ITOIJwJeg5x0Cy0dPOgUjArKiDZE-jiSgbfBFEmcaM,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=VyQ7M4UJPXpFdiVSQh5Vo4EPzilfy3tbPt27souvtG0,2634
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=z-e1zBc6mBORHuZJ4_20rhDVaWUETygGJpiMz0_3PUk,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=E8nkDaXl9BZb648mNORQstw4Jy0dDd1JS3Tyxy0cCWg,14432
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=6RYSifLj_KuDpGY_ZUgbGcNhRF3HB0o7ggJ8MlUxiow,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=FJE2087caVeSMRL8mEaJFICR7yAQruKxq-NIxT79slM,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=vWLxAW4rB4VHc8xBvmEbPav49YgSOkY9CCmr61IG_JU,7546
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=hTHkPh_jWCSHyeQ-TKl1AoQ-hQavCpJzvnpKZptqBk0,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=O9tUuZ-k-U59l3ZXPDj5zo1MiWbpFQRBgSQ6RbklXnM,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=12esmhrP2r6gkimV96hmlBZEJM3r4aGT7hCSvID2K1M,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZufgQbNEFyrdxKsEc-nymci9p8X0mNxpyG6MijIaxFo,3138
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=FPb4CBs2kBE9yE5WEV3HQbdM9m6oh6nZ0o8kO4yioxc,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=0tYgPNNxzjzyeoyf3IWXKY_fRwSWeBjO4fJIW1svr3I,3051
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=irXJVT4RkK8VbU6t7iyeApRJm4Ket5IH2bgVaPXUqmw,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ITOKVZGvB7dJr404Bxvm4dcb3FUmdchLeCqm395dWhk,6231
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xnXyqI0xXdHq-3p8FvDBorHYfMhs-7Kl4nN9Mh9eCJo,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=jXJdABf3LRq-ZIP3_jlcfCMrrnVV4fhVX-FspGC1464,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=EKDK6iCcIBvlkBwyDmgzKzRrdPiPCeL7FAiCY9kgr14,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=8cToVfcOmPYLCwEJCZcsw3BEKiynwkZ9XqXzKxM4kZ0,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=7T7LIy792fnU1WxhSk7z9gSpVet6wXv2EvwffL9a-kE,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=CtISJJA5FKaFrwnjvAJMoA6qLJ42mNfoev0idbMiG5U,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=mhWBrGIy4YmVPDZAnOt9-3jHQ654TvRfzDiL_jml-4w,4631
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=mu_FwJS-xqzdURbNEHuW3icdNwI8-US-phGSMhGhrpk,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=hLzI2d3qi7WXWBKi6bGKVwga8AxbzsBRzujIhMaNWdM,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=tKPjRwJgw7ZtHnsA9V6BnBCY__rQjEeWM3M_b43cxIk,4035
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=gVHrigcgCeM9ELmDkyTi99Sqorgoxe9dtGyEsCjcUww,5089
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=IkPc-X728HmK91Tv5SMdy-GSbpKETejRXfTaHS8TWi0,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=aaiA1eBVn9SEVO_fPUuVXygMqVraL1OztgQFEsKBR6M,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=PKl2gEvG2bnXeGKi1A-sgViaiNTeTXBtabsEi4tUpoI,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=OusbVir6HNrX7UgLEOuQLSzRCEbtqWalbR7K9gGcQto,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=P0-5A58Wyn3l-A7JN5pdXa1OTyu_TsOJlxD7N7h8x0A,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=H7iUTQVfd5UkSNCluXsiEwe8Y_1nAP3Eww1JzZPegaA,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=rtNbMS6dbYucsFq9bBl3h-ujMVtfV-2X2JNrSD-ERlI,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=vtclNBtusDQYB07uhCcFrv-OiDY8Xb96eXYV1iiVfPk,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=mLc1exV5r95vFwB9oQmh8ECwY8NctfcJ9y7CqsubQvI,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=1hmNScp3lmTsQYXRXVhg4Tk_8hAmt3B7SCmbr-YXJSY,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Swu6_9gn4dEVZONuX8fHRdUutB_XSZNTampmQZu74EU,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=58h3blPtOFrHSvC1ayFDgtaPRQLeSJLk8jwDb9IYOLQ,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=AfKOdkt8yhWnb7fCadcSoS3tqsk0u2RWJciiQqDSxkk,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=j0yx7dCsWurUoFTZ_IEFjS9WSUZWi8u00EQUa-2QheM,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=9VQdKZC_-WYuMU716zjo18rQRQ5UVuiJ9bnGZ2xNf5o,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=JU8kEzXL7yntQivoo9d4DRBYyjE9ZuiFmlVr0gHoBzU,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=KP82CCHbgpZDpLSgOXuVwYtFFtOdSpnV98e7-iJx4OU,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=KBk-pPJwCEhBs1cOEEHNkb_i8KFHK3vIYjHBr4LwXNc,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=b0zhfNab0awAy2LssTl9Gjk8CBI6Rn4k1-09TvAQSJQ,11481
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=hrQL_0TLvgWoxrYWmc9JRoP-Zu2ufUWv6E15OsnP8Jg,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=oCHjkr2s_dSltFQwGxRQvkGALMdaxdXdeC7pG51m1Us,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=XNTT_jF5_y0UE9G3bHtK1YmOZh15g0WPEthqI-7mvQc,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=zcIIcFRwX7MKnN7oKhtWMErDSM4A5SA6s3AvVJi6YFI,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=0bOEjwC0zGwFfG7_7CIOGkXFQaHaY-qZvxXlqIr2QrU,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=25tvgCyr95DB6MUbuk9pBUeOdyTXQFE6h3uOJKRhSQE,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=HLj8r_sGZtsRk7hCfydteKdYR_zeVgLFIqk55G3B8W4,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=_TFb8LqvG0-jXrz28fyUXwgl3BZfPIg0q5Y4jnnNV90,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ssVhbqjn5i61Nl3C43sk-k4S7MMqtPlDqOiobSV_bCA,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=LnNsJ-4odChzLVJ2Cs-BD_DrswHpqrFLrHxsa1pmuWU,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=X0Bsgt0PZA8v9YGGoi4G6c9Kx3QuaAApxZuixcohs2Y,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=8UkZwXjzSCHH_n5mXWt179FAlvmfJdBeJ2q4Iayrew8,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=j1URmeKGTlJ0uW0Dcaf4GVJ2X3eYgdPTfbnaRP17Zv8,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=EXM1gsgWbuueohrC0km2GfAa_WkYXtfWTjRTz59CjAc,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=j43STI_1oCkoKEKA9cQ1sxrhdd0wAtSTjQ8McpSprlU,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=rHyI3bRqHUuHhlhQXFrH6sexmIdV4xxRYfb_twn_SKY,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=4pSW6cItOhNyA2h0vmkwqfbC2M79ERTVi2BKLy7p6Zg,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=YmWKnloletBTHfE0h_FBhF-ukI21-7xzPleGPY6wf_g,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=dR0YwtP2GGTcYDKmMKSNGfWPrdeWBaDc19M3fXfpgbk,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=bYorP_NrR_rbG8bNRBdSJ2VGC1CgsOmOjiTPWqtq2mQ,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=h_jhcVpuyiexBQz2WKgm6kFq1klduqpicu9cjVYBDQo,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=x7jkUwzfRS_MnPmrnvynejAKZN08FyZFLFke48KAP1U,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=oNm74DzuUbr7QOaZuUiX_uGSsVdNyr47QX_VFEKFYso,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=4lU8wquDcT1p4cy4uIfP2Gyhgb02p4XUp6CiRk38YtY,7927
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=QMEvl88668HD4GyAmsnb8Cm1H4Yhg9HaefGEAlyNMRU,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=pkCGvXrEa7IlLquYsqgUNbFlDB1gcAz3XbfnN4Y-OA4,5425
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=DlGezepEURy4y2JGScy1V1IMuXNb12LvwDyjfESRbEE,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=F2Op33V_klXL23bmgEhY2103GmhtCvRlus4_LV4Ss6k,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Fnvt-0SgVaOyzt28-jwsAQB2S8H_kttQI3JfEUUUn48,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=jIFVVv3NLMysEkjd0IE_4q2QzNmK9AbL1aPoDC_Rxzk,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=yHYL_bi-j_Z2LgrnQ8I6CAjrY1-qVGeY84uySWysTLo,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=a8kN1b5UI1xAxJLzErQIEfROS-RiJcAYQlctHVnChyI,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=NsrhBDynZCCDdh_JDm8VElaPN-jxHic4JXPtyky6UCM,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Y2B4HIJreyBGHhOE1WYFuokmH0UBg7j5pczqxGjbJXs,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=0OxGixb3Si_iZNwDwQ34k5-08LLidNNwqg7AZamiQSI,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ufRLNk41bRKHAHQVBQsq6YyzJCS47RiMqftra3J6HZI,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=BKeBWtfLw1x2G5LDaBUrfSB1y0B0MXnH-MSAw07Ty18,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=FsAYEROWdWIf3FEYQnknwSxsv-K2oV0fhFnP2IFi-1w,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=Pl4ifqz7nPbD-0ZaxIOEfnDgfZMRv31QmWHBsQO18j8,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=LOIllWbTlmHycLV0a6gauZIx9-Tugsjd6gYRklMLUgc,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=dapu1WFM8PDoVAs-rGMNSbXvbwEDk7t1vLYHrARS5_E,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=KfknU8xktvxSMS0d7SrJEQznAJezUrzlAmta-L8nbH8,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=f8Jq-LB9UO6HbVLGvtbnehqXNi606Lt787g_099T6FE,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=PecOZCbl9Oli7fw9zOkLtB2OJ3OqJ5iyeIWW17v3kOQ,10115
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=3zZvnuEd7ZGiqlAlMOy6QO2WXxgPCAtZV-AToB8c8x8,3678
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=AbWEhd2HhJU2hpI-dEv-iHRO4zw9pA9tfGBfPeEsooA,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=r4UeXj18tqtAtfP6fEamG_bF6RPfeAU77OlP8l_smOs,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=UALU8r9CNEBVSPHnYUetU4pS96m0toL0vzO8g8UDIsg,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Gsk-UOi9Sl-_1IrSOALfncn-08ABXHr-IeIZw1JHswg,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=P5m2bbXNUlRlA4bbbYHfWYI8S9vYEEh4uRIMtvbsgmw,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=NPdtKb89kQFIGfUIXVln0wSculVkvAevXKG0lqJR58s,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=vrCouEQCjKTcHKmrNUN85Z0nZpIGB6zTJkg-WEsHIMo,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=AZTdRA-UXhqNt0xfUgL0zmJAmV6e7ZXI9AD3HttwVWQ,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=sLKXH73GUPF8PEwSlu9kd2MguZEJx6oBV1t27DqQUSg,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=mrxOCMtF8RoeHGRkVMLa9YHBrMfCherO5adyjq1HZyI,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=0dphMf1VJyE4n9-DeByu13O1MlzAGM2KV6j9Ojw5XR8,10232
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=nFvHY8OSQFwPtOsHNx-5LD9e6Hdc3ba7Qp9Vdltrikw,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=6vXdrT8yVslcF9AJzvDbk8RVtB7IaTNnSijUN5FK_uQ,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=dA1W5KtlhcgytaP5ms2ThzqfVzqcBMJt4kWegmUldGY,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=RyB8G3tBNIS9xNGpesRjaQrwZtdA3TnaBr0zBBL2DfM,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=S-JAUaUZU73KfBkbOg7cXO7n5rbZ_MmVXaT99ygB6GQ,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=XGjblRMpytui2EC4GAHSMgR44dsnz8hEMeCIZj7EnZE,13314
|
|
163
|
-
metaflow_stubs-2.18.7.dist-info/METADATA,sha256=EoICqImLJMMtnzQW3zfUXOiNxR5gO2yHdte-b3Qng-E,1617
|
|
164
|
-
metaflow_stubs-2.18.7.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.18.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.18.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|