ob-metaflow-stubs 6.0.3.188rc4__py2.py3-none-any.whl → 6.0.4.1rc0__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 +989 -979
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +3 -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 +8 -9
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +10 -10
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/{info_file.pyi → meta_files.pyi} +2 -6
- 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 +6 -2
- metaflow-stubs/metaflow_current.pyi +61 -61
- 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 +2 -2
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +2 -2
- 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 +3 -3
- 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 +4 -4
- 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 +3 -3
- 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 +2 -2
- 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 +4 -4
- 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 +3 -3
- 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 +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
- 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/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +38 -31
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +13 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +30 -28
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +7 -6
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +12 -8
- 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 +13 -11
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +13 -11
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- 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/packaging_sys/__init__.pyi +430 -0
- metaflow-stubs/packaging_sys/backend.pyi +73 -0
- metaflow-stubs/packaging_sys/distribution_support.pyi +57 -0
- metaflow-stubs/packaging_sys/tar_backend.pyi +53 -0
- metaflow-stubs/packaging_sys/utils.pyi +26 -0
- metaflow-stubs/packaging_sys/v1.pyi +145 -0
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +15 -13
- 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 +8 -35
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/argo/exit_hooks.pyi +45 -0
- 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 +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +5 -5
- 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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
- 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 +5 -5
- 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 +6 -6
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +4 -3
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +13 -4
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- 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 +10 -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 +4 -4
- 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 +11 -0
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +20 -0
- 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 +5 -5
- 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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -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 +3 -3
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -4
- 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 +6 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +9 -49
- metaflow-stubs/plugins/secrets/secrets_func.pyi +31 -0
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +42 -0
- metaflow-stubs/plugins/secrets/utils.pyi +28 -0
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +4 -4
- 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 +3 -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 +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +3 -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 -3
- metaflow-stubs/user_configs/config_options.pyi +5 -6
- metaflow-stubs/user_configs/config_parameters.pyi +6 -8
- metaflow-stubs/user_decorators/__init__.pyi +15 -0
- metaflow-stubs/user_decorators/common.pyi +38 -0
- metaflow-stubs/user_decorators/mutable_flow.pyi +223 -0
- metaflow-stubs/user_decorators/mutable_step.pyi +152 -0
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +137 -0
- metaflow-stubs/user_decorators/user_step_decorator.pyi +323 -0
- {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.4.1rc0.dist-info/RECORD +260 -0
- metaflow-stubs/user_configs/config_decorators.pyi +0 -251
- ob_metaflow_stubs-6.0.3.188rc4.dist-info/RECORD +0 -243
- {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/top_level.txt +0 -0
@@ -1,251 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.18.1+obcheckpoint(0.2.4);ob(v1) #
|
4
|
-
# Generated on 2025-07-10T23:14:33.182156 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import typing
|
10
|
-
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.user_configs.config_decorators
|
12
|
-
import metaflow.decorators
|
13
|
-
import metaflow.flowspec
|
14
|
-
import functools
|
15
|
-
import metaflow.parameters
|
16
|
-
import typing
|
17
|
-
import metaflow.user_configs.config_parameters
|
18
|
-
|
19
|
-
from ..exception import MetaflowException as MetaflowException
|
20
|
-
from .config_parameters import ConfigValue as ConfigValue
|
21
|
-
from .config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
22
|
-
|
23
|
-
TYPE_CHECKING: bool
|
24
|
-
|
25
|
-
class MutableStep(object, metaclass=type):
|
26
|
-
"""
|
27
|
-
A MutableStep is a wrapper passed to the `CustomStepDecorator`'s `evaluate` method
|
28
|
-
to allow the decorator to interact with the step and providing easy methods to
|
29
|
-
modify the behavior of the step.
|
30
|
-
"""
|
31
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]):
|
32
|
-
...
|
33
|
-
@property
|
34
|
-
def flow(self) -> MutableFlow:
|
35
|
-
"""
|
36
|
-
The flow that contains this step
|
37
|
-
|
38
|
-
Returns
|
39
|
-
-------
|
40
|
-
MutableFlow
|
41
|
-
The flow that contains this step
|
42
|
-
"""
|
43
|
-
...
|
44
|
-
@property
|
45
|
-
def decorators(self) -> typing.Generator["metaflow.decorators.StepDecorator", None, None]:
|
46
|
-
"""
|
47
|
-
Iterate over all the decorators of this step. Note that the same type of decorator
|
48
|
-
may be present multiple times and no order is guaranteed.
|
49
|
-
|
50
|
-
Yields
|
51
|
-
------
|
52
|
-
metaflow.decorators.StepDecorator
|
53
|
-
A decorator of the step
|
54
|
-
"""
|
55
|
-
...
|
56
|
-
def add_decorator(self, deco_type: functools.partial, **kwargs):
|
57
|
-
"""
|
58
|
-
Add a Metaflow decorator to a step.
|
59
|
-
|
60
|
-
Parameters
|
61
|
-
----------
|
62
|
-
deco_type : partial
|
63
|
-
The decorator class to add to this step
|
64
|
-
"""
|
65
|
-
...
|
66
|
-
def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
|
67
|
-
"""
|
68
|
-
Remove one or more Metaflow decorators from a step.
|
69
|
-
|
70
|
-
Some decorators can be applied multiple times to a step. This method allows you
|
71
|
-
to choose which decorator to remove or just remove all of them or one of them.
|
72
|
-
|
73
|
-
Parameters
|
74
|
-
----------
|
75
|
-
deco_name : str
|
76
|
-
Name of the decorator to remove
|
77
|
-
all : bool, default True
|
78
|
-
If True, remove all instances of the decorator that match the filters
|
79
|
-
passed using kwargs (or all the instances of the decorator if no filters are
|
80
|
-
passed). If False, removes only the first found instance of the decorator.
|
81
|
-
|
82
|
-
Returns
|
83
|
-
-------
|
84
|
-
bool
|
85
|
-
Returns True if at least one decorator was removed.
|
86
|
-
"""
|
87
|
-
...
|
88
|
-
...
|
89
|
-
|
90
|
-
class MutableFlow(object, metaclass=type):
|
91
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec"):
|
92
|
-
...
|
93
|
-
@property
|
94
|
-
def decorators(self) -> typing.Generator["metaflow.decorators.FlowDecorator", None, None]:
|
95
|
-
"""
|
96
|
-
Iterate over all the decorators of this flow. Note that the same type of decorator
|
97
|
-
may be present multiple times and no order is guaranteed.
|
98
|
-
|
99
|
-
Yields
|
100
|
-
------
|
101
|
-
metaflow.decorators.FlowDecorator
|
102
|
-
A decorator of the flow
|
103
|
-
"""
|
104
|
-
...
|
105
|
-
@property
|
106
|
-
def configs(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_parameters.ConfigValue], None, None]:
|
107
|
-
"""
|
108
|
-
Iterate over all user configurations in this flow
|
109
|
-
|
110
|
-
Use this to parameterize your flow based on configuration. As an example, the
|
111
|
-
`evaluate` method of your `CustomFlowDecorator` can use this to add an
|
112
|
-
environment decorator.
|
113
|
-
```
|
114
|
-
class MyDecorator(CustomFlowDecorator):
|
115
|
-
def evaluate(flow: MutableFlow):
|
116
|
-
val = next(flow.configs)[1].steps.start.cpu
|
117
|
-
flow.start.add_decorator(environment, vars={'mycpu': val})
|
118
|
-
return flow
|
119
|
-
|
120
|
-
@MyDecorator()
|
121
|
-
class TestFlow(FlowSpec):
|
122
|
-
config = Config('myconfig.json')
|
123
|
-
|
124
|
-
@step
|
125
|
-
def start(self):
|
126
|
-
pass
|
127
|
-
```
|
128
|
-
can be used to add an environment decorator to the `start` step.
|
129
|
-
|
130
|
-
Yields
|
131
|
-
------
|
132
|
-
Tuple[str, ConfigValue]
|
133
|
-
Iterates over the configurations of the flow
|
134
|
-
"""
|
135
|
-
...
|
136
|
-
@property
|
137
|
-
def parameters(self) -> typing.Generator[typing.Tuple[str, typing.Any], None, None]:
|
138
|
-
...
|
139
|
-
@property
|
140
|
-
def steps(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_decorators.MutableStep], None, None]:
|
141
|
-
"""
|
142
|
-
Iterate over all the steps in this flow. The order of the steps
|
143
|
-
returned is not guaranteed.
|
144
|
-
|
145
|
-
Yields
|
146
|
-
------
|
147
|
-
Tuple[str, MutableStep]
|
148
|
-
A tuple with the step name and the step proxy
|
149
|
-
"""
|
150
|
-
...
|
151
|
-
def add_parameter(self, name: str, value: "metaflow.parameters.Parameter", overwrite: bool = False):
|
152
|
-
...
|
153
|
-
def remove_parameter(self, parameter_name: str) -> bool:
|
154
|
-
"""
|
155
|
-
Remove a parameter from the flow.
|
156
|
-
|
157
|
-
The name given should match the name of the parameter (can be different
|
158
|
-
from the name of the parameter in the flow. You can not remove config parameters.
|
159
|
-
|
160
|
-
Parameters
|
161
|
-
----------
|
162
|
-
parameter_name : str
|
163
|
-
Name of the parameter
|
164
|
-
|
165
|
-
Returns
|
166
|
-
-------
|
167
|
-
bool
|
168
|
-
Returns True if the parameter was removed
|
169
|
-
"""
|
170
|
-
...
|
171
|
-
def add_decorator(self, deco_type: functools.partial, **kwargs):
|
172
|
-
"""
|
173
|
-
Add a Metaflow decorator to a flow.
|
174
|
-
|
175
|
-
Parameters
|
176
|
-
----------
|
177
|
-
deco_type : partial
|
178
|
-
The decorator class to add to this flow
|
179
|
-
"""
|
180
|
-
...
|
181
|
-
def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
|
182
|
-
"""
|
183
|
-
Remove one or more Metaflow decorators from a flow.
|
184
|
-
|
185
|
-
Some decorators can be applied multiple times to a flow. This method allows you
|
186
|
-
to choose which decorator to remove or just remove all of them or one of them.
|
187
|
-
|
188
|
-
Parameters
|
189
|
-
----------
|
190
|
-
deco_name : str
|
191
|
-
Name of the decorator to remove
|
192
|
-
all : bool, default True
|
193
|
-
If True, remove all instances of the decorator that match the filters
|
194
|
-
passed using kwargs (or all the instances of the decorator if no filters are
|
195
|
-
passed). If False, removes only the first found instance of the decorator.
|
196
|
-
|
197
|
-
Returns
|
198
|
-
-------
|
199
|
-
bool
|
200
|
-
Returns True if at least one decorator was removed.
|
201
|
-
"""
|
202
|
-
...
|
203
|
-
def __getattr__(self, name):
|
204
|
-
...
|
205
|
-
...
|
206
|
-
|
207
|
-
class CustomFlowDecorator(object, metaclass=type):
|
208
|
-
def __init__(self, *args, **kwargs):
|
209
|
-
...
|
210
|
-
def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
|
211
|
-
...
|
212
|
-
def init(self, *args, **kwargs):
|
213
|
-
"""
|
214
|
-
This method is intended to be optionally overridden if you need to
|
215
|
-
have an initializer.
|
216
|
-
"""
|
217
|
-
...
|
218
|
-
def evaluate(self, mutable_flow: MutableFlow):
|
219
|
-
"""
|
220
|
-
Implement this method to act on the flow and modify it as needed.
|
221
|
-
|
222
|
-
Parameters
|
223
|
-
----------
|
224
|
-
mutable_flow : MutableFlow
|
225
|
-
Flow
|
226
|
-
|
227
|
-
Raises
|
228
|
-
------
|
229
|
-
NotImplementedError
|
230
|
-
_description_
|
231
|
-
"""
|
232
|
-
...
|
233
|
-
...
|
234
|
-
|
235
|
-
class CustomStepDecorator(object, metaclass=type):
|
236
|
-
def __init__(self, *args, **kwargs):
|
237
|
-
...
|
238
|
-
def __get__(self, instance, owner):
|
239
|
-
...
|
240
|
-
def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
|
241
|
-
...
|
242
|
-
def init(self, *args, **kwargs):
|
243
|
-
"""
|
244
|
-
This method is intended to be optionally overridden if you need to
|
245
|
-
have an initializer.
|
246
|
-
"""
|
247
|
-
...
|
248
|
-
def evaluate(self, mutable_step: MutableStep):
|
249
|
-
...
|
250
|
-
...
|
251
|
-
|
@@ -1,243 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=xZZoMrCxjHisFrJAFOEIY1VtryPbAENTkUn737vYeDQ,81711
|
2
|
-
metaflow-stubs/cards.pyi,sha256=U3L_Lic1zfrHFmZZHTZClnatoJRw-Y3-0CVJ0m0qFAQ,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=HOGRBeGAVFfWjMGMUdUJM1NuquNN0TDiCdzkCnAkT-w,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=gYX6EIQ7swc8T5e5f_66Mdz2qzOxTbfnrFRIj9YOcnI,4022
|
5
|
-
metaflow-stubs/exception.pyi,sha256=B3I94T_UEsPVXDJb2yr17gkmOLGeCZwpg62yRTbPmCk,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=5MKI9rdL4L4bQzUFEyNW25Id0SZ8ih6-dAgG5Vr0-mg,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=bKRt0dq6xwB1maQob4h3M6zFNpn90tT8ISgeLIuKIGM,63
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=j4uDqNrrqVLdw4M2yjGpdP6ZLEnwOiQvvvMA-RsvYA4,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=DhdllcUTXYE9V30NWdRWte0ucVwuY0kfeFsEod46H5A,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=5k_xJ8iXy_54hC0OyJuHUojdxOcWHAR8iCIQDv0gNy4,5113
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=wjCa-griMeBUvrxMWT4FTl4Eg4yry_LVIvM4Ol3DDfs,12887
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=ZrEHEM9-d2gES4A8joX8c7TxQQq2EC4k-Kd4UFD3he0,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=F9mLfydjUoxO6vYqOQKe-D-pmM7DkIac6TocXuDbWt4,2516
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=bGdSmC02iZieaKxsFvVLMu3C_imaZ1TJARjX1e8y2MQ,898
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=TB0I2_6qC8R6ZXx9CK9v2JjUKNlrIzSqQstmGZKiDEs,7453
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=oaD4KsD113qq0YGpvUaPm31YYBm8zfVHvFPFCsoh4AU,994
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=XygNaeP5ZcH2INzknf0yMyXMakvbHKmC9Hgo8CO2k6U,1494
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=TGDDbDTNLFltX_lyn6iQy71ZPe2NQ4NCNxqXqleMsAk,663
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=4KSvKxNBJsWDjS1n6S61HQoH0aX3aJTtZJcdjQcQIlA,583
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=gVXyUkKlP8d_W_l1Z49PRIIOCzJiN_8fmRAkcD8yacc,1260
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=kceSSZnm4hBXWhUym77geqJdBTbqMD41jL8Emy39IYI,1114
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=7vRnEHLYsGkHI2kzC_QXwFOiNcsYcaodUxAhLebTQZA,48139
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=Uq3z54IXZC7XjoTOtgShHIr9A5UJO1a7o_hMcwB9mOU,3059
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=QHudXpzfJX6duLeX0sxz7GXYI3XZNW4TA2__9tb9rqY,808
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=w4RqYwk_dtjB3yUrSTyFE3p8S9Ensp0CXFShJtTGnx4,1068
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=dG_IHtlHn9RfDXaZG2faaRdRmjLFrtO0jXpaG5Wm4Qg,13235
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=bO0gH7UJHR6p5iWgi2QapUtWBsSf8k2XRKf77VkyhiA,758
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=-Li_BcYmCPgQI2aXtFhxFlU7OnyfD-bxGMv-hzNkVUQ,516
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=F1-0ojqJWmP57mXRYFNWr4VnnZ2_j1zsRCbVfzqnxF4,516
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=NoMM2tO83Zp7-YLUfO2C1C8KHQ6B8CErGE6phys8iTQ,516
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=eWQDBzi6RQbZFgC_D9ZehQH7n6lQJwxlxKZAAsyDl6o,516
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=Kho0tZZsHlC1C8PQu5wPLoBCN3SLpTWi76AX57EQC58,6402
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=BmBvCzJUwa-3Ht5bDVvOz1nHECY-KFga-JPlw4kmflw,1433
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=Fj1IOwWtlTypyyPCHy5zZ42X5gIOsjEL8jTzvwuqlHs,516
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=JRipSh2Qx_wFLaI4xbl-jEmoGfoUJI8o5GPKSvA31Mw,1870
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=33scFuchou6uNEO1DA8orWLztEbbC38DNUK6GPFhyqY,1036
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=TUtMlLC8gkB8_o1E4TNz3imQgQO-OfJiYvNow0z80OQ,3387
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=-78cPhX9YQEfTYeQZNO0Hy9TAsjFO6d6lYJ-yDSVcOg,516
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=O7fi7gmgM4knU1QA0iYN6T7zu9OXTlxY1KJboiXn9gs,6452
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=5vlItsk0Z0XiI-wYKCbLxFLloj4yvDSNBYKo5XaHNX4,1167
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=GJoV78hZnyp_rsAtj7J5EkLp90bVhJrK1e8CKXSF4Ig,6675
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=vG0A9ayBIaFYNSxDr7N12O8R2EpqCZ9k3kQrNyP07gQ,13939
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=xHx2gn9cFJeBYt8dIehEG6maP_1exaeHX7PeieHRP_k,988
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=EnIb1WKTJBCXtXFNHQ7p4_saCD_eCEQqv6r2utVkgVs,6919
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=slWbMYUYyOsUqP6yizChEcePCqpzuDnpcJSgk3PIqr4,1347
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=adnALSqg3LHE6Xt9qhGCEY3zSSkkt_IUeAcWTmWXFCA,516
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=VcUn1rUispw2jwNMbY9Q_iMG-ed2ysAwQK4JaBHa0Cc,3519
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=qAFeVTy0VY_qZE1C3cQ7IwV2FBP0JuBqSZrLBvFQiFM,1499
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=KIvytcQc0MKC605XFYQVtmxYH8e6VdtVzW6w7WwQ3x4,516
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=N6xkBAgsxVA_sWkJMid4dVY-3Oj3BBV-2oEA3bOQjUY,3085
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=LXDir4PSaj0L07tUEB4R7FUi-GV0qjjFPo7qiwQHNZA,6468
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=aPbRFk7GmK7KjjJgU8oRiAlcps793IMPadMaWQqr2xY,5532
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=7OPuaMnJA-SmIWQC53nBm5yQZQhqx26s_j7WR80aat8,1133
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=P0ZWXGw8U1Jt6kxUkHmIDCFopKm-yyC0TTNjqyGabSg,2810
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=FicDfH0-Xf4mHaZhreTCWYw7KMB83MDUB3wHPZQDCuc,688
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=Fg9wo6mYgD41jW3t361mQ1Ob7DUrdwyG_Fuv5AYRHlo,516
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=WG8n9S3KFBjGpYHYbbW_tHbQd5CkeMwovWrm3a3Eohk,9892
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=saRgLl3pq70ZQocQYduBsnuBWxcAsV1ueGQzW_52zj4,516
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=lP2dKKlr-yu15EzM4S1dM6vt0r7EbdvIUbVhyHLI7iY,6079
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=eQSE9MtW6VIyy2aCmunN2keC1Q4PDVXqKapZrCytFRo,968
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=i18nHrTr-nPTv8Vyt4abqE4aVcC5Zz8LPvjT1yW8Eng,3449
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=8fkxVvQZ8TrDrpI51AvgMEaWKgLqElotZb8XkvBYVCk,516
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=z6wVlrCxoPJ1s4EZuKYYMEg1fbQ4d0eRTwzRdFFhqR8,2481
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=B1-MPAeSEn4PmK4x-GrGYO_OiV3loUS8mZIex05DKzs,1694
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=nJ10AV0gOGd1eHrCHecTGQjI2yFl5beMVTrynlAVWw4,2135
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=QMVaHyxE_vDLprHB001tbUevZqS8t1F4LBVlxyTYEZE,1887
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=gUCVEjhHvDkkoKloKjRu3PtjiCK91whZEt5EYLszUfo,516
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=30UB4TbSoXsxWB46by-PdJH34QZbPnW8viYa4IwYvpQ,823
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=jA70RCdP_t6DGE8bvztXWQTDCDxv5T1YflC3BOwxVfA,1383
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=betTmxOjfYaOfhf2ovX_e_WS5TCvugbVbpLc-t3N1e8,516
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=DoFmV0GcXWDZisAjkU2IcfLJzobv27wGptrUxU8J_qY,1817
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=9p_IHJCIp0JlG3HOSAZt-2ySsGMcFEr_iqkj-Jx1Mtc,516
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=5Lf_f4mGH40P76TtgOi4GLwueDh6t9OMhPxPduu-eWk,516
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=KxAb7pQjFf2d8GHosx034ydY6XVID016wkNqqIQruhk,1420
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=y_Muzuz41k32t8m4JFEVhW7kz8UG4VYIA8dL_0bsdPc,6765
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=v4qM05QEPyh0r_PbGA1doauTF4iJ2wu3K6JW0tL3W8I,2791
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=91W3_Jh7scWXEwJDo5V89kh9Fs3tkPpT5-wMIb2zw5s,2563
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=6Y0VCkRY90-ptsWcj7XdYwni2GC5TriVTsKX37dA9vs,8839
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=ugMi3xBsCGXoDDdQRMrYRgZY4W-TMRy8VeSZkxxgu64,645
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=tmsytQRt2b8KJMPPUHfpGBalDgL8hgJJSz03rj2VIuw,1900
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=JgAFNF_adCl3qhftyVTZixEu3kVW84mokHDpYhCxmBs,3374
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=LpGphPSMaw-ZVJLZqq_dlfTyft3DihBVuc-gdM9j2K8,1310
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=R-nAFHp8xckJQvUj6Pt7T2KqtjuBGMU3BTs1XK-5Ous,3661
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=m08pgmZXkMiiuN56dFaJqU5TR5LAmiqFi9-sW8NlHSU,516
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=alDIajYCmisxs3eX0MZW3SxsY3XJRr_4mRu_KluKdSI,516
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=KRw4Cu4QzmnVc9_Vl7TC4_dqrDcUvM-wsoaVjdngvs4,723
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=94tcVkeBifSxJN1a8yRfACQaynYgobksYWq1el-UrPs,655
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=deAS-_zLBRK6fr9G_v1aftNUvnq3dSIPLkk_HZONG4A,9713
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=5vUNoUKmBHxBWJ1LzAenl5oJ78_v5v0qQ0i2Oa5zbUk,1468
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=dm4KSuxfI4j96zOt-8zXNkGDR8CigpzXWPUqYblH28E,2189
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=z6nu-FwO8-xJU81sNFlP6JWFla7jzajIiSp55QPaYis,17129
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=4aC32NXj1JET1dVjes6OqL1veficfYpYcaBgGqi_LhE,2089
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=aHILrPong9pRQweA-fos6nb5o67l4tSXA2gdaSv84XQ,3499
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=kcQWIpjjzYeKvGGaIWvwWiarNN26fEPAHBqtG01JFV0,9152
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=ew75yOWAGHoKTjws2pZB5xuuLP5S22oFxhKqWXTqWUM,680
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=DQZtiBgavd3eBa83VxNLStOs2AK8Py6YjzU5RYVmtoE,516
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=2h_QkoXWIqONM0jvTmxU7nkzny8iNIf3kujjRc18NrE,2141
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=XOK1oY7EAj2i7WAXaW9WJqx1SRk0LuNjRpVOKGgsXZE,516
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=KInzLmFFbftuNAZJ_MGcSyU9oJSjzUEb5ApgMxDfhlY,1922
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=EHL0ZmLsCI5JOmw8dsCEjtNdjUd2rTZkoWLt4eZHwHI,1035
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=v1pjRe0qSqi6TBO2zj-Vq6H49F4yoK6dhP1Cxks8MOc,516
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=25-1pcF6N52WbIL87FmfTLQETY8RN7wLQ0792xTFTgY,2238
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=1ZxL-Z3aErqRorg-H_LqMdbTR9m4IgsjR3F543K5ZGI,2398
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=6HMdSW7AWd2cFusLXky-pMlIITDwCYMMvwCfMOMN3Rg,516
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=JYXN79pfmnXwYL1wvZnlVPJLKNm539l7ZC3c5WGVACc,2305
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=hqwag6r3w7oTzVQfN573Wovhi9IkfsJoRxs3mtJCD64,2456
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=8vzVijaEwWmjW5XK3xbHEDSo2axaJLaVd_E1lDq-NEI,2233
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=cjfbKVIY0A7ix3QXKP_4W5OaKFr8Qj1XwS_crutKwnc,516
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=8Xl3HfW8FpqORhm_RaKWxmq7p7IIK2tIoz0MWNEbO-s,1483
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=SX1zcjKXGRZ3WD6Uu1a69in2YIYyky8D32ZrofKDmoE,516
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=xfA9B29xu5YJcIiG5VcCX15nlLJMiK0MYZg07bJT7D4,574
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=3cvGi4b00htlUYMBcyQ45ngX4wkrF-kDS_rgAmsJf58,1152
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=MfkXvYQYwVTg_Maw6QKf1jctzkFGWQO_bj969UV60a0,3174
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=JqfzWwqWyhpsuvmD-Q5azC6OVToZ5g4hE_E4zLTewhw,2601
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=_f1LkQzgBI0BMcFNuhw71RYY1RxR_HPaSrxGQHM-tNQ,516
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=KTei9odP4nyiT2-U7MZp9OlSdcvyztXlV8g4vKHC0bY,3281
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=NVl4xiRYrNrtzOGjL5S8TYJzPEV75u4iDVK7wulEBWU,516
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=5G0zOeHyEIp3pMb2Yy20Qv52mPwxY24JQVvHfC9o9PI,4478
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=W8kMxW5jK5rv6-sx4vPNSe31cLRDw6EIhfAx-XVVzSw,516
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=RCgvwaLoDcHAuAatsvfpiKXzd9Dl7RUROttMQmF8w9U,1190
|
122
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=wuhQdejsOiZgXl_BghoZc0G5YGthP79mnlNmcM5S3J4,3908
|
123
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=4TFktiQjLHcR0WAR0ZOh8-Os79I0ZdpHB1kp_QFSRmg,2243
|
124
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=CnSsYK1_OEQDeDM_-lXtSryHGr6Jv_j-UkBPECocsQ8,932
|
125
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=4Zfbco8ZpclnYOioHdgdkySGxYmvX2mRtfoqnEoOlwU,910
|
126
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=DZ9aWE7fh6rFsj0T4DDgtpfGic7dX0HkiEJaBXxs3AE,1052
|
127
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=Z7bxWQOhCJNgobndkWhojFpM48lidTAZADOT4ROmEEU,4772
|
128
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=PREhGn2832oJBsLT_SMmm3VDW17Lm9WrcehF7BUDqic,2445
|
129
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=oG48GL_vSnT-xlQkZVgQHY0sEEN4sIEgnSyEyRRpyo4,811
|
130
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=QUDPPOwFjASpv10ugqAC_GwEli5Q5oMluOinqHBawzc,3713
|
131
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=cV5fIl3H_CdE3r3kJYFm3diM8yFwTEH2o7ZJ9YXiiHQ,1829
|
132
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=OTziueevcnaJnkGPiwz1ePLbFcFhwYe4UYBBL8ku-M8,1709
|
133
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=b7JInmqaaQXk6ltRflvZ-WATn_B-XbMNsWx5T64msss,1198
|
134
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=rTqHSIDJm4U0wAJNw2FqmsjMimFY45dz5AL2m2FaWEo,2087
|
135
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=HwvaE_hvOqpurIcONkhpXLxdTi7oKEmVZ4GRU75EXSw,2296
|
136
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Of_hCggh9ToJ_PzXcSx5BsBOAS6kXcvNOCcQsM1QdzI,669
|
137
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=G0Lcw2r2x1PYzMT_3gjPWj93y9tY0YIzmtzkcoXPkOA,3154
|
138
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=2ZUDiXykkD37NOGOIQPSlD9GtkS8ffss-_DLdN9yoAE,923
|
139
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=XoMZ91mhem2kAv7PGNKyqfyYN-W2qIaCARLtQotyBYg,877
|
140
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=it3NhXOLDQCYlGvy36YTl2Yt2z9BoDPfkCA8oWXhEu8,1497
|
141
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Xi2vP4VVddZz9RDG_l60MJZ2Pf4jCx3XoXeCdEt4rqU,3309
|
142
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=g9vc8tCf1i41y78lIIhWZ-UNr3gNkMzEfReooI740s8,3220
|
143
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=A1YtoIPDQ0tKNc5M8FYUPiNoZwRNqEpBVNSMd8-sRRA,727
|
144
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=WKKKEN7MgfYTzDsUCJnuC9gvex3-oEuz5k0fqNqp4qg,2534
|
145
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=jX9Ckk6_sJF2o7JJ9eA0aw8lbQvraDiKPLFLEV4s0d4,3348
|
146
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=3pADBr1C_Rb6SvEn3bby-6U-MatrlgOCl8Cz2G3Hkfk,13953
|
147
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=fcf0CYWBWLae1Q2G_t3VJWdBiTOaJM7UJ4myaGSoh3A,1375
|
148
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=iyBth0rGSpuxhNTg0swlUZR-YXiHHjD2yGYtAs127UI,4595
|
149
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=mcvMYSFVchs2Fm2jLdyQ8CwttqEReBnwnH4BEz2j6JM,6173
|
150
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=cBrxQw9k9ff9vn3d8dG45cl37m5WqQylQitf-x7oNxw,755
|
151
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=8B4AclZHKBYLdEZHLPuFshV-PO5kBUAd7pkowCl0Q34,930
|
152
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=sO_geVeVZfUzoEWQ9p4oSy4Ua5hw7ngvPDIf5gUtkbA,3147
|
153
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=alsxoHsepm0jx9XyZWIG--DquJPXOvn6WIlYm4R7D3s,675
|
154
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=xfOxKoprZDpsMQaSo3Vc8zalP2Z-DrllTA643WvvkZE,2905
|
155
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=UXK_gTVA3Ows8wWc4qxVsAJB07WPd64-yIN-uBFcn5E,3767
|
156
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=gcyJlVco0YGpUa-LfIAzztmZYU2Ud8QXcPLFlzXWurU,5937
|
157
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=0vg68JUd4nxN6MKZD_CH4PNikA3nrrDOqvz3GjI5sDU,645
|
158
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=EQPgnjz1ueoY_-DKoJ988SVrbC5LkGw3NRr_9JS2U1c,3575
|
159
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=mZHZX8wr-2pTtScFdx9N4lCRkeJ8p3XnaEgS5oOxaP0,674
|
160
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=HUSFoDJ0dPCK5aohUqAAVR_0geFrhLupTzi-5JVMrHs,899
|
161
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=lZ43SFcNFAKyDCo91GRvcuXyIa1K0cL655T6B0iB4U0,1637
|
162
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=6nBcv5UAbT4QcKVABMl8HrFHOb-VWpL2nbQ1QRwKRb8,4553
|
163
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=tCaY9eNREAEv52lqH-hQpfso3nIlolmdoz-vaWsoNR0,1186
|
164
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=EFAKCMXYGqNMMg0mSyLQmzukMZlrFbQDCdcTTowlVjc,3881
|
165
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=18XqZYMgyB7_AJyy73hEWIvFvaTN-pqTEgNTIhPtYnc,4410
|
166
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=aJNxzxuPnOgFZstKNQ5uJE-BN7aelWOI7E_fMIqRXlo,1011
|
167
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=j5yIy3HLxjNJHfwkYmhnddzuQnOlecMIMY5jT5i18uY,1168
|
168
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=x2hTRcd190NPrJlMoagMpHlFPb09kINiwoNsd3ZlbDk,999
|
169
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=5qu-G82xkJ3cU3cgYkge9t9SFSIRM-T3m40VKV4QhhE,2289
|
170
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=62rAaiLg4qbcE2IiIvQk3UC3ss5kOQxcn2EMhzUJ4NA,2458
|
171
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=wniSjguoOlZBdpvlbGmc_ogpGfJ6zF1bcQoBXObyi40,1568
|
172
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=mE8Zt1W6JKkr9NjrBJNe-hT_g3GN3gsB2bKGY_lI54M,1667
|
173
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=kBERqS-u8CU0ItPXYq2AjVFbi2gqHZcukk4L8G6bXf8,916
|
174
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=m2Sdn8pCxbwG_HgAu-UTNuDJrM2pik-YZtPXjZTnn4g,4909
|
175
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=c9j_so6QISUZlSC-yIcpY5i1sZ0PzTHKMKgQNwj4pb0,1089
|
176
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=MYGmumKLjHP9bS63gRLZeD8APw67wooh7CzibGpcubA,2935
|
177
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=PLUbkEEBbkIKZWQD9p6kdCJ6fuNpqFgUz1Uqy6UQa3Y,3038
|
178
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=YKc0spbafwYKo3jgN3ifHr8Q5mh6p5tef50VSXhr6wA,759
|
179
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=D-CtCEg9PBNEwxIm7jRvvLU3j-icgyENEbrEfDmEYNo,8476
|
180
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=jQ0egXnUsAoemcmH6z9b_5WDCZvB6hGr0Zaoqr4wNmg,2470
|
181
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9w6qH6fUDe3f0F9KLegcVsyrJxPJaSqLnrMX5N25wlY,986
|
182
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=a6aR84tFAr34ruseEojWUZ6b5bY4PS36J_y-4WrbYkc,7501
|
183
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=mdj53Aaupj-unTQjeSkbjhZvgJZEMor4wFMOsct7ujE,3196
|
184
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=GNLKq7-UeGu8FojRdM2zuGYYgNerK7ErGAkHyU4LJbE,11481
|
185
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=CHUyMQe692BR_d558j8a2rzDw_VQyh6MDqvWXyH5Srg,1479
|
186
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=qbc-wd0eSiVms-AItqw6VgRbXPIl315T7GC0FRjvDS0,853
|
187
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=gwUkG3cTW0kybWPRTgnvWiM5fb8BNVUuMuuL3GX5M0o,3550
|
188
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=D_XB1T_GP7VYhwg2uZ8TMDaEhwSf3TpJz81rx1Kdi5U,933
|
189
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Ma_QQ7Rb10ASscUVtDiJsVt-nW9KFqI7nJ7GmkAOeYc,2797
|
190
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=xaA_CvPeZba75L_mECL_llVF6PPG3QXKKnDnWaS7cWM,1204
|
191
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=fW-LEvrGVzS98s9HXyyc-0T7h3aiRXhRbxYQMxZa2S0,24255
|
192
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=1LZeK9QFsg_oheH7ER_vQh5O8PEfMNaXkTsaM4hzIrU,1036
|
193
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=49eEXEQ_NRuT7tEBa16ec-3CyinOamzRZuxZvA6BbIU,1132
|
194
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=QbjZQ81HbCKV9wcWy75sQRsG6CXvk3WblWA6o6MQG5g,587
|
195
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=1Y3EiUa1uBL-TxoD6J0Zsb3_6a0KRynF9db8lZad75U,1200
|
196
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dYWz__mSsS29CH3uC2sXEpqmZhVOfThcVuGVo73lAEM,923
|
197
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=_Lb56w5jApfKDyaBjxhK5qR-mNlwxzc-gcbh6dJmdH4,3298
|
198
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=vZoYHm8HXB-7eDF-wXnRGGgK5WQbAV2OQP4_Wm2Vbpo,796
|
199
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=lIiQk7dUZA8gydv45PJECp5wBlc3ULQw9dmA62v0VMA,899
|
200
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=eo1NOf_zrDpmVXr2A5q4F93scmgjA3R7LWKxoxKKK9I,1086
|
201
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=3T3uXJqzfy-Kmhn5W3NrjieRVTEW0bRGmmx4rkFsxW8,1641
|
202
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=2EhTKokgPTJ7hs6vCvLuSN_nV9sf7tTyemkoeTxhMXM,803
|
203
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=CZesRoT58pJDkb8npt50qqOCu_VWXsgKrb5duOdXong,1707
|
204
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=qO-YaTdoDg2FugSHF4ZeayWGFMiuaBz4KAkp4ErRYq4,3869
|
205
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=IbMT02Sjnd4hgvB7Ml5gJsAv_Ri8B7HC2nqNTWdhYME,1292
|
206
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=fEksOiTkyyGO2NSxZzuWSd8baB1kimbuAPNNxoHROA4,7929
|
207
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ab22T6VLAjHceHzVqJVVcJ9v07h7u7jtXG57hDgDsOQ,5389
|
208
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=nXSE39ODf2ymHuq10QoHMIw-B46TN8h1QNAsnfRFkQk,762
|
209
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=PRQ7daZukUuAwZBrZO0UF0hZ-Id3A47GuGQNXRp9Bus,3364
|
210
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=CtULXtbT_hxUp12i_qmrvguBLA9x5xk8KGkNSOaU_6o,948
|
211
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=U6xI5iogkAWaYGnwh1Uy_WfXI0KGa7xZyUAcX_kGUm0,3789
|
212
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=tXaxpU_KHztGMF3wtybUAUhv0ccaP5Jvni7ceFicy3A,2409
|
213
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=_5ntYUeDaNPK9lpbA2MGNInpzEtMMK_IVM0uvTRtYR0,3741
|
214
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Dx47QTTUmOlFlWxx-a-qLmqiiRaGstVRZ6gdzj7UtWw,2610
|
215
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=LB8T8SNI0G747puk1oMQ7mCtP3Gq_-MZz1I89fdYTEs,834
|
216
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=vr1YKBAkgZdsbxfudTUDGBngUfVcc7cHigYvzg1NRA4,874
|
217
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=w8_4htD4ZcobI5czzyXmATJBraX8jD2EKZ6vA_i1d1I,1042
|
218
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=CQpByxn5686X8Ps2M8QzQnnBJGhw6P_eyp-dlGQn0e4,986
|
219
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=dsLVWewZcwPqqRsiUTS10QlJoKtHC5aUJZ6L1KYgwMY,2345
|
220
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=_S8XYMNfxaS-lK8KznPN6a3Wn3kqHJoSRWt8McEspWk,928
|
221
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=WYwDozMOGjPRUqVuWlb0w9DfFsz8BW_rDjI8UcHbXt4,1770
|
222
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=ur2efnXq5_QbGG195rb3xjoH0y-NIm1iWq8hytqKVsQ,601
|
223
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=k4RR_UlyL_3H4xTetAmRbrD2q_t0S0tS6xrqCqZqcpk,1327
|
224
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=aYf3JR0nBem5N4b0kWml5S674-9goWXJBRDrxtArDXc,696
|
225
|
-
metaflow-stubs/runner/__init__.pyi,sha256=trZcine9Nmbumo0iSFLOn0GaN721Gddo7Ot1J_sJLYg,831
|
226
|
-
metaflow-stubs/runner/deployer.pyi,sha256=ZcBOBME1borHyBNu6GC9Mdgk39r23DGBOd0RleIcNos,7839
|
227
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=sC1WUwnESytJ0I_AQH46VwcqOIjhs-koRBdbE-FRun0,3416
|
228
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=6WNS8R-m1bWznBrEAfeZfGYZWw2rFuBIfzSwv-e1Gpk,10997
|
229
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=jceEIJLtoZdmjuoodQ3CX1yS50GpAHnPJQGCJyCpchc,2946
|
230
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=kHlvqM4o4IGi5_YQ8-_goSk9x1FQFiB1WGXHor3UEvg,6035
|
231
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=eTknpV3PEjfqkppYSVljQCFJ5eHTezBv6UaGB66Zhmc,9271
|
232
|
-
metaflow-stubs/runner/utils.pyi,sha256=ps2hnyhEYC3kjgRvbxpap7C5eBd0TGRMVXDfnbxAZVE,5968
|
233
|
-
metaflow-stubs/system/__init__.pyi,sha256=wJjn4PBUp9a9-w7njQGtAInA_rOdhaSHrNbESv62tus,761
|
234
|
-
metaflow-stubs/system/system_logger.pyi,sha256=rYcnBgSo-sTKKqRqoRgOAVss1wye9Q-5H565UZ7o6-w,1666
|
235
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=lU19ShlKQShfaJDby7VMtkymq7SsQRAF8oZ8YM_MH4M,1788
|
236
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=_R9LbboTXwSjC00Qg7skFM0Ss1l1IllEhioaP02R5S8,707
|
237
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=WuXu5gfIpqzTAdFNo2-0Lk14XpbN3zTDQPcyV3BZ6ok,8980
|
238
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=DxPlgISjL90kK5YGG37fFqLauLvniwlopqGMZxtx5nc,2955
|
239
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=63LoiFg-F8GHnnV5SQltNTP7b4QzcsUQXNbFBKS0vMo,10212
|
240
|
-
ob_metaflow_stubs-6.0.3.188rc4.dist-info/METADATA,sha256=bc9K8N6j_bwDKy53ZfIW_AhFwjaUvt7MYNnxt8RCXes,660
|
241
|
-
ob_metaflow_stubs-6.0.3.188rc4.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
242
|
-
ob_metaflow_stubs-6.0.3.188rc4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
243
|
-
ob_metaflow_stubs-6.0.3.188rc4.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.188rc4.dist-info → ob_metaflow_stubs-6.0.4.1rc0.dist-info}/top_level.txt
RENAMED
File without changes
|