ob-metaflow-stubs 6.0.10.18__py2.py3-none-any.whl → 6.0.10.20__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ob-metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +975 -974
- 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 +3 -2
- metaflow-stubs/client/core.pyi +39 -7
- metaflow-stubs/client/filecache.pyi +20 -4
- 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/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +16 -2
- metaflow-stubs/metaflow_current.pyi +59 -59
- 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 +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 +3 -3
- 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 +5 -5
- 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 +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 +3 -3
- 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/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi +3 -3
- 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 +5 -5
- 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 +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 +2 -2
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +5 -5
- 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 +3 -3
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- 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 +3 -3
- 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/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +7 -7
- metaflow-stubs/packaging_sys/backend.pyi +2 -2
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -5
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +13 -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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +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 +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 +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 +4 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +5 -5
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -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 +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_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/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.pyi +2 -2
- 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 +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 +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- 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 +34 -34
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +131 -18
- 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_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +4 -4
- metaflow-stubs/user_decorators/user_step_decorator.pyi +15 -6
- {ob_metaflow_stubs-6.0.10.18.dist-info → ob_metaflow_stubs-6.0.10.20.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.20.dist-info/RECORD +266 -0
- ob_metaflow_stubs-6.0.10.18.dist-info/RECORD +0 -266
- {ob_metaflow_stubs-6.0.10.18.dist-info → ob_metaflow_stubs-6.0.10.20.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.18.dist-info → ob_metaflow_stubs-6.0.10.20.dist-info}/top_level.txt +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.
|
|
4
|
-
# Generated on 2025-10-
|
|
3
|
+
# MF version: 2.19.3.1+obcheckpoint(0.2.8);ob(v1) #
|
|
4
|
+
# Generated on 2025-10-28T11:23:52.347524 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.user_decorators.mutable_step
|
|
13
12
|
import metaflow.decorators
|
|
14
13
|
import typing
|
|
15
|
-
import metaflow.
|
|
14
|
+
import metaflow.user_decorators.mutable_step
|
|
16
15
|
import metaflow.user_decorators.user_step_decorator
|
|
17
16
|
import metaflow.flowspec
|
|
17
|
+
import metaflow.datastore.inputs
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
|
20
20
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -237,7 +237,7 @@ def user_step_decorator(*args, **kwargs):
|
|
|
237
237
|
|
|
238
238
|
```
|
|
239
239
|
@user_step_decorator
|
|
240
|
-
def timing(step_name, flow, inputs):
|
|
240
|
+
def timing(step_name, flow, inputs, attributes):
|
|
241
241
|
start_time = time.time()
|
|
242
242
|
yield
|
|
243
243
|
end_time = time.time()
|
|
@@ -254,6 +254,15 @@ def user_step_decorator(*args, **kwargs):
|
|
|
254
254
|
```
|
|
255
255
|
|
|
256
256
|
Your generator should:
|
|
257
|
+
- take 3 or 4 arguments: step_name, flow, inputs, and attributes (optional)
|
|
258
|
+
- step_name: the name of the step
|
|
259
|
+
- flow: the flow object
|
|
260
|
+
- inputs: the inputs to the step
|
|
261
|
+
- attributes: the kwargs passed in when initializing the decorator. In the
|
|
262
|
+
example above, something like `@timing(arg1="foo", arg2=42)` would make
|
|
263
|
+
`attributes = {"arg1": "foo", "arg2": 42}`. If you choose to pass arguments
|
|
264
|
+
to the decorator when you apply it to the step, your function *must* take
|
|
265
|
+
4 arguments (step_name, flow, inputs, attributes).
|
|
257
266
|
- yield at most once -- if you do not yield, the step will not execute.
|
|
258
267
|
- yield:
|
|
259
268
|
- None
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=0ggf6B4QT5IcX8Ch5ceQqK_Mn556CThxnvGdrSQR83E,96201
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=V-RlfXq27wiyo0Pxq9-YbJUpuQfbcf-EUyGwxbs5Xxg,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=D3XBceGnA12KWc14QqI1ZpBTjsCqEfbQikS8DCdHPCE,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=omra_jPpoNs-MuMLNxsmoNLdHBwl9u0kwsFhU4RW-u4,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=AwyLbBbly34BGWZTwHCeifulDMcSLDoG0KiSmCcilu8,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=CSIVi8m4O4TuWXY0otXwKMw6lsD9cw4hGDrU2okgG9s,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=PrefVcK4cmXdATbYNfEO5xFmBdMh3_WZjv2wkBT3m6k,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=TKj9IqaxZRMbh0VXRE1SDCOoIF0GPSH6cVBZjI7ZzV4,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=OFC29xz18dywxet2i_OnIjtuYC1kz5ErNvOFRih1gZs,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=y_VkwaiDX1vo57Fcac9vS5yRz_esHcsP7Yq3W_vvx8o,5472
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=BGMtJMccNLsH8_n2wjwuuJaNPNU5XjHEPugj590Xcco,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=m52f7rZZughzGB0hPhncVaBbRt5lJWLLrFWWA3iUS8c,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=_UKacwgO44EWVXAx0oUtj-vLJvyo3efqb0QExJ4KdD4,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=iXIi4eEAZvCt5FWAAQY1xhbwdYnxNeRxjezK_OKi-Y0,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=0L64Kjc6S4CatewwZvSpvJQd72j3KVY5GArLUZTwEDY,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=YjS3UB0jurCdXIGzwZKFCAeP5nW01BA6Agbig3Iy1PQ,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=T9ZA1V2M8cItaotTedL50DV4IWxNRJ66UiDsVDpfr48,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=r7IGyf_yyR16e-XOfZxIpkCZqEDx4WpvtCcd5CaN1_0,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=wuRvg7ZtHODNPRImzLTLIMFr4xwz9mX7bup48i9ksic,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=Vmka-OuqRF1quoxE87IUDIiXObMhCzSHe2sxJ80D1GM,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=6Bzm5CZPwpthhfMlNvHLNsSJXNlcNAuYAWU06Dv15FI,1161
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=LGqve8sdGYztVg9Q8Ktxzy_OVf-wcBm1Ijcv3mgD3bc,48994
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=wtf4ShZAvpl5WyqWR5KvgqTMpLMNgQ-w4PgyqVN0bq0,3636
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=PMgZrhWKZ0sOMM4_nH9QLTeMTd8m_VoSMLM7RDpglqo,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=S2oGOYYFtogW5_7tFQw7IQTSV_kX4Iccc5CJdjt5bFQ,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=RHt0GUZvX2nHjr2ltRBXKzhnpJ9OvMydglrAhOIO270,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=rOtAZ73Em-nPehJaJ1-AJ7yd-PyKbXdcM9uUwLpOemY,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=HpKYURH8ybkYEkQBLK4Wu7gq2DlDuTUnq0-Nsf0mNc0,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=PnzdU9A9mvpBXsJVmkx_g9ApAKjSsgmO7B4_bB8y8_M,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=MSfk0rhSFKCeIQ7NqtpFIZXK3iugVfAf_jcUoER3jsM,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=nwd4d5xWlk9OQaf9P9PSwr1oVmQYlcWgZ2xHswYlmQ8,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=-6_5DQSuyRzkzoG2Hjr4K6dCppr6WD6loyfV4jowGso,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=eIVG9PDU_tEv2girRCUX1mY-QIK-SPiv62y2NG92-Cw,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=OyLM7UbPMZcaMJvFH6JlNVnK4F2AusCGpB3DkBn6F4g,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=yJ6hlPlhB5vtYjOUsutHHi1YkG_zeUwnyA_IdYdHvXs,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=uWWbehdfcqjBozsXzTUoauUo40RPgz0eJF4kJjnyQhk,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=2E1NvHmLxN0CmQnHIDwhd1WkkMVDLYcp1iQ2YlDBeVQ,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=Ll0QanOD6j8HKq2sPqI7yP8LJH2Ah4WImwyo4i3iW9c,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=7h3KA2eTPFBqZJi3yKJhc8sk9IV1N9F6sqfry68LAq8,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=ENJ1yjx3K9hQKMt5yknKtg6Ob8nhWZL2VxicZ2X1Cso,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=cE0YicdPiAcleNwN4rCIsY7ktiW-E7jt-z_8hEcLHe0,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=hOjQOCt78jCFT1mcNiNx9aXHwaDE2_uvXaOuVz1w9Y8,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=03oflo6KoEZhQxOuhv_CzaAIwRtGGFQMIm6jj8i25KQ,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=kEctmF61pELFTEhvXKwWnV7teK9SHivzHDhBuRZT-rU,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=BqndNGxJP82-_y-dp_Z2nJvYECNB0yhFq564w9ZtOu4,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=9KQjjJvKWlKJWJpA48dC7Xr602ZGFfR1_5LEvVrLRJ8,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=bDD6Izqf_xTwwCkzPyf-in7FPaEkjQqihHYpgkVSrQM,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=hJs0aH6rmDT7A9K1mRKuNRNIu_DTXNlLYMKxRI4pfnc,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=KHwukdvIcm7uIq-HUUktrjxfnmr0Ykv1ADbhh_bLYBE,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=-2EErQRJgu-Rfdt9zkBr8bNtOcYPZCQmQ9-gJNTxPeA,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=ILGnv-9kEbp_TyY2pMPeJVmM05J9Vd0S7kWyq9R6Qzo,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=jy9qPmpWCGzEF6d74rWTpSeZ9AE-i7jowiil6KaEmkA,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=fOO3q6uqanDncCnWZR1uQW_AMIgQ0ixBNnhk3-sV_uI,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=sTwFdpOANMX2gU_wYGzSbBH9mogLQjQ0Y18h6aUg9Jc,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=1YU9FEn8ggGfNBNm23os-dsJsnZK_1B13yCdBAwakbg,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=VeTCl-Wi2qO8QURtMJHFg2oWa3-fhLDQurm2p_Ek2GA,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=UK_asMdYotbLznxoyLnROvlqrfAvV-zyre6wskNT2ro,16656
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=Q1JhYu2gBL0h8sNwLNutFsy_enGmiS2pAkAYNIVisbs,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=iPS19dUcV34Up6Nhvcr6X_jX0Mh-wwYbaldqHniwguU,3094
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=XXKpkgy3YstDHAzFSM0gNrarGt-PBsjSBi2BC1ZgY6k,516
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=DMxk11EuEsx6fPX0QiDnWVE16lEwHJCS9vPCWpOMsGs,6079
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=4HTeYzrhfyPkHINRjH34YFxLVeh7bdvtDjFWp20GSjk,968
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=gTQh6JmL495ceP_4N6ptfE-5CHQp1SQwHvtqONCf1Yc,3449
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=6o6t6f5sBxr42XeQkpOJR7jx1N0Ns2NDfT5pgCAh_-c,516
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=PdHVkYHQuyPTNeED1wo5LQfoXOm0iyweFuCkMjmiVb0,2481
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=LlHXLmabjRHdYzAfv6CESXLwkCSeQFhFcDvcd8mbgb0,1694
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=fBZ0repHGy6BcULRHjhBNMutefor80T6KMQ--1u0vig,2135
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=LE28aUNK1hNVVlDEzJBLS09Eaol1QkekV4vW_8tLw-s,1887
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=ztsjEr5RUjsyfcALOjpr0rUEz7LoOyHLAuWUonlW1KQ,516
|
|
71
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=PGr1yedwtGHWPLb4XgYnUcVX7q2Yn9ZbVU1XYnALNfI,823
|
|
72
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=TsEpoS4gGfqViteTiSbNTttLHAwiIQl_1KXrf18pth0,1383
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=w82Oq9CNAzWNCv_3Q58tWmQ3ljoZl8p9SOAay1AdcXc,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=-ihKY9cHFzPjnCOPzuAC1Hab53HMDXJaKjDX3gLh1KY,1960
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=eH0kY_PMf6ox-SjUPOyiZAKn5Xsn7JVD4bZ2d5NGgvY,516
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=maDm8JYUBUBDAbADxTXlSg2IbN-qD-vrrI4fNykt_RA,516
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=zUtHCvukyA_KJ41CA66J5Jk8N__8DqFHuWa7ZJiJbms,1420
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=_BRhMwwdoXY3R9aHBF0_N1BEQkwWRmL2B9ARneSV0pM,6645
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=jP9zTobwr81RO-sFbmMcTo95t0_Q3-cspZbaEHV8Tp0,2791
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=yffkQQHPPVJXnTAVfPi4hD7Y73I98nOoWtLhZXWmeZA,2563
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=2iD4-alMHhyo43IFFkvpk7wtym3tSCDOJyZztIP3vQI,9144
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=xKZgpjjvEPBbSVF4oxJfZ60NLoepCkGB9dKVThlR-Qs,645
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=eDe9dfP9uwlLlOcy8s65F3ieyQmmRi2i4OOKl5QZwYc,1900
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=KFCE8RPW4idhMrxy6F9K56WR4KaOiAFTphVUDYQZPTU,5140
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=i96s6J_9nyjaO4JIK9XPNpySznzXpQQ4wWyAJ2tLCsk,1369
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=SkkME1BVorImfC7MN-mtJNxTZlwRvRcKbakzUhKuWtc,3660
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=l265Fr1EapDCSQFTVLgwi1unoZP7FhncD0zxdnnXH98,516
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=0Y5AMKOfy1a56x6wbOfnLpRs9aDqUgjCrNigJ0WYxcY,516
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=hkoDuLtf_QJgHGxWUIb5Rot2948RM8nF4GZpfnJDPao,723
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=ri3kWCYITxMYLaFuSI2m7bVEDLReEUEPLDowz-Fvk0c,655
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=9-2kjVoO5_gQBOI5_QlJscZ9YyycWNG4gh2iTXlfuJo,9946
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=w4IWbQO76LagEeD2_cmRP3sTZECx_Qbr7Mn2N1xerlU,1468
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=IC3K4LgLfAknaoLWRRDc1DA_0Cnr1CDn4CXFCfIg-AA,2189
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=pqHcXrCS8XPozt8JLl4XpS6yVImBY_3w5UheroMpq54,17506
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=6LJL87Fb4AnFw_NMgBgf448CQ1UrdZgKIpfj6IyP-1s,2089
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=5lKLeOeZ1Fml4JgSypddZlukzltggrGXqrE0BZMHsC4,3523
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=km-Nws-UBoFk0oleZgCebjPnXMWkWYjnBkjQVUEglCI,9794
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=806hU8McJFR9AeALDUklcjzH0wBnDqQs5A0NYWV6c-w,680
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=pM-_WoiPXzrO3rHJSxWlsWcJH75s4h7NpA1DU1Bu-JQ,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=Du_MCUdeODEOMIk4nx7ZFIM3KZDFagS3BZ_I7lx2Nms,2306
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=Xyfi4zbPH5NIp6GD9K4PfRkIY8a8EVfwFgYYk5I2C_k,516
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=1r3blq5Z3mAFzeek4dAGH8qnn3KN15VvjSLQG1s9V7c,1922
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=0eksvpzcS2vQU5EFGmEFUGFeAKrCtaHXOAShpBbtJco,1035
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=lJB5tK5aK-VSwqX5IMI3Z-XHwRXzPpRSVPwKIXr2sC4,516
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=DOGOcljYCgAUYz-eaMhpcSykS-gEczBjQUZEFYwLpZU,2547
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=K6UVPHIhfki35GvLOXsBoiEtU3dJ5ebTDz4rNQuO7xc,2554
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=qeu-rTr00uUwAbTWeKYFiJHjv8H9v4l-v8MBiHTlQHM,516
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=ZRZ6qanpK3p9j6qLtZbrTNpOusqbA5GNGWEz1RxsgPw,2305
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=zGHAQAjroEoPJIlBi9kGupbrci2RDTaBD06B7b673qQ,2486
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=sCcdtXeZH8u5XZc_DAsVoMnRYtyYywyZE47Eh1yiUpM,2233
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=0Twcu77gPsh2ONYefWpzjpfpxSJY3Ad3YNGFfkmR5BA,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=yPJfoLbcJiNFkFGnTmQIqvbCj9SwQDVOVd7fWFJMFUg,1483
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=NDS5Xrv9cjq6f-45C7guFxhZOEXBKAgHV93XWD_qz9A,516
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=nTIdOeoziFTaQiEq-k6YcjlorZvHhbyZ7-9FTaDdRSU,574
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=vsoM-rQyULSfbX4WSVQhonJPkGOmr5OCk2h4mAgPHYI,1152
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=oIhjCpN6GoswGZoXh7YgFwvGDkG_YBqey8D7q4lrB7g,3174
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=cUp0sWQyIF2eFRJbx3UNrwuafoAHYL09A8XpnxHusGA,2601
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=zl0NgEpMQW9sHCDPpFhBKnIgu14TrUL1SD6p14_Y2x4,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=JKQDSDLEirYMcMDutaFzzIuNhygu89_G2u_fn_axxlE,3281
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=fsP1ZZE6mNxl0y4NDQbzKTA4JgA397lgb0TENGhgrno,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=B4pJcVtIJBXURmMVs9Zdfz-VEM4_EeVDQKzxNYVMvK8,4478
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=5zol7hwNEhRMooHnBqjOhiK5RpzmWImnizDhFANficM,516
|
|
123
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=MBz8NRpEw4B_jwSR_1KR5oNX7mW-U0Bpdu0Q3V2uLCc,3739
|
|
124
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=uh1PC5SbG2DOUeD-8dp6AW4SCZSoCpc5fG6qmNTI7Tw,889
|
|
125
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=RmyQqZVSRTP2vfofGN6PoZ42TPdkBdw3O2GJXhxMVyQ,19750
|
|
126
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=LK1yOLB1AbLbOHwHT7am79rDWitQ1mESQv3wT6XLZ6o,2961
|
|
127
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=BpL0fhR8NXqjqsO85Rti3mBTYVudBkUKU-xqBgwwJiI,2126
|
|
128
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=1UNv-nzMQOz8gBczqOmAsJNRBw6xHgOS2QmbZ37-mq8,2280
|
|
129
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=sOEpMztAVRgxysi6I3AT9_2te92sgjxo0No1KCjsrhY,1034
|
|
130
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=lwBe5pe7lQstzxsDRqxBLg549wuBJ2--T9l1gEktqt0,5283
|
|
131
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=yfuLSTOmFQmhvdpGKge-nJDdxjUpSEqoyKRq-JUXgEY,4083
|
|
132
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=edVOn0iiiK-_HMBYWPpxzPKQcHj99gUn8J8Pg7v5qxM,2243
|
|
133
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=cktH2GXUW0L9pUcOEZd5cZwEdMx3cYL7-U63YY-4BK8,932
|
|
134
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=BeVNUHYJHTe_OL63E-zHQZvwwKG29VJPeZ1N34Zn3RA,910
|
|
135
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=L6bnlGllvOj64qUqsSobdff_mFXS-ZQmB2xJ-e5wqnQ,1052
|
|
136
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=O7pYnVEVMpATv0N40jhtRY0_UDd4bvRK-lPKhUtEl3w,5983
|
|
137
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=b_pZhW87e2OZ8pR1Kql1lsDKwUhsrGcljNwDjnY3iyE,2465
|
|
138
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=7hYXgTfdyJjS_vYCzZIXKldXm3RmDFqC8mpPifR7zl0,784
|
|
139
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=OViEc5MfVcivX8fffYHT0CbmMF577Zi54HiKHy2aNpQ,811
|
|
140
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=R4VVzSYppxE8znZXS8RHEUH_-lnCBHKtojOjZwdqdso,3713
|
|
141
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=7QUpSbXmfzToKe6BB911V6fahGi73HnZLM38kkLpw6Y,1829
|
|
142
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=RXGVon1Tf6MJW-5-OFdTnO7GFA1RkdTARr4m_AT79TY,1709
|
|
143
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=GUr85b6Cb123Oju8aqS19fcqRpGCTa5RLwZs9nfuTmQ,1198
|
|
144
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-oaoru5s6Un0MfxMLKkVgrZ1pxSowHQOldU620OKyfg,2107
|
|
145
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Bo2FdEWUEboQgrlUpMOjTfBL1xh9ROEzKNNe2lQY86s,2296
|
|
146
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=P0us528O90Q0L-BAeCzU_0az75zTSbxlPzfkoJ8ckbQ,669
|
|
147
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=BgUEHM4uL0WbVf8Cn6HZBGWK2PX1xkXMgLw2w3fK_dU,3154
|
|
148
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=QhIINxalIDODZCGrxY1IuIk2hA9l8KTUDm484zP6toM,923
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=P3wVoQYZE4VRv1Fn8F8M_zxkBpRSekvzAMI4o-vTd-g,877
|
|
150
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=CzmN_9aLB4CtdjagThvwLZhlgjXSuv8fHYcSfYJUOyI,1497
|
|
151
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=8j9NC6kKIXqRiyPrnLvI3k8CfTYqZ3kL0MclZRzd6N4,3309
|
|
152
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Hv8C4f7aO0vrSfJB-hAUM3ksvXL9nWqBPOWdqbE9Rrg,3220
|
|
153
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=C1yK8SqwrArYaIAZWVkvNe-LFa4IyHUaX1t0elnO_1E,727
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=-RC2hPkUVhsmQ5f8aEqkpQ4Y7KVUY68zv5XrLrt7t1k,2634
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=PQ2npSrPtZse8SAepOv48bEu1VoR3TcmTdbl7gKThJQ,3348
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=95mGoJ95wBAjXhY_jLqQYRIrorxc64-GQJAp851PA5s,14596
|
|
157
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=eSu7CAHj2YX7azCXxVFaGVJ7QRvOdtzWETD6xgZbqgQ,1375
|
|
158
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=3CSL8E-3v0itj02C3tL6cvyqj984TuIIwSR8SMNIdoU,4595
|
|
159
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=59joCSPg8Vyf5ee_DjlL7VxLyNZ3qxfHhKTrYxs21sY,7546
|
|
160
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=mYYvLK43XfuTNMHMLQPCHXhPJil4XIzd9IpDgfB7JKg,1673
|
|
161
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=dSr98ERGfGh-PTg0P3X8Nq0bljvgpv634AHwQpsMekM,755
|
|
162
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=vQ2AzWW9ZL2qjJAx3RPCbPSLlHkJsqEHDiyZEncOI2k,930
|
|
163
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=DFVJwBIFmUoHyvNQBvi6vk6OG4SeRUUDJBSyWHGK9T4,3200
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=EgbKuwWapQuPJXlCb-3WGjenqhgA4xgO9vpgSq-OTTY,675
|
|
165
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=xjbcgIgM6AHdhW7ODEyodwy71VV13oIoRxk7u--vUN0,3051
|
|
166
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=TQQezbzmZmLwCOP6_sVe4di6KhJyF6MDDB16Wy8g8oU,3767
|
|
167
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=k59YTrxfBQtRZY0pNyqruVpnIiiNMCkwOvi5gAsbQSk,6231
|
|
168
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Ixy334v2u3lgYOaMS2ZqaftWRZWGHGiaZHqsOyHXnPo,645
|
|
169
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=AfS1n3PDPPzyUnA7Va65av98DPJ-DrqOVLbpXZOMHls,3575
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Bx-vFvPoxUXSV7WymDFiDXzliIvuL_O1Wu2ORrV_2CI,674
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yLL_Frl_RB6Wbi0T75JFvlwp3mpKEXEfewuhvV2DyqE,899
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=pxcneqFGkFgoqIDr4buLxN0eMKNigM40YorfT3hS7jQ,1637
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5QIFOu1h4IPyPqLnIlfVnrVi2j9zstmZTS7RQHEiJXE,4631
|
|
174
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=t-TrrFYKSl2Pfefw2BzPERrB_4_1tNvpStVBjttOStk,1186
|
|
175
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=GUhGiA3RfvlhsgSWIs7xQ5K7-nFUHX6m5gVt5b46Abw,4035
|
|
176
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=0J9o4QN8EDjtL-uMVpGatfQIsjKc0Fx5Nn1GYXxV0Ow,5089
|
|
177
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=kvpkHL0dggHvEwarFz-nQsLKR1gUgHCsx9-E02s_UTg,1011
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=F44mIQe-X4bkLEG1iKghKAqyezipJN0Da35PYfZtFB8,1168
|
|
179
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=FvaLmq_UAVltG47qgsG9xvDSSihy_H3b-LDiEwQP5tw,999
|
|
180
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=0pjXTDW1Ekyc9QQKT6ri5wE5MFMrWt7pZXxLTU2dZIE,2289
|
|
181
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=4jBk1xcggR0NEAYOj36sIzhRU7ASGo5s4p56ezyzh1o,2458
|
|
182
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=sVmzxwdDwffUBtp1gZnc6pwPUzwT_NlhmcfwN1LpOtk,1568
|
|
183
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=cOo1M6x9UILqm81E2FmHQiIk53CRYQ_PM236oLqDHM4,1667
|
|
184
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=b5r5Irm04PR_rMgh6uMOUU--K0nawW-qSc5d71hNbRs,916
|
|
185
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=zclLAOak7aYUY4dOpxupyr6tCSnTaioiHtB9F1Vv97o,4909
|
|
186
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=uRxx3y7M7URlp41-NlGhofiaB-f_vdOkysi8qyZcVck,1189
|
|
187
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=tCOcOtoqQiwWUS_o_zf6JIQfMs72x0tn7DXxOLA4vFQ,2966
|
|
188
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=cUUYIcE3wG5i8FEvVRhhuY9aEAAJdYICJ1ATvWfl5qM,3247
|
|
189
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=vWfhsazQUPdNl5zjB60W_FCpffCZQxGHw0-Jku32bnw,759
|
|
190
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=4gD7iOnZ92E_CCeigyGjqz5jv8UBOwk7zRMSC2a7mgw,8476
|
|
191
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=aVEgwAEju8I75k5BmqVqEEZF69NK7SySol3UQkWu70M,2470
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=KrHETNdBcCHrLdbrDMpfFYfl9K-vUOmxeONnEqAf5p0,1027
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=uokW2f6PubtoLKQ5kldmofF5E3vbIZk78f2w4-otniY,7551
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=8diF71RepJkA-lulBE9lfJxDx6ZnS-POTYDeDEemsRc,3196
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=vey9huZ_P_jJ3c-LuKJoUQKyQ-JdpqxOS1CyEfMEgDQ,20369
|
|
196
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=unIQoQxLS4dj8hmduQ-0JxoAsv9v-oTQsCm6li6slWk,1505
|
|
197
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=DYKqbn1FI0qflHvskUmPDaIHFoOfQRjMw_mgDR1VCN8,4248
|
|
198
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=j4jN2c3iSLl9RbUIlfm4u0R3yHabZO9-UgvpOntQhxg,853
|
|
199
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=8A3PDjygBn4cDET7H0v8jpw7ee2GQ04iWAlwXyI0Q6o,3774
|
|
200
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=HMIE1rBH4UGvCxVQteQb4EClOMLDSEEqkKyUjJZvPQs,933
|
|
201
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=3QJhCNZywI_o7AJ_5td1FiSK13qUY4mhCMRBVUbJiXw,2797
|
|
202
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=hUxqGHdu1hJssPQi_RbjVZt5qzaCEyh6J_bWZA8TYXE,1204
|
|
203
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WFQkh2NHct-CH4Amw6-1jw8diHs4P22eKwIR-d2OuFI,24287
|
|
204
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=MVSbko0hvP5LEOWQIZk6A_7AEv_utujECe5JFLPjNWk,1036
|
|
205
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=WUrTkdEtNIDkDfx7u2CzvRkrZFccW-o1d6Po8iSvc7A,1132
|
|
206
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=-kMWZkL0C-NZ5NYcRoDbsoslhcFxN0kfikmQuDx6a_s,611
|
|
207
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=A2cfsKD_Gmv1poLXFQTEBg4P6HPnrvk-8sS6L_ZluIc,901
|
|
208
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Lk3tmiqqSVALIqWogHT3NSJ88bSpbPTOBhJPO2_3IQc,587
|
|
209
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=j5XvrHy8B3j2JmVzPZvkPk3zWoa0pwF2SjITGVCEJhM,1200
|
|
210
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=rlFSuJJa-okPEyDpf57kSlWzjOsMkWVKc4t9z8pzJmw,923
|
|
211
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=byhlF0oA1Q3PbbEDjRI5hY83qYCqfqxOQy-Lu2wWoVQ,3298
|
|
212
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=9NfTXL7oXo4BpWf8iKtgdWD8QOfbWKK7NDL0Mih-Bc4,796
|
|
213
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0sGVQn-NlwD8RmHARi8Mfszj2nXN5-eosLWT4M2OM-E,899
|
|
214
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vKyZr9P8qY8T-wzN84zV5MO9VSxMxy2ga6dn5s3zhFg,1086
|
|
215
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=rYdspJCPdFgStwB2fdVKo91yQtD-9SW2VVF0SAoNXp4,1641
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=52aJJ_yBhMEVz76iUHPGVu4aeUtlP2iy_PU3f5bpS1k,803
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=6zfJBnlcQ8tJuKedez92hUeuyvgTSrMtjgQrI5kelok,1707
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=HldtVRx6kx-IWrJ_FPk5ahNoMN6YhKEgv3ir0L3El54,3915
|
|
219
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=9T-MqUFUfGA1iiU3dNxLx59SsRvp3VRWSHKzYNf_V7Q,1292
|
|
220
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=H8khOEBvj-RkXg9jbJjmzkQuL8QOyMkercOYeHDsTFE,7978
|
|
221
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=uR8WOayFlzK-lBT8njVKGXeTLlwn-7VntYBLYvM_R3I,5425
|
|
222
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=uBzFf1mSmFwWGpM_2gFj3f-lN5IHAUPSQ0wF9GNK3KU,762
|
|
223
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=RHQQxWgzrWM0S780po2FF2XC6AJZplcKSkNWyFfEl8s,3364
|
|
224
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=YcFsd9msGWY9ikfJDGyspCX5b9NxCPstUZjF4dch8n4,849
|
|
225
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-2C-JL15MSVdqrJDqGjW8cmvG3Vig19X5lWlAX-9Z2Q,948
|
|
226
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=fPllC_RY6LCJblNxg6i_e-YkiBPue5wb0ufQmMxIsKI,3855
|
|
227
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=5UxRVU0eb4fyyIZSYHTFu4kva3ZbcZnxt6EMdl4ryqc,2465
|
|
228
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=_IDOnbY1EX5QI31dpVUzVoTGnTiq99XzAdkd6f0AOF0,3741
|
|
229
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5ump8CTaujlwWEKvccvEaZqSyzWK4LqTgHiacL1N3Rg,2650
|
|
230
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=midwz387Dvm3W46qME_Sqo0iGEzp1pa1lAtTstkYaFk,834
|
|
231
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=NVrtwPgtrubVTVgzBtGA-WTWU65jCWTQivcm2XZUHO0,874
|
|
232
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=WsONCLq22JZqR_9Nvx7PdK48QIgw2mEzRdBsN5BcoMU,1208
|
|
233
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=NMfQIX2p7npXJcyIs6QZReSXy9MyyIkiv57bG9OqxoM,986
|
|
234
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=8GpqHea1I46Bg3JA6xeqF8oW9x3mqEMaHaxDlzop0qc,1744
|
|
235
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=VeZPKnRJYfeNpcKG0xXISt3LxsRKYpuuzmd5-6c8BHc,1224
|
|
236
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=NkgUwGlbdCwiFHwZtiZYliYajQzbeDxThpRTp9jU_bY,1417
|
|
237
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=66qSeQthWVuRm656wmqVoPAf3iDnCyxRsxQrgo2Lahc,956
|
|
238
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=fTTN5ToQw04W1P37BQu8FdgO_F6Y0QvWViu53tP4jeg,928
|
|
239
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=rYsIyxOi-8yYquY3zUIAV-jCMQ5_73hJ-IL7oKO6K2c,1770
|
|
240
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=422wxNELGFW9Mm1t40C4o3SFYbY7zF3MFGdhtem7uJE,601
|
|
241
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=FYpMRqwpvpH5fyENj9he7KXS62o-VuCLv5eP3bdgGq8,1383
|
|
242
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=Kyih5SuouDaUEzzgkn6t4EIqGmvCI_m-1FfaP9_7ezE,696
|
|
243
|
+
metaflow-stubs/runner/__init__.pyi,sha256=Rxvi4dsDg0VGMeZeGStXbmmekBTAxRQktEyISjFkMPI,831
|
|
244
|
+
metaflow-stubs/runner/deployer.pyi,sha256=VM_cHMPQC0nm6pLZdq1dhpFiVNi6jN6UOkqIomM4xaY,10115
|
|
245
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=6GoKZSTbLRE-ML7U2C2O93CY313TAb0pcZOJPWgUX6I,3678
|
|
246
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=KcpnNSH03Vw6zQDKhRxIJ81YyK7de7nORhG7mxVdssE,15335
|
|
247
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=hTMugwDFyRiObJgwFWfmXG9zbOHev6L1uH_gW5hp3fc,2946
|
|
248
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=ZZH0YMlV3s4oQJMsnTV7dP2_3jD9kjQDEAkfIfWEYiA,6035
|
|
249
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=rHnMNZZjfbFGlXgHJwBZj23q-pKFjux6SZZyE3Kx94E,9342
|
|
250
|
+
metaflow-stubs/runner/utils.pyi,sha256=ZaHuptcZlD4Qi6Xz5brDkqLn6J4mpA_BrlppLJNSi-A,5968
|
|
251
|
+
metaflow-stubs/system/__init__.pyi,sha256=OFs9Axq_zXL8vZtER99gPZJbyhBe10S175oIr9hGK5s,761
|
|
252
|
+
metaflow-stubs/system/system_logger.pyi,sha256=v7QLUllUk6RGCRbt0Or2x_SluBTpppHSFDMMmPhWVKM,1666
|
|
253
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=R1UCoPZgx9GSYKhnfON1YIyuhAQVd7N6909zPoy4cGc,1788
|
|
254
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=ltOxcLQuha_Dm6NrUn9yDGRdd7nGvGPK2HjRMquy_lc,654
|
|
255
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=pi2OdmRHPDtG5T-CeYnPYydxIgJbC6xLe37yfJzBMcs,3008
|
|
256
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=yMz4-fZk6J_bC4U1yDWzF14OsmV82chLrLQEfPEq5uo,10232
|
|
257
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=82rOrq6J7MbpW6tbS0lEA5PK3VU5Hq717b6AHa7FYf4,785
|
|
258
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=vzJYUj7Pov8IluqVnO579sBCqeO-GfIGZtewsOxl4IE,1391
|
|
259
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=BORTw8EKx2XPr6pNJiih1qMOIeYwzy_hiM0QyV-xUQg,9333
|
|
260
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=Jz5Yq1CvL9vh6IFT8Hk6j4h5_v0wnP6ksWTVRqR1KbQ,7062
|
|
261
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=PNQ0Bbpoe08MtQK-Ux8JkrKuzRN0mFIaWz7Jn_5Yhbk,5039
|
|
262
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=s3XwxR4kJsZJGwclJKhBP2Vmutwpr0uZt_3ptzAGNyo,13919
|
|
263
|
+
ob_metaflow_stubs-6.0.10.20.dist-info/METADATA,sha256=Gta0AgPlEr-85B0W2wZdDr_o9FiCtYjS7S2PaTrMUIQ,657
|
|
264
|
+
ob_metaflow_stubs-6.0.10.20.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
+
ob_metaflow_stubs-6.0.10.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
+
ob_metaflow_stubs-6.0.10.20.dist-info/RECORD,,
|