ob-metaflow-stubs 6.0.4.7__py2.py3-none-any.whl → 6.0.4.8__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 +883 -883
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +50 -50
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +5 -5
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +3 -3
- 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/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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +5 -5
- 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 +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/parameters.pyi +5 -5
- metaflow-stubs/plugins/__init__.pyi +12 -12
- 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 +32 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +26 -4
- 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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +14 -3
- 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 +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +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 +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +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 +3 -3
- 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 +3 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
- metaflow-stubs/plugins/parallel_decorator.pyi +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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/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 +3 -3
- 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 +37 -6
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- {ob_metaflow_stubs-6.0.4.7.dist-info → ob_metaflow_stubs-6.0.4.8.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.4.8.dist-info/RECORD +249 -0
- ob_metaflow_stubs-6.0.4.7.dist-info/RECORD +0 -249
- {ob_metaflow_stubs-6.0.4.7.dist-info → ob_metaflow_stubs-6.0.4.8.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.4.7.dist-info → ob_metaflow_stubs-6.0.4.8.dist-info}/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.21.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.15.21.5+obcheckpoint(0.2.4);ob(v1) #
|
|
4
|
+
# Generated on 2025-07-29T18:33:43.894978 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
11
|
-
import collections
|
|
12
10
|
import abc
|
|
11
|
+
import collections
|
|
12
|
+
import typing
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
|
-
import metaflow.user_configs.config_parameters
|
|
15
14
|
import abc
|
|
15
|
+
import metaflow.user_configs.config_parameters
|
|
16
16
|
import typing
|
|
17
|
-
import collections.abc
|
|
18
17
|
import metaflow.parameters
|
|
18
|
+
import collections.abc
|
|
19
19
|
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
|
21
21
|
from ..parameters import Parameter as Parameter
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=pJ1njB_yYTs_UEjHIcVztU4sAXQl8E-txyg5-TZQbpA,82742
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=ugCxP6hwkE7ZhYeqRzQ5vBf2TdP6Ub-AMWw9ul11ZfY,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=Z0qeXulsRa1W0Rg262wtpA_u3gHRFw5D1Awvoodkqu0,2194
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=mUsRr57DAXMjo_Y3-FbBHW_-ziDQehZK_zAcatD92gE,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=px4GBbozZFKscmQtazDKVzAe_NmRzXvpTV4WFUaClDM,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=QNLrGHb-Jw4l9MYjCYN2QDARGsfgKm9eMmh9uBw-U0c,10327
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=a3dgyj9Xu051L2zP37yNr16wQHqQSck8RcbeQXiEaQM,63
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=Mnsr-09RS65xTciLPLBXSR1ymuRlcpAqsvEGieqpzuU,4615
|
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=4yg-NFnaNvdbQRVqXkPQv5t5yGKjxtZiVG0Mk5o5ThU,625
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=jwFvu_NPiQ_wlR5lr1jFrrIJYMwGItRUb3gSIEMzQDA,5113
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=2CQ-BS-MvsQRJ5r1ZnOusiBysNRNJw4KtN94tbT2dBI,12887
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=MzL6prJJztPoRzi_TV9Fs3hahzXHN4yL5rFWZDa0O8I,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=YiNSYtg7sx8dRbP4QEeoKF4QWTPcJex9z-K3xeq2aIg,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=F8qEKskmpH3eFKoRsMPmD_9-jtHTsMZHLbaLTu-kb6k,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=Jq7ip9wttkK_TFcpxafir3tZu7b6LJ-wJg-yZCTlxX8,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=ThMrocd0Wh3KEF6pXKxusW1BiCRTneLujci2iI2CFdY,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=q-ZxaUUj6OwBNfrJmLv-v_f2bSU85xmHIagt5-0a6f8,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=hDLUSslAPrvb6TE5rJxElTUyqkGIqSBKG7W-hdKYZws,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=rialFmR9EFoIDDxdVSsMv0C0zV0JUFTqACmuZFPoEqM,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=XEACvPbckJbXdB-E3qCl17bwzgSo8Wzt3gTvAXZZAxw,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=tJVqqUYq56VyFOmtXP6azPPNsEoHXz4K0NngfUjN-tw,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=RLPkC4ZH5xtmXAZJj2RmBAad2TmlqE89jQzggTNNjPI,48139
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=zuBYmdCz8q2WlWiB1BST9gsVA_TvqUoMCzt4KxA1ngQ,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=UaG6orKCt2blVeBiAYTqpktH8oAQ16Rkee95w2yAQUk,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=lGglPjcicZQid6WeIgpTaoYglFrOSrNNCPiRJOo5Pac,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=a7snhnb8n0NSSQcj6F4GT-JjddvV9em5JH_aM6iEMGg,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=brCoMu3ELD-7Y60dKzX5eVX4vI1hWVk5CK4RoVEZ5HE,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=1EJL1UJOL989Wz4atv6ZzNdERveyBeROhBpN-oP8iFo,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=bIjecJuJAr6u1GCBw38EQnUHyx7LYx9sBwuR6huCku8,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=5Oq72NDWsUQ90sQRmbG0MFiOd31H2Yus-icHXs8v5rE,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=qp7oF_ls87ZZqjFbzqQN7j4JbPL_v3pXc1HXsFYt6ko,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=x-OthBh1vBY1fJAAeyhDy1e_uo0W0ob8xIcPpvj5giw,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=278m3qjCDSsTN4jaHZjfo04ilKQjfwYCl8pQPZLnoWg,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=mHnKA1fs8LbNbpRKrN_wuCHPttPR_rxgUYKr8A5-vx4,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=C7JVlcBF2H1F4wZ5LCJNN_khza22Qq77BJj6hd1CQvk,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=XORaWZntpjDX3pRSVu83UBBDDF9WXyILdjcpmeo42Fg,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=oTNsDDGKO2DieumaXNVqdLIIm62FbaPJJ7rCmw2uMAM,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=h3tQtsu7wpFv6i4cTCHfljK6B4_LP4nHeONLVaRKm1w,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=K2-Iy0TVvGJ0J0AONyuO7ztMW_5doNT73YNil4oj3bo,6452
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=RCsC9NudJmdKDA0LD7CaMh3LCoJ8xUIHvHLqJQ-r2XI,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=K_zJT6fsZhBTPYncbBt8MczSTmxvqDYkqfDBVlje2zA,6675
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=w9TVkrY2a_wOU2D-4dcW2r15hSGLq9NyEr3s6pZF4yY,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=oTsmvXgiI69k4SWIMcg679HbdMO8m1vGhIT4iwqTbRk,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=Jd4-toS6O7YDv1YGTEQpVTEeZUnFcjLYQGzRoAPns00,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=VPk_E6RByJpLgRgQdKUyOA_FfKc9fXa51Bh4aK49tcA,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=-EQbwASn43sxqR0IF_gxxw5Y0AoSbDaf_TF9CrjGu9I,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=3ZwkMOTVaxQexzWVNUOq7msr3G0n5bU3X72V2qrLAHI,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=pys4PlT1IsBbnyQWPm3bkvp1edIPeNdoyTgvV_HaC1U,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=Vt1szGPRZ7M6fADL9VuNH_b-vyXYURPt8V_NGsUl_Cs,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=dHE6hNHHzntIWHFuGniRDbkKs1pDMSXvrKhL0OekSAY,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=ljxCUKzivyOcpOOMxIFR7FcRHnWsYzm1x-wbG6VGN5s,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=Q3Hqmm3lBfABKVzcB7aP43dkpflxF0LeddgodekyUKo,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=eTVhonWvfGnSZSxrxaM2-YroGBK7qvbBwnHS1z1mxiI,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=z_lM1YiHe9MHBwfknqdKk5VZaqLaYrD0xW508q6mT5k,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=pnkfUEPgVXSC2tUqm_HhtM938iWer-qAPeYLsyODTpU,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=zJ-NBR9NDlqM7D3y7VUDiBo51HmhP893CUXqyEcjBHQ,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=RvYW9Fbv1PNzCMDu7NXRLHPQ7HOAMb__A22pR7fu6j4,9892
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=nLFFnfpouaMRxNJJzKWLrE7Qh1VbYy2qRkMKa8Wd5ws,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=6C-vbVtZg7w2llIMMS0ZLAmjqhUbTqMpyMlemgz09Vs,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=EmpkOIZ8kuiwHhBEIGzbdrgVS5XwKR6of7Ftp-XUfGo,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=Ue3wEpohoitpUToJtNM4NVWh8DmnEUHyw1kC-tqK0rM,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=ll_BK8Cg3favq1CP1WyTaGD_IK1qIkdiad6UZAsIQSA,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=AM7tw5mEiIHaJmyRP4ZCQKXA7pDSf8n2Ir6mQ9tYyr8,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=UilBAwP79atUHmIXLzFtMzKuVWgrNyH2gXBFVMdJ8FI,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=ASGzoyIK4Oz-d6kf_KmHIlHdeK0-o-xJNZLZRhqsRoA,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=Ok2bQVrfxck98MGoK79MF8E4d1mCzRNXcfgN6Zdnu54,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=FV4yxmsc5j6_-X6GJqtuNP-EZcn_nt-5XiliGHc_TKY,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=i-w1IZOkbX-ybSbocVfiRU_iq-w7Jf99TPsF3GbpHcI,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=k08yG7eVFE0dm2xelPqy7nOwLhtJiHuqX91Iu2115Hg,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=CHm5wRSsnWE4a4K8HV67wNI2peNzbK9BYDrcWTJG914,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=FuB7gIreWbEudZmdUZmqMKZBFAIWwkT82qHcBjuXpgw,1817
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=PZaYMZs-Mkr3xj8xZ6aoEITh-VbL2l-5itn2ORJfkxI,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=UkFlwfSZKUvHQIsyx5rYjX1y5KhInWugGxfwjM6i4CA,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=IgTiprzgtRDSoLgfSWGychK2zNhZzqK_fnreklRJPAE,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=48-41ReOyMTDHVjtFhA8uj_xMJijqa1syEuQBcEhyYE,6496
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=8F49UvMGgTz2cVMUVvdG4CEatGyZ5JU3g7-HFjAq0h0,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=etaLRGTMyelQBH6aCVFBb48nGOpssG6Php4keGCZ7UQ,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=2y3kwMi9cPAJ3Lu2B97kd4aMCGE2W4dpAsnaofb0Zik,9027
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=IZD3y23lSe0qqTzKtJgFYLT1th1Vwh0y4Xmww-CMsuo,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=mnZWiDl7awBWbg5KP6knNW__uNgbEKG8sDL2Q0yW5Go,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=xBJd6YcBpq71EphIFHT7XlQI2o34sxACtbv8c3tN6Xo,5145
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=Cq3QNtyPWk7VPyPbCtx5ZrfnLLQ8nkK5WTPGLkNVwh8,1310
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=FULL-bvgV2tGPGGjtcFGUyRr7D_nRBrNk9-wS6e31JY,3661
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=NjDeR1qgFOcVz3SjDJ7VLH1vlGvxYbs-jccJuqjLCjU,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=y8eajfr02GL2LCOgbkwv22OY3L5bpyGQKoMF416qDV0,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=xtm6Uu-giWNMrN80jzEO1DR8lVXPJTkU1rW9HG6awaA,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=xEw5J7sGK-Z94WQ_4hhzuOtoLoX61S6yNvMUf5nK8zk,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=c2ay3PnmB9Y6p-SpwhZ_d9zE1ie-uAluPGlN5nl-Uug,9713
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=SmNPVUZIy57uDYYtwGLEDkxIRS_qtkyPfhoO_LrGr4Y,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=u25vm6OOH09rPyo7AJ8ERbhwd5yUg5lrqCY_sl1Rqzc,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=hapTghDaQQTxztsPqaE24KUoTBgaMs6BY-FL1uMND6s,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=RkmC_32IAcofmDipp6WUyxUeg-aMv0Ptwv1EzpBxfTI,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=rsl88dJf7fLoNMUTLL7AN5pfJnSMzt-Umc3WWAezn2A,3281
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=Ie3dANa5dXSnuQrHwwVZb3idwUKf9jBFt9hiTd7rPf4,9319
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=votYVKhHNhbrkN2P7399c0GY1kQw2z_wF8jaYqhQIpE,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=9WZ9tUDJP-63VlpFi-IqYgLl047g8K3zdDKPvxpVtpg,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=qP0yIeLEIia4coznFE5UG25OF7C1qtRkWfYF9qzJrm0,2141
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=2EN_0nQLlIf5EfS_ec1W7wQblY9ybsO1oRxhbwS2G0Q,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=Xr-qBoy7_eTg9SNSvv0-NiLequCFIxcnok078OdK-Zk,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=UpZyThSSisLc3ygx5b2OxBpkk20Gvy1gOIWvOKDTc1A,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=sMY25UoC0mJ1Uralmx8Mv1RwJ9ZGmXb8oAl-gfM33wg,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=ZVgTYKWRMvYeGU99So7IuN24Syw459Cei-jjnMS60aE,2238
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=ssTY5qS41JP2HndTVlwa0pCWCcZtjtRQab2-pbeO2sE,2398
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=rw93DjwsiFEsjc6Np6gCdG21HE3-kChUhFER-c8jpUw,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=3y5bXd22X8vNTgZaTrCT8ebyxXYYl3BLbgXNdCW-d_w,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=cFOyBEMxmNgFnFbz-r787UUwdpbEd_T3JpptvFdBBjY,2456
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=f6TXHoy8Odhp9WEnQmHhxNIiRbogPHz-ux_PGyGyuaM,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=0HaSBp3N5bqMFfeXp2YCjEwaZDXxjbmw1lAo-NTNKTA,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=GVb_GPbdM4QSKPV_qfEva2IYeCVD7klkiL7OMSW3myE,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=ABOeSuYModgFz7SJXvv7yrPtv5x4hStxnymnSlSeLOU,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=F4KyXNkFVjAx7hnBenEbU-kij7T-6sdQA2yx_cXtQpI,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=Dbnx3LbSP-PU6U3UeD6j9QIjXKUtieEj0qgfvgz9IEc,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=0FAA_bWmDuHER82ZeGVcz3rHLaYePzLOi-je6AkCR18,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=WJvb-3yVOw5ENThXo6WwOPTtKoc8Il-8iR-_qFLrI5E,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=3KZ73Q3mw0wz0IOjBIyfsrBEoEZxKw9NdxogrAa9_t0,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=E2np5XeTSMkuL5zNVKtQoudgN_KRhqIhFg6KZiYwIWs,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=bNK8nOdlMNU_VnBaXsJjpoxn2CZ-0E0wopu9pG-5Blw,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=C3NeaJdQAjNGZDMIxpfM7CixPUN2Ys2dBaBy44dwJsc,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=bckhfplTPrmK99O9VqssfDKdo1Q-zwZqRHvS_WgeNrQ,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=ipniVH_iRRB8e68DcSrGsG5NATbvDXkGkf504ch-CQ4,1190
|
|
122
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=G53wvbocwRlvDzvca-x5jFeaycXW5kylntWa6uyimjo,4019
|
|
123
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=IX8XKL545uG07F9weB9q6f8Cu7cKjOKkdIuq_662AAM,2243
|
|
124
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=tzNmsga7JizpZi3EmKIr3KDJIQeAj18m8p2ktl6O1Sk,932
|
|
125
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=pd54xbVNJ4RVcq3J9CzSMvQtkTEGiXPeW50s3qUd1wc,910
|
|
126
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=BHBG2iZZF4-h9ofucWNFaJjBGkRgKkl8ZYfgJUPGNJ4,1052
|
|
127
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=oYLPTN4JJjA2AGvhyIO9iduFwmNvk4bALuolZeLd3Gs,4772
|
|
128
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=rbjr3ppg3oJzzg_ta0c3c8FRksKokTez9aF76I39ewI,2445
|
|
129
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=GsGcPDZ6vbCgrcxfX1QYDx3CFEN-N5uAAxnZ7z5z9FE,811
|
|
130
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=iCmC2oMZXbAY_JxUb8L_Z5j0BnsLfwGy5uTuopkldMM,3713
|
|
131
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=pLRffF_L5jUS_yd_gm2eW9vXAXTfLimD2Cc_VQCu5So,1829
|
|
132
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=YKirXkhVaDyFcn0hAWEzViYOSbTZju8Dwz5GgLwTm5M,1709
|
|
133
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=yDScyB1Qek8paMCrRqHf8DQgy5_XMrw_8UkmzGKYqY8,1198
|
|
134
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=K68-GZaaBaH0t6kQDvcAlRTOOXrERLHc9m_68315v6o,2087
|
|
135
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=9ozGbDEKUzxakd7i11NS_na39J0XRq8_2tOSTzibAiY,2296
|
|
136
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=d5EoVrIcpSgzANxfi995h4A0bTVRmz0zI1oyXLCerhU,669
|
|
137
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=cTIIrq9toYa6pPAVY1WSKhAL_WoU_7a8Uvjlo_BCxFI,3154
|
|
138
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=L24B7D_DET_GaKxD3E7kaDdwPFpPhQn0RJMMwMyzWk0,923
|
|
139
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=_N4--iAk80dW40e7D0NmFoao02pV1kIzaXpcJ0yxj5E,877
|
|
140
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=tNrzsx8RtVX1k-FBbDTjEzXUOyHzktFdaqa8g8LzB-M,1497
|
|
141
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=r5SD5dRAI38SgYauCEU8mQpnEk7at97EbW5qjJqffP0,3309
|
|
142
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=tDbvQiFgfkKCSpHXVxCCPzL6nnFy3Hsynv_t6ZmZllA,3220
|
|
143
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=5ipc63Lx0t7Z_AQSTRMUfamsnCvfETnCkusI_qBn77U,727
|
|
144
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=W03H67z2rhGn8Us7FOixBs-o-JLho5B8jbh0TYNBlUU,2551
|
|
145
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Sq-zEL4LCyWmzBvzyXyKgdPdlrR1VVOOypJ8e3UjTc0,3348
|
|
146
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=L-Mu4rT1TAAZK7YnUZbQ2u12mLTI25fukapQYWd-RXA,14188
|
|
147
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=EIx66tylnjWqnQ2bD4pauBpRa1RhP_ccN4Vi3Sbd89U,1375
|
|
148
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=UP59tJxeWSo6uUDxB7cNbLZ2NmLJUJlS9AL0T2Bp0GQ,4595
|
|
149
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=N07IduysEoyeC9jilooYijHZscltk4V7IpUqmR1CbJw,7546
|
|
150
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=5-a9V5u5OFXA-k2cZqbgALLsZ3KOSqJDU7zhYqcWkqE,1673
|
|
151
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=DC1n2InyM8YxOsk4Sye_nQpncJiTrWzTWYEqJyP-BPQ,755
|
|
152
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=2pE0uWQiCNfb_hrTEsLf8r3dOq8FtxZLt2AD3nX4os8,930
|
|
153
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=75l92jDtMq0LDZMPO_LWRLRLD-aOJ3c2nsqwquS4Zsc,3147
|
|
154
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_cjaWug6c0Ts6_yLKJ_JEv5NcrmTeifppf0cR0MdWe0,675
|
|
155
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=oY14OmFLczuxiFEFNcclay4gC4tcCMfxivVxTeohDG8,2905
|
|
156
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=x54FdIYdhAzgwYDwZ2J22oL-ofbSiQjjzAAc7SbGFVM,3767
|
|
157
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rcYfoKI-9ERrEkyv_Ncnd1LprMrwtuBrKLwV6tnveAo,5937
|
|
158
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=4AFdt5dOyWwzDTdElHJMZHF-QluFXg1cGHCZjQsMTJg,645
|
|
159
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=aH5r2siQ4nVeftKcqsmUd69frukkQwEteidQ85MkiwE,3575
|
|
160
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=XJOkwNdOe0aS3khtBDHAJ6Am699aUkpc6oSyv5T6IgA,674
|
|
161
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=XQXNeni15mKRx36VmknrgLtugrw7nATRjjPvBXxMNk0,899
|
|
162
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=ZjLIK3HGgi0cvhjM9QFXhELp-7SCDHgW1KJG6U2n6_0,1637
|
|
163
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=qE-EX67gM9PeNZbDzZqno611m8zxlM_7KH795rN8LGs,4553
|
|
164
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=3tJVvodmkWpoKNjsqGAMvdhHLfBFsImPMTYHWlVwD1w,1186
|
|
165
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=pxeStMB9TXfK6irCpvvj1GLxcJV-I3dG4Za3LbyyYJw,3881
|
|
166
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=V4Ixs0iDwVhs-3IJO-riM-ZjruxDUk4ue-JNHRx5Smo,5089
|
|
167
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=7qondIVVNB9NBqyu5Wp0mmBdMgwzz1gc4DY3nWYAgzw,1011
|
|
168
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=LaiAckFs_E0Cn_z1IIozxqXFRxAr0ZbnsibhcFltJyM,1168
|
|
169
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=2Ktp5aUQW9o1R4gqZ0dxYYib8qRhpRUbOCfbFEQLYFQ,999
|
|
170
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=DywwFlbBKAilnpkIUALRgq3mGfkUj1NUGOF7F1kjVW0,2289
|
|
171
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=NqqEj_1ICpCFKQjp9ELWZlnwb0hsogVJs5ey6XljjPs,2458
|
|
172
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=PZoS_69wdZMWIZoMNCWjKJN_JdXH7x8Fizj51yNuyr0,1568
|
|
173
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=g_tUv-_N8_UW-DE6ruUEPC2uDqSO4CD4DPI-JyXslxA,1667
|
|
174
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=tMVT6EX7G07RjeL4wyETMjWk_uTZ3kv-WRGCBBD4KTE,916
|
|
175
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=BB2-3J7A5xp9pLD9Da6e9wkC7ikOrsjY4H7KP2q9Yck,4909
|
|
176
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=auJPC4f7fz4Mm4hdYLVM--ZBeU_2LCO2bgveNPU6dZQ,1189
|
|
177
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=4qxPRNRaQ0QFqmeRukpQ70kGA_7v1LPvyLKntl0Q6ew,2935
|
|
178
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Eaq-3YDBGfiIiE8FeMtYwW42m6pAVQaUvEbHKL1GX84,3360
|
|
179
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=jV0Hjdct3WV9FmvaUJw3vaNINnbvdKM9r9Ioy1m34xA,759
|
|
180
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=8_zF1-RhXgFlEYWeG3Ibe2NA8I22t-KkfDCxEgiwptQ,8476
|
|
181
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=U1_NqXRCQS8Avx9IG2bL_1yreiZ9JMxzGZkep9e7My0,2470
|
|
182
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=CI6-itc--VnU8CDhd9hlrajsS0LcZ2mm9AqfWPvBceM,986
|
|
183
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=DCNZ-WXziLXDulVwQkp0ldKXHkYVgslm9ZGSCA_Wu6E,7501
|
|
184
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=unMVM2UeoGR_ymhr9osc0t0vbgr-ZfC1_8s-97iUST4,3196
|
|
185
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=QElVf6uoZZ8GmyihVw_L2qfwXfv6AFLsyHLfHrNgz00,11481
|
|
186
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=vgdUd9PI78U3_lr_ilfL2nzNCriBJ0qOHnd1xY9fb1k,1479
|
|
187
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6-z2SEV3Ut-YTcNAPMeP9cyt22SNJi_wFsoNr3piMCo,853
|
|
188
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=bWOit-OANZSzkpaeKLEwwodYBbKKh0AXl3GHRpoWz54,3774
|
|
189
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=j1hd7EKjkyvnyKx5lwXOceM2KwQA5QOPktMVrw9u8LY,933
|
|
190
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=qTdz1rhgjlcxqp6MSIpvkkGB9tkOivHZmLRPtUMcBqU,2797
|
|
191
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=MECHvFs_3wyPZU-j0ZcY6bPgl6wjvfPdauJJMrL5pi0,1204
|
|
192
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WhwvZA-KWiHprvN1vjRp-lnJhLW6PDGR659a-hUf2ks,24255
|
|
193
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=B0cKGe56Xr-X5IbaAsNzrB0sxkdwF-y_btU66r6QNxs,1036
|
|
194
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=r86EXV_Udf4d06fno0KScOY3VJk0EXYliX0rJNFxU0I,1132
|
|
195
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=EijDlcR7l0zjSkunM6B3k5ao2LxnDwqUO7ZMUQMn834,611
|
|
196
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=XjdTDm5ZdhmgSnp_VdPdyWucwC4U4_bMxPiXOJfEE-c,901
|
|
197
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Z6E6CHSJ-xGqIrXSMwvxYLm_ACH8n71NUd2IZ2H0TZ4,587
|
|
198
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=knNiOt0wN9FHHSAxH5Dti9lC18uZqZt8j54UpvflkOY,1200
|
|
199
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Pcy1QJdo29o7HNeeig47JK00v9XfZeQJUiCUgAWF2LU,923
|
|
200
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=nBse_L1uSdyRKYG0keh0B-Y79mpCJ0NtH0lc0mhDikQ,3298
|
|
201
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=LwAP6NHxtdsrona5ssZhfKhb1-N0wrpxxkeJVP0eOp4,796
|
|
202
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=b3rnppsbfpeQJZQ55PeaeYR7HIOdusz0po2vZnZu8kg,899
|
|
203
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=fU2qfsGlzsP-wNr1uatR8aukFrN0UmtGWSj1rlZUqHk,1086
|
|
204
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=cKwrJFpzkcsueiVr1Z7Uy-k15gcco9lI_JYBbruzG5Y,1641
|
|
205
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=v7xcpFrZgUU64jGeoXhri9XTTmCUyfn1Fr21HLI1ce4,803
|
|
206
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=Qcm0TW6eGDM43NOhB6TsObCcai1-Rt3auusHcnFGq1I,1707
|
|
207
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=B24uf-9Al1xlbsOS2l9Kz_y74r3H15YhfbN0jHxOQgo,3869
|
|
208
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=LttgML7QB3BLabW8pYz_amSSvztT4leFowR8HmznSKk,1292
|
|
209
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=U2Nx72xAH3NZomfgGTC4lyO4v9yVNzw8Yp7aepa8ue4,7929
|
|
210
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=g8dZZmUkVrMR94sPgvFeQMKsZH35P-zTUoymK3p0HcA,5425
|
|
211
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=TSPQiFSvc1t2DbQplQ1OSYCRl6urr-pFZVETAujmZKM,762
|
|
212
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=h9SdyJ_ZUVAevCpAtO93HgOkj62Fq2plXf2ROZ_2MEE,3364
|
|
213
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=GdUm5oZzOUCDgbjIkTLctrIDKAykalfb4uqnEy65ERM,948
|
|
214
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=55gnjIg1FXU3apB-qZVJG4n0JUFdftuVSYUqOFtj__o,3789
|
|
215
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=RF9IZtBULthFVe1dsK_ypOiqS9BSnrgGF8SGJAoJpKw,2409
|
|
216
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=erXQTS77czsQJQrbAaZBlwuH9FuUR09kxCs--dpa3RI,3741
|
|
217
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=qRc-SFvLDUF3151K1flljZRMh_RzemNf_hO7Tc5WtME,2610
|
|
218
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=WVR6EycnWXAwdo3eZrq2aITytlxxnOShcyL94pcVJws,834
|
|
219
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=UoXtW1KQF913LfPP_edxbxxlGqcmy9fBL93T0Fc-ZHQ,874
|
|
220
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=mSTMQxlFrnrOvNJ2fcptWhysXQr0VwcohU-c5-ggSAQ,1208
|
|
221
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=imAtPOQhf2moGzWUkIHw3Ee4KiOA8MxGGQP-CdjJf1Y,986
|
|
222
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=BFcG7MvB7Cc9u54jgFBrBRm81kScSCANQupbWVY04qs,1744
|
|
223
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=f2XnphhPJrmgLyIAsqGHfiwJozPOc1-ej2wG9uU9unk,1224
|
|
224
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=K8GXPjf-LNMYjz5SEt6XyHevULov1sgVXwhyP4pOk1Q,1417
|
|
225
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=eoYSEGlcCc8rSDIBqMrmYJcyPmpqGzLwiqr_o7f2dzg,956
|
|
226
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=SDDUZcTAyKBHi57VTrcDEqBVZ2UeDna1BlfOOrBxfxA,928
|
|
227
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=HFBWmzZzmCWJ5rmoYKf-Bv04XWWQisINL2dfL8Vbruw,1770
|
|
228
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=2EbOo52DBHoZ32qmbXdiJmnlbEUDyKHxZQJzGU6afYg,601
|
|
229
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=dzuSL_oYIChT_G2X_HEa3u8u79B21TveZwi7UIUppkI,1327
|
|
230
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=TFsofXunSlwi10PlQdZVhJ7yyaOBfERJDGoVrz4SXpU,696
|
|
231
|
+
metaflow-stubs/runner/__init__.pyi,sha256=ZYWqQRfKLbBQssRkDjuSmDUtJ4lST2HiiRAHImC_sIE,831
|
|
232
|
+
metaflow-stubs/runner/deployer.pyi,sha256=onllBXiJA_SRzSWNpdOgDLT_RsaiONi9luGNiCAi_1Q,10115
|
|
233
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=0gZ_ND3c62uvbEAIgkMAzTUNoWBCTwuJ-33e3y-Lh7I,3416
|
|
234
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=TQA766gZLpvzi-WEiOVWfS2WWSFP_qg7Gm7MztbnOHs,10997
|
|
235
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=s9Z9h3lgas2jT3v7XXdfriDulstVcQkABkHlMAfvL0o,2946
|
|
236
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=FDRAaCYe39uCoJZLwFPX4sm5Kj6qPSWKpokujHh6kZk,6035
|
|
237
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=tQEzOXFZlN3_Na0cCXfVd3NBhZx7mYNlvJiLp_KV6Kc,9271
|
|
238
|
+
metaflow-stubs/runner/utils.pyi,sha256=P80FvavEUWbWZt1f1WB6Uxwtiy2nZQR0SlRIqDXiYVs,5968
|
|
239
|
+
metaflow-stubs/system/__init__.pyi,sha256=Ac92pHhYyF4-b4p_9rJ2pUlovVdfOGIB0UHbb3Dzkhc,761
|
|
240
|
+
metaflow-stubs/system/system_logger.pyi,sha256=N5oMrihWZ2qsh-BVUdNT8ARpa-LvCNKav1uePiWgF5U,1666
|
|
241
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=YU4gP2BBG3TSSa9NWwl9N3cv3vZbdBOi5_Kzry6ZKU8,1788
|
|
242
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=Jhvh0xzEynzj2EZ_QjgmP-qlCTeY7L4-b_m1ZjXskIU,707
|
|
243
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=4yRBtd7HBdzhe6W3Xs8kS2tMFSWLLqtKqXVZjnNH9LA,8980
|
|
244
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=c5U_1DHIkucSyWl9FrwgquF0D6d7umeXeLZF-7fl0z8,2955
|
|
245
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=T5xMneAbphB123UutWmkohEThmmNcccFIQRi5RVJ1E8,10212
|
|
246
|
+
ob_metaflow_stubs-6.0.4.8.dist-info/METADATA,sha256=09O8k9HZpXuQ0e88oHDPuxklgHhc4G9wws22HJWS1a0,655
|
|
247
|
+
ob_metaflow_stubs-6.0.4.8.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
248
|
+
ob_metaflow_stubs-6.0.4.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
249
|
+
ob_metaflow_stubs-6.0.4.8.dist-info/RECORD,,
|
|
@@ -1,249 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=4-YHfFEzwUuWOpc5yGPP3D0S-5kkaPgT46_O4qDiXag,82742
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=zjOl7oAh_yj__SRTvlmlXrmy8VZgTCYoQNd1h_IlTIY,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=BOpyyT3muueXNxBQa_i-zGJiaA_qBTTKxcDdDJToAf4,2194
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=6E6YlXH1K5lOFeuyrFBdNafNb3ypXLpZcyFboEzt0Mo,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=UGx-SifdRXXDBdvwNOt3PbPTftuiJ745toPHB5Uy6BU,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=Oc3bg8jE1PvvbDTm5ls60ah_wLIELT7J1dPCEk6UY_0,10327
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=o0HQrJ1vsce7TjQkkRRzqjCg9Xq9MZagsm86AFBb3LA,63
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=9p-eF5k1zvnFjBEGo8aF8JwZgXbPrnWvMG45qXFr4Sc,4615
|
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=GSU6583YajJZ_5IX3ofh69TVW7pps8jrzOB6nzujbks,625
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=Jf7f36Nmb9jRtwgmAD4CAsDVn6cWc-gHnlm7a6txC58,5113
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=pHhZgdFsANP2nQxkrHz-5jisTTRIR2dia4MBocFNgYM,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=qc9psShBW3qNkzmaEdkTLOg4czLmS5V0H9k2K6NO0kA,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=dKHUDOwzKtIe1cSsP7RvSung6mesRyqvzMVeyghMrbs,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=nzucV15WQgXxZDQjUfVbLLO0Y_VOVrZKeVM27Z-o0OY,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=LjpPYXwDLMUTyY57HuDmdCbjmX42ITdx5W2_hC5Uf60,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=8msGXMlAG6z7KT2WQW2jvuiF2n-NgX8LB1vmp4lykpY,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=RseLYXAJbjbrvCtvZ5XiRoSVedBgh2nH9LI9in6qwH8,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=zgGppyNDpnzINE_TKgvHTHk_Ic95ejEWt9yHWe1X4eo,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=kJBhSEfML_ipcbC7nOyylgYAPdoIp4iqjKShybeg75w,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=6_pOHGf0AQPyzSOabXBKxZOCe5CTGwkoK3W1URdgIGY,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=BTaL12RKLtveWRZRVVPKNV61Mmzs94dii-q1vzxyncM,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=-Flm4KCdiLNJw8o911mbprlphx-vCWNBhff0KqXEWwE,48139
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=jewUAm487v5DspDqrI9C-ZCr4AzDbcvoVXahrUn5_18,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=kftVk-nxO-_4HuxFLLbAOkZJP3BOcgnrxSSA0s37fk8,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=o14fNzE9cj04uG6pvaaUkoyjH6V5ykqoEOrz2lYTpL8,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=ZTw9bhd8z-vKLi82da9vVbtOrQk-zXz7Dzj1uP0JnZ4,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=hFidb6998adzn37rEmBJthRX5mX9gEDjuLj-40uIajo,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=R-pkMSik3jEXWJdo3hRdZ-g7ln-4TyAlCAWpgEWn3M8,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=3tBBGNLODc1V6IWseIsH5bfPzsDDjHt9Nk8ytb6LYPg,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=rxC2ug9FHN7vk15DQlC5Nje_tU4B5B_bFlpVfq33Q1k,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=K3MseTbtUjiqJxaodmDKDeB0TY9WgCvA7v8X4OQa0T8,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=EeGE9FdsqDnV3i9M4fphDHGjhFHymNY4BMbVfpLRImQ,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=vftqJBHS1UvrFSvIFCJBf9Smwr79HW3a_Wtj14_q4Ko,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=j5nlLtjTrK5ab-yeX3ZCJR1dUdBecPywDsYGHBWqmJ8,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=QvYomFp6Z6AErOODk527dImpPH45vFRrepd4x59hwxQ,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=Ry6g-Q_ZIx13CHk93samOgTOPThVf9jjmUTBZr1fWks,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=cZVxF7sz8KOGZxh63SCiiaENCYf3u-TuRR9iyWFY78M,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=lpXXe4Pt4kbkDZSeVei4E9a7PabB036O0-Q-v9aGjNM,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=JcuSL4oiZENJk9Yqy7vboaoLGxf5GZZlU9wnvUJftgY,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=-81ml_2Zf1ucnN9ekDpXnNAyS1PfrulnFxRf-l3iLYw,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=UL666VUH8SA5DaEsfpOnr16BTF7uEl_eryPrGBM4FPg,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=WkpVTlBT8CB8LgW3ibzl2z2VncHLKbUao6cnCgWX5bM,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=-c15dx7c2DkyVbqtL7WKTavCqlOU3susuxdpulJi8gE,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=AU8bTDtUCa1RoQC8KTW_Lb6YWTqOV3LqFTRgQH5eDKM,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=au5aHAekHwkwFrkGH2r7qzSHVidoB1KCYIhCkIiQaiA,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=ZcbdNaJFQdKwKsMUDTI2x-_6eQxSZXux_5zbH0dllE4,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=gJdziLQMA3EAwPkbSbox_-ui6Qu7fT0qOY4ZiFsHQqo,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=wNRL6bMWDma9FgS8nppNpbX6PGhDjMQPAd07rS2KK4Y,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=BFr93AYgc-tb02-tR4HYXhBy7WSCsRf9zQhvcFjVI74,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=gZzIEuqF4oPzJSO7AjId7Y2YJnSAYJrcOw5uGmg-nXc,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=889S6PMyDEJXLQSqs-juKQBSppt7pJJv3H36odD4xGY,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=fLW2gDEMK6km94KxU3D6X6KPKnfHEjhHRuoEG_sH15Q,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=T6ppqcHbgrcDKo8macS7lKfR4vHoHN1uWSLouvMxSuU,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=s3nVF36RpmwPdoGHYErE3bMVahR_DNVc0bMgS1PjDW4,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=miVg25wvJJdWZgM39ccA-Kryx7KNVA2HMSMXZzk02to,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=Sn_M5N_yWMuUh5zRpIBgCS_4G9q47PhaLzIlC3EGUbs,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=7CprlnmUHyqLbO-LYeIgwtxGNZubGoBBPKb4DYFeE0g,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=WzfwHWPUP0BdQRsnodWToUThoF5Z8kxpC3TLvaLcUYo,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=bFyFwfzrmVb7k-Tt17k6nNg6ClewQuseQT78eQ5eepE,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=jLjumDFoo6rDKPGa9xuUWDKriDjuvpERyz62YoF-Jac,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=1qcx3NZ4x4e_fxOLG9RMPxS0Uw1zaCsGVu1HJpo4CNI,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=Uy6rEWgl8j5dK4S05Bfv5s_yPB0HoqkVrp4WR6MA7r4,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=Bv1xVbKcAU9Ut18dbQYYkPG0LlP0LC9U8mVJwaKc9Q8,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=hYfmAcsNQbmSnda7Jz0Wp68epqEMZBx_PpiVW7ke4_8,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=wb9giqLsL8r-KOvmiBy3q73aWqipq8tZXJnFf8hG6Do,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=qNBcToahvRBAOOUM1pNPA7MEI496189UFCt5tlg8ZEU,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=EDh0gomWSBK3BOy-1k0qy6MGkEBTgt3WxwwvEHVTMBM,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=KSyeQj-0s2LqRUN0Oab5Lad-6qysfLYDAfS8k677rWw,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=MFcJlPzH492g3_0bIXsyMHZ7bfaH94L45_iZk1W5y8E,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=DMex6V6Ocw-ioApMT1aLOKIhmDJxCZa4_VCRddwLNRM,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=LRkFTo8JRq8FkJLD0IsmX5FvWwnstiZEaxTd8fbXCfA,1817
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=x2pnB7jca3yWNJ0NuD5hqVndT7R6AazUU4XZbAm2Ozg,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=sKtefap7lq3kGE12b5MQaRRePTmzrN-NRGHRz0T-bWA,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=xGADOScW7w3Cs4mTRXMeIwB0G-MH3xEThq7-huYrIrk,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=y72sMD4eyjRSExvVJ3uMxXpyvWB8c_ZgQU6MNwRPXgg,6496
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=FvqfL8YWwWheoJ1ADu4juRlrrXyk_TYuiHEdqJck7LY,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=ZTNFGDj4vKGJB6fgIFzQMZmmlN85KWdBYhgwOtz21mE,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=aaSM7DSdLjpi2BfASOXcWZFRITozFpFL_xSqC5t6joc,9027
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=DWhDS3U-g8SErTxkZSlUsHo1lDcR0c4EmNiEUOIf-uw,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=GTvty81GKqnwALJx7qj7Uqvl6eojLaiQzoR4AcT3dow,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=Ht7LE4DPzSpY_zHZWzXoVbKY49IXWh3N4wtmBLSUjB0,5145
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=PVUePqY78wPr8-7oSjJnLBZZyZlTTluS7DuWIGwBjgQ,1310
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=TnNrccRd80x-ZSou_cc8AXVGyllyN80rTWG6cePabO8,3661
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=1JgqIiH-fHZ3XGL98rM5RkyMIT1z8P435SDjXjLv5fE,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=Um_jkbgJLWqMc5gnmHma6bwW8dER5BKiud2zHHA020o,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=DgEWc5n7IriwmT3VD8lXfim2j35UxvudnFVY9iyRWJY,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=FoSwsfCSdfrAVtHmpaOLknBWIdzGgEYtBSiyFy_yc2Y,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=d5eVCIiAJOAWW0TEzx5e054GAqEg0fOa8fNhQukxCgE,9713
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=MOmg6K_a4nJl5jEJHq9eAf_r1zOD8SK2RNL0DsEfWtI,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=-ujfWOYEDKdQHssW_rDOXfPE35cA12Utn96zSQUnBIY,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=mI_5vbf3WwjSlZGcS38COyMXdO9EWiNJBjRNjfyz828,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=1DNayLEvjwwnDMWypp_wPsMCwtdlJNG-fLxDXB76h3g,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=Z8kDsttdUx72G3GlbLZ9oZ2JuqSKjY7sGXOZ-P4NgIU,3281
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=K6IJTlfmQiKtRZo42BsKdyU66HIp7F8Tava6s6ZYBf0,9319
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=x2ineuYvvz7Uf9Kq21CH_onqZ0ESSmMWJRt0hN6cZ_E,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=9OrDvgbITQ9iGMEN_cV-840kzsO_lwR6G5eWUtBWfyM,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=nrggBzFeRXHT7fiaCdfE0KZ4CI-mlzjwpLHdn-FBkvk,2141
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=jpukzsMItiZil8FFgWSME5Jef5aXcFj7kMnvyORc1zQ,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=_Ulwo-4-NauyUEcpFgTR2XPSyyPQUKFDEewJGe77XJA,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=4iDytE6S3zLWSTI_PV8FCrhtlBciSONT8dG7Z61ExEc,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=VPIEOeqji4QSIldbUxFq3pWRzMF_QBddFeFcTaiuT-4,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=ziCohCKw6DfprOTbS6AZpJnJQDdT25yTopFxuC6rylc,2238
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=afPUIPgd72cVAM7yOET5PzNFXh0QdRHhqsxnrIsumUY,2398
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=UjmR8djAGs2B6F_IBxp6Ut0m9PmFAPK6J_NoXvk6l_8,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=41VK8xK8yA-KQg4V1nUuhd4YXHD6MhpCEvqh4FbGZxY,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=7Q520pU1HlSpg3boEqdhZFIzb0bnPW5jpHmgYVGvheg,2456
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=dlMjYCG3PQBVSZjSd4hBifP_ckkTjSnVwjaGq-sG2Sg,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=sk5mKBCEjVjfd7AIxBYRn7W9PE9ujtbBGaNcYZieyNE,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=ARk4Rwixy5KETCek_UtOu6v_vQyiPty1ijAi2zyDbgw,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=-u1Tuh4jdzKYyLAGXlDCPu0gJWL-SRTGA4HqUEOvSkU,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=ULw4M6Z9mMhguFIdQmbFeqLWDZbMcXFAFXLGz5Pu6j8,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=dwTDylk_Oz_JC1XkzjojKslBUEvydDXCYw06RVUxsq0,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Bx8LcGmxVCpahAW-MBHblveXo6TQjbtRE42cCTLCa8s,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=eLKESnZzULU1tTMtC6TFp8Zny88vqNmE2bpDvTRsxxo,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=pDzB4b0ZPR2-s4RzbTsCBbAY_qqekgOh2LyZXhjH7D0,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=oslu-P7Cbx0qrrUHHea8V5NIA66UPUNWsKZjoeyfbG4,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=JtIEb5wOmPu6So7hApz86DrNKZ77LD6Y48S51gJ2oS8,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=7y_P_RijoemgCsRppXv975JBUk-M7LeVC2azRG1UDjA,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=B1l_X92hpSNLKgje2BywP0_NkAasX7gNEXj0M-JBM2A,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=Mt1hVAjj4ff5xGt86txWUZg1sR3E3c6Vqyrc4bd7xis,1190
|
|
122
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=4eJTQB1tbcvYPB3D851viIXiOYC1EBxSeqrKVZshUfA,4019
|
|
123
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=tsl13ktrqp-2vY14-CLalSAcuHU6akrX--PdnfMuW3Q,2243
|
|
124
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=L9xFyDqiUq7XNf704aU849hETe0PmdCM9lwi_1cpiWc,932
|
|
125
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=UdoSkM_wn4FerkXpXHNwBpTBzdySYXJS_0gKsIhrlLU,910
|
|
126
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=s366ZvHet1sH7ezm5NFRiTg4ceFD_sFYyFRbKGiF4zA,1052
|
|
127
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=4Khx025Zv8dx4Fl4B4TLpegGHbPuhr8K0y9FGmpHJZg,4772
|
|
128
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=hC-pssnm3KziooxTatk8oPc7bFpQHPH_wskJJhH7CMI,2445
|
|
129
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=s1z2cMlw-ceUpNt_ADynBehlVgWLcafLDpxv3d3A_fE,811
|
|
130
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=JubFJ5JL4geQB7uT_WuglzoYVe1ZsYQpf-EPacKlpw8,3713
|
|
131
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=6S0AhD5PBWpsYIotFsqQknZ5TmL7S3MQ81UacRSpRfY,1829
|
|
132
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=PfyUec4Y3ZiiuE_Z6VrQ6CKwIEN_acSZh3fST9rH-Mk,1709
|
|
133
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=oc3PUdlDoRbbXMqt3GwSJACHs-N7hNhKSzILZOZEoHc,1198
|
|
134
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Y69piVf8a6M9Xaip8kNb1iGIEPtpuxnr-lyHQEs6xnM,2087
|
|
135
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=363mIrlCitaCtNN6jAlg8J9PUliVrjf9lsoLVFng_0s,2296
|
|
136
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=H9YAxwYKRAGAHlKeAzVIAC1_YW-m8yCW5MFrqsduPs0,669
|
|
137
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=wkojuLRwTLk-noizw77GkVNJmdAZuvK87V-cDI4SEOk,3154
|
|
138
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=qKrM0O80Dt3RBrHN_wr-0Nr2sRk2sv9qasN9XWAQoYI,923
|
|
139
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=kyzgHb6gEWWRx1h-xElwkTx9PILQcRBQnujF3YW_5NE,877
|
|
140
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=PBZXAeGtv6OAAt1zWvWCv724VcWqcgMP5mRjE1XvWcQ,1497
|
|
141
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=B8yP4ayCP34boREruoMbISnRsgnpDAvpLXaqftYe-OM,3309
|
|
142
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=lxkn6qL0Zn-cCHGC6OMzFFoLuOomn9Nc1E-H-gWnTLU,3220
|
|
143
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=2nhXhxVsNG428xZMwl54TNpye3zI9KNKOlbVYgTV3cA,727
|
|
144
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=_L_h06IZBcD1hAhywQQ0otivWCnW9QThtlxwbxzY5u4,2551
|
|
145
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=jRD9007drqV2wr_NF3j_PgxND7nKRPZE_yTdz7a9LjA,3348
|
|
146
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=6BwmRTeTI8ZoVLOSjKvhYa2C8vqXxDOUqUTOkY9YIwY,13528
|
|
147
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=4q4gz9OuV-LZzPCpP74HXkUkZv_pV5p-3G8S8ZgmLso,1375
|
|
148
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=-cSZYrmTuVHjic5xkGIzN1cDDnWVdfCkHXHCccOjO0Y,4595
|
|
149
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=C6-cf-kgC1sNZZWDdKXIh5arkUJPTxn1TPD7Qg4nCzA,6765
|
|
150
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=kXrTsyJLwHP0XrHD8lQPyU-ypauSWQATZb_v442NBHc,1673
|
|
151
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ZrA5ObNvsf5qMj_B1z_xKtletyE40euVF-tLXtB3h0w,755
|
|
152
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=_vO-WCEC0GCCP-XxMmKbh0IUk9ep2kiAYe1HS_CUyzc,930
|
|
153
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=rMMYWlWTIDqva482tVcm-Qn4DMvDkbqx0Jc6rc5lNyg,3147
|
|
154
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=5DYyAW3ehNYDQ4exVqYQMPd_wtGiwPdN341d48FbOVw,675
|
|
155
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=SS342SIRt3iHcKQSD9PZPbxdwr5l4dgvWTGizbpitYQ,2905
|
|
156
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=3uOx90hbF6LG3JeLGng-bLJiaTGRo-mGqsxpMNRXuUU,3767
|
|
157
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=0-gIdXRRrk6UAAUAjsrKeXgPuZa65SJZFZrZaXfU-gw,5937
|
|
158
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=YOPU--uQnjUZ-T1Q8oZZgDtuOmCr0oyg9viSsAmHzG0,645
|
|
159
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=AH_fOtBCvpFvlJd57Gd4BdWDWdXcTIgdBXeJ2JIMWKQ,3575
|
|
160
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=pbquuuJHriJKrpNSSyx-2V2gC09h7EU6Thbp9yfED8k,674
|
|
161
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=_k1siHeVAM8VYqFXXlg8tQacD0ufggJ5MIpLsBxWXpQ,899
|
|
162
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Z37aVc2kId25woIRP_LRLuiHTdEcn8tTH7GPYD1gy54,1637
|
|
163
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=pUFvJeuTKc1JZbPEtRr-iWjJuA0N8ahIbFrVex35LSE,4553
|
|
164
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=ojKfjHEOiyr2Dcbuy_KdLlM58zPeRN3_cnK3aPVXq_E,1186
|
|
165
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=AGJt3gTdih16QuFtKoPL0_s6hNcYDUUWZ4-GlGzsSmY,3881
|
|
166
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=3mCH9paqbVuBSx9J7yRFEHkeyLbJS-I4g1goZgpmCq4,4736
|
|
167
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=t2Qaq7M5-fhsVWrVaWBBFJh9kUGxyLQTkjqurCHYCGI,1011
|
|
168
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=fXg_F8C8Y6q5Pc1q5ZTDbOPtZPHTAUvyyjtphfnArLY,1168
|
|
169
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=L6ZQ4_5oA9K_VssvQVhdHHmZQTFMjo4xcWgMva9mnJ8,999
|
|
170
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1E5rCV_0FZEz1PvqNypT8HLIv1DZQ8YD-SaZcacD8-M,2289
|
|
171
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=nJX1Y1WTVvF0SDmBG8J0IqGx1ayU7bm37zasozyjDEA,2458
|
|
172
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=xBrVW5DuXJmT3cTcqEgHrXyhFE7jcEGpVlwaQ8BPIw8,1568
|
|
173
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=biycSmkXFi8QV7BESKCBeZTjz6naGBFitiO1xarurMo,1667
|
|
174
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=CPg7d8VDl52g1Zekzq2AkwbxpBESI71u1BiDlbjHf40,916
|
|
175
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=GTj52xG54Rcvf9RqrhPx4eDzSekkTgH9Y4kcAqBSVBg,4909
|
|
176
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ItiOkG-TbbmSH-VOykPm5oIvjp9sMo21_rhOSCQhHlk,1189
|
|
177
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Jy8mSI3TRlatBXDs3l62ohCvk4JUYEqKcJHC5pfd16k,2935
|
|
178
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=oZYQjMtm-KJGUmlGizcjE-OxCu0yNqqXjv8nP8YSyro,3360
|
|
179
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=LLHzb3JcpuT1IkaZpwjW4SCDBzfi9B_2bay09oQBKX4,759
|
|
180
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=H6p1RI1Qx7YFhPoFq2ERxp3z7vt37pzi07hm2kxPbrE,8476
|
|
181
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=Xpf90Fb-C5tQdSaTDTEgsJSkji_9kYgPKgiSvtd7wUs,2470
|
|
182
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=HLOkjYtLToyOq4Vqad26bY895jtoQBDdDtH_YjabIS0,986
|
|
183
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=rtiPuqleXsMynYksV14fvqA9CEmSpJ29t1iIVCZR-BA,7501
|
|
184
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=IsfV8n3xWyTIqCjgLbHwmR-I8QVX1vdKBTukCfWcZzI,3196
|
|
185
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=sLLoVGWNfc7buSc2T57XF0-0xn3r-gcwtFl0Q4St7ko,11481
|
|
186
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Vqnu5RgnO5iBQDk1TSUTtuye1e_7b4TwRpG_oAmFDSA,1479
|
|
187
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=fBkuMFtOhEmC4Q3DoLdYC2pUHkfXBNRXqwLJp0SsPyw,853
|
|
188
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=q6abIA97AvFiHWwuhF0ySCdOMfemp3W8pmksYVmTvOI,3774
|
|
189
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=QLUWh0vsnmZQIFO6SQ_-f8cIaO58PK5zvfCAYUPX5vw,933
|
|
190
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Lbeg-8hWFTZX2nmK_n8DvxHGs3Tb5DAPpvY6vxh6-V8,2797
|
|
191
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=C3s7UvQEQUR7zrUE3qWbZqanoUbemLlxecL24iZ8Ydc,1204
|
|
192
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=7EN8QFnqzuc2keFV8oQDcULgrkef3-tVqLaZXEs7_K4,24255
|
|
193
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=_HSOBbjoLq6OFAtxSfvIFi1RPDsS0dfvIXHJkc1_0EE,1036
|
|
194
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=7avz_vSvxvI4iKnNTInnvs_iEIIh1Krl4kNW6U9d_50,1132
|
|
195
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=k0bLXF-FXge-Qp9HCn1MTT1jyoXpWhH1J0MpHazb2K0,611
|
|
196
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=U3xGNMZmJrA6O8q2t4xx73jiotfPyXQwKuY2SLrml1A,901
|
|
197
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=EoNwyRs30l7CGI-DiO7XyNw843adPsqLGKplbfaRmsQ,587
|
|
198
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=WOihlNiwYN8FOVtLLR7a0qviAjHxwNEOrzYm3dgohUY,1200
|
|
199
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=yrFfAhDm_4Fi2vdLl3UKMU9NLS1cauXgpXeJ4gRMCuU,923
|
|
200
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=49iZ7mSSkxEVu6cw3EJAjsQXN5fhi8my6RvSNcVfEhc,3298
|
|
201
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=FX-ORUEpXxrVyBDpnrkCgMLoIX7bhNCLQgEboOepfQY,796
|
|
202
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=bwwv78owFmsXQzpc1FZ7krkm1a1aheF-_-vCYT9DiEw,899
|
|
203
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=FGDKi02m7-SBCpkWtw_1HfkRglQQThCnvgMfCTTtmdQ,1086
|
|
204
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=8V6-HphwPtlqvtMQ9_E9cbI88JHN6A4W8D2_l4hbPkE,1641
|
|
205
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=75l4_Vp26hGS5Gm9MYpyT_6VQPp6LBhZvTylJMMW27I,803
|
|
206
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=q8TbyzxTXyWaApG169Ds8Q2s_yLk3RZK70_quPtBPDk,1707
|
|
207
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=6YTJuG7XMT1YBlohRpqgfrIz_KoSAHHmFEm4QVJu8t8,3869
|
|
208
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=nlYl58MsS3239xqABEv6eCPJiOt2Cl7rVaQmcn27F7o,1292
|
|
209
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xXTn6ShpCx9vwZEXZrsgGZALJ7o-YeU8gE5LqgH5nIc,7929
|
|
210
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=qiXtBmsvc2s6RmAGqIRxj0nmYH3cv2afmGMuTTX2m3A,5389
|
|
211
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Pb0sRlq8sJeaE43GWi1raCAOMQ7ER6mLdzTnticIm8w,762
|
|
212
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=Zc4vIxmvAebn55KCtXu-Gr2IhSg9kXUxOXNDph6iukQ,3364
|
|
213
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=CuvqBreY8U3pcpp8-ThDZTXVDddlLF8czR8_7e9Gjdc,948
|
|
214
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=MdZDtwsPIhOXdEat5kJO5r2XYr0GWxwnZs6KretCpfA,3789
|
|
215
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=gnJGIggpxZhdNkELV0oaF4q6StBpPWWWcNz8-UMuWsQ,2409
|
|
216
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=ZdKtq4dNx-m6TCSCP-GIUCHkFn6nbd0EbnX3QiM2ah0,3741
|
|
217
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=JOCh4jB2-GcYASiBXnK0rCNC1zb1x4sFOZ8AJO8JVnI,2610
|
|
218
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=By0SMTBLHBbde7ljN7_8W3IlNPtjNLKcG7HrYoDt0tI,834
|
|
219
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=1o5iJsISignVhEOsjmPrGJ89vx1UwalLkU1dMXxple8,874
|
|
220
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=zpzl-AP4DNeojnoz4g5z-AjxcEqaZrCoUfToYsBR-6c,1208
|
|
221
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Am05Qxo8CCGQZ2rfr4SqsGB8VruoqSCdXc08Rw1h95o,986
|
|
222
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=8VSS6e_N6Pk9DzS5sncVrgdd5S-kolwEsFXYxMBzlQU,1744
|
|
223
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=uT7aVrIjzg7F05sLrDyz9e1ldpBNkGxvxrRkJdZIopg,1224
|
|
224
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=qfqXdW3j3-hVrmBSC24A9dpSOJIKcA3P6lbiskXctt0,1417
|
|
225
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=iAAxUgSn2zFvvkgidHR2MHiZfEONLQsWEBMfVjK84bw,956
|
|
226
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=tOlXJfcyKk_vNH8c_Z3yAyr4nCYtFPABqRBamckh6B4,928
|
|
227
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=AMnJ7gJaSHumHGyaf5vnCdG15YO4EIqxNGi3kB2hZ6w,1770
|
|
228
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=j64WgVesNUiHW1bB-waTOSjHKJGdzIMjOdFP7_muyk4,601
|
|
229
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=17VSeGzzsy-WIYSr7_i8FzH82TUHXH2wiGokcnvNHPM,1327
|
|
230
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=yUmctZmB0IeLabF2Rkwqa-IwySToPL3gQsU_V_opDPA,696
|
|
231
|
-
metaflow-stubs/runner/__init__.pyi,sha256=NVuzwa6ms-VCb2TPvaUlMK5XMsyxlK5MPyXEbbTT7go,831
|
|
232
|
-
metaflow-stubs/runner/deployer.pyi,sha256=hbLNG1V-A2aW42GasyG3iueTErXCQfFDcsEdvkNfPo0,8761
|
|
233
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=pqdyHFH2GGb2b7PM8CodtJZTo8QA7_LhDOOLNHJ43fA,3416
|
|
234
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=0d_k-eYhOPVmIiX7_KhxXbFn-fqjglZLPgSyWfmK84Q,10997
|
|
235
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=7kPBOVv0ACf7UbZTpCLYdN8lNg8y2QFAEvEWoZ5LouA,2946
|
|
236
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=LH2yDgbLwLFoZvGnsHOb0EYA-rdD-Y7ISVk83Wg8Ifc,6035
|
|
237
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=5Zhn95bi8HwJz07aWFIWr3CcnTEoqWSFs1LBTFHGgzk,9271
|
|
238
|
-
metaflow-stubs/runner/utils.pyi,sha256=8K2VarbblO-nHUQR6I1kQJQnhANn8tX4zTlCR14EuqU,5968
|
|
239
|
-
metaflow-stubs/system/__init__.pyi,sha256=TxydrHhasCkKjMZKnojhFazBRFOPensvQu1rVKhQlqM,761
|
|
240
|
-
metaflow-stubs/system/system_logger.pyi,sha256=X7N9nXJBnUzMmAnWYAEdCmiTAnspNBOjFqdcC1-MevQ,1666
|
|
241
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=MgtoXYvFwD3VzsjTHvhCZN8rvHIw7jPvL4b6wZ3_oNw,1788
|
|
242
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=7s1R7cj93AHdSXcQTuXXnrQrsYSM_Lqt7K8mPx_mcFc,707
|
|
243
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=2CNUeVWqPyjb-dY4HDgIvNl04b21zGyJdYe-yRycZqc,8980
|
|
244
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=izKTDD22VBNkKrjHbNF3PEgwz2w4PzWLZz9fQSI9BPo,2955
|
|
245
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=brmGuS9OXpHyPkgSd-HI_e1cb__5nvkAvkKdvMexNmI,10212
|
|
246
|
-
ob_metaflow_stubs-6.0.4.7.dist-info/METADATA,sha256=-zqvOfjkTPoU0M5ShG_Zfz0XAvHquYEHGxq44GBsVSk,655
|
|
247
|
-
ob_metaflow_stubs-6.0.4.7.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
248
|
-
ob_metaflow_stubs-6.0.4.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
249
|
-
ob_metaflow_stubs-6.0.4.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|