ob-metaflow-stubs 6.0.3.182rc2__py2.py3-none-any.whl → 6.0.3.183rc1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +731 -731
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -4
- metaflow-stubs/metaflow_current.pyi +101 -101
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +11 -11
- metaflow-stubs/plugins/airflow/__init__.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 +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/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_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -4
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +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_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.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/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +29 -29
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- 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 +2 -2
- 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_decorators.pyi +6 -6
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +7 -7
- {ob_metaflow_stubs-6.0.3.182rc2.dist-info → ob_metaflow_stubs-6.0.3.183rc1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.183rc1.dist-info/RECORD +220 -0
- ob_metaflow_stubs-6.0.3.182rc2.dist-info/RECORD +0 -220
- {ob_metaflow_stubs-6.0.3.182rc2.dist-info → ob_metaflow_stubs-6.0.3.183rc1.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.182rc2.dist-info → ob_metaflow_stubs-6.0.3.183rc1.dist-info}/top_level.txt +0 -0
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
+
# Generated on 2025-06-23T21:15:44.853262 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
+
# Generated on 2025-06-23T21:15:44.858882 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
+
# Generated on 2025-06-23T21:15:44.852942 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
+
# Generated on 2025-06-23T21:15:44.857680 #
|
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.parameters
|
13
13
|
import metaflow.user_configs.config_decorators
|
14
|
-
import metaflow.flowspec
|
15
|
-
import typing
|
16
14
|
import metaflow.decorators
|
17
|
-
import
|
15
|
+
import typing
|
16
|
+
import metaflow.flowspec
|
17
|
+
import metaflow.user_configs.config_parameters
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
+
# Generated on 2025-06-23T21:15:44.878862 #
|
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.15.
|
4
|
-
# Generated on 2025-06-
|
3
|
+
# MF version: 2.15.18.1+obcheckpoint(0.2.1);ob(v1) #
|
4
|
+
# Generated on 2025-06-23T21:15:44.856285 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import abc
|
10
9
|
import typing
|
11
|
-
import
|
10
|
+
import abc
|
12
11
|
import collections
|
12
|
+
import metaflow
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import
|
14
|
+
import abc
|
15
15
|
import metaflow.parameters
|
16
|
-
import typing
|
17
16
|
import collections.abc
|
18
|
-
import
|
17
|
+
import typing
|
18
|
+
import metaflow.user_configs.config_parameters
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
21
21
|
from ..parameters import Parameter as Parameter
|
@@ -0,0 +1,220 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=2dmy4-vHTNkgBYQ45P96v2kgwPziy_AVqlUNemKC1eE,73277
|
2
|
+
metaflow-stubs/cards.pyi,sha256=owXnGXYJFOSEgzguPLbMQwzULQpgC-HDzCEhm9vvZ7g,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=QjOZkVnpSuz2DluigDSaMi-mrKOBeAZTju9VeKnwu9w,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=-1mlBDAmtW44hs7ZFjrsZRFcEKlAn3lNsYPVvpsiSho,4022
|
5
|
+
metaflow-stubs/exception.pyi,sha256=05J-igxj-N0l8YnV6G-yrUT5XGmUKAJxCVc2RlvAas0,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=nZJu8ZxHifacFlz_UZqLLaPrR1-zQvSWBxHwqxxJ_ro,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=Y5CGDP9kuAQodcpAe0b5K1ivdQakyh0Jtb3rVAdlLYE,63
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=b3SI08uaUmBY_C4PYv62-w_SPrq6RKYNoFfBKrwnX5M,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=kMOYuqQdhOGq8dMxnT5mi6b-R2kZLoxPItZQ_y_h1EA,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=pgCQtfVvJjX1eG3jw5rXVW-urSmmxC9hK6reZZ_Yohk,5113
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=LyYONrRLFgsuL5-2ZqccUDWqReMstCmK7j1trKhhxbs,18083
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=uQg4Hc8GNPg1MlMlhUabO_TkO8M-0nq8RtGWIuBmRSI,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=X8E41HcnYZQLAHh0a-F4JsUv_SVvP3NuH1HI6LpZePQ,2516
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=YNg6U0Gl2HGIeocBr4YYogQL9CGAZwDDRgPZSlCJLyI,736
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=LtYSIqfF9jfiL8X0jKcuAtcI9w0Y15glmvNY_maRn_Q,7453
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=qXQyB5aaWgwTPzxONy1BW60Y7Ew09NOE0rpQOK9xSE0,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=iVZ13BhMsBNpks4E8GO45Cj0UwY3_CyzUuRcNZWsG9A,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=5Ls9jctBEX3g_WbRSAl4Emh82JZH013TAidEovA3H1M,663
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=JtiPw57PIDWAWHfr6VivU-Hwktdc2cDQhHmVbFsxEXM,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=REN6G9p5xH0PnneC84C35umOXG_kp_OSp1YIx-8R6Ts,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=wYBmqXHdVmPzcL469BHR5uli2kHLzf5y8zsGUiLiOSg,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=ZB3WncyzJX6kam6qK_sI8SfRICGqTlkQlaQtjDQmq8I,48139
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=-cFCnENXMvgGVB-4K-ZlrzwcSEL09CGK-JJGmEZSEbg,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=-np5sRmadRwnETk9LxmPlJMrrjkwUrJBZekKT0K1ZIg,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=wvqkM5Vsc4v0ElHeDZs9bcd6TecVOMhNL-XDbSnAmGg,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=publzmKmhLD5gpZnpeqxXvRqszXoEZnXf-hd7ZEJy2E,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=1eOfIUcjpSp3Z52ACIwmeKvT5M-eQ3yO3uWkQ1VDzc8,758
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=fKUj5Xkmlcok7lUXsmTmFd3AggPk9KLJotvSiswrc14,516
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=VS7nGFSU9Pr1InsctsmSSRUdgLAkJQwDeIvzD-G5FGM,516
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=sY0mPT0MqJenC4ovngG4K7rBr6vzaDP4nfvUhnHUWAQ,516
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=XD9OZhA8dm7McYANQQkbM1zdBCaw5LgDqQuiATgH2PQ,516
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=qOxVK98HH2TaKqwYuQoQjRBLHiD_87o3QM7V_GoTsFQ,3618
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=YQ_SkBB_ZBhHtoBHtbsTqNWHQ-ARjdr_CmeUFuNRwK8,1433
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=8SHB-Q9U6xPO6VSs0VbPlsH930NP2SgpJsHPST8XFQU,516
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=_bGOdgxfuVH6jZC4Qvz-L9txH8KKkmcJmR-q6Fem9vQ,1870
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=daYgkSEpWtKdmEzPDz3aqhJOiDxM6QVuC8btcvunoAM,1036
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=8vZA2PtcWYy1etgwiZqapNjm7HAYaLjaqvNMEPK1GN8,3387
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=5O59eyJ9EgXZ6P6UgQi4N2CXurJM6_jcj9EHQ-bMy2Q,516
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=Vwyi6krixTiJLYzuIVy8kHTBBFRRrjWUahXuKWqdw0c,6452
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=7bfE9aatUlxGNfZ1rdOGKVUfn_SlN6Fa4NXq4hbvDX0,1167
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=RCdCk_-3qF13hC-Frfvn4HpDb1NPgmVOnNj-mhiRlNU,6675
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=w-IMgT7oUdUXHCfdbjkuQVMsaymdnDms7dgXkJxTSNI,14096
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=g82eRuH5Ly_zpPsVWEUurDG8wUJopwsAh22M2cWXb8Y,988
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=SOLyfp-eeUty6KKHfYmDk3w57_UWhPkzVgyIYVZr7ZQ,6872
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=QOhtiqjLC1VI-xrcyTrslQ1HMfnuf41BQtrXaqJjayg,1347
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=LE8nnIjo_KM6c8YYSB_TGCjB8xe9YSZhwQgFfTvwjUc,516
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=9JAj73mbbiQuE_FKW2s9hmNhI1giu-ckpaRMGJjXnCU,3519
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=AjpUu6N2UwTlTadGCCnOKt-BhA0id-6nnUOPDmCgSlU,1499
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=U--hMfioqgWsG6fYnM9XhurMbFNT7Jv7Eb-F7w-N4Sc,516
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=w8H2plkFFQlUUgE6l6yRZevWrnXneW_aYNEDaeJEmdo,3085
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=7-evD2uXg6vVqVaWVx_qQK8lurIUYZcfvJIGpkgfpQc,6468
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=cvIB7a40AcyX7_azr7S-FZ730s221hsebzhXJKpLv34,5532
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=XV3-W7118LJjVvMyZfF6OOsc_XaD546XoZSOK2GnIes,1133
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=wO8P9oPE7qrchspbjUNNLIxEolVBo4VaTUHwQ7rHTZg,2810
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=SaDmdpKOh4H-ayQKDDWJSBfCn1xDcOwCLQrZYFUfbko,688
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=9i-Tm0Up9JclspLH0KACIx0c8mwqg-XgGTGT9fTZH7E,516
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=rZ2FpiZm9-DtM30OLjn8-Gc5WdGjryIoGZ-kuOv3B_8,9385
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=Fz5MSSlEjnHLk0vVT_r9oLjriJdix7MEEaZQAUyR1Ug,516
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=x805cisj8WjOml5IxEcVb7bIefirdNzoecfhj4cwkyo,4492
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=AjbF44ABSqxzNEBL2GqRcz-7pbbojoOz3cMgvWUpurM,968
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=QuZWXEzPL4NxBxRzFo5Fhs49IX8eBwXkU1vJxZf07QM,3449
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=rmyMLaYVSLgsPYgnLHWiHvZ9uVdefV8mRjYmEOqmXG8,516
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=D9uEmsxGf3pNvkFqsAUo0gH09WPEEJkZaMK4eElopig,2481
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=Yy1WEaK_ieqNCGJlgMpcHuTqpoP2mbDWIvauqEzX4Gc,1694
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=eL4rszjVOSGl1fv9y4Iuarlq3Fo3iqt2vBqqgSdpedE,2135
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=kghCtJAbhW0rtH0gElglvwzvbgFzDeJiNqAUrejpfdk,1887
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=jOFiO5ZJ-khW6HLj2o7XsKjHBcBLSymOiz4lwvoUyu0,516
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=9Wv02OXeUKRIf66Rq-VxYZe4sO3_UUERJcd4rh8gQpI,823
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=qbs3z-4lzkLA8oNOoSgvJul18oNCgvIA__riM-XrWn0,1383
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=joHiAv8KPPOxfS__SLWGAVSMPpO2IZCIJ8icj5l4wXE,516
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=flERNiPLPnGoRZ9QuwCSZEHjJdgvj9HjyLn_0w_bhDE,1817
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=D9OKbcHCA6n2C0iw_CqBSwax9KxF_K5IrCQfDfb59V8,516
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=qUDxzYd4SJdeSrPIt1d_F-992b3E2wxP7aF-VzD09t8,516
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=691scml9DlzbYUjOjiAzCG1nVhfWBnTTTdQHvFmC0as,2141
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=kCQ4gg3TmJ0rDfuYkXuQoZpTZdUhbqqivYp3-TrIdVY,516
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=4140bkrGgFEZsADTg1O-pHsJKz8pvvuc0RcpA_6yYQw,1922
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=P_QnXclTgE8H91xdcqX1Gkm5hmwpq2X91mZ9_pgling,1035
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=ZpC4btuS5wOJILIAqRj8ZdiaR-c6_QTPo_6kInEm7z8,516
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=l52blswBhMq58UY3nYIOZ6ZJgIZa1QSMRrfbw8AseTo,2238
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=pdeLRz4005oa6xShpRMfJON2sa-aUoXBPyQJK-aSs6s,2398
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=JU8pSYoG0Leea6EZ4CTjakijeBpUzyfVLA54PvkkzBE,516
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=MvuFl3049w9UQLmq10tGcpkjglhRgsQsDvq4tCpZLoY,2305
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=yGF-Ipa1mKPmgdpFrHxPrBYIa7IbkgaMDVf5LqHxupw,2456
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=i3uWSJ4YGnuxJVONl5NZJiGzQMnRh80FcXQqbam5mhM,2233
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=cWh1WVScmE0HMg80h0Fh99MPz3kYG3TQrTZUg_zul7Y,516
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=lhLNa600bgolxJyxCsS5jfPVRJONjC-Irp1og_vWxC4,1483
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=DATBilZltf8pSrvGzrN-I2QTK1nClJXQ1eX02fIE810,516
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=26Sgq6QD2oSmnKNUIh6Jk-R25l1A-XtEu6aus8aykOM,574
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=cVKg71jSkK-pnXDvhygvZv5pOQ1hMMDanfNuMHuKV4M,1152
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=WJ-Y-afiTXOtePjimP0U0Yh-QGM9yx8euER_tGtlQWo,3174
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=ni9_R1CCF7gc8vTAqaW5GWjVgGQbDblW08Cin70H76U,2601
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=vCxDYAaup8CYRoUmYZPumLZVExcVL3C_Ay47sNQpvOo,516
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=4wr7Im07jT2Fph7Pq_8wo1C8CLnFWjZLVCPhQeqiKog,3281
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=PgAO39_c4c8nkQZw5Ehy8vBRBDiGpckewTWu67NX87g,516
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=tg9Lk_lyM6ya0yb4LfPCnqAW5Z0pqgb3LIGh9TpKy1Y,4478
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=h8wRpVTwT_IRCL0g406OWospatVJsYviaor9JG6xlMU,516
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=vRDu3qh6jEclFdg8maPQzRhRzJhCOQftRVlhtjEK0zA,1122
|
99
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=M6-BL3n76wAj_dz3rZQ2-OYgORE3p385z8jqMpe-A9s,3908
|
100
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=0vGej93GvcZLxmHf1McIV_JPhzelPfJnD3tz7pRhEl0,2243
|
101
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=q_g0brlTr-khzbmPsgodyvh2mVfYwocWeQW8qMjsl0o,932
|
102
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=tQaIkY4-KktPyQyMGOnp2Y6-ElEK_u52qavG6vMqEr0,910
|
103
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=Pg9PX3tH3Vf-Gz514JxezwcUwwp3EaaLnIuOuqrlipk,1052
|
104
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=bTSAwp3fcWvyVL0vMq9MQ2D-lkCmiTtJuJ5aB3_07c0,4772
|
105
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Bg0PAHuAAbDfhT_sp3FAn7QU6HPcJsirhw9iCtcPwJk,2445
|
106
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=BiJ-v20UDtZY2frMw_q4f3eC44Zg5iFq9HrfictOZl0,811
|
107
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=RITIsNVhZO0TIIkkWID4A8MbhzC-zJ_sfiIK2_zQDGc,3713
|
108
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=OPlkxFmFOJxPykeJ8aU8bg-sFZfnt1AnOTRcNrtZqEQ,1829
|
109
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=2xlNYsJPezgMUNGoVB3-iPd66fZvKkDZjdOsjpxFVSA,1709
|
110
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=TJiCdrbsaQadWiZVhq0X_Y57Pz_VEZTuJqhYEmwfYxU,1198
|
111
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=mWuuoCuTO_90vyI2EL5p7sY9s0BNYdvDNbaB47CoW7E,2087
|
112
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=8-naSbb-en-V0vHAKTR7vbh_udnQ84_PqsHyTDjMGSE,2296
|
113
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=kdTJ9RXg0-QD6twjXIoYX6hKbuR9X6d5mOEfAhTuUO8,669
|
114
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=aQuJcp97BfC4mY8WzpbPZf-BLelYbn1zm6yDroLdMqY,3154
|
115
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=EcEmgKrx3XXEEYPH-Ce70FNjjU8f8i65f20uPdVSzzc,923
|
116
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=zld-8BzYtOXrS5E3ioCgLGtipPUTEcz_NBWEz2_f_eQ,877
|
117
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=fFnwWr8uQ_DqksA_Ipr-DY7X4AlGXpMxZem7XFgrek8,1497
|
118
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=g1dj3rlPXWxDoY2RZV2T3Zr9V_-6WXWGt-JyxCRcNJg,3309
|
119
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=G0sYXl8cVVzGhBeq4D33tCGUprXp1apJ5LJAIhoxUFM,3220
|
120
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=5BJ77jEiVd_SXAO4VFQ1VmdLmnCwQoV710OnJyY4b_M,727
|
121
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=EySOO40InDqgXBjAGplB0V_B3tevJ2v0w0Fntot8Ic0,2534
|
122
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=CbYaAe2CD_8vTcjndR9JwKvCCrbye5lgoN1olz3pmQY,3348
|
123
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=nJUXwCTFtb0GXhRgZRgaF5osTsMH9JzGBcM7dmS9Lwo,13953
|
124
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=hCKoCXX1vA6lvLIPZwlm1BhlYC4NVyNI6yYMKN4x19c,1375
|
125
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=0MKN5rUPOkiYbe-tXVZ1ORmt5j3BQfT3Kc2GqIcFqs8,4595
|
126
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=GQ51Aw0O-CnsWz_M7knqb9LHkSOHEozK4yRIYjF37T0,6173
|
127
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=os1W4o5_GzzNv8l6q8v145VNWLtUl721f9QPjsN_kvU,755
|
128
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=lKT8KZBBOK-vxIA8mIuNPQaPrn_7y_d8sqg70Kw2eF8,930
|
129
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=s4SOV4dsE5VaSZIP0cBR2tf2js5cWzg8i_FViD5O2M4,3147
|
130
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=gDv59HPFuC8s95MvcKRoTAJO5WS6MrrY7JH1g90LLzI,675
|
131
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=U4jrb67E8yp78mlgX7FmZm29rHne6acv_DE2us8nDAY,2905
|
132
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=oChVzu3U5mgdpLuc1Y_An9HLgduLmEo99O8ahLPOaVs,3767
|
133
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=A5uePYnrlJQqi7VQorwFI1_G5QI9aW8v4_iGckj90GE,5937
|
134
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=XD5HnSkq71C13jY8XBXwR5a_YhxbCtrRObCPRtxsOc8,645
|
135
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Xa3Ow0nUZZ7ecSVCxZg4dD38auzuUHw5vwVsI4FgUOA,3575
|
136
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=eefevqi0HKAo_cFeTiyxTp4t0NONL3fVcEWyJgdskpI,674
|
137
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=h9UhFC4txT2Ej4c6KFmHLH1StXvi5YV8tO7VJWnKxWA,899
|
138
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=pOZPk-7Ez0OgPEO8UqcMOS3Qn9sD4-kOUV6pwmAMbTg,1637
|
139
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=swpymBL_gQNSD8QK8inE_YPjDcBqCQsDwJvFOc9zacA,4553
|
140
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=MRMfN6S-pOQUBJtYFcttvYP0EAFKzGRmei-YQpotD64,1186
|
141
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=i5PIAaTRfwN4QToUxEwJq8tLzoqanlButEl6hB_YdCI,3881
|
142
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=xKQ4YyB_zD0oZ8doF9TNhplvkAj4bvWOMcAqntyoWvs,4410
|
143
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=UGpzEd11N4FlruDWcCB1hq6LzyYhHyIdAqH9escsmh0,1011
|
144
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=g689J0-Cvv27BDbE9d6SDMslqDl7rdJiGLrOr6SfO4M,1168
|
145
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=xBVA-K2T9thevsRZJz3HsAhvgygPN21utyHGfjHoHGo,999
|
146
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Bl73uszqB1J9D2NFsw7dhKEEnsmrhMeJQ1cH61YRS20,2289
|
147
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=qg8WEenE8AqT0KdJewvtTSK_rJmdzQiysV13WZpc1I8,2458
|
148
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=eTz6xbJJX5cKe0MCh7YBSXfiPJMOSsmWp1ARRLRbUvI,1568
|
149
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=Mn0q4NA-jKu9dqxpBtFPYSkKFjssOrdBV6_q4ke0wCI,1667
|
150
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=NU3s0C9AKmr45jCsuf5NKmfI0ETKuIlyAzz2Svmp9hA,916
|
151
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ep9s9-xs7qIozFhzezbvfv2OM3Yu1Jlo67qPpJwOZno,4909
|
152
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=z3REovtEC6r2YwLrjLy_nCq5FFsiDNmFAK0snANC_kM,1089
|
153
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=xvSv57iNRprjuOS8qGAQi7BDruNVRelg8zNwkz8AvtA,2935
|
154
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=VTamAVwdgzz4Vrqqa7S9bufaOaAyOEXo-htTZIMKtNI,3038
|
155
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=jfJJ39S8EF26Lss7L_AJZznMbFigLfBR0iwNCEL3vMA,759
|
156
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=UOxVGAzMClO-Mr23xVnrmgIlMKftw7DHQqV3lg3PSJQ,8476
|
157
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=1bI8ePTPxIEHyUzky--9TFNltDgf9Ax0FjUN0N3s30Q,2470
|
158
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UoHkpKmP4eQTnwH6QRcu5Eg9F816ouHylb3ktoK4-3c,986
|
159
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=WST-zEwdgXj08lJfo7Y9XDegFV_iOGP2dRoOBhq6NJ8,7501
|
160
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=x709o1KnJ2rzyzYdR5bdXd6Qs-1uEIbNolTEOP4uuD8,3196
|
161
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ALtTgOeFaqBuhtOgWye3W6kGJV0JNGgewNyHhizKAAA,11481
|
162
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=QjdUbok3AyMIOUGFTBiKhH8DxOd30OHloAf3UcGP-1g,1479
|
163
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=z9MIvmAKnkXUeqSRiembUCmBh4A-uOIjUg_E_Ag53e4,853
|
164
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=AOIbDqEa2_xHsd7EaFBmB4fhhf540sWRRjXShqUzVYY,3550
|
165
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=zeatFDEgZx_BOCWWNCNqSwdiG7cONfICQMMEUqjEsPQ,933
|
166
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=ZmKgvgOxQ3exYmyC4vPrqdgRNfLolnTKVReFCFlXOUs,2797
|
167
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=gW76zxvdQeHYkhQhFd56eg9d5BUGA-H-kConL0_aZN4,1204
|
168
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=sJjt6zgOtdCTfuYMKt1E_4ykO-wFlIGGVbZLNJloRs4,24255
|
169
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=cbpaBgMl8zEaegXvF1HDbZ2VpvoU3VOnyzIaBz8qtRk,1036
|
170
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=s5pYYOhk7FeoSXyinQLpDX27EfsbSRVSdhdMzWEv4e0,1132
|
171
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=_bQhZidtkAVvrA5bt0g6Cqken2r1GhAuWS8tsy_6ZXI,587
|
172
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=P_6QWGV1Oi1EGFIkMopDDhNrxOyBPwYVsTfSdjer48s,1200
|
173
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=oMHmC2FOua9cpnyiVxwec2L4JQDAsQ6Fpe5liDvcaYw,923
|
174
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=1ccVmW9k42yw2S1NGh3gHDVhmINlga9WBEi8qjv0Ils,3298
|
175
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=6AAJYqo5O2vFQcvzpR2ifHFo7_tMD-s1fp6xPdgb4Og,796
|
176
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=L2-r0P3BccM5GSxxPU-90TfyY7bNPn3SEFpJeJs5w6w,899
|
177
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=42fpTf7YpOM3Ymu-aCyp_mSE1WLGYN5cNXiFg9otpGU,1086
|
178
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=OV4vm93xJwgC7eDAAyv7VZSjPoHHgR-WbLNkDg-kpWc,1641
|
179
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=KYEsP6dJhc3f7WTXRuYb_6uHRR1FKWGLoYI7hjyTzoY,803
|
180
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=NsRwUm-Om-eSRJ-6C58m2SbNCQdkTnh1tsdQh9UxsEY,1707
|
181
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=GBaEryC5IczyGoE_8MXBH3-nO7vynj0f2fn9lcekIPI,3869
|
182
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=O4wvjOG9MslGlPifmZujksgrx71A38GJDjUoXu8xkRU,1292
|
183
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=N_GgAWUIqYjgHcbXy60eqTFDF0f6x9PrJgZLsPnUEdQ,7929
|
184
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Cf-dqzY4Spjtn6Cqx2DaZroxQLyqZlQp8Banz5IKhOc,5389
|
185
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=nGEYkTaVFvhjo4bsdKVjLqlbB1VurRGmeqvydNerNqU,762
|
186
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=siOKcM8GNkKGXd8eHZobKVEZM5mgizKCFxquDTK5h48,3364
|
187
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-XlwGCcTn9-xIn_mkQqX-8RjobyTmZUD-i3Yft4-uwk,948
|
188
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=YmAaRw-au0S6co3RnasYKNDqnkgOOKJx8mTfXUo-vE8,3789
|
189
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Dd0QN1KYlATRUZPnbL7PtpFTQx8HeyAqZjwBYi_GbO0,2409
|
190
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=l-lzG89Nb4uZ5QS0a-HH4AHrvJ-i3oPcYDLHi2hWj1Y,3741
|
191
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Ka9gs5l54oC_7oSQsXjbg6f-01juI_4IMqUT1oyc8Fw,2610
|
192
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=S4Z8qU7E7hrAT7DUdmvLeSZ7UUMJycvhUm30AmoSa_8,834
|
193
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=laoL_L0yBd2pJ9IMEdC5NIwLyCIqMIdtQ_q3MP5FnpY,874
|
194
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=at69ykVCPDVT6UlW4Dd3yk82_dgO14MdIK_Douc9XY8,1042
|
195
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=IFrGFmo6hggdHBayQaRqBThWURK3zJXbgvezdwxTF_g,986
|
196
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Zeg86i7_jdgz_TsGYk6TTpL7FdHR0tk7L-zUrzT-lV8,2345
|
197
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=-FXFijaxXW66382iDvFfDYnMUMQ5Dw2No3pt81GX6Io,928
|
198
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=9uGkysJkjcGcLvatLctm5mx8MdzKg5VsKf8MnkAQLCM,1628
|
199
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=dqDBIriO5mHWqhd_ehEtk9nTJCnvzg4diQ0yNxlNyPM,601
|
200
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=PSNBolUBImfRL8Pg-QoFEWL65PSc_3RLhuSN0HmEa3c,1327
|
201
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=Rf0iDR0QsoMNvgsL-EtwjRM-2-nr55tbH9TAwrnpuaE,696
|
202
|
+
metaflow-stubs/runner/__init__.pyi,sha256=KzoEzBtDSzOMUUr4hCE5mBOnYzfeqPqmsgwY_-yehIM,831
|
203
|
+
metaflow-stubs/runner/deployer.pyi,sha256=bl828yeRZy30iwFghqh4IVbq8cDwN2lrIDfR6pST7bo,7839
|
204
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=Sku4JoqbcUXTHqOPMh-e4SSWNUdqgZXOdT_JH1ERlwI,3416
|
205
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=8eHsWn1qPpfgMUZefzLrqirMlD2xrEZOoAaQpF1WgVs,10997
|
206
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=m2F2OGu-U-4yafR8xzcY0cPgh5pHj-_tqA2tUEqGG7o,2946
|
207
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=k_yW7eYF1qTrpG9132-DeirExf_kAp8jK-JBR3kVZcg,6035
|
208
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=_TfJz9nAajthxfxo3S2LMBMLaE5gv-eYDH5xPQoyi8I,9271
|
209
|
+
metaflow-stubs/runner/utils.pyi,sha256=3j_3VE9DOk9pQKJBZlQVo4FZj-KnvG0YfBud8Tlefoo,5968
|
210
|
+
metaflow-stubs/system/__init__.pyi,sha256=g4t9I1FmhQBObet_8wiaM-Esvl9-bMvRwNsEH4rui9w,761
|
211
|
+
metaflow-stubs/system/system_logger.pyi,sha256=_RpIWoE3tPd2wgfhUxKGSI0G7UNUaX0vamzONIO36UY,1666
|
212
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=N24qeLGRamPwDVUB8phtAzlLnrr3oOiCJ-KVX9XNyQU,1788
|
213
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=IHUKLXdfqPiej3OOu9_N8nx6d9VDQNUv-bNFb9sFPts,707
|
214
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=DfdiIUgBlV2D4UxNYShy3VysBR9kugUfGyr9rqT61FM,8980
|
215
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=HKbBqTYQEEtmzf5iO8v52LCQSudjX-rL3wecJfoYr0s,2955
|
216
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=LJbXmI_y001jzkWwqy45OGg9mEt9SEBPfJMNTvrLEIc,10212
|
217
|
+
ob_metaflow_stubs-6.0.3.183rc1.dist-info/METADATA,sha256=cxAAQ1jjfwyxfPxd0isulBTHUWjSjYsnR9ayGk_kiV0,660
|
218
|
+
ob_metaflow_stubs-6.0.3.183rc1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
219
|
+
ob_metaflow_stubs-6.0.3.183rc1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
220
|
+
ob_metaflow_stubs-6.0.3.183rc1.dist-info/RECORD,,
|
@@ -1,220 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=ZfSdwvFSYWR0VNeZ5phGUtwD0pls9VbEYN80rCD3iZk,73277
|
2
|
-
metaflow-stubs/cards.pyi,sha256=FgXXHuTbiw218bEQOH6ZqGtxsSOAtzA3raHReQqJuAM,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=nZvWTPfbIAnfllWHWCO0TeQWlVHbxhfrfw-dkAihLyc,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=nLzUmjnxgOf08etRd2hmj8VFvyFYz9Asqk_qhgWJodw,4022
|
5
|
-
metaflow-stubs/exception.pyi,sha256=jNnqrrAy9GNhJ_B2ANp0LYocUaGVqdt_hoUNx_b80EU,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=nVUYYJCyM4Nr0XHWPnZkF_KXQGWVOC9y4O0J9o3jmN4,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=x1FZOdN57l2fcm7dbtcRjN49umE1K-2oUIuiv9q15Rk,63
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=6tQz2d7DH3A8GGvLgyZZ9BkssvHNwexlNKll9MR5Ji0,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=x-IhcVhXSd0Yi1m6ba7ggHr59aVWtjxxSd5Jb1uoLco,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=HQGYTVkSZud3ObMKx5FuxOHSgnogOFfui_zcAEqig9E,5140
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=nis--AzhfaWFs_mOWJQ_2Jr2OguM2u-z-ZXl3ownj_U,18083
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=uEwZertJS5Qfgi8gcBETZUnYEoMQkLylLdzu8XjmGpo,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=SW3oxX7t1F1TuiBU2IecpMZG11XcmBl0pblINbEnkm8,2516
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=zs0fmCBMHLokJ5lT0sqemuWeHrb73Bmh-7sLJYo8Kos,736
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=_wJcSZnUl26jjjuEtqyoqnMcmn3BJwCyoHAVA_kAInI,7453
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=7UQVEYv6D3nAkXrs8W3uJYfR39JZH4C0hD_htDmJr_4,994
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=aYFguwkLh--vOuK3dEyOQaujQ2DZ7OjkEsbMq_5S_m0,1494
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=akVPhBZHB5pCqY9lW2lCV5OPq5zY0w5W2Cw29CIVWmU,663
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=Yz-pl6iIU-WjgchzEmnxPrO_Tq3Ieov8LAer8Ksh8Qc,583
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=VQVJWLw8PRVCzSPzyusgClKRzyz3tnYf52ASd1xwgZc,1260
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=dv22rYVnUcNuOZ0zzhEyT0mWUNLX_qggFOX3IAYY2E4,1114
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=yBLh8MHu-wFxpOjPz4eq4-wxhI36c8Tm8IfteSce-UU,48139
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=8ctRjXP7yV2YVkItDPfnYEcLDUegKV5pBEIKTVf2-nY,3059
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=CC0p2aPc3hVpOfz-wh-pX_fmZkQhizM8402aVypd2hk,808
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=_-vGFT9s3UNXMetNtkbcHUXiVNcIgT-k5TG6YWRgOn0,1068
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=1Me93UVfYYhPUUIZDJfbdrrbxY50VT2Va2KO6DVHH6s,13235
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=4N5In9RECuDB_ZrmdI8kAQRFaxzUt9IbGXbCW7wRAnc,758
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=pPDyo-6nvENEMUJa4IHyuReTk46DhXiX0iwfzGzSxXs,516
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=ubZvCiAZLcJ7k0qysb3rgWNYjFpncEuoaShSdXxLRus,516
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=pZXUdaXjRKVCPYN7vZsJNX7-EW_9K8UAmASePLBKJPU,516
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=Bk4bZqZPsxGiJQlK9ar-CyZolF0Mn39Z2his-SUgk3w,516
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=MaF1adUu1IkkrojcyAZTsU2wijCwuGKUAKkIBDUmu90,3618
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=Q8frOxxtc1K7pQ3ktU9mXTE2_q9QTl_fdNMjMcbYh3g,1433
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=RfUatyJbYFEPqfkkndhw8L2Y3LrobimoZUl1mKHakw4,516
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=6hO7-5HzoyEkoiL_OMLPHf5J9RGZAJPvYP6MbYX4VeA,1870
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=5N_sWjOLn_4suHYncgnqxZ86Yd7jyDjKpzwkO8Ko9WA,1036
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=swuDpoDf0-GEI-EjcJlje8o7wlHJ8y2EYJX6llfRNLo,3387
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=Oa-aYfL_th7yFiMpYBsYZaxU35yrVRKbLZb0qLrwgd0,516
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=2BXTmjtcDpYTpCOfUTJROE31nUIQXnDxv6ihfDdnth0,6452
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=JcoIewI1IXNqyiGcADdXQw3HY4Cd5BqVAisncWheihc,1167
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=YvYdqCcz3uEqSfXwu8AvI5fU8kJqKlNs0yEGigIQKBs,6675
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=OHSH3gAKOul63rSxWfBnWCKWZjva_mfZWcks-REj__4,14096
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=L_WfMTLa94ZjK6qQ5QU4BUZELPYmcWk4OPl4HluaWhM,988
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=Gy0IHXw-KWeCnJlB4DXNl_ZHkyiymvK6XEHox7-pFaM,6872
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=fXBtI_sx4OYQcWBkJncNd7RhQfDfdVQ4zVcm9kIKERs,1347
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=3kRu9GV91jHH3VMEWPWw3B3Qsee_DHvCD0FL1658V1M,516
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=7kwPmYJhflZX2rs1sQBvtWTj1QtgmD8GpXR9n7A--OE,3519
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=J4lPl2AtHDZ4SW_ksIP8GyT5gXyaKqvRApPQfQFJhAQ,1499
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=kKLYc-O_D5zcl7abx5rAhjjROHiMQ0NcYhSzqUumAAE,516
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=46LNnuq0zMTzu30t6lj_YSi_H7AbRXpu3lOW1jFN9JA,3085
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=kx0SvCFUISQ27DfMl9vzNHeCN3QzzMqTbtAflS2i9SM,6468
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=6cNS1gdzmQZWgaPFNN5sNRhjmiyVlOb1hZpVzQBmb8Q,5532
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=k7APIEb_VKaFei8FytCN6pHb55B2OifNUi1n5VbfCBw,1133
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=P3YyE3a9PmVKBwBivYq9HxqLScfs10UIBSdiQj3Petg,2810
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=FV2bGp1QFtYrofakl2FNnr7qH6m4UaW1wr1tOKsto04,688
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=6eDuYbavJijdIq6h-W3IdH964cmn_iJHkUl7pGvSgTg,516
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=eyqx5zRI7HLy8nkz3msINfJhpzsf3QAA1En-ME_4uRY,9385
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=CFJ4hu9-FV_E9TF38h5ACGM44tLYyvQFaKfWeF3zbZk,516
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=MfZDO1NY1NlgTUlm_ZMUHsUHM6-JfFoTqAWX2gk-8i8,4492
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=a2TPZwkGtQRoBdsITaxf92Lsk7mi-HukkYEGr67uVrs,968
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=aMDwDVdXSYkE-4x-wpnA_gxzE29dUufrQohyEPSE9cA,3449
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=CDm2HQrPD-D0WeN9YBy7Xef-uQnaEVxyyhtegG0h9l8,516
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=KUF071rht26mGqjSEXsvtWSlAcCw-F5i5GAAVaFp4zQ,2481
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=bAFbwZWajYOb9yMn4tU6BfS0MVFhIEjHLLXxb_Pa2yI,1694
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=p0REuGDIpbmzd6fq3xSpJUZARMdmnjHkOpNDSBo5VVA,2135
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=TBNJOLsUnZlPoEVjFaoFBDl3F27n7Pz0cZNcQt8IWwo,1887
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=rsnrGCqjONiIimjWWiHpoyIfWDtgsS19ORa-gDTpPws,516
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=1CiTMZ7IZ-_tjFhLIwFTMVrJ67Fo-AU-bwzdNfT9tJ0,823
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=AkdVVLhH_YXqmjYrvn8gXq59ef30h5AKMxl1XQ6GTKY,1383
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=hRwjQIi8TuQnF37UuoRbTLqHXxQDOTnsfWz7P5wNMj0,516
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=EK_RrX8mq_fnOuFW6tN24iallW6CVi4MwKVKGRgJKhk,1817
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=9L6-_YiH1oBVNOtQFzP2gL2aQk8X5iAu_s6_A7RgNpo,516
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=K7Kx2y1wxCJINXFN1QMhj7ohKeB4JC5iYnY3n2CVzrI,516
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=HC877J3KWK3XGv5dOmSNc1eOWqSNW29d8gLH16-jylM,2141
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=hN1oy_nxlI_0YIy3BkJbXybilcCF8nre6a-8G43mOiE,516
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=LHcVCXPd5ZfXvbXPuA4Q2zYgrqwjxdo-DELkQjRewFc,1922
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=tE3EpRzps6h5cCVpz_PQlfh0Vz3iVyHnXqUv4bfdAWQ,1035
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=PJAQfN-fYWB94sym_jw-rKyciodnb_pHQ2HZtr8lr34,516
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=2ABU5gfafvFaOv2DboKaWT-XgSvxw5YOC0ImmTCHTd8,2238
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=5ykj0yUYvOttC_r7svWvkNR13vxflO6QNAIkwjHcy0w,2398
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=zR3VPMzcpHJYfTEEQ0CPpehrGUmrVrb1l6PvfO_MEUI,516
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=7RgcuBAMtx9PZAmBtirjDP66ojKG4Yc4TuFw6FEo-00,2305
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=nJ2zwtdadji5gldlAfftGbtYimerVjo6ZPlb7OY8OPA,2456
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=23remZg7_wRQi4QVi--piT4LCxMnTNXj7G3sgENljk8,2233
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=63-123M9jihOIR9XfbCjUL25xpQuDHb0ro5inxJ50sE,516
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=_osA04PqU39URXy4EVKxcd5K5SYwPmmYEJCLJsdaxcU,1483
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=lijZKDfoAczzGhdUJ8H9HNtuK63ywfJBtxvihiVN6Rg,516
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=ZoZ9h2jM38W9Tav66J36hRaoM2SB5WNIvYCDrq4f6fY,574
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=R5StxRGg2vKdFAPVjwkPNXwLqhk6hA48MTJtwNbFDqw,1152
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=LXq8XnaKsfDka_4k3u8Qe2XrtAN8vcfBpL0qofirS9Q,3174
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=IXGHGjBeoIhssHPKmk4lTFMyAssZW2gS42QoaaU8wQE,2601
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=CUavubpritlr9hAiXdtg94E9O6QhAnkJ4hb-q9pmRZE,516
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=9OujajPu-RA4-35uRmOveO_mWTitJG2xYXEQ0HuKAjA,3281
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=pDqHM_qaUVq5yTV-iIOYSwGWiaqDFHHJdomhwjQ9MQI,516
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=2_Jw7LWz1_2-wglZdZYwv6gkZ9s96aprjk1QOtPT7K4,4478
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=XWAAShbRgm9KvlZg2fo_GP3ixe5OWyYZ4wmy6rT1JYQ,516
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=ujUER2tVw7a-Lrk4lirDP1qeA3wtg9gDHDBWUVNqeCs,1122
|
99
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=HMrn0067aCXh5ph4WAh0GTOiGAzAA__qJREYg1azwMc,3908
|
100
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=UNdPD_3HCokHjIiLXETevEJEwP5Yj0hPHWTAXGr1Eb4,2243
|
101
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=VXyEBd4Na2KOVQ_O_otQzY7KMjxeueWW1cXOIRBp5-Y,932
|
102
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=NMAzCAQHtHHN0B23ZbxKq-Mv8EcyBcBmB78w0qDbLUg,910
|
103
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=jN4znbSPGvPDhghQ5NQgibajo4UVxxVS7WTx3089a9s,1052
|
104
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=dVqm3BKWwQ2O97mgpPyRE1bxjL4ZgvlCJgnn5nXl_48,4772
|
105
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=xRs7-D9Og_QpObofGhEtXcTlBc495OvvRGT5yeDj7GU,2445
|
106
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=K78qMx7Kir2acOiQCha63_a_KIphk96-bS7MtkxZ228,811
|
107
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=EEyIz_ew3MAYL18P3ngcQkGfhAgucusGrrRXmmKFUnM,3713
|
108
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=r852II_ahGYCL7A4oloTyJNqA6olD91A7EV6aH1M5g8,1829
|
109
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=ErH15DuHCSAByDTOHrXOUfHYqrr72LinducixN_j738,1709
|
110
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=SoMxA4zd_cvmzoEFyxtmcEuyw9x0o2mCfKst8S4LZMM,1198
|
111
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=wLelUaZuFnN9XCw5I_1H28I_5dEHNro4ahtm-E40eNM,2087
|
112
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=mFibI_3JRp81tkqkfd8lSmn4jcKWXYRM17h9xGNE67U,2296
|
113
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=_mywlacW70MxbcPdvtiRIEq60qH-JKHCaIREpKv33Po,669
|
114
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=EEngYFjazRF4yEJ6OINrt_tkiWLogWPGbl6__P3UfWA,3154
|
115
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=LtmtZ-0UE18XYsUa6qPp8p4nvxXhSfVoldF91ETuURs,923
|
116
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=qBsq2Z-YQm7adFBcl8Tvl3xHvic53RjCRdKWTVxxcKk,877
|
117
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Fv4VK8umVASTM2-x1XHIHyPxuIODdCMVL1k5TYpKnbc,1497
|
118
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=-hsSX49-6msxnd_vO5aeQaBOv1uAoag-pjqO4KhlXIc,3309
|
119
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=gDNEz85jqJEQJ-ORSPU-XniM4e5HVBTO74cmMa-uS6Y,3220
|
120
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=oFEqmyumZNBOPrn3pN7d0Z2GLiVnvPMelMYXViuTR2c,727
|
121
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=QEsFIVlQddv10wOkt_zgEwHtWQ4P-6Fwxn86aSlIsWY,2534
|
122
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=77dKRJEwyWZpmbKDR5d04iw0eqc8NlXr0Z7vN1G8OUw,3348
|
123
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=ve_Z8dnQ-MC3s_-4drHJRkwCYFLfjCuyf4Ne35cQtT4,13953
|
124
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=E-VXYsemWFYk4no7ZpIG_NbVAwQXrDCs52HdUf0USFI,1375
|
125
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=GzrSebs8y63Pe657uWx-dWAlBYpQ3Nao0mKZAsmyqI0,4595
|
126
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=MxH-HXVdMLUiMMOHuN3SEGBSAosR8fEM44ASLyTxHL4,6173
|
127
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Fx-Ph7bA76cQT4OM1ZPcukxryY3j_IP_2g6z9kG_3Ok,755
|
128
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=wT7hw40nKEhK6-xDO4VPFxupFH7lj6AotjWoBhwR06U,930
|
129
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=w60Xl4wZEy9Ce4Gn5dZ_X0pkJXF0ciWX-exi8yykVNY,3147
|
130
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ecErdJAgZNMqox-koq04oMKpS1Hc-9q3IPc6nGokHYQ,675
|
131
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=rlblkfeIpgxhE_BmalcXL_PpneQJ1qlghEbiTU4gxKI,2905
|
132
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=XWE09FidT37qfBoxrP8owl3mP_XWvlDPAdZhDF866lo,3767
|
133
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=WE9dTBIDSimXGM_rb0sfZLs2DhNP0i_p4txyNb89UyQ,5937
|
134
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=mFb3uub06Zta1_m-1v-kwIJTW5tYYNJhHnHxB5L38N4,645
|
135
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=CQHJdeVNpmDgUn6Up7yNYk38CJ_KoaoJuB6TEyRPvuI,3575
|
136
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=iw3aqZtgidfXoIYOjjXKWS0GzlLPAdLZYh8nZDk-EOg,674
|
137
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=gMjCP9-dfIJIGsI3Bax6McO5Wk1qeJdKix_fX0CSZcQ,899
|
138
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=bw87C2pSzyrvQvK1pbrm0KyU7NXGTJqRyEGUz7uO5OQ,1637
|
139
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=u6LYZgqxaXZQWeHDelPA4pbmk6NyuoU-6f6lyCmPVu0,4553
|
140
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=8K2fYGk4U_DTLsqbz0IuHUxr-TcT1jcNyHtnJsLbSCc,1186
|
141
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=GFGLKnsxjTNpykOBFtwrNdAJz2RIxWOeXKWwNEGbO9Q,3881
|
142
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=K0m6LZwTV_QD1iSjS6UG_s1W5homGRnSL7gA4Tl_lGw,4410
|
143
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=EjfaZF04A8QVFLZ5ZNkPrV-SsyfD1Dmi85p8in3Hnlk,1011
|
144
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=htEMg7HdSt_Z0X2i7Eip0vG9D-GDN3Qm94H_WwB2RAo,1168
|
145
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=gn7YhY0OdRwGqNd8y26GxHY678EmXhCp2asJWPUi7hA,999
|
146
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=-bL79NP7rbBZSAtchWc1VWLbisLBGvLnxMlPIoah5bk,2289
|
147
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=91zAu6Q4yRNexIMGHmdbmPjz9WgburMlxNkuzf5LCM8,2458
|
148
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=keV1Jxypt4HqteHWGKqSarIajA21cOXrVxybxR5Cl3I,1568
|
149
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=Hmqbaoj_S8KT4YZrfrU011Fvm5cxSTWRS1w0z5W7zYw,1667
|
150
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=JlXPQwJ3HftpIgnDeUvQ6rGX0qlOECB0ZfAW-sEy8MI,916
|
151
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Rtz7o7NP70aMQKzpJiglJ-zP0BTDisGm2qfUYt3kOUk,4909
|
152
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=bIX7AuTllJJV8DpKRrUml5IqLAEftRT0tAlhyaoZtS0,1089
|
153
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=cPezvCKjCCrW7V1ZavfI52tE8BD7HR3NUT2pno6F8K0,2962
|
154
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=VrbWbsn5kFMNczmIn2yleBfoNmknu9mvyjwaWII5iW0,3038
|
155
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=tR0kMh9Ds6wIqNeNeDi9aGh5vY3NwutNPeiLVjV9P2Q,759
|
156
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5wwM5tK65Yi0lv9gmaNIWmLFVaSmPxbA6a3YJ9HHUGE,8476
|
157
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=JW-5ISZY3n6y6IK5OLk0pKAJg72NUYe179J9XFUZ61s,2470
|
158
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=QFzaiPEnll6mvtx_1QAaxzJkvHuHKmi2FKADrlygz2c,986
|
159
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=piUm4ZN_V9RLuB5n5LlzPSdEg39L26Iru6pFsiuzt0o,7501
|
160
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ksxDxtDW-5N6BFa3h-ex2Kqt7nyAK-sXzsgpBN6oXok,3196
|
161
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SbXBDZytOi2PgkzoEOWJplMUs_ZJHHMUVofmM5NuJmk,11481
|
162
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=6C3D3yx0lgjuzjC5eLucI24R531icXchNK8YBgtn-sU,1479
|
163
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=orQbXXSqx9H3p5x_e0TkkpomxFDfcO9qTOJFH_ciAx4,853
|
164
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=pOCQ6jLPdtqXBUBhQOmaH0CiricSUYHjj-1a5wOaTII,3550
|
165
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=sXD0xJw09MPnOqZ0PG4rqFhtZGsvzaBDMBIJypqNLDU,933
|
166
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=gEptmb-uQPSx_R2OQDPpdhZPZZWcB9eiPiQ992uXdqc,2797
|
167
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=6rOWA1vVGHXPGQQg6zFd1xIWRI-2Ds0D26aNC-E5b_k,1204
|
168
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ML0c6aNppDVHnJJw8qXpju9x0cIPg4cbeWIV2i6WL50,24255
|
169
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=uFiZY2SeTun23i3wbrWBLe_Jy-vPGe8t2wQN7ZnMyUE,1036
|
170
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=iqtRwpoUXtQ9LdxFMHBza3N8abA1gRzN3rqt7nSqsco,1132
|
171
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=GLJBdSMjCevmUDI8wi7K4htRMSTsEHXPrdXfA3MFqb4,587
|
172
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=C16Mtm7i3dqTMKnMwz0pN9wsvDbuv7lO5RraXFcgVgk,1200
|
173
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dx-g8m6B6G9WyPvTbqHPmSX6O8TFRo3Lpm8TUDSqT90,923
|
174
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=raf7ouliVOHYIYfENeP2z7yox3NxxPgyB9uKkquTMGQ,3298
|
175
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=kOuw-VwnnZK-AfT9aWqx91CEYnAag93skpVF_WAWjAA,796
|
176
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=VIoG9-iRyKTS9ioGEdGZAWa-_Yn7wCIwWMkAyiqMRmw,899
|
177
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=wHPQM_gNj0V5qujjo4ryMf38ndaQQeT6Md7hhDydaPg,1086
|
178
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=cYXJPzVNf8GZBXFybQrLk8iRLj4gGr3DPEU4_g7Wnwc,1641
|
179
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=LjwrksgcphIOXeYTu7Y1Q3dd9JEwQzW8NFg5Fv3DUWY,803
|
180
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=jMon8MyXwrDm20_p1nmTWvoDFVkVRi4qQC3xSyPgql0,1707
|
181
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=F4XKtmbNmMTxUrX2o98-6sPIUk3Bo3PgJ8n29mo34d0,3869
|
182
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=YdRe4z7LiuugZ5WGw__gHlh5C-Izkz5jA5_UtaeES58,1292
|
183
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=1r7vf0sWPPATbjV09up_PL8p6t2gErl9UEYUaJNQVaY,7929
|
184
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=MfIavivn-jQ9V5xm95J7RThR5RhOXg4hshG0ppyK9u8,5389
|
185
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=dPGXWJ1HkY2tIv-uka_-dBW59kTKPcnwDVzfI6N6KmI,762
|
186
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=HyogWpPjBgdPZXYO3kyztyaUSsMdwGaS8JWPpXCrDWA,3364
|
187
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=UiOzlOXm5--xa9-p2izR8Fu4uZMvmscduw4PmtLkNQ0,948
|
188
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=mEDxKEVn3oI8hinL0YqmmoxruyImCadJVATC-HG5Vv0,3789
|
189
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ZeefOxE6Hu1WPK0JfUHi0S4sBYitA8dzB2ANDqqGzJ8,2409
|
190
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=tb_8Hrq-ekQ5LMzBBnBCm4-AFKMc6kh5ANCyewEmioQ,3741
|
191
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=mrGVIeKcP6Q72JFA16iIdmCvk_N0syBCkNimFfRJqJg,2610
|
192
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=n_VYa5ZSkALVVW2qAXISTfw4VlhipQZnfwk2wD_VDF0,834
|
193
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=V7Jt9HY5D4B3v-cJIf4E6woS1qaTSUlKC3rbVdQEVqM,874
|
194
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=dpov1wL68bCZzv7soaCkGMcGZoH0-snDr1QzR2RUboc,1042
|
195
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=otDvXHv8ZDZ2IyV6nj7kwWGJ1pguRk1GlgKJMSuznvU,986
|
196
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=VRPpeBPvZAYAd2VXJqopy84fuCsXCBma2RLTvtOicW0,2345
|
197
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=w40SdzxcTgtlgY3vrMljIiWqiUjJEKfAh-qzNLLOeiw,928
|
198
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=My19R5bpsNGgx1T1oa0coCYOyshV4gQ0zI4_KDsR91g,1628
|
199
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=l2CV6DvJ9Mq_i9n_53EY6y0Jhrh_PMRYVSvIlBJz_8M,601
|
200
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=3jciXrXJlWPEeBXG3hs6909hNSDmNLR4WhQF_TP_fhI,1327
|
201
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=N9msycpjtbKNaWF7ZU8w_XFPj6_uLisk4b_zdxVhuOs,696
|
202
|
-
metaflow-stubs/runner/__init__.pyi,sha256=Qm_SfwG3JJUy8oPqkBx56SYmcR7GuJNHEnD9iYst370,831
|
203
|
-
metaflow-stubs/runner/deployer.pyi,sha256=rvwBnmPzV0F0dmmp7hvgspg-RYxmzejKSm0r30x_v0o,7839
|
204
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=Fc6KChAaGbpyHCC9tg3dHtgt3-kqGbOpv4n14mk-ao4,3416
|
205
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Vt0JWBk2HslrFDyQLjVcmG97isl4tVNtFCaBDayh3sg,10997
|
206
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=miVeSUMuR8NBO3tkxn4j8i05-T5a0fb81CvhCQeDpJ4,2946
|
207
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=H2CADwTHSl_j3veo1hQN2wqIzzZQ5aLo_-LDqyEsQgU,6035
|
208
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=NpIunp_oBE2e9fLoixfit7J5BiQPqgyWTXClvuP2tFY,9271
|
209
|
-
metaflow-stubs/runner/utils.pyi,sha256=72CH2tsY5_e8GKnVvEkwyaMPgwMyqd7rfw3LOx_LO20,5968
|
210
|
-
metaflow-stubs/system/__init__.pyi,sha256=BQJ1GJ3UIYL0O-dg98YzxCxElohNg1rxHFvIki9YSnw,761
|
211
|
-
metaflow-stubs/system/system_logger.pyi,sha256=hL4ufLUFSEInOT6RuSkBcXFFEJq3aS1oGmtcacQ_oPU,1666
|
212
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=Z8UFBbaz_cqmx7l9mx6YrO1Wc-h-nVNkp2TrqA9UrUU,1788
|
213
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=DJRA5oCE3ASJd0W7kMvwdjDK57_TgGjE2MuH-FpEQ0o,707
|
214
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=t_vAuScIixev582Ifwes9WV5uoIuTIg1C37caIrqKlI,8980
|
215
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=4mmSD5O0lL6WAxM9Ubmm_vrGgpRO0UD_Nx9vIANZw_Q,2955
|
216
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=-u62s4Vie8t5DJJx8QdtakX2SbxgV-dACMo7dTK-YDQ,10212
|
217
|
-
ob_metaflow_stubs-6.0.3.182rc2.dist-info/METADATA,sha256=NRHI0EG_-9nZbrEi9psRf9hYWVko-9sQ-hb7sRnLsGs,660
|
218
|
-
ob_metaflow_stubs-6.0.3.182rc2.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
219
|
-
ob_metaflow_stubs-6.0.3.182rc2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
220
|
-
ob_metaflow_stubs-6.0.3.182rc2.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.182rc2.dist-info → ob_metaflow_stubs-6.0.3.183rc1.dist-info}/top_level.txt
RENAMED
File without changes
|