ob-metaflow-stubs 6.0.10.12__py2.py3-none-any.whl → 6.0.10.14__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 +1044 -1044
- metaflow-stubs/cards.pyi +5 -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 +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +6 -6
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +57 -57
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +5 -5
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +5 -5
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +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 +4 -4
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +8 -8
- metaflow-stubs/packaging_sys/backend.pyi +3 -3
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +14 -14
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +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 +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +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 +3 -3
- 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 +3 -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 +167 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +119 -0
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +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 +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +6 -6
- {ob_metaflow_stubs-6.0.10.12.dist-info → ob_metaflow_stubs-6.0.10.14.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.14.dist-info/RECORD +266 -0
- ob_metaflow_stubs-6.0.10.12.dist-info/RECORD +0 -265
- {ob_metaflow_stubs-6.0.10.12.dist-info → ob_metaflow_stubs-6.0.10.14.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.12.dist-info → ob_metaflow_stubs-6.0.10.14.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=TBQd6rATXaLhkCQ74tfYcg_Bxh1p7ysk_04SOd5N9yM,96147
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=l0H6PA4nPcY62iG6FxEeCsrjhSlUInuwcTIkgZe_0-Q,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=IQZd6ekJyAJdpfqAoU7tTWn2_87HoXbSAUbSUi6B68Y,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=AEMvDGI7EkXvtOBvC5H6W4_vdsNLSpiT7HMNfIRavvs,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=ZjhmOZ1I1nShvRDb0J_tIBdYnloef2hbjmKLkeqO4LA,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=vLcJGfujtv3ywmzTRjszyIMAh-EYM_O7lfotIT04FMU,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=P5Lw3ipZmxnPBsB6fCI9TIgl33T9OGwgWdZ0XrIdZAQ,63
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=xAmzIeW1mVXnv7glpjDlaRyLbdimemoUhSSW8W9PZeQ,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=f_oLZvvibLhVOOXZfZm-O5BR4Wid05w2wXJiVx0uGPw,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=gJIPPhMvozOqDyUsZ_wFOq7Cbe2QT_vOsqbicxDo6dg,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=noOCXJFoco5mLYhMGTT5BDoYUPAil2rnI_RhKYBFsKU,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=dVNiDeO623r775qaAhn0JgbmyD5E-Qx54ruTpVF4RRA,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=ST12L-akGYJAzNBWcpJPs9mUGVIKWDf9ikphgWQP5g8,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=HEyaEtB6Cn6Tkv880RqwrB4h8qBAFHXod1MsqopdSc0,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=F9nueNMfxigH4x89qLsgFpez4ERxT0ab5wlARnMKAfg,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=3FTj8ZlXPiY_p-putxBYWSTdmJl-3coSw_B9pmTI4_M,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=C-zX8jf6LNIyffuQSA3ai_XVNMJLdNJ9srb2qhgHEWw,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=-hjKEfC9hef-sfnKinAU_s-zHoSNvdR1t-cWyXp_y2Y,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=Fx-A-dZ9pImiN1aW35nLZ07cI6n-kcm17za7N0-IcJ4,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=65MYPEYlG3zA9hUarfgk8WsyjI2xVuJj5_islx9t_s8,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=50aDhWCxelmFb-u6yxrz3CyFJLn077fojkXS1R5pQio,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=o3Km6I_EO5aqnkf1B2hz0FDjWna5BBaH3ZMakorG-04,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=hGvQimoO3bhLoiL7-ewfG-3wUvJiw3uggesl6VPBnB4,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=dVMliGuPrmHXro8zZElXccRyy9d6wBIC_TOtL41opjE,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=xlCB602YEUrQoJizD6SELr9mbVoOHtpoiVAqM5RIWWA,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=WqFn2faAkIrcwV1kB1qy5u6MojBFRVAPD-UVu4jxRNY,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=VK_f9APO3x3v9OoAdQg6esS9qCVDnXhxCQq5Gf0_W34,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=eXHS6NoPjJPW_CNwBowJ3QLGi600jkQfGDk053vaY8o,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=-UmroZzrJNJhVNGYkaQ1BsrQezc-H-Us3aih3qt2s-U,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=uEdJP2uhWaDTPgpma-F2yEYFMHcT9zUqXYEW0mUE22A,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=vjzBSu6wVg01_cZeRy0ikdYNvSB2d7no99Uu4jUixhA,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=RU0ug1Vb2LidGVOvbXqlRYzLxuU1P6CFBZsZmQvJWCQ,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=9BEeVzPF4gYQ9an9OwYnf_AyA0P8KQDwG4jWCBy8dWQ,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=FFx7LLWnWk6MYfBcNpU045iP3kkPx6-aJYgjDxXJU0A,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=NAdC9pATduZ6FPufyCKjhUQDmB3VLFQZu6htbxeTpac,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=rPTvKe4RXuk1lnRxYH4LRwTYKojbaoITXPwmRDfkuw4,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=YXXoNBnCuGsoqa7SLHD8QoaZDkJGHcoDo1pRKhQ-rK0,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=QPOd2uOa2-wukdCAr6xTVAUuy4583Xeu4qSaMNRgpHo,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=gTQM_YpEAzcwdXJ4vv71kJLR57CNEjYEYJt_pWrY48M,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=P2Z-rgaFWrNXQ8wdzzbN2O3jrD8otOiIddbqBqH3RZU,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=jzHhg3mxgqtv2uLqLsQ9VRwjXg2y_QyS5Tn_iBCcOkM,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=9cGdHFlamA30Rh3zq7LS1o3ZzPhPNQhFfSZQTfZzeqQ,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=1LCUg1_RwvXcBVpRdYcZZoyPAc40_EqLNkpbp_CwM9c,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=U6rQnfYJOduwTMg--FgPDoxfC8RXzo2lJ0Tz-97BQkE,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=2SX8JFfu7HAc5m7EEFdispRqK9l7w1s2h9q5mV-htyw,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=Bog-nXfpLqZXn8uQ94iiVPdsoU7t5eq_hsO0QmAyHPI,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=Cg9GZD-Jwi0nUdiEq5qFeay74xo9tPIXCVqxvVC2HTs,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=XFDjCSG1RHoNS9Q0IQPVSQpyEyuK0zjT9DfHvXuGAOE,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=LVBPCW_8AYOYQjVt9IzpiYsvcpEiIQJkQZrS__yjplI,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=2SmOo00DFV4_loSQIgrqJGFCTpE3Gkf5zeGH2QqHCTA,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=LAG8NJ5yk-7u7Q-uDWvITTdL0rgmvL7AF28ZYY5hzEM,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=YGx1tYqKLKosMmXv2ZjGe-KeSTSnRgJG6mqkZnwCdrY,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=LT4TpNegVg-ojqzYR0kyJ9pjePaO_TGX7h5IdNgaTuw,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=l8Alstsx0dDAMGajnKR2haBj83OPmM4nn-xIr6CGNbg,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=BxJ27hSVMm0QlD3sYbhT3qhsISafDkwWnHEBvB0oAE0,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=VGfCT7v0MwwaW6Qd-CWg9lsu_cA8d1ZOuAglv5JtUCI,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=r0kZiTq17_X_8wivCBmZpicLxfmwksOasXuyDyAfaqo,16656
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=BZbTdzvGgUl380LE-HhsQC1XBqWVcVebAho8kkTqTog,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=f58Mt3Ux3Pk9nxIQueU8ldNE3tesuedcLqZXN6ncgcw,3094
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=khndcNd3uy6lGuR2gqhxYPwug7scxaE9bvrm98fPGa8,516
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=FRROfIpmXFfAlFsrK9mfpslRhENrCyNecNbrhVuhsuY,6079
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=9OzGWIfX4t44WkncJLo0D9Yub0IuW4Ham0uADFz4Lz0,968
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=_nDLUZ7XmWIR3L4qTOU9PHNIMhzSSt4e9vZrsmOsl3E,3449
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=H23OtdZPz50zQB4d-HoagIUAY_nnSN4biz5ZPbofmYg,516
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=fzPeh_h4XzTn0UHb0_qGq-CgGKNUM-YaUxQ7iEScPtk,2481
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=ehsDsIAWVGrYtnmW2Ys3Aq8kmpyKkQV7QBl64zD48ZY,1694
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=bgCpNhWyBvj9mfPT8JeX4uuF6K9fzezD3q27TlMNbdw,2135
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=wp9ESFsiN72gKjigXovh00NpQElY-WpDFkfQwkSccqY,1887
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=XUS1mcehM0OH7z1Mju8L2tY8E4yneBX3pIYDeZJmFkk,516
|
|
71
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=ADcocf6Soa3_a4cEhS7YjBcbzyuOf9Rwt-XA3T_MCnc,823
|
|
72
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=I8tHklieOpcBcOnu2UrTEBhxc9L1qh_B8xEfEH8pamw,1383
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=hG5aWOihPau1-RlwYmMpE4b3F6ubMNWq69jCaJCJxII,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=7HAbL6SdDrkOYfTCsV1K3b0a2R9K-x2NZdzy1xQCSNs,1960
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=Xr4tcmOy-Q8P1ypDKCLv9LW0OZdt8EH3KdQyBTubpoI,516
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=qze5QbF-T9sbTICgUbKQcTd_DIwB4VgOB6t2tkOmtYY,516
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=nplJvaIfJDQbuVUnEsiClCPp96c7L8n6Sdiw7WxkRbs,1420
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=nrM0v7yZBfNKGIiDdDSTSuhcnL9zv-8T0a2Xbuj6Eb8,6645
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=JbVlBzAw0dTcuf2Wr2pjzOsqYPWtp_lPuchDnApb9f0,2791
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=FFaLmTQv41CbEZMzE47Q6waCfUozCBjjmsaR7O5BvIs,2563
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=dU1C77U8OX7aRaf-fSLaHJDrDBCKRWvBDlgUH9t31fw,9144
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=eiimqQcbHPq0KczPYIhU_JRlSXu8K5xWXnlOkjlUi5g,645
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=nYvQk8KXnfpac4kxJOVQ87yMqFcRAoVXjVWrlQbjPLM,1900
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=-g4PTsxy-tLWivtMXmdbh14PIwNzzV5mBru_G8qkr0Y,5140
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=eBXJ0DCE9of0PTgqwp4mD8nrbL3pXJv_lNnNKqCoRcg,1369
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=Go5Hsm_RCz0XfTRr-6r7_zlzV1UfNC7H-F035_TsDVs,3660
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=NhYMKLIeUVJ2joP-ytpZFTd4ZSoBMqKPT4wgoDMVixI,516
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=yWVLVJgYIXmvcP2tpKbR-MVtl8g8id-uvJPg1-cds6c,516
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=4dBVYFd5KbaSvHTvpN7iaNqldy4DCHbbDkHJezYEsyU,723
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=2j9VixWhA-06bZv7IzpQqapYJ2iq00NSP9ALtBqOVic,655
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=n500424MevCjf8G69GKtwPtEAvTh7jW4HhBpMJby8a8,9946
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=eVe3-kkL26bCwBB_2eIl09rv_uwSoGGnPs4Iccn48vs,1468
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=tnq9W2VAn6TFu6KITQS2VfJ6ds6AW7oPMPHz0wbJAJY,2189
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=_iYS91006D7tvVvrvv6iGg5IJxnhM5VRXT3NhmwyMYU,17506
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=2gUHeXGCjFLhsFo4RBdWNV6xme4o-p0W46y1L8m4BL0,2089
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=J9G0zDOlNrBTPMg5UuTxdG9ZzWSvQSgiY2p8lFcO_jk,3523
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=2K8Hl96sspWo13rfPhchRoj6tjLZe-lzuPeu8x9yosg,9794
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=11LxzpvEuo7EPZ_CW-VA0Jc7esARqFegbKmNhntFS6A,680
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=5RWS_VuIncUAQOwKb_qN_ZQpTDX1W-2Hfaa_Ncsnb0c,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=rDdP3skzXG9I7fAgzKeZxdOYKvWRnRZnpHlf3H10qnE,2306
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=gPjo01S9yHGvLDUM9ubt7ZGTfJCrm9wl12YHg9mJkp8,516
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=XMXAJXM8WBY2vo4c3bgY60z17y8Inu4SQWk3JlARAmk,1922
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=ZO9nVwtbx6R7G9UBC1oJ1ARZCweuB0IQqgUg0TVRLRg,1035
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=l0v-i8jt7LIANT80irY3iOfGqmKLt9LZxvsxCu1MkZo,516
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=ZT2mP0SZMonoVYJEpIcCEFHXuEB9Xt5DZqvltzzHjAU,2547
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=WJ0o6MoYashFWAZK-vDw0fXdeHVk9lk0dD1LtbEgac8,2554
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=qKfslEoQYcwPRzcd2JvZoJJrajPLCNijmJkYe_uNXxk,516
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=Z08rH6KqxGIN-SNQwKHeGem-S9IduNpRE-u03xF-YwA,2305
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=TrEZwUdTu81bdIftJ_IIULxhhBdzgyLG1Usz0R3oVeI,2486
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=gC8YCRC0n1H5xuau-mc-6L57MEyEu7whWlLO0zfwFKc,2233
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=Fh_sZnLyAEJQrSFGJhRQgG7665NxORlwYDYkA3BVJLo,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=-JPHxb17jekETntX817cl-cofyi8H2vpQBCZSuvA1g4,1483
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=IJaK0DZejzjGmw0EzAXwkWI27zveaXRlTYO3xioPDeg,516
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=UzJtJQuPc6vabGYhE8hPkvSma4gBMo79-3WAXSSYfmE,574
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=H7vEunUgQ1p0iBoDtZ-UzLDwSCOOzV45Rq0uy7Nlh3I,1152
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Q9XIp7eueHJuMhrPVSnnIKYiJMZgoofp2JzGaQtAo_k,3174
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=icQEfbTABNjUlz8_9ANc07KvRsqLKH0FgU4QZCjoGMM,2601
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=eSc_XPimY1KRBDvrkrfsg9uGvu4Aw5JWisu9ugadp0c,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=Fct5joIJOjQ0lAiaKAaCmK4fsFTq_tpWisfs-m3yZKA,3281
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=iPfMARHNSO6735ml1Y54ANPqSu_l4ip0zAMlAaUdolI,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=cLhSguuxqcM1tONqIiWpBPJh-MUxptza6_gH0AI0qt8,4478
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=SCjQtWUn6EDdvjwhWoqUxokJJbXoMd394TnJB0TLloo,516
|
|
123
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=B_fQ7V5ofobCSTswztrmBgTjTox2OnnyMh5wp26dVEo,3739
|
|
124
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=ttWxCQtIYoxyphYLjWXe-kh89QYwi4GL4PZHQYKHuck,889
|
|
125
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=VHLBKu5PFUknBSM0lj3hPPF3646-Mx4LPrN-7oWI9qw,19750
|
|
126
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=t0y0MqGbvwauX8OQLx39jECfpntD6jK0isYLpZTQEPU,2961
|
|
127
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=_rRm1UkIrNPqprKgMPUrR_ASTEEOzjIRw-n_GGAvCjA,2126
|
|
128
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=6s6ALHIyxhWd9rHgh3U4c87qNgipFLOhtUG_n7Ljcqg,2280
|
|
129
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=Rslu9a8BY5yV0IEx-GEXPhD5PdPQ-7W7u9UjaFR7Apw,1208
|
|
130
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=fTtXkiTzhhWe26mVbAdAS3RUMrBF1IXdnDmdOWIxDws,5283
|
|
131
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=vmMZSsUAwPiN5Ocqa6hI_zhpa3XyzqVKXMea7hiy_JQ,4083
|
|
132
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=JeE9d_ZUBrPmSzORMzUIH4qqBXhx36ErDoA8JD6m1Dw,2243
|
|
133
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=-jpb1pwYy2e1Ib4dDz0JzsOfI1xCSEMrXDtdVI3gJOk,932
|
|
134
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZReOrlo9ynG18Yu61K9jOb19bHzx36U3vPCv242dIMA,910
|
|
135
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=l_8_Mfenz_G_SjSxoEMxnO51CNiXJEqHK5Wjfc9YMTc,1052
|
|
136
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=Sku-qXM1vrzMmrhi0lCuGAgSyHgzhVjefnLzmONUxqs,5983
|
|
137
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=mJEMcQkgdKzwIj1v0_V9mUpgNIUhWeli7f34StWveOo,2465
|
|
138
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=HMHbF_1Zb6QjH9d9llVcGuZod1TmnEJfFqygJJHzkmM,784
|
|
139
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=qha5usX-zDFlYt71Q1n9la9BHLM1gbRIIaABdUtY5Gk,811
|
|
140
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=ou29Nrsr6LrffUt5L5RjRyAU1XgYaPbO_yyIptYDo9o,3713
|
|
141
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=dgZaosamPfMaZ1MpkDxi9JpkvWqEkUI80iTV1vk5ynU,1829
|
|
142
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=VrpHpd5c1PC6Zv1NhRGmTP6f12RZVDUZlzmgK5f4U6o,1709
|
|
143
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=VEP3eA26HFdYKf1I2PEpIXr_H0sJbrrvAotajCyjtZw,1198
|
|
144
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=KDRWk2lN2kZTVodzihBh8R7qZqufYjAAvrF4pRUeAJM,2107
|
|
145
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rS0BlkGjAsZljO-4Aw5Geb_ijhlFFcKCDxTyIcB98xw,2296
|
|
146
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=yhL5ck5gtjNJBPgTVKGr4WC-4OSDoEbNEgq7R8pKofw,669
|
|
147
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=xR3gmdbzWrsSMJgRt6nB0ibb-kzsQt0yWnAqgtRrV3Y,3154
|
|
148
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=LNeChMTA7l9NrY0R_oP3EFJTEr1igxOBLnIJoUXV-Zo,923
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=oz7wEWmbSFro-MaIr4vc-zgXBcJzXUH4PmrBZHvx7j8,877
|
|
150
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=dKQbM9msau1DNK5j02kLvdn6nOpsSKFk823J2z_jXBI,1497
|
|
151
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=UuLOqgWbNOPIX9cqHrzPlF5QPL2SpHoiKyvHtIOtIts,3309
|
|
152
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=RcN13mbR2CGesdSgjxAy_0Uvi9n6ocIoA0s3vXHO_eU,3220
|
|
153
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=s-FKz_SehBNfrBcLx_QsaGAfcWm3QPHtcjLxvxKKnKk,727
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=PieEoEtzk5439vfqnKSxWYKQYhQMghxt7yPlOl1vlKA,2634
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=_BL5HZYMvVKGqnJL5vnCReYaqLOryhxWc82L1A3v6e8,3348
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=NqkrNJNMD3zpU2BDlsxED1jCafxwqsvPG23mqSbyVyE,14544
|
|
157
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zd1RR62cmmlqWpkui3ns6b8XPtOqIf87MBCqaf8fxH8,1375
|
|
158
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=6ZS00i7bei4yCZJHYzI5TUW7QE_GFZW8jTyCAKJQFQg,4595
|
|
159
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=JpQGJxqtZcS8bHoyfckN95n4itXi_9YQZ_dQLP4R7rA,7546
|
|
160
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=QT1Prq8UwcPsQee4ndYWU6sPFVgLs6D-mtc2juXNgIA,1673
|
|
161
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Qr2UPi4gsycXYs7QUxpepY0d6cDpTAcoLgahCPW1mnU,755
|
|
162
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=gBdvh1VQ_FlyIPtYc8ABHIA_DKlaR_cbM4JoYWFh91k,930
|
|
163
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=yrxKydOkdK7j5O5CMJuCESSERBHP1JsLac3SxOqtQNw,3200
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=IFCT9rT2MOiJW0XZeamHH5L-KyHFKhmpH5a0pKNso7A,675
|
|
165
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=gJ6Fw7pBYlh3jyIRoYzXVSEY5GXtUgIu3vnGxdnYPgI,3051
|
|
166
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=1wk9nDF8txx7zIZ6AEZCPHzHD3GTLdsTKQ4tUxkbmX8,3767
|
|
167
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=OrxkaaVoOQPI_yWRbpG2Ved27XOOn4dSGJdQ1C8-Zcs,6231
|
|
168
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jkqL7OL0vHXVCBLWmg_hHlvVzWdXPMf2OCZ_bqiQjxg,645
|
|
169
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=927SaXB6VHK7UuWEJmJz3CAmV6IktCHBY0FdLkvcfac,3575
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=coJB0hM9BDykLmIOciOngXDpRwHAtummdSda3KQg8EM,674
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Hnt9cOzLBl8nmKaWgAFtgVPNgiR6jC9JzP7dD7Yr-BE,899
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=SozIEXG4liHN-lLsEaN2Svbw68cXDynpNENXn28QecQ,1637
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Z32nTtCWmfpPH5-Nds5sEfl-Xks9gGLTGxgJCa-FvnI,4631
|
|
174
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=DFPaHr3bRDpITfkhA8qX5e487y0XvlBVfG7I33VJwnM,1186
|
|
175
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=V9Smrs61faufiqm90V3lBNoPKLT08KR-7bXlA5lW0zI,4035
|
|
176
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=Z7_YSbf74_PhtEoDF44V_GiDMQTR1Ju5Jq_0IDfTY5g,5089
|
|
177
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Aa2EQ__5kIcwji3bpEzwadJj8V6K5sSc3Ox-3Pgldzc,1011
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ei_JwDA2YB6aEBOMcgN04jsB_IzlTfBuc0d0VLEKu_s,1168
|
|
179
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Dt9gGm1_vpRxyJU-VkPPiQPliJ5d4yfD2bBeiS809ao,999
|
|
180
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=iDFvcKQiqOHaroBBmsV57oD4jEb4MeJqyBhex9p1D44,2289
|
|
181
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=xHvitUtgM4hxJT_kD_TeEpb5V1NeczHpOyg5JXO7aUk,2458
|
|
182
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=2PEWvuPvkNZccp8OOPNQWaeC13fVcaLoz7LvC87nqZI,1568
|
|
183
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=PVnGjNzJLNRXcwLzrAeR5AOIAV6Q9E2Lp0NIO4EFHYU,1667
|
|
184
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=I3NtmcUw4Fg5yePtu68PVUjW4vHxTc0ySEc_LjkyMDk,916
|
|
185
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=cSqZESR6AZE81lTieLsW6oYZXDoW33zjY6co_t_nn9c,4909
|
|
186
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Fpk6VpbXY_U-rWuvxfHaa44YXW4rw-D8Y9wUVMWIHRc,1189
|
|
187
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=jmnKGaAmtkfvfxMvBctX98BZ89tUkpk7UucReiGrTSo,2935
|
|
188
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=AZJuzIWx2tCKkT0VMbXch-BBaJhxEXSm5yCu5MLuw0k,3247
|
|
189
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=BcnfwTFs78EIKjMEqpbcW4z5i3BdeBXeMOBV7tYTUWE,759
|
|
190
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=kNGJjocHQ2p4l6XXYt3ub1-ffTs-uUkBYs6I7F1Cx6I,8476
|
|
191
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=p93QTuy0dJhUwanJfMFWJAzYlq32lw1kgRDUvY4HiK8,2470
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=oDQuVg_AHto6um8bD6eR9-77Gd8YqRHw1LDs_r_4mtg,1027
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=kbQKOvrWgYoSI4xslT6DM_np8xKU5liT7QUIk-oI2mI,7501
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=qBkAFzN6nwLpKHU0u7mwvki9AzNfPb_Fa3Cpr2cdGqc,3196
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=zSdPACfwx6NJKinWuH9F_RJcedvtvb0gLhj9xlJcEY0,20039
|
|
196
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=4lnV-Cn4COHpEEzgKYausHvx4LmJD8vO24PlRFtifb4,1479
|
|
197
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=z26X4vhxzJS776O7E2yJvSS-RpzGtYMjHrOyX_Yu1Ug,4248
|
|
198
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=FKfZomM6WuD0J_5WDGQ-N2XLIDnC0Wfg09SkfZgGHXc,853
|
|
199
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wIXyWU_BaHJRLocG-PUAnJirz8A_QmUlUKJDKQZQLIo,3774
|
|
200
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=AUezQwi22hPgsPB7q8qxMUuc0uhk4nCiHe3Cjx68OO0,933
|
|
201
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=vd3XSO16-cSeRq80PrsDDlKgayaSS_ZPbMfK5YRJwbk,2797
|
|
202
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=YJG9TBwLC8jvdP4oeyBX5YBZkfcgODatQ3jbT8UpPkM,1204
|
|
203
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LLqL2RTDrba1QWKconjx_byuzNqvLQNbkjHLkSVJ84g,24255
|
|
204
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=S0Q6XiqfbJH3y-lOooX6CqlJD3vs6qwAZB2Yad14AOM,1036
|
|
205
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=PkJ8q_UTbmL-hcgq-xH5AzoweVNzgPo7JvPWr2tYqOs,1132
|
|
206
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=r9EMYsr1ndHXG7Gwa2WQlNWmgRLbEi7Q6MtO38Zmwfg,611
|
|
207
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=fzhlz8sTlprW1l1wGSyKFJvnk7zC441I3Ei6DAFVg2g,901
|
|
208
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=vGbhA5IqLGOkWi7hNKVuRQ41gj4fC6VOOnIJVc22Tog,587
|
|
209
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=S3KHKIXF5LGJmt9hTn936YfClwKCsce6N79D-oErpN4,1200
|
|
210
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=X8tGHm4ddU_IQfembp_UYT8-m5ias4ybO35RtUOlvPY,923
|
|
211
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=qo9IKH2dcl24HawyoSh_uXn39cpGTxjcHsZ5oAkWQew,3298
|
|
212
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=XUaUG3_OOguId-zZKGyvCAYyzfjuZvMFQ4q38IPl0ww,796
|
|
213
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=qVvLWVERbnzef1kBetUT-CT1x6wNoIHftny2tZ_Fu0U,899
|
|
214
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=GVHAEqbqlxHsy55zby-M9lV1omK-V5JTCDGiPuCZPGI,1086
|
|
215
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=XTyoe9BsoRGelmfEgwgSOw5br55dbxt1plE6w8vXKXw,1641
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Fx5i6C-iGobpHPOd7IQj7tdHyiPQ3XhE21hv7CPtqSs,803
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=Dko3-HtdvHAvS830Vql3lJxqJnMbxbDQPWFgrSr7fss,1707
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=gM56a4yfmlpNI3H41pyXLLVYO7673u3zDn8azH7qCGA,3915
|
|
219
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=kiPUmuUajV04uguO5YYVQBP3j_s5gOq46PPGjqXpF-4,1292
|
|
220
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=V49kmL1Ucswg2YwrFaP8abhPkRF-Vx3qlSPuPpU3Cx8,7978
|
|
221
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=-LUeTENNQksog5cTU3b5K4a7iKBiKICAUwEGyQmURZA,5425
|
|
222
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=-dxiArY47peyEnCxUX3MeZisBdoeIyg2bk6AqCa4Iy0,762
|
|
223
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=qamXooJirJCIlGry8ZhkILp9n6u8d2Dy-MDeorbZVtw,3364
|
|
224
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=JRnW7g-j-Su_264lZeXWZB1evVsl0ohRDBhBDNain78,849
|
|
225
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=rIDX1Q6huMEkCeqrSCLnwrFQCoMxq8xpISPb0kxiukA,948
|
|
226
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=avCt8B_276vs-Fvv1iZKUp4WDEhfcwB7gGbJS4jqoso,3855
|
|
227
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=12uT6fIVBAPx6tRHjr-pv37SswyR52SBJ4v7n_9OGxQ,2465
|
|
228
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=XXUL9scQ_6qt1XkIgajQIvraV6Rjcg3L2UbPNODsQJ4,3741
|
|
229
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=6ZRHJ8t1r3d1zvjTRYOP2Bl8Nlxb-XoOkL4e5SZ91To,2650
|
|
230
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=H-PwiQu9yeGkJnEXgnw7BoKsFLVPQzhX-4dxYHWf0fQ,834
|
|
231
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Q8HZWBt_7YFJAy-vmX7L3jNeMcUnBeKQGuPkkkQ3cZc,874
|
|
232
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=sAtmfs6knfqFPbNu94HwFmzCt9VYdZRi36_65TK2Qtk,1208
|
|
233
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=DZHnz0LwZld3z4-GqmHVUIzy0dZrmy9xfhrIYo1PzqM,986
|
|
234
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=t90iJw6NO42QMK3o9vkEER_Lr7774vWsLRcCcJr-lWg,1744
|
|
235
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=91EZinzi1PsZ2BgN34N4WQfx7Gq3-9QYB8hTN12DN7U,1224
|
|
236
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=tnF4pXnYB_ZFVB0M2BvkcEWi6kZySwA7iZczWvQuGjU,1417
|
|
237
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=XN0jR0u-Y_UOrQR1-3Z-0LM2vnZMW6XSI_3-JHSycbs,956
|
|
238
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=gPyxwgK4rA44tuWFxkwkWP2XihcUDFDeKBj6c7948iw,928
|
|
239
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=YqokyTBplNx7JOzEBHneaAxR9laGONtfXA0C3fEIpL4,1770
|
|
240
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=hIzQtLMchLundbElVhjEOwAiv_p09YvgwkduHRjVaT8,601
|
|
241
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=bsLJ7qXQ_5oGSgpY3fE1f0Xy4AWjN08nKPCPQqCze38,1383
|
|
242
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=rOCMjo55ens_XBl07P7YskpF22ce4Mc802iZY_6utfA,696
|
|
243
|
+
metaflow-stubs/runner/__init__.pyi,sha256=spxefdvrzjyLM9phUkxS2w_J7sxl8ldjPG-wHDbQhME,831
|
|
244
|
+
metaflow-stubs/runner/deployer.pyi,sha256=wqaGgV-8KxxgbdHKCWsRj9CSKNGgcdjYDwPD4yAuINo,10115
|
|
245
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=w9oZukQYsBd6eEH8mujzUORbUPFBdOr0ZGky3ZzDe30,3678
|
|
246
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wD7bJy4BLQTHz-f5WH75UGjL-qliwfNqbzPdabg7pNY,10997
|
|
247
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=SC9dblie-jOMLu-NKWAWmEEYG-60bzR32v7lXvs30C4,2946
|
|
248
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=bUXu5xebFddqiifen9HvvINOY8ujN_A2O4QE1QF5jm0,6035
|
|
249
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-WIhzllIykCz7zQmUDKoQjza4GbFYS4omxt1k-1Fgxs,9342
|
|
250
|
+
metaflow-stubs/runner/utils.pyi,sha256=AAy96jN1dMcxu77Sidzs6F-Ea_BfgsnlaTJ0JD7bFP0,5968
|
|
251
|
+
metaflow-stubs/system/__init__.pyi,sha256=Dbc8ON3iyhzM188XPH1o4fpusWSnQA00R34H6Ds-KLw,761
|
|
252
|
+
metaflow-stubs/system/system_logger.pyi,sha256=O_RgT650nwZjn8RCNjr1cLETWskk8Zpk_5N3hhJvICo,1666
|
|
253
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=skFMFAKKX6I2K-9gqez2xXJZCEE0jxC2tLOnaHHeYUw,1788
|
|
254
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=3NfiLteWTr0VQdMv1g1e5bOn_bV5uW1oJ_Uyfueeq3g,654
|
|
255
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=i6mluKysLeEN8AjLSuTXJM1yymtvkoOhM7UHg62tuPw,3008
|
|
256
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=HZQ77KryEaWl_qmOS4W60MkKtkSPI0xXS42XeAz1JRo,10232
|
|
257
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=KcA34VdbIAQitNmDXrfdLD8TYazZgDftPGj7Z0fJzNI,785
|
|
258
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=M4XlaZzhSkJOF44D2RS8St2BlBxzsIzaHg6qyTBwejY,1391
|
|
259
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=fPbuwhm6O8sJA9qujuVqllV2cnNMMriTbj6ZGJWExJA,9333
|
|
260
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=-BVMFj3hiP6PrNR8RZ7HSUXpF4NgVD1WKw3yMPv_Nv4,7062
|
|
261
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=p4OYWu6tNiyI2Op00dg5KYkLYccaOrwqZt-GXYiaPFc,5039
|
|
262
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=spLzejBfXwfpl5IUw7JwIplkesYAkWH86I0lYwRTZXQ,13314
|
|
263
|
+
ob_metaflow_stubs-6.0.10.14.dist-info/METADATA,sha256=uF3IbkKyA-iKiiheXDGzbVpD6mROo17gv6CA4_K8Sb8,657
|
|
264
|
+
ob_metaflow_stubs-6.0.10.14.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
+
ob_metaflow_stubs-6.0.10.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
+
ob_metaflow_stubs-6.0.10.14.dist-info/RECORD,,
|
|
@@ -1,265 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=tXWCbfXTw64tj5Jo2h-FVpFOXK2R8J_PkDoHXKZScO0,96147
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=tRvyVzd3eeHDhEuFvuRCRKhZo55uID_vKYIa0w0DqZc,1712
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=Q8iSrAkDLCzrPUpdEUiSzxMRocmX4cdHHcLkikoFFk4,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=sH5U2wBBm79E3eDB15H5hffJD-SjTO_QyjuXiaQ_aYY,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=jeugYK_F7EZ59DQF4Dp9ms2OTzDGpMY1jNLPp4Gfats,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=iKuB_nYI8BzoLSXPBLaPk1981Bk8fzpBp1fTW4DPJi4,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=eQEQVzhqNY3bWoa8cA43Px2AKKogt1-iBVUY2o8x7pE,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=OHqLXXCS4espHiychQYhGrQtC9JjvVY4R-8t35WZCTc,5153
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=KXZyS0U0tJpDhsVDo6b4qk66STqeRQhM5C4PzCpOkgM,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=u5sIK0nLIexMfjnG4ROwPu4xt65sUiz1kEzI2ipH2mE,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=YSY4mybCAf2x403RsCfe1pj48ZL5jCxHsxwzTVcOvcw,14241
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=QsHuxoPazrUvmw_wXAcUZBN4SbF_7upYLaRLhWP26QQ,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=No5YjERW1uRas49Cr0ter5ogGY2Y6oHMHH_ivGEEHok,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=DfWdd99m0uO4nKc9U_fFZjxOfE6Bn0Tm1W6CuZNdz6s,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=tGbKw6xvuDDDN1dh5rAKUv4Bh8ExT8qNRSOvS49-hwI,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=uzo0DEp6EJh3Ai0bBNCA41arhfx9FHEZBG2HMDqsrew,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=PlRlC8I_VNqC5vZV_ItutUeuIJJs9OGIXzE-ZEZTvYs,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=qLERNtL0p7y8gIHjjvz-DeQ2cr7mFdoYZ5xY5D6p6Rw,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=peFoJZUKMNE4wT3sjYYvknXYNO7Dg87DclDBWOXZqVI,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=wF-7ork-OJpK7TjwSFWlhX-Gjky-gP7Rb-6WlRaofic,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=FWPOfehaQRSShRfdnBvBNNkxMc5vlVU1JCMZFphMT8A,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=fQYxkz5a-oFnf867XWNkWRqMOEtb8gOthoqR7zDWFMw,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=Km_4JBKTOME0rzxIHrS5v4Ydnb_wGgfjfmyFM8cZG-I,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=XJyHVhWeN_93_tNfoGHs9gug99lMDA_jribRd_6kNRE,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=r6uw66cxRDzKn8KB4y_qsPy2h8A8D7jeUxq0EbZILmU,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=-a-TW50mJCK3PxdfIZA29bU0bXtfBTv8OlvTxPBiwkU,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=v_rWrTwPSS3LUQwiap1zUHSvZGf2vFv1dJBKFsnLAcE,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=IDzaNuQwNwuIxxkCNzMGPBirgsKddJPJ55RTE9qLW1w,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=cJdtwRT8KwEe8I6OtqfOB8eT-gKDVD2OUfoTvcle5n0,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=ws2ovTjlgn2LlYM7vvSKKwgJp_B89cnEvJfMi-eA_JU,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=5mWhY2OJslKgtKAvoma9ARcOl5xgKOkOhs6Nl6msFGI,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=_RD41oq8_89Tws7u2cCJVjvb5wHZFuOkwsmMz2-ZBWU,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=Ot3F4CBpEO6CfS63SPKoAeWkMjCDLJezXVh0GAB3TFM,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=ozbbXEq6oVFdRpHZY4mSUXrHe8Ah8zet-I0xYMN7_kY,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=YdbX9Z1IXb5aVaMNNyz8F4BFbMqEKfZzvpQKnho3jlE,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=hEVwcVihTMfkKCiJS4uTufqwXEbOihF6oabTIAKsPfc,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=u9DjjLsm8EF6ilGNTkT4Z8ptRPNoHxdSg90nHmcVzhE,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=EneHc50-pGU4vjhJ9uPuMhaLiLqwLkxop3Q4bS3IjqM,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=tYxJlDFxY3Za7wfE8CMgGXpXL-R5W5uoKrbBAi2_mMc,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=ydw75zEFSpDRmm5KGFayRbbM61L7ng3QF_FtH14lA2g,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=-hH7ESyu09MKBc5XjrlQ6CbN91TknnQJAEQWNq-5aPw,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=w1PWJrjsMHVV9rDMPHmffsFTCga2ZvysZqbl6uK4uto,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=JEPfH8O17VDcTERX7sXpCwLSX06wC_W_KovE1aNf3eE,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=3tsepdlaWQjHGoSZNfEF6RsZ8UfdPnmpawE-PhR-RTs,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=OL-T2FMVm9iLXRBa2uYjW-uMaczcWO5RkUEMNWGY_zg,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=psoEUwMMmx08iiMuxcMpxWvD8GNI6dSZNOc3sgbR6HE,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=PA0Pru2MzbKT_z7Nny4Sw87MrxJPcKiv8t_-SK8HEbo,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=0RJITBdeJG50iwNnTOeBQjb_56A8mjzVpy71i8D41bc,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=PhtsUnE5CpF_etZ07kbfqeR4MYd-aKUxU1avzC4pZIs,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=ajXq5hh6y15VFSsOWbCQCnfTlNPl4p8b_nyrl1m9ZYg,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=6sh-8H2D1lpgq8BQ55SIHVna2_6ETjyFqKulU_f91ZE,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=12G_QX8TFMhw1lEZBgJ0Wyxwk8qgypWN8g47dPg0lSM,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=5HOOnG3_zkKzIYypyzxE_z-5qcBzhhH90WdHhiYc7JU,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=pa20CMTmxSrTHtsUWkpUH3Pj0CA0zwP0fMwe5qWwGxQ,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=mQkLs2Fk8sfqzKNXg5dINVtdXmOtpH-0nHr-xeg-fCk,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=wGfKtFyNpCvW6Q_nW_3h76m291d20v-15JKpsVqGXdk,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=ylIcyZbwVmMYQXRmjL-Ur2YFX69VAS0HoFOkdQdoAOY,16656
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=b5mxzTNNnhl86pydOycbSwJvlQxNzT4niEHGYicQZ3Y,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=n0qj5Gf_K2qUytGCwZtSMJ2JZNUmf2lbGByoSedJbfg,3094
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=urVA29XCQoYdcs1HPSw2VqvfCUetyZnmdvRGzCD8TnE,516
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=hzzX3vrfe-MuknRruacnmUfFbDKWeARprjB1q7njEes,6079
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=eDntzBOgkCCmRkNtM_nTcNThr9I-0P2sRnudTMr_h5U,968
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=cNKSTZIJoY8CxCr9D7mlSFNlZnOr7NUehZteTgZKAS0,3449
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=RlqJgzRrrDXJWMy2wdWEb2ArR3z-A1fmCMCkDQuPqeM,516
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=Yy24un7Fux0z8ohK5mkHEJsqzSutj4VQU93MdG64354,2481
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=TwjUwJhgb4-7PpoVMCJ71IxmfbNyAs2lPsopIjBwwcc,1694
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=9_KXGspCLkzceNQZWup-QFMdYaw_WJHwXO0G6EU3US0,2135
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=RZsbcF2Yzj0nw8FZqCeThWKyyoVRUuct9-Bj9ElFtHQ,1887
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=j7Zd7r0Z1wTd-it0-IsieCDOe6SAZKRIidWwtz8_OaY,516
|
|
71
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=4hBb4t0bRbLAMFL6vGp4XajgXVGZKcrBc7xiAqNnSLc,823
|
|
72
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=Y7lUjDm-liffRIrGIm4o2FB2ATCNeHdnXPLeaD68lyI,1383
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=H8PgLhPn0KQ3YNul_aFmDS-1iI4rJBFlOIbv46XQWyk,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=N0rpRVY05C1M56xIBqDqQxvIoRTCSJrGHUTbTcbIf9A,1960
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=FY4i0bJYIJewC6HoZNUZ_02ZtSbMD9tKtFwuHSY_HWQ,516
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=CAjVhpSk5aDMevMfvGWfxpQ9dzLrRid3FRbMe9ZHvWs,516
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=HwrDRM-MNjuReym0wAKE5CggmMjvumqCVbvAi4pULMc,1420
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=CdvN5OxZFAI9pmAoMPV9exs2Xq1LuAUeDd-ug-rC-0g,6645
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=PNyJ_HPIOI383IjIe5whEVgKV0EaJcXq7HYDAOr3f_c,2791
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=bBpZesO7HIKDlwubRKJ5iMU6Wut6hf_mcXaVRLyeYxQ,2563
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=ljBn781LyMaXNpkkbQsUzK2GSLfA4vA3jAICm8cHFwg,9144
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=rjnZGALBX3Zn9ZP43gM7MbH_e0y0YWrLlILVe2h9mpA,645
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=9P9ClHOLd2vb9uXH_-1cVEf_aQY5sPqN-PPVLKD2O0E,1900
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=jBgr0pQpN2oIoAteH3rle-oc4C48wmCu196Ne0vKEkk,5089
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=OxXGB6MjKb969kSEaXpl6dIUxDY7fCUcVIOrGT6joAs,1369
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=eFZ1wpcrnlygmbk0lJjZ-acZvrHUNKT0h39iow1-Nik,3660
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=s6GudXXK0kxShFj7G3jID9TQ1Ixmd5I-cnqpJwlJ68s,516
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=4hr5LCkcImyJkefTYKnqdJIOSGNM-IWYGHPq5Qd2ny0,516
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=MaAZAIQqs3Z1L-aQrVw5LqjstB7adVlX3bAINYBup5g,723
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=b_BLnK7klA4S_qBfMx_6DJiN4IeD_XsrSKDQg5g9R5U,655
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=t8KZzMtfzTX3WlPcq6JLBfc5xtj8M7hoycjPdczzYms,9946
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=V9ZRjVNjd4DMHoSpBXi0tSO-MuffFyKvroseMF9E9OQ,1468
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=JqmR5jS8HJoyMobqqYLPvAJ23m8L45POoijXrSDVd0E,2189
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=BfuWMc0BMGwEFLanZMqriMTXWMheqe6KwJ88JhmzwFs,17506
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=DcPb3XMLeiR99WEsBI1g9I_Itp24-nZNPN9b9ZusIfo,2089
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=mjitP9PD_wPWa18kyFMdh_dCIlPyYIjMjQXC9rAoqL8,3472
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=hZCJFOEEsdPWQTMhgKtxIJ5I3jBcJFWggpVAcgV95Is,9794
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=7MegKGvMYtsT4ShWWZvzpFgRRg3tc-gqJ-jY28kx0sA,680
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=EJm9zScmUbXYmdDhe5XTrCFzfm-dFudkHjJhejVLw7E,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=9WKN6xZ-95kZ1W5oZvU8Ac3C6zEPVUy46hcNrVyn_No,2306
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=A9-NNtiuvdXHTQ-WV017QpqoHMYrHcakemVqDWL2Gz0,516
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=dlX2HrFR1r2b-OW0pV08g4whidUOcDKqoskxcppkz00,1922
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=KkkjYSosqJWAbaHAygZ9QRkKcwSEtXYD4ml-ccvupjw,1035
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=4oqczHy-FpkYMNfXH3lx5GCFOEkYN3K7wWa0RX-jOOU,516
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=Ei99nBIglRBWFOOJTjVKZXeKOKV3yVsrHX7Q5nHWEnU,2547
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=NnZplWLLGH0ZndM1WOclQDRMS0bscgYGeSiBoadKVeA,2554
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=gFg_f3iuWVDKmI8pgnYhC5vFiVRzxQBLTbA84603U44,516
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=jcfSS-6HmVAz6hZHXvG7j33lRp5ZaOEClKKzVYu1lZE,2305
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=MfL9ybjnQlnfuTJyjsGsJbND7P4fgVpbgITPNWoP_IE,2486
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=TRtrnQJPdMIX3WElhUlnRms-bEgVNs50ojuDrEOQPuk,2233
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=leyBVw2waUtEGWua0iusvED8ZtjHwtuQ9Njras5S1Gg,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=LCMnFOVaqhIXyfoGgoMSVQtg3SUlV3Ef9ekgSSdMlaA,1483
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=0bn4ShfJdDPmbXqip_hYqaQSFlA6evhPSqIx3MbUJJ4,516
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=hqL_T414WSn0HOS-Gss3cRQVhEfuTn_FjDerIum-TME,574
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=7HRVBKvu_JinB1Z2XkvUFM4qgDrQX2R_AI-c_sLxFgw,1152
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=pXuGWZt-u_r0boyzDQHcpk_GjUQrXkfS2ZCxOKUokTE,3174
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=XJmCogilK-YhpiWEx5UckzBocdvGlEjucUUb7zWTOOk,2601
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=Lg0bG4V-qj2XGQ7GThxAZIsDvBp8mrtcLinut4Tu8hM,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=ORiSHb9MZAkLtgJL8d3EDLf7Bq9jtw1-DaAEw_yFUEY,3281
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=yfZrJNICuNlYzvto7jss6sCqE9EbGJubG-eCrc3SmQU,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=Jr9nWlKZvcUxJPtiVNsqvQvQqLYY0AVrNZ_hk7O2bfU,4478
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=hRAFJ8T8UssTqHtf1Ez-UtkausYmo3-zfjAJ7KYRFSs,516
|
|
123
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=O3EnLRbUNf3jZYt9f2Oj9KeIYePhWHoWxlNEosmMEaY,3739
|
|
124
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=CMLlQQjbfECxLGzE3Q-InjhHBWahp0T8kifakjnCuWI,889
|
|
125
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=KFLYnRGLkG450r3jkZ-eslAZZQFZWzxIhmI3MaQEfsA,19750
|
|
126
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=T20_Cq_Fdz6kO3ritlLcEYyvQblVSOnfTqwFm9L7u84,2961
|
|
127
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=yyh-ephg3mLwhArvoka2N4QhmOHfp0Qs2PtDjA2u2CE,2126
|
|
128
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=IPeP3K58aD6RNakz3rX9cmjU2Brc9HIY3OimRyXlHCU,2280
|
|
129
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=jMkz85tVqXyiKeaLSgS1-pa-IiY9OAKLyg2QNvKft9A,1208
|
|
130
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=hdoGMEG9ZraT5mUYt3Hn_HzqW7wxLjxAhuxhm4Z39Wk,5283
|
|
131
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=ocGH1er5WMwZn3YuL6DlWcbBt9rFqP6O1mS84pshwuI,4083
|
|
132
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Z6L284h4vED77WSQeb22AzoFRlbG_k6HzRT4qdfvmPQ,2243
|
|
133
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=zD_1wXiaah5UbUjmdoS1-Gsu7_KIddfiRNjWqllM6PQ,932
|
|
134
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=Is-VLyuY2yHehDeS0ZJ8OIagcliwrp4CLG8UbqXtL4k,910
|
|
135
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=fV7tc4MOt3bh_86Wnd5KaiVZa4_Y5Tai2ifbtG8IwkM,1052
|
|
136
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=6DDSgLNYfhJPvEOL_l7rsOnEs60wvwNoypvLIcsCMgI,5983
|
|
137
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Esnv23TqgySvjkb-NmByvGXf2MiY9nMSdML5-_pu3V0,2465
|
|
138
|
-
metaflow-stubs/plugins/parsers.pyi,sha256=RCFSHC3wdHOm1S_MGcjEtRB00UFT75_SpRx0b8oM6CM,784
|
|
139
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=KS1dA7u__TfnFHluwHpkvenH8OaAqHt1IeRDYNUzFT0,811
|
|
140
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=mNuK7Tt2bSsP3y7OxYBS13iQvf6jOOelucy1Z7jLklI,3713
|
|
141
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=pSZh9JBgO_XYszoR1EPdE6eKYtHp5yOXPlWztmiGbRU,1829
|
|
142
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=jhFYLXH2YCQ78NoyZ9dkdOjsD9ugW3alFOleWo5uFb8,1709
|
|
143
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=1oD15J5Ja5Aef0ywW5BIWZqsZQP01oo-cH9q4VpoEZ4,1198
|
|
144
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=WyEtfmXnakqDWA3KF8yGzuq5-QkbUFoNCNgL4EA-4NQ,2107
|
|
145
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=UQaw6Iuk35QhVeXedckF8JET4lnxqJRmDgs-yldaBo4,2296
|
|
146
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=3Gb9pHF2seQo2iioJ7qVCckyBnYWzkabLl_E_WtwfxI,669
|
|
147
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=7TNYLlFdxq1iL2QdfbulhXO--6VlrgdGlmlFRceZ4dU,3154
|
|
148
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=XGCETukzdFRfDAjcq-VdZXQONgWEnxSpe7YpD2fZA-g,923
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=K9EnIwGxIHMxC-6r0QBSUvBNBdAtkrXt5LGr2-vD01s,877
|
|
150
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=66uZ2ak8r8WKFRTAotvdrx4M6TGdQ_pBDMqvH03caDg,1497
|
|
151
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=q7hv9iPqPM2gL9s22w7Chz1oGQQs7omnEpkSNpEacek,3309
|
|
152
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=r4_AN1pH8I4yF6ifJSMhijAIGJfZf4g-Ma3v4jM-0f0,3220
|
|
153
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=OIgSB0V6Lvzff5g8vD0fxucgGfWu4VUCfokVRacsHt4,727
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=_MsQWh4s5Gb9zWOGmw60WT9mNk3NXHnUmB_qZc7Dmv0,2634
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=VwwfBV_DZIU4fjd1T_5z-_qb0RruTmEeQzHKXqIh6s4,3348
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Btdwxm55L2-Y2Z0nQ94DxtdO-6owrV5L74jYmqVycsY,14544
|
|
157
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=0KJTEewJjVGThmRvqeBCm4GfZ0oZbgaO1qvSY4Rh_xU,1375
|
|
158
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=pNMxeYYLjEjdE857hAKS2HE9JrkmXYnRpfxCLb8rjPU,4595
|
|
159
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=khioWMDkSVhoXEWdnGmYkMHNcJo0ymjVZCr4FDJMyyo,7546
|
|
160
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=V3hSzcbyoUuhhfa5QoyqUdLXgtzsCAFrMyl_xgio-J8,1673
|
|
161
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ZGI0CV_NSMpJWT_4cxCZ1y1xPcrboFHNYRXt-U2UAZQ,755
|
|
162
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=qZZg2zg-AhaHRQALB3Kk-gEnmcxp-GgXh3V2nRyjVck,930
|
|
163
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=4s_pQjyGlbi-0SpvBHD3hSUlFsLESugqqerdcwtSzwk,3200
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=wWPCNnnwkxA3ReEQqppugwpPqLmcWQY5FqCqrDUDbVE,675
|
|
165
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Gw2aybXy13zxEEc4jvIcw2ItYeCzTOoFr7Nrt9jfHFY,3051
|
|
166
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=xRcFQKsOAsY-TnNN8TVLiTDXNFGkqgb1xK5Csx5y8_s,3767
|
|
167
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=a_1mrIxd-CsNjfbbCTjS-TbIGsk-CbKgbYuchkKTV1A,6231
|
|
168
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=5z237Igqoh-j2IuuIRU0iTDMfu5VW0x5UezEf-x-4BE,645
|
|
169
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Ro8AGhqF9nV0ECb1hP4Bi3EUEf7g64H3oQcGAI0vP-Y,3575
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=NSFqz3C8iu3w6S4lfmws33-9CMtQWRCCyXxJ4uPCVzI,674
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Vjg07MoNsmjsn6NiQUs2DqW8nM8SFN8I3JUi9ArSuPM,899
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Jg-B4G4EBtkM5u2qeyj3HzGq1rLxEm7xTjIz3OtUJhM,1637
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=AALTF9xZx1fU2_osjpmu9GxPdS-tK8CNqcgi_CiyksI,4631
|
|
174
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=P3MKgiXJC7wakIZw-ntzfB2WFBuD4c8FixbIIJFT2Q0,1186
|
|
175
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=q8kchgZk2IqI0SYJfoV9Wd5NmLGLsIlyV09bQjSt8hk,4035
|
|
176
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=jADMdAr8-po8KvL7eEE10ilj8a5WhiLdxwNxTq-TFRQ,5089
|
|
177
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=BDiHF1qAwovgTsyagRJH60qz07vqfL3r4Y8-3LdEMHI,1011
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=o2ETtNFPXtgIPOc7hDMMelQhs92nO-WMIU-PYgNTD7Y,1168
|
|
179
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=EMsYNa_IFebcu8aGUXQEbl4Rrhf9CBXkk062N-u-sgM,999
|
|
180
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=wTeoOFaaC6mXJZEqPlTzbL6MTz_1Ujl1BfUL0NrKrzU,2289
|
|
181
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=teNYzB2bUBGgqYzF0gwk4dZYe2r5ip_9hc86LQ-0CW0,2458
|
|
182
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=xfeCplxugcvBmKoXOHvZrJJQjXG8Ip6XcUgwHbC24lc,1568
|
|
183
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=6d6c6_3wRaf34TJCudHKpk_sxZwj3eG3yBMwUN1WJiU,1667
|
|
184
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=cQLlnoJAGYNtLIedx2_xRRpYPXj-t9p838YCFvJOx-A,916
|
|
185
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=xirHWAbW9IIsaEfOlXNwvfQDAWxrtxIUGcQNm1_oEqs,4909
|
|
186
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=0RIPzuRG35noUx1AaQtdPeM3UA85CxxRqRTVsEU2I0A,1189
|
|
187
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=BimXOkQFzV2QKk1GnNnl6AFWkJwXqeUbJgsSEFTZWn4,2935
|
|
188
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=SiaLMQXdohFB0fDQp2V3qnV_fclHnhCES-J0PYX9IHs,3247
|
|
189
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=jYvTtJOsS7oefMg79SRBL7NSBNarP8fCUlQ1W6kBlqU,759
|
|
190
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=kcaoFypl4XuO7yzA0_4FGDhlJfhw3fho5BJTPr9hIq8,8476
|
|
191
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=qq8dQH2aNH93A9PxdRS8duNIj3ZgI5ee9Ua_tg8LwTI,2470
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=OhqLQGAetJleS6ssvTPzOm5w_MpO7QfOG7t685_qb6M,986
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=8aJBBENBnbM0A0_IGvYD4kb7FqU3P_a9O4vZU-hlaSs,7501
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=9DKV4a4uiohtqx9q1HgvNulen4rZVXjWUo8vEwSBy8Y,3196
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=IyZCXoOsYOFEIFxeVcMz7hpwBTZxwDWxEwWNYF9p-nw,14395
|
|
196
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=wZTShP2YTwlbRr-SMqQ7e3azaAbxxyjOobrEsqMQWi0,1479
|
|
197
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=BOMqr87N7ZfKHoX9WvNvoDlhs07lG7nN4QuDwIXv_KM,853
|
|
198
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wKoYH91zZx8f8shuR3vZbf2qdEEBOjAEwEIp3qUxts4,3774
|
|
199
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=BhtB51BENFxR93hI1yAeq87iAZC7fqxb3YpUtoUvRZo,933
|
|
200
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=e4b6I4pbD-InXJ-m2_E9yZps2yP2E-SSJacOul2qxXQ,2797
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=I_bGiBJnFHv2ldLWOq1O10IaOHQ3REIW1lKUjok_ZaI,1204
|
|
202
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=s962FBfzPYHgETwM9jsI3R3oDcrJYLli8D2haw5HCvY,24255
|
|
203
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=WzxUmlHVjzMXn2uRYPmEwAG1O05dJARmn-LLYJDURSA,1036
|
|
204
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1zNMz4b5Udr7LtQs4C7kESXIu5DU_tZp-0YaBAeRrd0,1132
|
|
205
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=krypUismwTlthri2F3-b1wBnytLfES0W03upFvbXHZY,611
|
|
206
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=SayzicxB_aBhbtGLJZGLNfydnu-dRIRHYqINQzmX0cI,901
|
|
207
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=pIXgBlpk7Wk72aJXqk7r7AfqxY545TxV6FiuLOYbZuE,587
|
|
208
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=O-tnhkRxAmH-k-E1wur8t6P6a9o5q1P9b7SwRVjnbV8,1200
|
|
209
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=y2pcfncyu3tSt4EZEU4m24Y7LbWMtFVzvXtTIapmPDQ,923
|
|
210
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=ZUEHoXoqE7xKpz4BnNPzoIo6tlU0rmkBZujLODw1HWU,3298
|
|
211
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ligep2ILP-9gCBLFFjNfLJXB1xzM1Ks2zD9uDeYro64,796
|
|
212
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0cn8fbaPgDW7R1IKxpSJPOGCAWGsD5nfBhVKlH_8nK0,899
|
|
213
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=TEIRnlLOxfi0zZ1weyyfWRbs_GyPnwtl9HFQo_h9csk,1086
|
|
214
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Hqi2t5h_FErfbj8Tmsl-Pz8_fkhq7LpvUH61sJLTsFs,1641
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=TWfWR1I9JyVNUc4o36wk-jPGlKXlJrZt374Wz0pYIl4,803
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=7okKlBWlhXiHY2r63fG9HvvbO0EFnknhTbXINySh2TE,1707
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=xSMh6PMHy478NgelpygNDPZZK0A_Ep-nzgOGfbIuTXk,3915
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=QrS-vdDSClS5faFjhgRR5FjzD2UbyUfkw5xCAsNcoPU,1292
|
|
219
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=E493yT3Lqx9pTU4A4nV-gF9iYqose71XlSOeH0twBXE,7978
|
|
220
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=9EfXd0VACFvV9DAI7XJDl_SMY5nDfpCnCws2pFzPYkE,5425
|
|
221
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=2Xd5jMexCaqhzITpYiIWQA3Tt_Ro9IslZMLmEJNuxH0,762
|
|
222
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=0SJOtESghRxNLoor7tsiH2OpIdZiUMzSngpLzJHfYoM,3364
|
|
223
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=lTmEsse5Sw1Ne_sox7PuApjLL_-4O2r39m8K1_O3G-c,849
|
|
224
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=bu2CZBLEH3mLwP0Q31mIbcvHYFJ1G3uP9utNefy7a40,948
|
|
225
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=QktuYFrJO3p9uOcCUK7-jEL1f3tOWrf8H00vOs0bfsE,3855
|
|
226
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=_zGLSmNACtYa4qc-TlLVuNVOoHsdhdALxazDEQrTP-c,2465
|
|
227
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=JvDfe9sTVH06sbk0YwqoTNI82xxowUEPWbfnVk-rOgM,3741
|
|
228
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=bX5ArZwrrt-Wp97qfPRTUnxaYp1pHFdoTE19AWxCCIU,2650
|
|
229
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=tDg63eQyEDGzrSIy4Y4yIt8CqqzljF3RWd-2hqHVm_s,834
|
|
230
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=7fLx4T6mjlovcl5hgmDTwYK6fY12TCIziAcixUz7pn8,874
|
|
231
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Is9N_HvluB1k6oGFeCUU7PjKp_S9gLmfK3mahahvRkk,1208
|
|
232
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=vfEysjoQcvKLjdGGwReCsKt7uBbSBDZwTS8D3Fygkwg,986
|
|
233
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ywIJnZL4yiHQfM8F8_QZrcWy-E4MIGFpNpDdTXnlUzE,1744
|
|
234
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=o-nYvS6QZTeXlPwFi9UoWEeapNopJFBQtsydBJcxTSM,1224
|
|
235
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=BrVI8XVp_cJ_hrx1We99XQIhD6f0H-DjgfmHidzq7j0,1417
|
|
236
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=x7-bUIoei1dvA8TSO-Du50Ywx6U4bkmj3ePwK4tk5fc,956
|
|
237
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=aAlfDZz-0G3K0TDm6p6cf-EBYNfnxbWtjYpO7SEpBoA,928
|
|
238
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=SAkVeMyt6yum2X_4d7uv58Bka2ZQSB8agA1Cqnq_iI4,1770
|
|
239
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=-zBDILVBOU-0MgozbninJmBGNIWXWcjnoLsaSKdvQfI,601
|
|
240
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=dAjwVTEDypOO0OnakC0hbfX7wuhaNvXdZSFTRrK92fQ,1383
|
|
241
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=TMBGqujhACxvcSfRGSSFkCMFIhDjAGzypLcT4wp0fpM,696
|
|
242
|
-
metaflow-stubs/runner/__init__.pyi,sha256=tfdL0ctGIMZMOGafCI15y7LGmlPU6klU3CdJOHa2VnI,831
|
|
243
|
-
metaflow-stubs/runner/deployer.pyi,sha256=yZh6dpxjnTnSZxdyg_5vSVINuULq1aem_cInve3MFUQ,10115
|
|
244
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=N9XHIBQR9YVjdSQu0TmMtrYdfKuShViVgUfCeNE5Bew,3678
|
|
245
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=vsC5tqFPwxkQO7oyHurYK5Z-3SB8FxS2mPConApyl40,10997
|
|
246
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=VoU61G9VAZyF5llk874BWszL-2D28Xs5g4mdirGSIdg,2946
|
|
247
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=fn1i5mj0uRg9xNJeVu9Vy7S8Dsm0NOWMmPw5domtr_c,6035
|
|
248
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=_6ZottOziiQwd8zXuXC4Rt2nrFyUhjmrcNbHY0n7wKU,9342
|
|
249
|
-
metaflow-stubs/runner/utils.pyi,sha256=j7fecGJTStAnc38smy4KP_Uhtjcb22Q1KbkXAstmT54,5968
|
|
250
|
-
metaflow-stubs/system/__init__.pyi,sha256=SO7f28mqn1goqRA-dEoeauPyXA8BoxhcD-5VenR945g,761
|
|
251
|
-
metaflow-stubs/system/system_logger.pyi,sha256=ENDhMInkchI2wJKrb99wjFci2-svQEfMT5YzsT0x_Rg,1666
|
|
252
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=xQitBQoqCVGGUw8i1rUwJDuZ9bkSIT-3uREY1tklKVI,1788
|
|
253
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=Rq0qLS8ZTNioDU_1lRCLdTjE39AnUPeDhyJ6cyr-cZ8,654
|
|
254
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=-SWpWy0TrjKh--zOB-owoYV5GTyrZIgqUMsceCMM_XQ,3008
|
|
255
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=_ikpPaK_qk9xTDXustL5qFZQ8P0BLTY14AaLX2noRn8,10232
|
|
256
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=4_-CUgSV30Rg2JTwE-siYUHnCzlH3xfD2VHGIcSbtdY,785
|
|
257
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=rKsrqq58wFx8u8GgWZ1djWCsu4K5IM3aFseBQ5hejys,1391
|
|
258
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=BiylP-aRVwlydcbEHQpIE_YkZMofZJcOVmkJJsXkW-Y,9333
|
|
259
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=_IEdsAKdg76suTexlXhB7COFu7yAwSPToGlEdKMrlEI,7062
|
|
260
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=lRQmWk9J2IpYDDC6Rz7puvdq_pSCnbh-MjfnsoDwxbo,5039
|
|
261
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=ptTsnPe3iutdL8y5dxa8bPKfLqoodBiewUDd63Joe7Y,13314
|
|
262
|
-
ob_metaflow_stubs-6.0.10.12.dist-info/METADATA,sha256=LCl7csrJ3FfxU1YnltrBFEX9C2KjDwLRQ8nvf0JrNgM,657
|
|
263
|
-
ob_metaflow_stubs-6.0.10.12.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
264
|
-
ob_metaflow_stubs-6.0.10.12.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
265
|
-
ob_metaflow_stubs-6.0.10.12.dist-info/RECORD,,
|
|
File without changes
|
{ob_metaflow_stubs-6.0.10.12.dist-info → ob_metaflow_stubs-6.0.10.14.dist-info}/top_level.txt
RENAMED
|
File without changes
|