ob-metaflow-stubs 6.0.7.1__py2.py3-none-any.whl → 6.0.7.2__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 +1112 -1112
- metaflow-stubs/cards.pyi +1 -1
- metaflow-stubs/cli.pyi +1 -1
- metaflow-stubs/cli_components/__init__.pyi +1 -1
- metaflow-stubs/cli_components/utils.pyi +1 -1
- metaflow-stubs/client/__init__.pyi +1 -1
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +2 -2
- metaflow-stubs/meta_files.pyi +1 -1
- metaflow-stubs/metadata_provider/__init__.pyi +1 -1
- metaflow-stubs/metadata_provider/heartbeat.pyi +1 -1
- metaflow-stubs/metadata_provider/metadata.pyi +1 -1
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +63 -63
- metaflow-stubs/metaflow_git.pyi +1 -1
- metaflow-stubs/mf_extensions/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +1 -1
- 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 +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +1 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/ob_internal.pyi +1 -1
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +2 -2
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +2 -2
- metaflow-stubs/packaging_sys/utils.pyi +1 -1
- metaflow-stubs/packaging_sys/v1.pyi +1 -1
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +14 -13
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +1 -1
- metaflow-stubs/plugins/argo/__init__.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +1 -1
- metaflow-stubs/plugins/argo/exit_hooks.pyi +1 -1
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +1 -1
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_client.pyi +1 -1
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +1 -1
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +1 -1
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/__init__.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +1 -1
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +1 -1
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +1 -1
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +24 -0
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
- metaflow-stubs/plugins/pypi/parsers.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_func.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +1 -1
- metaflow-stubs/plugins/secrets/utils.pyi +1 -1
- metaflow-stubs/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +31 -31
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +1 -1
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +1 -1
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- metaflow-stubs/user_configs/__init__.pyi +1 -1
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +3 -3
- metaflow-stubs/user_decorators/__init__.pyi +1 -1
- metaflow-stubs/user_decorators/common.pyi +1 -1
- metaflow-stubs/user_decorators/mutable_flow.pyi +3 -3
- metaflow-stubs/user_decorators/mutable_step.pyi +2 -2
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +2 -2
- metaflow-stubs/user_decorators/user_step_decorator.pyi +4 -4
- {ob_metaflow_stubs-6.0.7.1.dist-info → ob_metaflow_stubs-6.0.7.2.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.7.2.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.7.1.dist-info/RECORD +0 -261
- {ob_metaflow_stubs-6.0.7.1.dist-info → ob_metaflow_stubs-6.0.7.2.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.7.1.dist-info → ob_metaflow_stubs-6.0.7.2.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
3
|
# MF version: 2.17.1.0+obcheckpoint(0.2.4);ob(v1) #
|
|
4
|
-
# Generated on 2025-08-
|
|
4
|
+
# Generated on 2025-08-19T23:54:55.944941 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,11 +9,11 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
10
|
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.user_decorators.mutable_step
|
|
13
|
-
import typing
|
|
14
12
|
import metaflow.decorators
|
|
15
|
-
import metaflow.user_decorators.user_step_decorator
|
|
16
13
|
import metaflow.datastore.inputs
|
|
14
|
+
import typing
|
|
15
|
+
import metaflow.user_decorators.user_step_decorator
|
|
16
|
+
import metaflow.user_decorators.mutable_step
|
|
17
17
|
import metaflow.flowspec
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=PKE4jRebsGBc6tKR84Cfpac7G-gNbEpwGkYkiQNuxSc,86867
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=c8COoRoGh8KXl6N9IuyER-tvCn-uo2_MF8bcIiv3zpw,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=SOmIPfTAXqu9MeaPK63CFiOaoVYr2DMIPOYSGpCS4xs,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=4Sp8Bg1yav7XbJJXbJXTuK_RWFGYTeYvI2IS7h_iG_4,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=LHU-lF0kcv2P26MmTAYhjRHM2nda04akhS4rrjod_E8,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=IQIVyXf6a9YgPz0t1Laaa5ktjnxeWMJ-X3HsiTIoE5U,10301
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=YX0SW1D6kvpCp-U8gMc6pbTiokvY94-9OCEjHez1Kh0,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=-xcrpGWDI1_zyBytS1LLv8RQ44MMrCWlQGPqZahZ3gQ,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=tnlg83gbBI4RKx9OICLeGs0SIQb5iCpccTqkB_9-9qg,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=0r4f9v-zkJX8hwWE29vO6dp1JzcRR-iJvE12bVq0YbU,5173
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=N0QvyO99Q5Uvzyd9vE4YYTDpAxhIkkoQhwVDj0J6tCg,12887
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=KJs0GxzoLLbwJK7jJ_eUAof0s6E1SqBN_79kzDil6VI,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=Fa1T-9VKSKqWw6nZqesEniGei9nTlUIwiKjOmOvPknc,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=ZzDYRd1sWVZwDZQgDvPlgL9jOx_5EK1_gJZnJuh1IyI,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=BQIBxCb3vNCsM-6vZppAX5_3u5euau5eJ49rqgfVmGQ,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=ECyS_RpJLH7KS_ngiMKRVTnlE-bT9yzRpmfEoMT1FM4,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=Ddg_HHOL4cj1BJ6w4gEuvofbfe7Lin99i79IZMnFia8,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=f7HC3l5yAN9FsJygsHg5SnTbXN0-Al6VuL86BLaU-0s,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=dGjJC7OsRNl0Y6eeQ3A-1YGkSy7uhhGFDmiFBAilVBM,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=ipgEOctdor1EniM-pf2ImWUvYAYxzb91w0g2SJ5_Vd8,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=h9xaZtBsQRqjahTYJbvigBpe_zm28U7eqkcPVJ2PgQ8,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=XVYt-hW5hOeVJAgAbu_RYzOOU3eiNz-f8yIm5AO26w8,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=1QkqDcLc8a1LR6XRyxhL_bxGDD5dti7lQQB1MG93WK8,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=N8BHbLxK5-jIVOgAFCxTkoq9jkWLnh-ZLUg1Hn_8Yjk,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=n-_2NGrb-a1RbQkOMtEoSF-RPewDgUOffnNIahya2Vk,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=bVh-oxSdJA8zzl31KB21R5_QK6v5BJaDrUA4Gp0KbWQ,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=c-3HUpfRJWITu2flQw5a-hArTprUQQU4gRdS4jzooao,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=a6zrS-wAbcuJwGOtWgQ2MByLUF5rbrGGDysxC9y7FiM,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=dGx5F_kxhIFsEVl9vHnlQ9hrgiyHTJGVlNMAWLLoMuA,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=vPO6n4UQPwqWEkJ6gEH5c0iXV3Yg47aXW3xfA2hWfw8,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=QI80R6tzwhFcJ5lg261DolNEwLZbaZx0gitl8_1pPZ8,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=PLLWPRIelYqDi1uMXbiAjVAita459zaAtV-2Vwi5Hgg,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=iBgwo4lIeiC9CMfWx-UvvWwjR11lgdd8pRDxrQVA5fc,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=pRoMEeOUQDQDHzeiKzhXK4I1aqGF7_Mqle6_LT7HmpY,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=IFNHgKo-LNVSuDRTGzsrv5XQ9chhIsr7iOaEZqCAwzU,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=y8TqP4pZFk5c0SrtYgyJsk6T73x_1YCS_Px2hwtPXgo,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=hvDdGzMvC_YgYEFHKUBzr1b-njSHFi6q13nnvI9Ub5c,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=woGN5YEdZy2uRG4t8DarIE5sFy0aCGKd2_bW7Ez4VCg,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=_oh_S-iLYBmrfQsfH_s8vooQRrJFQKDQfC8Q1llaxLc,6452
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=5wYC126oO6v2pCCqpnwCIb8RDvTtI-EWgoPm_V3C278,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=8yZBMfbK3MBfGV29E-njYvbNUfgkYSTj3GAS1hwW3sU,6675
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=kqG9s01GKWidL6mjnvytkZrqVcSpTYXDuDBRbOt2kl0,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=JSjKVaXJLPY5jVyMDzg2pjDcx5yW8WBxFleN0VdsV2I,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=bNrOMf611s4JNeX72re8QkYJ7kd73XiUATrpv364U-s,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=N8L_xeqiGnNJBXHiM69U1flMZ3CAoiFm4YgvzKrDL94,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=_teROCrxy7NUJU8UJHmvByq3nz3deOwh79i6ZeUkDDo,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=PBM0V4qD95OKXgg2ZyCih8jb_w68b8a4a6nFlQ0jO7c,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=PI43SCAUJKwzT4g2AW36CGlr212HkIGW6TauEvsXRt8,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=jLBQWHV0UGIbeZHC18UCDJqfviOEAI4opgz6c_6YvW4,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=3yLfWpEwyZs1T9zMBujkto8pEWWr5mAL5etSOz46jMk,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=XG4jYYT8-P3917G9b9xvxF4BwA9haQAqdJmE2huAcXg,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=kDMSn_-BP3RuPBYOwicmrUov-qkpeuLKM4_UUJCwdyw,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=AmxVs3p4wqKT_D_wgT2qG-7hK61llpolgtz06_l3vAY,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=BXCSBy2r_0RDFEcmZtuXBl38Pu2ewKPnP2gRyBt5Fbw,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=koVrA7EV5BxWw4XNxmKirb6DqX47ZIaE-lSJDbaFMMU,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=mXRPsyw4HIL4HYFCPhASuZC_ql2jXO1TDCInozm5epk,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=7uVLTXaF4HgCyaRWRsoW3HaTJPa-q94xj7bDdJSnKOs,9892
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=0GrsXoM880jh_YEnQ5aDoji-LgJF6bCcVV7xTPepaMI,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=pcLepV114Dt-YC81c4AF2X5o6C2q790Do9B8ksPO-JE,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=BV0Wap5A3zwbmi97G-eAGorj23YkjAx6ve4iN0jjKyk,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=uIGw-JOt96XzglaX0OONmiX6S5Rl9hUkDXpDJViZH-M,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=_gxIqjQ95I-FMNSDFbY7Lk7JVp3I67ePm16UCvkXcOQ,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=4s36VNogOAbB6vgcSsGvI-i_eLuAZfSjh6OZ9i0cZoQ,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=DpONCLkfTMjg8J7_qPIPhcTJefXgia15n-YQiX-AVcw,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=z-99JYobVmHQXnX8MjS_5nJX5v_BNVtC8vCgJKb_EnI,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=i6gsfIvmNN5qAJeF7YYyLOIufrKVSkQLnbxWPgatJ_c,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=9YhbwwpwpvFqieNakejhix_OYUHEyb0HAicvTMmMPNg,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=F0fpQZhb6SS9ODH3B08ld_KGFOS_IQQdeWVTPbiaMgA,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=Z0XSgZ8Q1Nkl5mgvoJZn17QWed2dPElNMB8M5SSqZ8Y,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=mJEtAee97sQkqSDxvMseA_n9pmHGvChUOJsWQvpzkrA,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=Fe9lW-XzvFHgEU31xekVFXZCJwhmQtJGUANmMx8Qu8U,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=O6JlYTH8CT5wZm7ltG2so4bVb4G6G5JTQX3PvgW6oGU,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=RIbPEZ4dEo5n0Dwpmmz5sQEE40HaYMNSpBPWKHVnRCg,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=7t2f9GDM70ENLq_zQ46vkAJpJzpiFjzdJwPj91rSOOg,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=ZzM2mJlJxq3JWs0z-TcSktxu95d4tJB8boK3NZUrs3A,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=rEd0vYDj9O4oNLFJ7A4wTFXlaKh2YFq2QNVp8jVz8Gw,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=yMBU7btkcvH52hUcBeaKjisoSYuuclSKZeMBIWDTMh4,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=sWE5J9EaQyws8n5QuWrcQ0NpFzR17wdCiYSDkj8yFNU,9112
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=uIESPJe641nRShuOozHZu12fARU32wjyTrCZkMSRMX4,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=OC5tJEv3bPBgiy1KOP9W5bcp4IEfgzLWCcUhr4LEG9Y,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=nxcJGM22h_NBs4sU8hiLd8gFD16SJjxngw31PxsbhFM,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=nvt4iTNitpKVIiICE74dlzUk0WFFf3SNyzhB6izcUw0,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=7LWBsQOfm9UU4N9jV0I2eVRn6LBxqKaRluVe2X76xIs,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=ai5eZorLsS8WyaKUr8CuBneEZHc6ewbwfgxqu3utGoQ,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=a5XvXaXfTPDMt7pBh3uQucgCEfBahOaGhPCa_rJZ3Fo,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=P6-gzeMsfhfoYrAb9k9COZMLokEu057L4-uT5p3MbbI,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=vPyRIb4UqUFifX4yqzpDJAcjWFFQDOuw_U71F0Rvw90,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=mo-mhjOcslM2CaegachIJLLkxz3ZvF-5xeXKKngBsg8,9713
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=iO33x9H26BeWbO_6pJcFYoM7jtjQkg5Koa86ZFYUYQw,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=j4NBvOi6O8PWpyxGC94OrE7yL6eYPDxheQUu1XJM1Ts,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=a5TRZM2f10HX9_wBxMf9LGCkzekAF1PyLAPZMpI0E0U,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=19UVeo57PhmdT_L929dakDow_v3vBliDRI4ebF-laoM,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=m8tWu7iXyIMVPNetYqPVltXN-1vEZm1KjZWPz2DG-sc,3430
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=G2GsipJ5ncU5n2iQR0cAdR-7pSs8RJaINNi7NenBESQ,9713
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=KXCmH9zoefStACkXzug1_Keq91bSKCa84fqw-mpFEOA,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=H_xH1Q1qXPE9h0WtMesj7jbcp_IvW3tmjebAkJfBMgA,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=FJooEwC8HfVXP0QhP9yf26nXdj7JYGYerUUdafMxmEo,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=fETUrXzFrEKRg7GIrjVcUV9kGnF-T4aRqKGYNFlPQFc,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=vHfxusNkIK6kMjvDI-7_6vjvtjGaeL1OB_fM44Nsnrs,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=6ftmpbLovqY-SkCpdniXLYnNCCqJRbm_v8zoZwdO5Cg,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=OAuRhu8i-w9eTO3btHpzvIv8gZ9zzYTdOiH3jY4-WqI,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=Bd17EuSlJ2LJhvQ9T-4fjWwT2HpkgcLZpJvI0mQQQk8,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=BnOTZNmWxkH-Hkcvlyv_TkURfF6mgLvd7VTkvHSsPpo,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=NcKc0a-WeT3SZpf1AbYng0ZXsW3eMVZE9Z4DeI62zlE,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=UqEqDQSQ8Bz4pPvla0EOE6oJDola0eS5t6V5W8E01vU,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=EOp_-5RtA9DcOSQhn-fIDIxANi0k1lh6y0FuuciYnEo,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=fR_vTDa7VYMkS6zG2tblKogsF6kkpvCtotfBOcgDSx4,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=tncpNsbNvP4zZoVGvLfWcCo70PoiYq1CCrRr1B7QJOk,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=xJhynkQ4ZY0TpRzCoAWc3nF8V_tKN1dnpDvUtnGpq4o,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=QZDbxTuLS3CtGXvc1XWvUuFfwh7Ia3OtQxbxkKCtvWM,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=29FVShDMrwMXAZwZT1t2ULNwwycnfyfj0HJLor22HNA,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=QqZsIAR1uxJ4VgSMz6Yid1w0WP8ErdWcao34B9EiZvs,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=phFEpKyszPPpRDssA6r873LAojek1R_4_jqpU4_zEMY,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=X2FHnpab8ueSWT-mGqBeD0Z6WngPO8gxmQF38nW-Fhg,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=_lOUlTrd_z1rXLm3XXeoevAmnnNjOb_APqtqJsjx6kU,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=JC-ARu11EcM4YddHloow3aEa7EpKSNFp2L46aX6WT1o,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=aPUE8QGWhHu8nGzGzdu0KFyRyRQbPgQQABkkeSN3eD8,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=XnZGCcA5dVC7AMBwcLixmU-PvUYWqqfK4i0zRXmodec,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=tHops1nKQJ3q0CtNxjwLHdOBqaTkrd3RrJ-et5ia2nU,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=6B_lG7HTuO3OvhOLahCNcAQQMDiaH7XLrZwXFshgj-4,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=0UjxumvSsyb_NsOe8-O-86OXrhJbX6qJ6Er06lRJPTk,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=LBYkILYrhD8gZ2-uNWF2ufI-nK-hhPtMFNSo7BSDNuk,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=bkcNo9t9B8vXIE1uQi_2Ba5K1iPqAW78L5bsNwJqpFk,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=UYBiSPLRArqN88dq0UYg0HETuO8skQTrLDm2DqWpDX8,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=BaV06yBTsjsXdW4aSwZJXqxTxw47asKM5B2YFxJR0i0,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=5smq_97ezs2UZV7161W-rWetDoD3ZAQhQkUwPvUpJRA,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=_7f1EQ90kL7w3Osh_HI-wI8gxJgw3dxlQqk9do_Fz0o,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=hfKUVfxTebO8hFEt2Wl57twyCyoPpHwXHfWnyd3YGCM,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=KILxnEdLXmUjCEYn0IxiVaKkjj_UQQ8tgtx1QwDPx3w,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=uqNarn1g5XdHf1uYDgVWzgfIIDe0hARi2syuFt9Du2A,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=TUy3YZxHKQMvg2ut4KZ0QWUsp5OcqSzO1EqyJJrudV8,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=f_sCNsDoeigCXZgU3diIG5OnN4HcUqsxqaPPv81165E,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=PeI-z9ih4vlr4FDcItwMJ7YwN-mx0NU8rWtDXlrGAFY,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=JLTHvJRLNXc7Q6gVcIFjDBBi4tAn_8g_3iacnz_wmV8,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=ZHeR6ptROHVjI_R1m0-tupfH39i1jM7mD9bpI377e6U,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=aYJJiNep7tia51GtvS64w73W2ctFDsPmJYF053HBEBA,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=77Rf6iRUhnAnkjXU9-G7vCsvg9WATNFHussveOFXk6g,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=58YOQMfAqjeBiGdnxKCCmYFqf0OKdHstqoVsVIhzy6Y,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Pya5N1BsMU8quPMPar889sv8J3I8vqBjgB1dF9N9tFU,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=GXG-4116lJ71UtiijEF0RV46TCf6wqVSyYZhFkk-IcE,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=9VxcDgvlvnqM6meg8p5e5SzQ0kPiIwOrnQ4QL6qVCsQ,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=fb8bq_AW6bAhr7sO90Q8JlkntTHQ4-WeQBkm7XHPFHo,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=3xYna-hUQ1bfySWWd3xF3V3W761-EP7mAYL7rWXb_bs,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=rxrPy0eY2AYgMSSaJbzuD5rdmN7j5jVOcwSjRKaghZo,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=czDrrt6ZYSzSv0jK4ET_7P-zZ--KRugjGrgMlDTOqNs,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=yFkGnGys53wnT2qp3z7zYULwkwbIv8oWTBlqJHY14wY,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=OeRttDCIXga3X7fpoJP0nHbLv02SbuAe0VFPlzYSG3Y,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=-TK-3phoC7r6R5FoKCLt7Gv_YElZe3vqe--8qMB3tT0,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=8xmeWfNDph6ZFjUvzgDpb2E7xmgTEuN1DW8LtU1RFaQ,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=cgcuk7GkxNycWx6e2gsdP-uTvyqX8mitIIEm2SwyKOI,2551
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=YPlSryNbGUX32yZ4qFW7lw63dejhTRcI1ETZUNsZprU,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=loRxGtktCrnRXSCMgA5X_b1lZ9y_uPP46jW5JhQjrnE,14211
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=F22ZUf0IkFRRRGnPAG2kGUPvRMA1KiGyeDHUOi-Wotw,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=c-X0-c1OdKSw_SGYg9-ketUXHV8ynOxUjH-KWaQ5JDY,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=_3cHi8aFIjhmskCRZdt3RA9xb0D6gTUspIo9SscbYCU,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=4eZIEhdl-8DkKyQami7H8uI2VypIXDEubmYpAh7ousQ,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=xKEYQhFDT9v_y3-ET03cFdH5Ify1VIfPiLv5xaqtaIQ,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=RLuUrdrsojedsznhbIITnrIjvUP6L0ugja_wmO9CemE,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=qVXiyaB106UpU9ukNKavQ5jr3s0So3OfyVSNZ8LVIAU,3147
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=WMAosx0roGMO06reIdxXRCdOReid_j27CnG6N7d7Fis,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=gsqXFZUEA2bpg19J0veyK9nOq6mtS7i4GPzmVYOk_os,2951
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CBR8m74ytJ-vCFQPvjxo2YAHaIp1V-OS9VJNhAMSOZc,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vJIyotHWAWr04da_aiEhP1bzogTuMBVyEV72_924070,5976
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=sKllMNeWMdCkEurpgTNHnPd11-2-W65pWwjNfujZ9jY,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=FTr3ZbfNq5xGjCGIToYe2Q2Bc-9bv3EuSZn7G_xMO6g,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=3pqFqvuvcc8LV8K2vgCAmaK-VEHTwN2fo1rJ3d9Pk0Q,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=cBetsr4DHo2KuJAnS3Ke-2-rlyM1sAG3cffV0Ymef9g,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=IpgeQKcBBLbSyDnEKt5E6926uuoPd7Q4E7Y9LIi-yiE,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=4l77-bzwrOIoAbEyzQ-uTRp0Ep2gPegVgDTWNL37_lI,4576
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=zLSbzgvxAT2Tm9uBTLILR1Dzft02dXh2cEuuuCaUjPA,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=9DbylH1rIRPlgLYy46ixtjc2grEbmA4v1v-xx6x9NUE,3881
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=kEpiTb0mHneW5kOruYsowLaKOtQIeZPtkPnb4bD_9Ts,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=2Q5E08cNTMq6nW8y4DFt5M0e1aZ6TcEzlJmHSqnhTFM,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=2eUTypgQKE-rpptp5XuQad0YTsnHEkoOsJobO8VQ1Pg,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Lb82g1UtP7DedNLaLqp6p3tqxi9qBMD_lOFCYa1pqr8,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=gEG0UDiBpIMdw0k4JAi6M9RRPDCh1BaULIlhwP335zM,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=x0vItojnkgtVMhV9gectvRMoI2SxGxtf0PGIru3T268,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=tHMX7yGX_e46XzaiijX97pUHC6MdVVwdiym7fH1A66E,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=N369ni9_d9_sqKYZQ99cT0NO8-rDt68iPrKlq9Nn1js,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=w-E7rgAXs6mK9Z5NQFSo1YEsE_OVknmunOFzD99b1hc,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=xbYJeH5xWNlw4CoRlAhnylh2_hS909h0EK8A-Zd3SQ8,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=toiE663D6DXc3CsBLx4KCy602USWjligIQ24_GHfamU,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=cA6gxnHCFrwRr9Yu01J7DS_jQ_troO-GWYEtHiUFI_o,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=yOJamnLu6QlMCDtYGjOGI7ONFUbf1VLiTA20Macji98,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ZhiD07-3hjsTn7OSfxM2GOQD7ZntnmTIvH_cXy6BHPA,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=04L9WBAJOQeuLiFqwry5-lEPeCK4tAZm8424mwBOWl8,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=2NhRhYdrv8sfuyXmR3e51JWt3CrcToumjeAcabHZ-AI,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=4sneznmG9H-CGkbXnz6U5KLIfBBH3Jvl5Jc_064U6D8,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=I31GzjpLkEAJq52l3LpHEU9ex9soXMc_r9XQDBv1L-w,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=QBf1_GZN_y4batR-8ui7Jw18NbQKLPkj_GtQrmewIBs,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=z00GMrt5bfwEmHTxlzCD03IPQpbmcBgnyrV3v0kPoJ4,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5yJvGIhVSEiEvfssAR1rxhCWLbqZkv89e9HTioVRhTA,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=zyp_vxoT28-UoChEeE9XvnHn-OtzzqYSmceet8S86NA,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=M978JJSqA1p4tlnPCa9hlLmsKdYQCbWW-V2sGozX5oU,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=rceyoORKE6mtTNK5t2S5lvSyURnNcV_xO3oIW532AZY,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=bfFSk1ie3NTfZ-R-U1vKL9p9lVWaKinIOxN5W-o62iY,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=XXNgpjFILSTNWUeA0jDcT18FyumlVvcbQgKgGYE5Vvw,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=93wAxwxuavjghaXwE5mu9vfNA6dBxEot1YGCmWduFag,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=fBR4MtBFbGpUzUtmXswi_sM45XeOooEVTYgZxvHYYHI,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=gdUjcqllrDXxhtKx0CrLKHor7PgoMnCozguR5rXSQ2E,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=cYvdIBnP_GdXVFiBbEOf6a0cMiujCqlEJtB_Y40K6Ag,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=V_5Qvu0Keltq_REhrS8C3RruVKRhZnsag-PXVPyIJug,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wVXsApgf62PQrm3u9hdgXf-LBQaTRxlDIWeAVuii4TA,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=VPaGIdRM10GFrnqHRLoiwmekk5FzoUJDu0CFLC5C_-c,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=zbUkpC1U8yJ29BVEFmJ4D9L0IUUG_7Wt2L1N4yU1V2o,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=VEH8kZkCJvXc0MqrF97QkhNP37ZWTI1WaJfa7_5DM9M,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=5Vbz7J7yp-iQJ8RuogbOTGMaMcTeVv76NCVj5HEfqp4,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=qAlu4ZaSTBmwKDdqGVitftNMmO9gyZhOGN4d4L0BRjM,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=nbp1Ns_6p_GYC1nAc63ztZWsgRbVQ0aZ5fYP4jLK6MQ,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=d32-cb1oUNoTzoDdKqEqhfDBgvpz-aZONTl3X8rJb4Q,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=8x5cFO6_aKgl7T_Wv9L9_m-B1QWk4U8MoYjrmJxhCpQ,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=Sv4m3LXDj1A0jExzlhqcM8yGRu1t3hMnKrYtrexFANM,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=OQjl3Cn5pZ_8y3ZDunxCaVG_YvPOi_thutImLjJ102Y,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5pkgYXctN20d7_3LxM3LHkFrFroX58sru17iYKL97Qs,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=4l5ncCFfsO88RtM63goEcCVXnnySu3FcwTJiiB7xZus,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=HowV5b-jZdbUWbMOEdnjCHV5vrQu8kKOyK_g4qzbLoM,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=imluGWuEg1QBVeuQcaq1u_YxeBNlGcpRTEUHUYc3XdU,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=T1-6RRu1ZdqOXpheVEOHknvcs-ccOxgUBPVsi8fPEII,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=RbMpAsfjoj5StRGcUFM9DzPh2O3Fpdab7POCwmMrnR4,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Y8PYMqPDixiZ88rn-nUoMI9srXic-H7-RQOZKpJX3Qw,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=S3pBkq7gOxnJiXZUC_lLYs4pMwiZA5GDhHQYjm1AHwk,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=GhJlSsaZcGRyuibSQSYxyDGTuM8XeDPjnAG8-MLdpbk,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=FNefK74wVgbIvhRZBsWsv4_zFsTxEyVqLGI4nT3xH0g,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=AfgsFEpDMUrA8cddZWx_MuewkjG059LhYtcUPwhwXmo,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=grCapXmDNwqP2--z-EbjZcIE8HmMnOOQUdh_uQf-Dcs,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=0MDtKcXiOpGo3CVtDwJcv6gTZKkl1KWOZRfoc4nO5jY,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=H_lfLqtDAWMWsn-mcnZn6l7IMcqiDSLlnsNLZj8cJnk,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=WXO3k4uNLGggH63RzWct2xJC87MHCO1NhcjoH8b4nB4,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=vh-9hGGNgKUvTfIV9HdXqCS5uDM2GR3qu6vG4UI_p3s,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=Ku6TCFIZr3gaTC4lIFSWfzQ3ikWaghDja_zuHPzHfos,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=Buw_S8uWbS1vhmoSnHof4JdW_mS0FAtUsJBMDEUZm6k,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=75fcS8gVZWlXx-QwsS4uuoQp-Qf4ORM08pkCJvASbB8,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=9MQlc2kBuBvxErGvf9dlhWY7Z5R30WgWbSiohOPhg38,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=tT-y274l_Pm6k5_dDb1ZnlhUoXowRbtuPk574Ez3juQ,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=YXlqfWC50ITxGLFCKs0GGQG-b1HHv7CnByBAzESj7R8,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=0VVZ2WjJYsKSUNFBT0S3DqWaD-UJ6GhUd7QknNR_X94,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=s-U8IBtU6uyp1psWPozgJ2U6A3scgAcbGq4xDVbaNhA,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=qsQ7a94ATN3Ruo1x8gQMvJXggnxSfcYtm2StfObo_40,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=aj6dOj-E9AtAH9XyKx0lbmAaqWRkynAi5YeTkh4Jr2U,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=VqQAGITLuI94joNO2VlwGCudnE14AuwSsRRhFK3nEJs,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=uJ-K1cEUX7GIyj01j-CLkQY08CX0e16gQGizi2Eaxuw,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=LIJeuk-UCEC-sTUDe71WWRd4KzfJvDxBgM2p_UxC0Pg,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=i4S3MILw4sEIY9m04wM_z-uTHhjKaLiwq_CQMGTEnAI,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=nAEbmb9q9XBDGZvinUi4XdArrWHdg5fU_ROGHRz_mY0,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=ZQFmWFLYUtLzDm-pcsOAEA6VWkfKHXQgFugkASTioOk,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=8H_kbw2Q_mytakzuI3juKqH8RHtOuir-8lad_lGDCi0,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=VBzo2l0evIorL_yoIIUeADsq0d9t5l2P_D7BL_AXzPg,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=zoGk1-qzPNjYI2aIc4u2xc-PgGq3IeXFkvcLEP0xDFc,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=R4fY_tFJSI0hOgNw31ldMN5GPigsnUXFWuHjGVBiwPQ,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=C4cw1Y-jgJyxGbA1LVRR6_pwXihj_mRI4zAABuEgtlY,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=cLeMF4NpPwDROfUgk74WHpAoQ1RG2ciwqNxusbRtpoc,10194
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=JZd7As4GKB2A34MzSTp8QnrnZiWURGuALKHNlg90xvQ,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=lVAGV7Zzr__PIYoQrRLo5VDWSpEX9iNQ-roPYOPzQxM,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=NEw1-C4dMWAOrwm9h-sjUtp6SuySDEYNmxKZzXu_HR8,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=BzB8QVF78ras7S9S53sL1REOgX8O23t4G00Rt-Np3ko,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=8Ze-xW80e4HAFE-kjvVbsjK-ksqx9FyW4pv2jrk7uNg,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=CDObIDJ7fW6UsJWp2-Azm_LTqZ1M72j6l2q3FDVfiS8,12447
|
|
259
|
+
ob_metaflow_stubs-6.0.7.2.dist-info/METADATA,sha256=80LXZdSylM6pi0tB1tNBEjIPfCx4IDlHZg5dHqAo4v4,655
|
|
260
|
+
ob_metaflow_stubs-6.0.7.2.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.7.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.7.2.dist-info/RECORD,,
|
|
@@ -1,261 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=AqwuhdDzHinpNjTXBXuSQLp4PwM2VlkRSBuDesQFI98,86867
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=pzoRv6bNJsMjCQY8741ahgZyYefX_Cq0QjpnS3E6IvY,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=54ZcZJzBtQazX8AopoLuAvvkRqb9veAkE_N1ydVZyRE,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=AEALlwyz1B4VEFagsSv_MfihH2ifY6Qs9pXbOB_4m38,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=jGbsZCJ_zQ3ErF6ckRdHH3H7BHjdDvh6-dmcOMSZWj8,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=Rgg8NnzOjMaqiMnw8tUi946nL4BGaqRCWKdT9gzUMvA,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=a8eFB1A1wfOHPKaH0cys-G4w7h4IO7W2mKe1HjCd408,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=184omfSWaWP2RKmiQSJc5SjKkn2j1Cf15ssQqZKqjoQ,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=sXfg3hR4zLjdvKkXmZm9j7ATL7ND-MRCwkOE0O-P0DU,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=rU3yXfOyApWpCg2itgcGMYxqdeq_n8PoOsePFkvnOIY,5173
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=A9WXbliSifdr2d-XKOczulrOVNSJxUHz5andDOUXufQ,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=Oa-gqMXkIlUwwrFEggRAlDUfDFJmNrM7_vAW64lRiUg,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=DoAsnGZ2u6z1zfUDDf83MlPjrMK9X0s24SwybYqJP90,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=mfKbWqrXzNqAAU__Oz9l3OvLF6pbNGEWouhhwrj_F7g,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=fgmYS9-0wEhk3NRLjrVMnj5CMTRajpnWzZJr6SE5m4o,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=OZ95U3LRr8fj8_7Cn8OdLA7DVr-Sw2DLk1ChYmuoRo8,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=lSaATXtOMWKLvTaNOF76aD_YbLP_UeVpKmE5R7T88dA,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=-9JtGcN8_sIWmgTDU3i-mUJT73tYCxeoLkh3kzvJETk,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=jektM9BulYfIkDAmCyhyfhIHG0ICdrhg4g3qxNWVfek,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=obPD42OhA9nz_vHeauxaD812CBkHj3DtgO1xNuYY3c0,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=MefhfubrYlliZ-Cs-yJtfYNO2WtOSgvsKh__3fbvO2k,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=Ac6ppee0Hw9Qn_M54x2OEzqaxFd-TpLL5Uo9B6vxZ20,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=EyAxaqvaageJW1XJodSAeEDmuVXIeIrmAYrDmbwL44Q,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=XRggzxp9Q78HzyL7NpMF4tGaic0UhGmNFsbTtFCY7fM,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=NjX1qWccamVxNBfjDgLDLsm5j9Au-A226Y0_whs9Nug,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=VTBirZbMrp74hc2zs1_aSiYajTosag2eJVGbtUiy580,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=liOAS8P0s_k8RcjKxzwDNfz7D8B2cjyP767zz-gTsBs,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=zp6U0s4JmNO0VAnjAFasjHopDnQiXdMp0QVwTADcxBw,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=ydK5b3mfuPOywndZLd6iSoxIWQ8svKJGFLt0E8XsHqw,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=zsNVp4B0SroEw5nSMVeBYVAmt1GdBLylLvJC8bn0pmY,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=WfvzQad_Pyx1N9NldeA8aKIkoKq-zyYjyRRUjpclPM0,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=t6queiI7l9DJGRKzf9LCkU7vEbno8M9zDJkmV2wEHog,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=-IDFo5AhiOd3FCI1P9cOdKLgBKHsnGt8aTHUivojpi4,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=2R2w_CxwNHwka7BmKrYMJuEmNf8TGDeSnN-Bwk-kA3Y,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=oJ7a1AdRi79AezvFBoMiwsAmJnbBLs3a4_wzguZRQV8,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=a-a8qsTp1LHYZyLtHd_GrJ8pfr9R4EaVjaV6vCFsi80,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=sghupqKUXk4WuIaytyT194eXREs4LQIQSXJQ36EQaLM,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=8Xxg81qtg3NN0OSMSLRvtWENPMzq_NVrxm7qG4IBPb8,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=4VVGezoHpI7G0p2M0TVvVBih0wfNEejyP2lm_nQyANM,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=GsWKrMdKFqa3879h1NmipwX-TrWIY-aByzKmYwVmckY,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=HK52e3RIRWU-j4iOJpL0sbwp_olTfim5Og6z3z5o5g4,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=ymZRW47Ubj8P0HOTk9IJPixSnSM14NuOFtHsVn27t1U,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=RPgDxwRfFVS5JMjGUacQyndnqnXIM3RI0RcU2mbmclc,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=6NlgmTEveFXdazKIeIBtdiekc9MQqAy7hkPeCywRbQA,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=A7dnwtJbgSniR-Pb31eXpgy67_l8Nec3Ltaql5LI7wk,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=QTu6KJzW18tRu41uPAkYYiNoYX9t81abZxb_oprI1lc,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=ZzfHE1qvXCS2W1j077g2ghOzkRRRy-gu1Zv0AGvjCo4,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=aaxh5pSM8IWhJjRjbVaYm-By_yUw5i8pv9HytigQ6hE,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=zKsgEpeITtCcGgfiayI7BuJcvmW5ZiQCRGaDeIEE0nQ,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=f0FnZ6R-_jhuZhr2mJJHzFqwFQPrZYteYH4RT-f1cNo,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=kMRCTTefo6qyWpthxWSbM1FvzRjwrXlsd5XTtfTJ39E,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=4Ih9z-A6E2ee49R4WqFfJ18YVy0LaSAO_rsIipZu9bU,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=YgIT5neNUndt8trhb2Xiqq8VLY-JdRIU_qkDimp2pUw,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=mEjCN6-TJJkKIbSbFL9ydygdWMTK1v6Ct8VL3sFmJpo,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=0vhX9YjYGKahiXRn0OJd8vlFESQRvPkttAATjH-egF0,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=hE0-5uELb2EMvMg5E_c9VxhpqDe9rrGn-H8bMYxu7LQ,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=6H4_5K53UzuNrDQ579pfTRtmimiDu9_rbmO-R3ZfQDY,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=vfELmQ9GEejxvUwZenaWLf-GiQNiPVNjrU7cD3QTjvI,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=nW_irjBjG_QG6WB5vBve9EUM9EOURxAzmd5co9nrMmE,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=7W3WIHvbCHTkhR50zTBgszefnDtjBSIfatwPYy1MCBI,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=4-GpbgLzaRkxaQH3uga8YdtoeeIT-3QdbBbYtfunQTU,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=pV7hmjnO1bQ5jhtFiSspSU26eJDnSaMrS-tPGbeEoyY,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=G6BktVzr9IAGjVkyzIuo0CmzJXtDNmDbneg4jXKt7tY,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=EY-dc6XF96Fuh2VDCdb9YkaTW5HbGSE2GSl5ohgbkYo,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=AZ-vwOeEtaQhdmEFdFaj9-X7CXnE3C0Qe28Rs31W4h8,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=uZ78pOJRzZ0y4n30xRibpbcHexckAFxsRb2GXRBZO3c,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=tVy4BQd8fJXdhEMMPp9h9LUXV7NM1vcUGFGlQMAmx6c,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=rU7wMYrwb37KpOly8KlRpguC6EukdD4Z54hNJ4sAXJc,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=iduTqvSmADvWgrUsvx7o-tDNQwDdGILYmyO4uZ6GeHQ,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=xT25Fg4XmVWhaKRNi9shDtpLDO307n7aYjpsPeqEYT4,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=nhsClECMJ4RuwlYqdoKZbiEogzNK85oXx7-fSaf9zM8,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=mFcTeBkIgyV8Brs453ZeWHWD_E_jgDgJQu6UaxrGpIc,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=Mp30LG29Vyz80s28r8zg6RulSNfsLIUYoHhFVMxjqW0,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=LRjZua_2RMAZlCFL3b-9NP2fr8Z6yqHvk6quPrwTht8,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=HnZOhd5ynM_hIzrPHhRjBqjW6SJTwnvpVvE_TLU_6pg,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=ZAVU3TqZ8E4MTCDnRIJNO_ZzRXgZNy3JNZTA9xVdBhM,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=_aiPvjsPYPcIxQKzQ6v7RkWpXLns411ke_DbLXTRizw,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=5uhNkx2NbcVnaLrdwcHa0gvPazBJ3VNf3Z9VWiv8jEU,9031
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=FNtpj99k_FlrgpZ2nHx-_95z-BDrQrHKYUAEpnDa1uU,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=koHW8BmqUfJSlj3pjycjdEl_TsELUYceKM_8q2n_K8o,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=4X6R5B56kAuzSQHklcHLS4fhyzWAZO6SvvFF44pjXx8,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=060eOp2HPvccEC1GVd6251icGNwobMwJQ1cz5CqP614,1310
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=ppJ5XSbjSTFdCaSXpcEi4YmLDFZ_eiA02oimSiyi080,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=XxMsxPAXZ_Tvqh5qa06F6UfyfYi8n5rmXHFURtkVrg8,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=touNRKsYp3eeiuD7R1-rAwYeXZRO7DOXHC1jX11NCP0,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=IGGZ-LKi2Xk7qELDI9TgM9g7WBfocVjxfAVh2nvDlSI,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=jw1lOyQCh2c3iOEf2NOE74r0fIjaG2Z1NsxjtIaPvEI,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=bL9At09KA4cSyWUkW2QmPx0fvA8lfPAJgkdtXWuoyIw,9713
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=ktc0RxeyY-4KkTUXIURiY8537idgNR_xm8hC4an7AVQ,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=TzYO_w1tIHGwDiWs25_vH5PzgVKOcxMoFhv4CS_2wXs,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=VWU_Q6XcBCdzHac6oKLlS1Z_sfMzgmilMyOs14GNcY4,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=rGvHqgPhHbsR3Le6_s71Ey5rB-WodI0Ple4qPq389YU,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=yOgoU5MBOd6Df-3uKxjDlajVxNsNC2TNpM8jhWdYcZY,3430
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=XmZ3YELpFZghD60a-53PI9Td8cl1ycYuKbSgZGhuncY,9713
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=hcVfgQwvja2h1G9HCrEDP4rK7d6cytDXnggXBYfRuRY,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=IOk4zeLAcwybU23MZadGSlSId0u5VyoK6HKT5p8HTpU,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=ggrh9fyfyQvR2sxF6-5kFynsz09iIYaqavuXhMENRBo,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=qW9I11mT3tSafs6D7Ke5WcmmOvnCfpVYbCJjDjyGbNw,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=DjrbtoptpSb7XxX6cobjieb2AhS5e1Emp_wB2NQFoZ8,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=zpC2cXGD8tWZNH2vmVsxOPILqfuwqdyb3pl3NVeBl2k,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=TQNSZ5lV7pdZv-YXQm1z6oiKLZDX4iDa0-VFivE4YE0,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=WYjhaWPxXpYoWSs1teRkk36_E7RLPwJHHF4o72R8s-k,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=KFAAaV9N8JtOf5h2XRRBSozwfNAScTjQZhPYkU3eRPU,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=zPla4zAOJq_R0mzVUFfZ7t3x_cgVvlXVNiggTlJicwk,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=_1Ws46m05nJcU55R80lfGq0ItEWR2a4jS4PG6QpTTBo,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=u7J26U290BF8lrLvlBYkeGpWcHankrN9aw0a1pkP3-s,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=OUSXYOn2zHIWRxpajhFQFsAwpU18i11PUOMr8NDwrX0,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=CxopjtwQU-i_lsJ_Y1eq7qDWcZZSmFBl2dZrc-Z97kc,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=-kuSCYCSbntQyeVFfARP06RQ-BGx2EzgSVJq84uI6J0,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=rP1tK0B4U8hJpfHmIYhDWxNzOftjA2QIcro3BOc1gWM,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=ib76or7U36mbA2fUBA_gVErnuEI9qtUPlp5Al1ZtlQA,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=2gxwKKeMvZH-CIDa0AofUbUmGl9RGtgm-uw2tN5ayms,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=hDQA8Z9tKb9f6kdzGSRiKp2TmKUfnzAGcE1xJCuxYx0,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=hNDfDsrlcHmAtOHZUrYeyAgUjgjp3knwjjBXd2oymz8,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=I8HsQo9sWY8rpymP6ppyND0tFe_V8Ccj1n3X42DeVKc,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=mQf5koiilt0hLSGaGZgz5UV3hwUrtOPZFoTLC3GoFgE,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=4mQlHn-Q0zUiF7IH2TYlLKOvHKgE-ktDPOFvdvw-0Hs,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=1zYuUv7CDqN3tlM4rHtLT6iYehPNTjEbl_mJUhtzpRk,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=61b0AyxGaftPrUzotmDktFsdvpcrxPwMCNxB3IKCUFg,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=sJzUcBuTVcD5zzCY1oOPlVTKU2rVDrgjLxNIkWILk8k,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=5gOPTNGAgkCqB-F5kCwdChu6mMrNiPqeq4x47nPkhso,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=6oxsC7sKJgMzlrrncvHcPFDoUqatOQQiUL5PXS19LiI,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=6DxVbRlwnG6olmydH5VCdJX3Nygo5egA9nJbbOjCPi4,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=xlk6XjmbSLRFr8egzHQRh5pnkU08-LrPYT7qIT6PqKk,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=p1vFBd5DjzD4nl1B4kGVxXN1pc56tv7yY92ooGHB_N0,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=Tt4q_OURz6qTIVc6TnRJR2eRWUkuVrg-JYzQ-4yazeU,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=rOdnfx573zc8PShLYMwh79bFW6ddH1EH3-ZKeR9IEzs,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=lYGSM8iVCC8BPMh6j4j-IWxeFJkH14itfB9xjmKuIBk,4019
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=4SiziIrGiXgM__z-QMN4DBWrfVhgnhWx7hskIBTedmc,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=No2Ky08FqPvrr5e1Jai5yDz-AkEVwYN5rw3DBz_SBfo,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=y5w9qBSAKFW5yhygNptdLujb6s4dQIKK8kUHZ2aTLbo,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=9NJOmAQW5HaA-GbKqlFNuEy1pR6xhoXPTDgx5yNNiOU,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=7nyPf0HwZXGWbeTKvK_M6FKMzhqdzeoEGIrbYT7y1fA,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=tgUZrYXSQrWeWWO6SLtaF-V9u2zmKCGauk_hvdVUaM8,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=6f1z8SMah_nrrFrkcnHSOgPYkoIfRk7kKHbSsmsAKds,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=6Oh_v4mslzZORogNz12HTpRyqiM7dhf_nYmN5P16st0,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=JmQUwVoae4HxNmXpfJPg3ia7QNaEw_I4r-eXTUiCnNs,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=eEhtI0LrUBU-i3eNmMs2m4dLLeO5S_24o6y3FAqGX1U,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=MS4jXHDNzyalBkQxvE_LeRVEhuMPzAM6jYh3V64qztw,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=nBHu5x46QLseB25_WwhnDy0t6LoH0BNvnx-YzO7ugc0,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=6QrHxWy_NTCUhJpihPOlWip6hQuXGJ3y8G6lLALYgmo,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Yc5c1v4MTpkZ9AvxuPY2H3mHTEjOY5ao5aaCfEJb7x4,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=m769OuOkKyjh5-GgsV_kDrRwdo-HR1Xog5J3JjScRIs,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=hcesJbLwogNP5pbbw6e7s8Jj0kNkK6pXSeJ27KI5Bco,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=yVzdGIpaguemIoOyANniVvx-rDWPDjp1LSxCyKfaSUg,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=RBAA_OXSB5plCgeYXBn9rDlFP2vfbHed_H6lWoSaF8I,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=pJCpaKxWRXp_xWNxDVqQcZ4-pyNwzoUFdPo3dH3dPgY,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=_Y5iFHH9hblSLIxy0avXI8pvRAO7f3jpkyQmj1ufOqk,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ygp1iq2G6_MUfhHu3yHQE_A68-wd4Z9Kyrd7-stkx-I,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=4X-Ql1W-n-HmGO1hBPo-axly1wKsZ_8vy1Md7ivWbZs,2551
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nlr0A38rJYHl6mLfOIKbSSQSLaRbnlfTbYaPJqw2VCE,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=F9CpN8KmQ9hlvCFu2TiGwXNVw4SnkBUYLMOTJs1B0Zc,14211
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=4bhd1voj_WAbFn2tzvuXdZloLHzkzNMPU82fCPs1zHA,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=dyhkUhobpRsb7XJZno3mi-UGCOjMDhQ_gXQSpivKpGE,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=yIjTGDXEIVIkRohfF6GvRPC80R2lrrPyp9qs55MLKX4,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=h8lbCU4NtUg06SkD2J_HnERnYr9KP2_FLWC-J-FKO3w,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=SPgzx1euTw93mo38wb9gGkVV82KWEmPwWN2oXqMJ4qU,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=WBlI1tyU3arSKrFgiV2ZotfuC75ZVXitaIecGheYTfA,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZPWrxc6QxRkkOCMu25cZbuBn3c7YKq6h5StDF828_w4,3147
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=vRNh5qTyDjBT35mBKllSpzOYF_gBuearPwcVVDhCn8M,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=iWJ_alnyNwDYtxaaU5M1DVfj4M1Byzjg241zsK99cRI,2951
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=JLi45GPZcTxeea3fQ6uZ2yEHZTsPClEkOYuI_MMkn9w,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=T5BRtTNzR46GC8o67I4jVohO0Q3NZMPwjL36cJRNuGI,5976
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=u5E1Jr2MCjN0jczy0VOrn0csaWcfkTWc0qmHFDFzfEY,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=aP0Le1zUo-q0vI09OnIt0UVPHiGLD_p8mp-fSxmSuCA,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=XhZCZH4GWGXnDK3vGyAgtf_0XJPtYsEfEb98hpD8hds,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=R0q3oPDHvmdYjaQXQO13CsBto0p5p03mMGEfEloPgMs,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=0X20SWudApuHVBmLOiCF32ipRQVDS-1O0rZBM_UKIWo,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=44CAE0sccic1I2E1BJjGFoaJiUzsFbc2tcjcpnucmj8,4576
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=aqI2DKEfoQyemEWrfTZOdtwepShBx3njkGzcLZLjmFs,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=_iCi0jx9jjP27SbSyHm9UC9OTY3ztu54NU3iT3WJMXQ,3881
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=YWCjrWmVpSEzh-sMGsB2FACoSorm4HqRsMzVaQOBhz4,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=VM-XK68Put54QQ34vgL5NCqxdZPM2wzcAE8G1ExnFoY,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=5_UURXZJ1B1JNKTdwOkZUe_cwNCY6sf9iyen4zrk5AM,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Wc29wc_ulscmTcNYb0pPcjLZtVs8IGBHjK_ootUdl58,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=URflXs_FAQQQQDmmCVI0WLvAwr_vKjOQMFHyFkav9MI,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=uXiHQIxhIMyODl70u19mF1JtTlV7s5sCcpWIv2oNJMs,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=YWKuY0DPXuW0Sce-R8Ff8kXWzZGeOgRQeNnWI2v9K0U,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=pJT6ywlwpy-Nwj_YwyvUATbVs_zbTPOkk5atuGkTP1k,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=JB_PuTlGKVd1VxlPOyiW-rMYkyavWdWbgIpwiknQACU,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=FfpnKCdcvdJcWePjrALgMe__RmJf_nhhNAnRSpRjWA8,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=DgQ5CgYt7uN2lHruTBBemmjq6OTdH5y5o7iExTSwojA,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=f7MyJpklm0KG1Cd6upqWico7Y2MU7WN1r1CRq79FQUk,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=ryExz0Dkk47Mu70maIexG2wP4PWwJKnBRcWbG4UEeX8,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=-69OO6X3oX2cwtBGhyNw73qxKgST4uERXXjc24w3XTw,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=OVnfj47VMjuq4m5RyN0tqLGi4BfsooBCpJlr0y96Pk0,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=bIk0ek6DyW_zKY4odlrDnXxEQwsdaT7pToGjgV4HArQ,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=kJX6HqThMprVqKuulzaK8tWlvG_vm4xnM2upT8bNM5c,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=3FZROm_bIVQgPvGdQFgyy7EmwUjTbQUY5tLlDpCU3gY,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=9MH6JKZm4xTMN8IRSvXFH4aVs62QM7NHzvTNw-bja1c,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=0tlARmxT0bP7_9z8jPnufdid4QN1VLMf12bx3xTi3R4,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=2vAupj_5V_sFg7JB80liYWWydZWtqM4gbqs9j8RP3Lw,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6uAM7a2OfgIrzohI0D4sg6bjV72yM-FJjkQisP7x5KI,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=oUmFUvhlDzv-Q2UP_XYap8O7dLjoSJCJYqb5W7A3VxQ,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Bf2021I8lqXayxKYK65oYuVVqhz2mU6P5EpRTfO4Oag,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=M9fVFQDJzoXLMiy4uiZDj4OHsr41grKAZW4hMcuaPZE,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=5unnbnUaFgJkz2q3H_FvTIIxzXwFLb__hqknZjS-yTQ,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=t99ilowiwyNIPqGyMb7P5cP5pLXvgj92kMVIGVJ0eIg,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=X7j8ojO5OpqG5oM9TdSZ7zLdXnzcaf9NB58heiPhCRQ,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=rxGod9V2Wu0wrLPI1tZqKHG5DVDMfp65Aqdq6XtrhPo,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=o0x4L1p_aOBzNfWrHcPM2tJxwcACdQHBosF_-dFj0M8,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=NDTTa9vfeR7l4rRV4AardahHqHjY0c_Rj8Mwf3FgSRM,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=yhfFxXAEaZ3dSwabDaDXpQWOh5ZFnMrCE_2qnO7ruL8,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=CIw-c0_gIm5odK0J0Hj25YgrWnR8CM59fL7Q1q4kNww,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=drWLfSncI182_spRf1u-qEy3TLhMF-y0wKJcvDTmHuI,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Ck2XalEYlTpWgSYFmp15w2-Kp6Hi7RjrYHl1KeSijvE,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=OCkbji-5ENMgZF99SkoRnTQd1vQhy_zklkTv8rGtUwA,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=IOIQzdCQZPMejkA0gvTeiTr1nfSup1tiqstdTZ0MDIg,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=KLnmhF1idhZuyNUqfS9SCo7AhujcyRgZP-9-Jl92ee0,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=0DDvRuSM64jz4yoKdmpMECPIK-gY3hD9Ji_wB7oei4k,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=5ffzeDt3Lb93r4atQhFLEO9mBvz4ypB3L-5ul-0CRu8,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=kfgk_jNE3HV3I_GAMJMyZCYuAuyWdq0b6uJoK-BIzsA,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=9vnZ_R2P6fq4nKGo3GuJ5ceHuAugxujYgrunN2zokQk,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5fBoMj15b1URbe-0jFUsIpPocwHRtr6KVWCwwhibhC0,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=giqBeVcUsNhcwoOvUipZ2VEfS7CN0KJj2Zf7F1dERD4,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=LL41GxdDyvN2iDRqx9-PA3jJ8LYmrClk1u5deo2TfgU,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=HVLbDesj7Z-lXIyZ1X4rRTD_8tx6UnXviZoE-ZOGsOE,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=E2gbdKdS5yoo43QRos4T46j9Px6CLyW6o8eHGis5D80,3364
|
|
220
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=CJzb4ybvjjZtlftHMQLP-Lu2fef2rA6jtHGyS_2gBOA,948
|
|
221
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=w6HNmNTV9fXKkZs6lgVEPpLqJkpPCZvL1AgMW-icrgE,3855
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LpTH_H-8flDFnjGcbuIuSnXp9oopeBkxCy-GyiGRmLQ,2465
|
|
223
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=cCPqe7TPYJBKCH6jsjL1L27-eBRQM6GaTzscFG_Jfvs,3741
|
|
224
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=eBmw2qUZBsnHrdzluYnEh6j-u72jYLi2wsv1PNJMq3k,2650
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=7zmM6wU3w3259C_Nnk3KKyh3IXWWud4OfZXJVphtJSU,834
|
|
226
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=YbKbeDhOW1AOKB5quG01G_yCyWq4lDCsFrSiYOWv8Zo,874
|
|
227
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=ZJBBXJEpJPNKApVmuOXbkHwwIyOP7fz6E8q-QGDIJ0Y,1208
|
|
228
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=gL-YMSj1LwIyWzwf9O1_qtPvUOqZXqhMcnohAYwMp64,986
|
|
229
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=LcQ3QCCjCJqXOss3uMGCjtmuVam5olVsGDtA_gtkIfc,1744
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=kZxLAVp4HleUy94tqqYbJDeAvfJvvRmWhlZOtIzDq58,1224
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=808J7VU3KndfJ9LUpUw2iuOsDbIitiypR_jjXzLQwrg,1417
|
|
232
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=C-ebK4qZXsaggPvfvGJhtSdd7280bGWtET7wXKUIwsU,956
|
|
233
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=xzmjs7VX4_iC7pF3IaZ3TFMbOdO-q32vpSp6bgsAEO0,928
|
|
234
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=6L_Tj0_5Y5wLo1HroBu6739FMjLOcH5GdsTcsyu55wg,1770
|
|
235
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=DSz5jLTCE-eHYIq1ZJ5rCXLbksN0VS8hlx04O7I6Kpk,601
|
|
236
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=mVO0cIGgaI6xG3DM3i6HyT_jSXDqqSxs32Xs7se5TFI,1383
|
|
237
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=M0NheocpDsMm4ugmz89SCXJtZCcFa7LLR-2kTVXtUA4,696
|
|
238
|
-
metaflow-stubs/runner/__init__.pyi,sha256=XqZqiC8ZDxHKBu9Ha4M-90CxdBU2DoG1Kp8mX3Np8tg,831
|
|
239
|
-
metaflow-stubs/runner/deployer.pyi,sha256=vfukY49VrrwnKnG0hP2wmIHTTJTDx5D8yz18c8lWr3g,10115
|
|
240
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=uLk3neyhcOG7-S6CIMWoXD0mWYoc5aA8HDkVoqS2aME,3678
|
|
241
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=3dEf4Sg2dr6cckks0u0AFZwkPcqu2N7uywd4gtbuVaA,10997
|
|
242
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=vzhZ9oWQAbXwCG4vML6lwpwC6hjZiQj1RSay4qxVED0,2946
|
|
243
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=8QfFzIYdqPoxLyGMcrFXnRl5JIsobSNRqw_-YkpXgfQ,6035
|
|
244
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Dt8YLAQIuEpA8MXwSC-MIoiQyRErpZjjrD80gJKYbuE,9342
|
|
245
|
-
metaflow-stubs/runner/utils.pyi,sha256=4RvoOg14m6W3jISP9iMOMnJJ4CMU52ALdu4vA1SZ9sQ,5968
|
|
246
|
-
metaflow-stubs/system/__init__.pyi,sha256=KFq5ki1mkW27psrRNJDlcPpD90C3CZut06ysGaPkSW4,761
|
|
247
|
-
metaflow-stubs/system/system_logger.pyi,sha256=e2z-NLU6uw22oxrnsVncW5dcgCYYQDPE_j-QfqMXSNo,1666
|
|
248
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=l7iCTLF2c3fyZByv_MOQCuvwTuHxOR-4c-U8CsazHU8,1788
|
|
249
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=VA8tcR4cHagKJMgJPSYpe_9pqzpdEfTTntFjlfYlgYA,654
|
|
250
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=WbHlpWv2LFpQp3qqPiWXFPppfj3DzBSEONgZx-_CIMU,3008
|
|
251
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=R_YBfo0TczPrUUhMXymauP28TCQCoeH7CSHQU1e4RI4,10194
|
|
252
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=eD_kPaQKDIVuwYVTJLHfs-xN6HlXoVfc1RwGMvr9yw0,785
|
|
253
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=5YaMmPgTuuRKihIUbpzTy6srnMGiKHhkYB2hXKRpSVA,1391
|
|
254
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=9SFYnj7sCymFcgIcaz2Ibl-LQ8banVjHHGd-ZwGIJpE,9333
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=3VRjhhwHKt4olu68qd1EDDmSWJIEtJTPaZGGgGLulnE,7062
|
|
256
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=oiWQqTZl2jy77oLodFiqpX_5PtwI7mS2PXXgR6tPmQo,5039
|
|
257
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=VbMnzrK4yu-1d9Q1gxJ96ONvtD0jQQ1-6KEmfu0hA_8,12447
|
|
258
|
-
ob_metaflow_stubs-6.0.7.1.dist-info/METADATA,sha256=GhO105Fkb0ywtDR-fJbCxTkx8KuZWtZ01yzR-s2RnDM,655
|
|
259
|
-
ob_metaflow_stubs-6.0.7.1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
260
|
-
ob_metaflow_stubs-6.0.7.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
261
|
-
ob_metaflow_stubs-6.0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|