ob-metaflow-stubs 6.0.4.0__py2.py3-none-any.whl → 6.0.4.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +1085 -1079
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +3 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +8 -9
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +8 -8
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/{info_file.pyi → meta_files.pyi} +2 -6
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +6 -2
- metaflow-stubs/metaflow_current.pyi +28 -28
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- 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/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 +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +2 -2
- 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 +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +12 -8
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +13 -11
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +13 -11
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +430 -0
- metaflow-stubs/packaging_sys/backend.pyi +73 -0
- metaflow-stubs/packaging_sys/distribution_support.pyi +57 -0
- metaflow-stubs/packaging_sys/tar_backend.pyi +53 -0
- metaflow-stubs/packaging_sys/utils.pyi +26 -0
- metaflow-stubs/packaging_sys/v1.pyi +145 -0
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +11 -11
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- 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 -5
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -4
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +28 -28
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +3 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -3
- metaflow-stubs/user_configs/config_options.pyi +3 -4
- metaflow-stubs/user_configs/config_parameters.pyi +7 -9
- metaflow-stubs/user_decorators/__init__.pyi +15 -0
- metaflow-stubs/user_decorators/common.pyi +38 -0
- metaflow-stubs/user_decorators/mutable_flow.pyi +223 -0
- metaflow-stubs/user_decorators/mutable_step.pyi +152 -0
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +137 -0
- metaflow-stubs/user_decorators/user_step_decorator.pyi +323 -0
- {ob_metaflow_stubs-6.0.4.0.dist-info → ob_metaflow_stubs-6.0.4.1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.4.1.dist-info/RECORD +260 -0
- metaflow-stubs/user_configs/config_decorators.pyi +0 -251
- ob_metaflow_stubs-6.0.4.0.dist-info/RECORD +0 -249
- {ob_metaflow_stubs-6.0.4.0.dist-info → ob_metaflow_stubs-6.0.4.1.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.4.0.dist-info → ob_metaflow_stubs-6.0.4.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,260 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=JQqJuJ04Qkbx8J8NfRISfHDjat-4akysR3J4micNns8,82219
|
2
|
+
metaflow-stubs/cards.pyi,sha256=c83xGQ2PLCGq1U8O_6bpJJ6Eu4pawkfLjLkebXAZ6tM,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=TdJ1kmDK0iRSlup7QgvtD6evoEu0ZWcV4r5fb4LqWPg,2264
|
4
|
+
metaflow-stubs/events.pyi,sha256=vamdrV_GQvE1wW_h-E129L9iiAMWvXh1AE62tOdWAGo,4022
|
5
|
+
metaflow-stubs/exception.pyi,sha256=GGkuLDLU5AAl3yXUAxZtrWEBNpqr88xBVVHIypJ6Jg0,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=vNfWPnZqu8coaprkGGHA5dlWBZ7FBTL78fcWXb9r30s,10301
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=1O0ImEyVPamGCO4eUBoA6ekRq1bU5QN-aTHyBrAJHuI,62
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=kU6fiDY31Q-jjTRAGRIP8J3fKNwBMwPhH55sgWCvwPc,4615
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=NctQB4VioujmmprZg0o2zz89L6dWu8QWg8dn6nGHru4,585
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=2h40mxpqLBZJjyqo200Q5hSsIwnt-qgb1NayfKz0_hs,5173
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=yBCtDCt5ccjdeLvZj-d8JlVFhj5ebPb7hhIqCUWtPCA,12887
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=XPjFuUR0k10O-ulp0LPHgBc0UFAOaZVV6asAZe6wwRk,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=73Dywrl-dVa4HANSvXppBve9mEqux8WHYOzkMwt7CZA,2516
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=47v-Tgp_DJ1-NrdHNnD8iJdlytVRDYWhibbKDVzq00U,898
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=4dbYqlv8YVQgri_a1rQ_WWQmZmbuxJdppoiVN7U0Z1w,7453
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=GmGYQhlBW2Rls_v3Y2GqCkaEHHVQ7t7DhkU_q-KPsg0,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=n_vI3HvAIP27ea24_CFA-90b1aLO4EUk0E4zx7gWV_Q,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=wuXupNCqjxe176aGm5nf42wc2wwMrOH5ABF-3ips5vA,663
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=iFz9CFwC9x78rTzaeXAIB41ARMi7VOHYedeDftWsdz8,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=ZsGbV6TPxIodP-TR3bTRUB2tYG2GCQ4LrHChJp0S5vI,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=v5v4FDtJD80vwO9giYraaCu91nz3cXSfe8Mr4Y233eg,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=ahmltk5RZPje33UjuGHs9H1yYi5wBQbE1NPZ2Nm8xiw,48178
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=NUTmIbPznIDJA6EkMLfaMUbeAA_BC860AE6pYdxRYeM,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=rWg241Y-R7GVlsQH3tJLOZHDzIi-KCeTNRtRFkpYkXM,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=4WdsrekXmAue0wGMol__70OQL360-tkG-FuxHFUyjMo,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=klFNNOVtX5Am6Xb640-p8rXGLA7mXqcFXfeMl9lkvoA,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=bGnkG3I9_8Rwelno-s1nSNggfptnJum3cD7zb4pS7YQ,758
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=ei7W7we7yItPOmTAYQ21818503wQsKdjWUKclnGOXSo,516
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=hExv_Tj78MU3zob4xlhF-0ZmFomTIKAKsSmbO9klBd0,516
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=3yeLIOFLmK6C179Obq0XLw-4TOcoNxeBzCOpNcV6hi0,516
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=BBVzianup-kV5U9z5PjLCL3VvrLgQL4pvuzHUvBE04E,516
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=ubGO3xhSvHWRvlGcHix5xAbn4ZijF5LhTv97W8ayn5g,6402
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=gweLwU3nEOvnW4KIHrRXs60hVhuP_FAXA0PgajyOmQs,1433
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=vHm8Dqjx6H8A3Pzgmw4MkHHRDO7u01dBUX-QZ1ha35Q,516
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=A_LipOlyGVIxdXSryWj4BagdWIn3CNXJ6qyWvD9vvpI,1870
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=OcbBUHzZhwodh3eXvPWbFYWPpW7WYhF9LAfMdugNMVU,1036
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=_2d0WSOPfRVKjlpuDRW6Qa_GTCmw18CeC2M27GjL9KY,3387
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=bMcsqV06foUo76ZAPknyIPdXeoz3PpCwfK7n2eTnzWQ,516
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=hvwpTqUs8w33QCXF_U9GaU3vTuvGUDSq0pnLyRu6zG8,6452
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=5jjl0-dGZ4eKqoORk89Lc4oDoinCi2u6Zb_Badlh7Xc,1167
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=cG5dgu5gbUFk6HdNUVKrzDaGBQyfCWlEnf1-nToe5KM,6675
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=Hk2UJZ1cIoLvFemZE2EbStD5wnd1Ys7PphRc3NS-jY0,13939
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=bDpsfRlfvdyykUtTtJMUfO_M-D19D21_Q3YefZUcEFQ,988
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=oc3XUpGbTk3JQfjSp2I5o5D-42Oup1lFNHx8NI6r0Ko,6919
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=2f8Pe5BTkNMwxR2LvbzMHuiuZb65-m_EVD4aXJmDV6Y,1347
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=xVCQy0upODxkpdf6PX9DiqHrEQm_UV3PTUn5pgyvIno,516
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=4WKX0AhAXlI5aArrCJfZshj4w7f1JADnzxoixAj_9uw,3519
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=8Y8hvFz_hzfFEZ2ZydBAyYZmdjNh5C9yVdajR0zylUk,1499
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=gWDotS9hhUgjD8HC6LAVeUT1YOsBVv076z80augWus8,516
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=Y8OvT1l3wsOgiD9es6ow7HZYv1MGY_4lhJyoRdphJJ0,3085
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=xh9oDTg66sf86gZAyy3cdjqnP4rTkMLi6rIsBRlr0ag,6468
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=tRfj7D3KJhrO763UW7HAPO9bUgd5dBHLFsABWkv6Sxs,5532
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=8iBlxFQ9jSmTBBusYkJFlXocrm_wiLMCYqzJmM_zoG4,1133
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=2yH7IMlufFvXsq56DLFFFQg71AK66O913TzKO6ENCb4,2810
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=eJGLFa0uHuZNfJjfj--2ir5dg20VV3E5xahEWk-mnE4,688
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=tZvKOzTey-euUZ0nwrCm1NKE0n0LX6S52hQ_5enkygc,516
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=LNeV5GUC9DT6fwiAIe2oeHzOiJpBaV8b0ZqM6V-OoMw,9892
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=7MGrI291Mu9P1ebeMQ16Dq0K1kmO9cvp-6L-9rXc3Vs,516
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=X3_BVR9ns6EBQynAB-opo5kLsXAfyjU5EMbFrS5ZX4k,6079
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=zwNYRgZULLw5FeFpqbIEzoJ81w3WzzOIY-JiyxvQ1M8,968
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=SygUgzS-fkgK8bUQGwRHAjcCvRKKQxqZt2h9V9PZs1Y,3449
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=KB0HNQUUoMGt23mKpqNYiJKccHerQaY9Tc9naYUf6v8,516
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=bPmpQcOfW2j5MdUSfn7sp50JDkPvkrQaYH-MHTE_vrw,2481
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=mO7yx0--74pJw3LNRkm9rgMRQQlJUte6O52HLlfWD1w,1694
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=rcGUmPEg-lrsCJyhbgc7GkrDs-2xKXTebCZDkXI3ktk,2135
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=PxuLqDSr76mdW0atETLyCQGcCs2SHQ90r1eA303Swe8,1887
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=JObtj7MF6Vd50VUjY8Rjrx99YEGlfGOWXcodLtQAmUo,516
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=PTpBQp6WsOxfgiCxPEWYz0O2hBHO7tYD9aENSACsWpw,823
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=QBT3mPmgKmJO03OUtYx8Ane3xlbwYpI5i3egxZKdnRU,1383
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=Sb8LzQf9LKdy3j5ZfwuLVSvtqcePpL_nnj32Dkm7ALg,516
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=_YIdnvqd4EOFoI1agxH-Ejj9DmDbDPHwGWEq69fM_oA,1817
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=eqPtgg0PBIH-1NBGKq9kTo72rcjOhrwfPEFJrj4RQoY,516
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=OOg4-kajaK0ndyHImsyQ82sRAOzhNogS6pwYUQcCfbU,516
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=QgdAVLeFWP3MqLSRIktV5azY-QceXNB1A_RQYadQcrU,1420
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=5zaBDINisLo2JCGKGrZcq-oaI8NQgwHwEjPQwhPYYek,6440
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=pJanONLLSsgGVDRJvlq72cTyv9X8gJwzoH9--SIwoyQ,2791
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=_g0iHeuFPeKIPNKXx4321dPhzAUjGP0RfG4PkoZFx2w,2563
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=s1CY0RpZFVDhfcUoWOwykwAcJM9iEKwUs8cWxzBoGUw,8839
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=UuOd1nnK08jCOHYOtRfpGRH52YR13BwWXlvHZ4W_MFw,645
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=IyZub--Vglh8FAf0XoMLxn2P0cohk0WpHZsATq_SmhY,1900
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=jGa2S1ysn-KB2Is8taqjaeeoNvNEl2u5E4GbZkvQqTI,3374
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=Vt-yNroa4mx4yRV_pusju3nctla2N1YpcneR9OBx2V8,1310
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=8blMElF683ssFSkgSFxnQ7FTrLelrhXgRAyHzMNm3AY,3661
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=EXFmonGskNbiGS-RQEn4NVg3RcTvw7ZSrcfG4kucW40,516
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=s0RjvBBlKihnRb9vJYlG6-OK_7kBND4bq7OoO3nz7E0,516
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=Dbc1K6jE4IgmbOr05i4FWq9O9AbGs-23iXfJFnfhiTk,723
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=NMNOewNBQOuED3ohZNfBxwBs6zHQlETWiLEjRFxTlaY,655
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=qxGIht2EAimLZueDJYgh0kvECtjUPS8PRkbWNhX6j70,9713
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=8bSyx52cFSIX-X2rTBu-aqTMDBPmYf1AImPz3SaZpn0,1468
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=_cE4008PLBONHFcgAbbUjKUcwIk2yNg6kgTWViGXDI8,2189
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=78gWUfVglT9SdwdF9N_NNeoRb1G3cmZzikyQ-5pc6PU,17506
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=x1jdJluBrIv6WUWT94c5MySaBGSf67DHszDeDHIW8Lo,2089
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=0XezZiNGRVtmAY76OV-SknBhov_r8T1rw5kaQKsJHJw,3281
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=3MW34OQet_BqqcqdUl3qFe7dR191W2nmj8Ua58e2N_I,9277
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=_AMqcsUdn2jfUimXkt_4YCuE9J0zD1vJ8ykCul-mftk,680
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=0t4eVtwVnlgy3-s8MbRHP2GCB6wwEO3bB4mFajJzGho,516
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=fxaGn8ogJFZT5wNvuG2fnas45wQTKo4_z1jpThWMuZM,2306
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=uLokUN_xWwGt_UpV_5Ufjn41ZMzdpNinsIq0cQeStlE,516
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=Imj5eLXkGO0ENQ3KKv0jLOOggw5F22kxyZ4ZDABVlq4,1922
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=sHWg8CZsr4kF2JAL3QRWY6FGNu3jmQK6QzQijldQFRE,1035
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=zwUvFZ_rHuDL7R8hsX-bOZCrofXMKEYRA2DniOz8an0,516
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=W4oFXXFHnnbq0XAvpWylhGLLZLv3Vm5nMgCb3nTaOnI,2376
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=Vx4SaU_7e19uX8y12fYG_zMTJ5ZCFUK9GuK7W2Ms8FU,2533
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=LIYrxo7lg3oemWK7RPhfMOVBMnp4FV18BbzVls0LRBU,516
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=VXSuzh5IRhF-ebw990mIYJ5QKuU9cVPH1xXz66H31Js,2305
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=wlis3DNZJ-B_bFRcLltGAvXC_7gcgsJXrY9VsEc5UJc,2486
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=B7zZ1TjCW7CPjWtzckCKItaBzDm2nK7ZV7LSkkABG04,2233
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=yneeRAFiiQXD8t1O42UEaBpl8jIJ_dVwILTCGGVYDuY,516
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=dO2iRoM8piEFRip39Ci71juOBlxvFN0ag5PZC5Z3dRI,1483
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=FqqOYAKJ4X23T-VR32X6wa6xPWSkiqw5RGm5FPM-5zI,516
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=JWA2R_1fbbenwcx52THauQ2RiLEPMpTDZayL54AlRBM,574
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=hSDs1NdIDzoCvvRlSq5iTZhzPQmwwOB7URAZm0j26Uk,1152
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Cy7_6DufgsZTziZHBhropQHHr7ryWuKRFH9S1oZ3Ats,3174
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=9AUhftoTqqJNisVPpmmzMO6sZ6XUevYvLvAxvW5YLDM,2601
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=GocFwv2NaZ_ehV_VcC8a1NnhyXnJ2h602MrLObyYSJo,516
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=x9X3ky24MRW0di3QDRyxnExLh0bjSVJyq4RNi4T-CJI,3281
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=AzfuyH_PuyUjPpQOge54qYsgJzxhj6eA4V0qZ4PDYq4,516
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=xHo96P0OBwjwWzmZ8Np6SDnlCTO7Tz-4_9Ybazsmnec,4478
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=bAwRJaKVVX1744M83btF14P90-l1_DS_ZCr1ZXhnKXE,516
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=EZCpsSV0UR0gzxDzOBFS6V1i2_eAYUGLlTLGO56GmPw,1190
|
122
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=fZP1QtKhMkUWIbLjNW7QdRAMst0eF4XR3inQR8x1M5Y,19795
|
123
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=qPu7bLO-gbOsR4p3Jw73EeEnsqKrZDerIgtzv1QPy7M,2497
|
124
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=LDjFYOAPhI0bSItoMm3QZdNvH3Yml8EHItCoUbXEiZg,2126
|
125
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=7sbSUSr_mcHGLF7dEdE9ymgYxaYDduuEi6mAsVwRnuw,1954
|
126
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=MX8Ne-EyYWy-7iBAoF1wMnmOlmVjiIV6tqb84IIDCbk,1208
|
127
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=V9sJl2v7JR1nIOUkGaqt3d7mLJW_sYczk_xSxZA5vrw,5283
|
128
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=tLJZ9bQSdbH-lECSXtiSxiIB09q1b2sE5kDOxuNucHQ,4019
|
129
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=hxF29VPcB-XngEUnQJBRHcJO4GHdO5dcaM-QwPgbLSQ,2243
|
130
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=1yyY9uf_I0dvc6c0AvdHYvwiVG4JAa4nJKAzbi4dH24,932
|
131
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=1ej0Y7IeKAkngwtjgzAZFhTs-YqtcT3mLHiolNbvQR8,910
|
132
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=RQvvOEJZkYHZbHA-dYzzYl7NglKAIWbveWMwuIUEU_k,1052
|
133
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=mC-F7fQYUbYpBsTeAbxORfu_qYu3DzRKmqJlP8PZusY,4772
|
134
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=fQMPBG0ZVke-WK4ST6ZlJ5Hc2utyL9GLgQISDUEZ7zQ,2465
|
135
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=HgUFegjE4e1oOi8HAzrhaXeqIDGOBQzpBomU6cO2TRM,811
|
136
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=qjGUYR4uxBXSh28K5yYZjyBEzwBXKMdhsPP5YBO6ijA,3713
|
137
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=lKlyqoiOm6iaUeGAxCO3BcTjlbKWt1uZWaLq6Zqj1lw,1829
|
138
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=apmsAD0HAbTchV7C3jcnqbji3mDr0L1_yyS3n1ypflw,1709
|
139
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9z4P_LMJg18gbk8rSCo8LTHKrs8SpfJdR6N3nvsOvvM,1198
|
140
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=jspfFw8H6Yv0j4600j3OBDvmyfVcB73JD9mOp_jKhFk,2107
|
141
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=82GIUZrdkvgwKVDAb6PrVwmNBL9npa3p6hwvZB3WyK0,2296
|
142
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=BXnWEvB_Mo2yeRFzklVFzZlvi-7AhMGI8NmQ4sPNSQw,669
|
143
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=f1izdBBKaukaoqc_w-8Mi9voLRcbGzNNQg4WpAqlpAo,3154
|
144
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=842x-zBXVCNJssmswO7lIQtH8cEF89jRyG1zSoQQMaA,923
|
145
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=bGPUrqUbqKTVyVmpetutbBjW7oXGiPfkDryGHSNENMI,877
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=DLwMCDrlbFY8Mjz35wc1bp7JbeSZQI82KCDNZAf13oI,1497
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=bLj0503eLGShpTOqsTR9k0P5L4LxAErR9VL8qi231wI,3309
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=mW2PudzN-pxqVounCgarbgY1qU_NQdrqGjvbOIzgnhc,3220
|
149
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=buHCIccF9ZSZEysb5JxQ3mPhoY7GSlE5gCPVSD4oNV4,727
|
150
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=zzCvzcOS0cZnSbmxdEPr5crhUgpHoGle88e7dC5bQ0A,2534
|
151
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=HoF6vdPK3yOeIA0Ak-wO-36d3X3SGp6T6p0yQYP4kMw,3348
|
152
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=3E7k9hPm7OQ1QVmrANI3jW-S-L4xyW9Sd-JlscaRqWo,13535
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=8XV0xJkHLlQRXIqTkLw3wXc8hl3nD0pHXrQEbhL8l3Y,1375
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=wcO23wJA7YxFfNanzQhYh1uFQArsEqxkG0Nw-ngeeFg,4595
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=NH_vuHE_AnR5H7PnPCnyDFDioZtyAC9mDITLtQhUPc4,6173
|
156
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=UKsVKbOo4bUKf560p4HJpiCd7pw6X1fEfMhN3Kmiq5U,1594
|
157
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=I0hmae1r6JvR831g750yGeL__Lk5ESfz-H8iZwz6rDA,755
|
158
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=s40UPBQ3UBVLAvUZjPCpKxtFFaUjlPcIu6AhF1wsQFw,930
|
159
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=81Z2Xa-gA-mSQc2Z6tChY5lSMAOrhShKohrLh3H-1lo,3147
|
160
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=lqR7qLEbQh_oZycJ_9YlD4TBqK-sLx2q8x82K5GyDAE,675
|
161
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=W83pS2F3JaZ4Irkq0AUlZ2Bg7Uw-H3DB5P3IH1sdwOY,2951
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=TaR2G6_RWCaJJTdQgfsgVd-yje-J_iFZPaGv_lAC1wQ,3767
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ubK2PvSE6S6TUX_i_jC8mt-KZLWnUgXqzLM2kw1IeS0,5976
|
164
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=aJEt_7rQPTucVJ9qR4JhGZbe9ws4grPWH_ol1JEq94k,645
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=HzXJdW8Szb2JdHOiiaXOMflpz4W6UZuKQBQ74vAEQ0I,3575
|
166
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=D50XVboC0QcHaj3UAxeME4aKQjyLEDnKuSp9ebi1fBU,674
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=J2Pcp7OjnNwnksfyLZFND_AThcoGxbBSVzgl8M8lMgc,899
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=B1eEk_h9jNNrtNoor0iRas9MocLWtL6P7eh6Pc6taQI,1637
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=UBIWqMwMptiCih4rTXgHqFrHuDQpb7vHJCpEhwqQ2SQ,4576
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=0rE88rimED9nJS4U-ufiojW31dFVnPkg02uEc0ZzWb0,1186
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=0D_5K321XW53nkhcFfTAHorEjFFn1SAOHdbGrFj2ihA,3881
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=EvwiW7zGOwsg9Ud9ctGD_c2sU34S1LUNE5qwTHyFgc8,4410
|
173
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=-TTBMOJtg_q4sDFtqF4u_d47GXfg1kE8Ub8LB5Ebln8,1011
|
174
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=pR4i47M-I9xXnky7ykBvbMalACk2Z2kA_qBmduV7LMI,1168
|
175
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=2YQ-byPc3BVamuYMyrsjAmGmbaXZcVbYu90TFu8kbtw,999
|
176
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=j4rsEYrUW74qckO7MHAvs0s5kHFkC3Rl1UxzIUVFEuo,2289
|
177
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=GJwbtqn9tjZyEXi-miHC4aTm7QHzj401OLJp8P2cri0,2458
|
178
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=HOMC8HoFP2xRHbgXVRrj924dBoC66G_ZTJzSdiH-GiM,1568
|
179
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=rSZMHov7uMYwmAKGDVdb7zbpqKbc5weaxraO-cf0nQY,1667
|
180
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=T_kNurd1cWPxyOrEQ0bF_1uEZyNHxm94vHNSwApKHes,916
|
181
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=QwdWjrRtQHzZrJYyNVmYkibJVSAXg81dkH2fNLApS9A,4909
|
182
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=6BnqZevUEXZTKjGx_SIe01YwyNYaSv6e8LCzT8IWX1Q,1189
|
183
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=n--zmuW1ElFE5C8dLx6_QTzgzS3Jgsp0PuxJknP9pOE,2935
|
184
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=_jrZaHhSJNKtX3ofdaqBM1kQp0IHo7WSxdy_tS2EaSE,3247
|
185
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=nFThHaRyB8DsUaTIjIoSr8taMFns62p4EAZFsNHHokg,759
|
186
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5AeIV4CRM8wV_c_qHamTw8L11xOK6jOcyB5OK3CPZqI,8476
|
187
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=mePc7z4gyX3Hso4b0ZejP8xrIrgk2VeGc6s9792fZUU,2470
|
188
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9rkEuSBqKwsjfuUPyjjXeVK8d8oOcQB8C24_759DUC8,986
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=sZgQqoOGf9Yj0GBXicV2obOLzZxBCHhYCrMa65Cg0a0,7501
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=mPMt7IParCzvY4x7KsyRA_weYRhl3o_sFra_Had1AVY,3196
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=WVYlAIXw2BS6JVDimODSJVfiNZ75VYHcDsnMxDs_kTo,11481
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=PQUp5QXLo9WYRz1VHk1tOc0LX6Lq0f9LDSpVHuUJzv4,1479
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=F3VUJP0YLDzp9ed7yZbDwnKDGvHMm_h11SZuDhh92R0,853
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=WoZADOR2EpOlKlvcw8jF-zm8chiBx5iBIlR-kosPn1g,3774
|
195
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=v2q1d1dtxyXFA2zc4ZchqSvtyHgp5li60QpOCXNlmMA,933
|
196
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=73TGFq6rJihNpTBomWFUKiMeJ-nSJFari3lC4Rpbjcs,2797
|
197
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=FCyqapKr_ZE2F9Id7s8O0KMIM_A7WRXxOC7RPpg9tdU,1204
|
198
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Cbwz90Nlp_OUnNW5N2NQt4c1Nz-NGqcPNULsloE2thY,24255
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=l1svzivsxfZCDk9yCua40tojhcIZfF_6TCGjSUhYToM,1036
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ZlHmUzfc7bSvFCmiAoe1ThZ1jbjEwjs1EHR-c82WtwU,1132
|
201
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=kpJAmInNDcJO69GzUQ5r96Q8kYLQfj9tohGIaiGMyQA,611
|
202
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=GjjJgVwNiUuKuJrgX3gRWDpIHh0_T52wQwIvQrPrpZc,901
|
203
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=OmzsopNKFngP8klJO4_1MzG4RLA6DT3hlUlGEKQQGJs,587
|
204
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=qzoBJqNXlVuZPK1ljaIiNUsNhdvbAWacVH9kfiMhanQ,1200
|
205
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=0EZkX5ee0adJoghBE-jFsIumrHVFxZ_ZaC-viiU5IC0,923
|
206
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=GSbMKFn3dJMvYRg_-th91E6qQaY61HYtaYRTy-p2MJo,3298
|
207
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=UQO_p3LtVNt1NKmfKqF49OmU1gxTJrDbSCGeIVC44B0,796
|
208
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=dYSvXqS-C0VP-qoUv-Waj4zEtIdvK_rgHAQVF9fOhW0,899
|
209
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=tf5JDxBtJWsthkp2XE0Agb2Bsy1wWcUSefSDRzvIMro,1086
|
210
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=kGpmaoVuAtIGLXCZBp2j-P0M2Pdxf1CbUTKteyveb2o,1641
|
211
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=QuLhbiSU8PmRQJM-sTnObVt82DhCZs2i4IwrSPnSjNk,803
|
212
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=R3MkfMb2e76VGZny_w9FXWdB3wAdIAKqxmZ3iK4z7Xo,1707
|
213
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=H5QcmYon5dEClohPckW-nmnd3KB22zr9uIn8VFk_6f8,3915
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=QD5MHf_NpU0if3nogHu0gMgjO9Jcc8tua9tokaa4RXY,1292
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ERbZChXmZYbweZwMRVH89zBCzh6fkrwUshdQYKSMbQ0,7968
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=rZq-RrbUO9mPKsC73t1X9xEOec1hVV2Sz5qTML_eoIM,5389
|
217
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=oWvCZqJyIt5ksnjeUi6FvaH-yoFX-mwwEMbOL0cXnsM,762
|
218
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=Ig7GDDH2VWzIhaFk5JAurqY7H8eAHUh83DsIwJ3ydto,3364
|
219
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=6vJFsZfBMMvAMRTpGxWu3NT06kC2CVxDXcPP0p7DsfA,948
|
220
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=GnlfDShmH3ue9LLXFGeScEne7EQqRFdRlqT8jH3G0VA,3855
|
221
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=dHBANUxCLRnx-C0ALpk2H7LV6Nhs8E4rC5IGdgJUtes,2465
|
222
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=UM4mXJ-QFgm2Y0cLpdhGxQTZGCNA0dFEKpKXzpviq_c,3741
|
223
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ia41YRzUoMcy98ZwrQDTvajdyW14K8tdGe5bKDPxa8I,2650
|
224
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=lirZ9gbRE9Kw3ALlClT4Ju6elGaqUj8HFVqb6E8vFHU,834
|
225
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Qg1950nPP6E_GUPxAsb3eDcsY76Fv6sO-L89aAKxIe8,874
|
226
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=lZ74gfdpVEtbL_VTFOD0SMJyTQE3I2Bek1pHGQeoSS4,1208
|
227
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=wbh0Sf9M7P5k1V4y1QqizIzu9kStKSKh-RPanKErEpY,986
|
228
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=aThOh8nyHTVO3xecoT_Eu-jyFY9qnOD5YBlR71D9GCE,1744
|
229
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=ZulqigCYAUbUj3QktdilA22YcVz_3T36WxCi5NGmc3c,1224
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=LkJFl3JVMhk-pFLj628wPYtYtxzgBl39QIyHK4xFzzw,1417
|
231
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=MK_V_iFiXsOCJwVnqowUfEQAe_FyQyxOZc1HJJMHj6I,956
|
232
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=cDCMsTpKXhyLOUqKEmMdRz0bnyLNKn5WgTSCf18XFMQ,928
|
233
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=gg_WHbDsScirGdQwKCZOkj8eYJRt5rYTmmYtdbNjQlk,1770
|
234
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=PS91M2VPSySoUT77Np3XBjcC-Xg8v0EVPo56JKluLFc,601
|
235
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=MQLWQA_-4cAlEz6vrFEPWfq-gmyUZ_ZQLTniAfFT6rM,1383
|
236
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=cjyxwmtC1iCkO1sYUx6TiKpGkhz-iXrhrFLrpYwVcY8,696
|
237
|
+
metaflow-stubs/runner/__init__.pyi,sha256=2gSkYaz-mVyG6cGILqSbgP_17nZJAKGPZAd-OLHus2k,831
|
238
|
+
metaflow-stubs/runner/deployer.pyi,sha256=jEOPIS2LO6o00PA_pOXmANizYS6JVQghc7pGD_PxarI,7839
|
239
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=C6uzc2bvhIEKeQvIh7Dq51CxqpSK1TsiClUdxo10xgk,3416
|
240
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Cd0eqLZjaPgPtNnzmRnsEu86qtO3kr7wOK-didaKX8U,10997
|
241
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=9dnHx1wQR3SCAWgmSUjPXCbbFFl4iP8S3YEMVjURpGo,2946
|
242
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=aQHajtOqMuHiqrRO-fViR6GJksuZKbmRD-vzMZ8Fje4,6035
|
243
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-cgiu3DH3sGO6OBvwwjkoCP2J6M6LHEBg44Ju9-sMnA,9342
|
244
|
+
metaflow-stubs/runner/utils.pyi,sha256=JD7FEng1CZxcLUkoGEQbyXLM3BmWDYuYyiwPmYOiyj4,5968
|
245
|
+
metaflow-stubs/system/__init__.pyi,sha256=2SOH5W9toLfbtvsW1V3KNGuah97Z3WpXDSkyLoKTykc,761
|
246
|
+
metaflow-stubs/system/system_logger.pyi,sha256=K5J0fUAR7IoG09tBmruOdYoJfeW5dsRSaTP0uM5MpD0,1666
|
247
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=udTLmNyMXyn0tjsh5NVmt-t-cblGvOh1obxwVZAxKl4,1788
|
248
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=Ivho11cSebxbEWsMD6AQdMI_1krChXNPz-5J4ciurSI,654
|
249
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=qw0CLG-tX_5_7PQiIP0wz8hKMJiNyEhvpRXOdiS8KZo,3008
|
250
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=WAvct5Vbzzh9adMEXhersS-yLAYqJLConu_UVQc8qtk,10194
|
251
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=ccCHbDUXMTS-3VbN8GIEESRJcknCN3gzUsySacaJJdQ,785
|
252
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=4BTi7BI_OeW0H35nfUNk_Z8BVwcES4wEDgKnseUn16w,1391
|
253
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=Dh1QJvUpk67iDqyRrfiKNBjjhXFfnRQ7dk-oD6WaKNM,9333
|
254
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=fGlgBhmy_HFA5_lCbShzVyaosZw1-hszA3ViYoUcUwo,7062
|
255
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=l9amn3iJmb_j9WpPm8P22-jXn8hTKRfI9vWS9f74aDM,5039
|
256
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=603ifQTsa8EFppgJBHpJPmkmcMjFSVvlqdgQ88YP5-M,12447
|
257
|
+
ob_metaflow_stubs-6.0.4.1.dist-info/METADATA,sha256=ifY3heqT-O619FGOZsPrI54_uvoM53oXJzk-kUYwm8g,655
|
258
|
+
ob_metaflow_stubs-6.0.4.1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
259
|
+
ob_metaflow_stubs-6.0.4.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
260
|
+
ob_metaflow_stubs-6.0.4.1.dist-info/RECORD,,
|
@@ -1,251 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.15.21.1+obcheckpoint(0.2.4);ob(v1) #
|
4
|
-
# Generated on 2025-07-11T23:29:18.513335 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import typing
|
10
|
-
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.decorators
|
12
|
-
import metaflow.user_configs.config_parameters
|
13
|
-
import metaflow.parameters
|
14
|
-
import typing
|
15
|
-
import functools
|
16
|
-
import metaflow.user_configs.config_decorators
|
17
|
-
import metaflow.flowspec
|
18
|
-
|
19
|
-
from ..exception import MetaflowException as MetaflowException
|
20
|
-
from .config_parameters import ConfigValue as ConfigValue
|
21
|
-
from .config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
22
|
-
|
23
|
-
TYPE_CHECKING: bool
|
24
|
-
|
25
|
-
class MutableStep(object, metaclass=type):
|
26
|
-
"""
|
27
|
-
A MutableStep is a wrapper passed to the `CustomStepDecorator`'s `evaluate` method
|
28
|
-
to allow the decorator to interact with the step and providing easy methods to
|
29
|
-
modify the behavior of the step.
|
30
|
-
"""
|
31
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]):
|
32
|
-
...
|
33
|
-
@property
|
34
|
-
def flow(self) -> MutableFlow:
|
35
|
-
"""
|
36
|
-
The flow that contains this step
|
37
|
-
|
38
|
-
Returns
|
39
|
-
-------
|
40
|
-
MutableFlow
|
41
|
-
The flow that contains this step
|
42
|
-
"""
|
43
|
-
...
|
44
|
-
@property
|
45
|
-
def decorators(self) -> typing.Generator["metaflow.decorators.StepDecorator", None, None]:
|
46
|
-
"""
|
47
|
-
Iterate over all the decorators of this step. Note that the same type of decorator
|
48
|
-
may be present multiple times and no order is guaranteed.
|
49
|
-
|
50
|
-
Yields
|
51
|
-
------
|
52
|
-
metaflow.decorators.StepDecorator
|
53
|
-
A decorator of the step
|
54
|
-
"""
|
55
|
-
...
|
56
|
-
def add_decorator(self, deco_type: functools.partial, **kwargs):
|
57
|
-
"""
|
58
|
-
Add a Metaflow decorator to a step.
|
59
|
-
|
60
|
-
Parameters
|
61
|
-
----------
|
62
|
-
deco_type : partial
|
63
|
-
The decorator class to add to this step
|
64
|
-
"""
|
65
|
-
...
|
66
|
-
def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
|
67
|
-
"""
|
68
|
-
Remove one or more Metaflow decorators from a step.
|
69
|
-
|
70
|
-
Some decorators can be applied multiple times to a step. This method allows you
|
71
|
-
to choose which decorator to remove or just remove all of them or one of them.
|
72
|
-
|
73
|
-
Parameters
|
74
|
-
----------
|
75
|
-
deco_name : str
|
76
|
-
Name of the decorator to remove
|
77
|
-
all : bool, default True
|
78
|
-
If True, remove all instances of the decorator that match the filters
|
79
|
-
passed using kwargs (or all the instances of the decorator if no filters are
|
80
|
-
passed). If False, removes only the first found instance of the decorator.
|
81
|
-
|
82
|
-
Returns
|
83
|
-
-------
|
84
|
-
bool
|
85
|
-
Returns True if at least one decorator was removed.
|
86
|
-
"""
|
87
|
-
...
|
88
|
-
...
|
89
|
-
|
90
|
-
class MutableFlow(object, metaclass=type):
|
91
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec"):
|
92
|
-
...
|
93
|
-
@property
|
94
|
-
def decorators(self) -> typing.Generator["metaflow.decorators.FlowDecorator", None, None]:
|
95
|
-
"""
|
96
|
-
Iterate over all the decorators of this flow. Note that the same type of decorator
|
97
|
-
may be present multiple times and no order is guaranteed.
|
98
|
-
|
99
|
-
Yields
|
100
|
-
------
|
101
|
-
metaflow.decorators.FlowDecorator
|
102
|
-
A decorator of the flow
|
103
|
-
"""
|
104
|
-
...
|
105
|
-
@property
|
106
|
-
def configs(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_parameters.ConfigValue], None, None]:
|
107
|
-
"""
|
108
|
-
Iterate over all user configurations in this flow
|
109
|
-
|
110
|
-
Use this to parameterize your flow based on configuration. As an example, the
|
111
|
-
`evaluate` method of your `CustomFlowDecorator` can use this to add an
|
112
|
-
environment decorator.
|
113
|
-
```
|
114
|
-
class MyDecorator(CustomFlowDecorator):
|
115
|
-
def evaluate(flow: MutableFlow):
|
116
|
-
val = next(flow.configs)[1].steps.start.cpu
|
117
|
-
flow.start.add_decorator(environment, vars={'mycpu': val})
|
118
|
-
return flow
|
119
|
-
|
120
|
-
@MyDecorator()
|
121
|
-
class TestFlow(FlowSpec):
|
122
|
-
config = Config('myconfig.json')
|
123
|
-
|
124
|
-
@step
|
125
|
-
def start(self):
|
126
|
-
pass
|
127
|
-
```
|
128
|
-
can be used to add an environment decorator to the `start` step.
|
129
|
-
|
130
|
-
Yields
|
131
|
-
------
|
132
|
-
Tuple[str, ConfigValue]
|
133
|
-
Iterates over the configurations of the flow
|
134
|
-
"""
|
135
|
-
...
|
136
|
-
@property
|
137
|
-
def parameters(self) -> typing.Generator[typing.Tuple[str, typing.Any], None, None]:
|
138
|
-
...
|
139
|
-
@property
|
140
|
-
def steps(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_decorators.MutableStep], None, None]:
|
141
|
-
"""
|
142
|
-
Iterate over all the steps in this flow. The order of the steps
|
143
|
-
returned is not guaranteed.
|
144
|
-
|
145
|
-
Yields
|
146
|
-
------
|
147
|
-
Tuple[str, MutableStep]
|
148
|
-
A tuple with the step name and the step proxy
|
149
|
-
"""
|
150
|
-
...
|
151
|
-
def add_parameter(self, name: str, value: "metaflow.parameters.Parameter", overwrite: bool = False):
|
152
|
-
...
|
153
|
-
def remove_parameter(self, parameter_name: str) -> bool:
|
154
|
-
"""
|
155
|
-
Remove a parameter from the flow.
|
156
|
-
|
157
|
-
The name given should match the name of the parameter (can be different
|
158
|
-
from the name of the parameter in the flow. You can not remove config parameters.
|
159
|
-
|
160
|
-
Parameters
|
161
|
-
----------
|
162
|
-
parameter_name : str
|
163
|
-
Name of the parameter
|
164
|
-
|
165
|
-
Returns
|
166
|
-
-------
|
167
|
-
bool
|
168
|
-
Returns True if the parameter was removed
|
169
|
-
"""
|
170
|
-
...
|
171
|
-
def add_decorator(self, deco_type: functools.partial, **kwargs):
|
172
|
-
"""
|
173
|
-
Add a Metaflow decorator to a flow.
|
174
|
-
|
175
|
-
Parameters
|
176
|
-
----------
|
177
|
-
deco_type : partial
|
178
|
-
The decorator class to add to this flow
|
179
|
-
"""
|
180
|
-
...
|
181
|
-
def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
|
182
|
-
"""
|
183
|
-
Remove one or more Metaflow decorators from a flow.
|
184
|
-
|
185
|
-
Some decorators can be applied multiple times to a flow. This method allows you
|
186
|
-
to choose which decorator to remove or just remove all of them or one of them.
|
187
|
-
|
188
|
-
Parameters
|
189
|
-
----------
|
190
|
-
deco_name : str
|
191
|
-
Name of the decorator to remove
|
192
|
-
all : bool, default True
|
193
|
-
If True, remove all instances of the decorator that match the filters
|
194
|
-
passed using kwargs (or all the instances of the decorator if no filters are
|
195
|
-
passed). If False, removes only the first found instance of the decorator.
|
196
|
-
|
197
|
-
Returns
|
198
|
-
-------
|
199
|
-
bool
|
200
|
-
Returns True if at least one decorator was removed.
|
201
|
-
"""
|
202
|
-
...
|
203
|
-
def __getattr__(self, name):
|
204
|
-
...
|
205
|
-
...
|
206
|
-
|
207
|
-
class CustomFlowDecorator(object, metaclass=type):
|
208
|
-
def __init__(self, *args, **kwargs):
|
209
|
-
...
|
210
|
-
def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
|
211
|
-
...
|
212
|
-
def init(self, *args, **kwargs):
|
213
|
-
"""
|
214
|
-
This method is intended to be optionally overridden if you need to
|
215
|
-
have an initializer.
|
216
|
-
"""
|
217
|
-
...
|
218
|
-
def evaluate(self, mutable_flow: MutableFlow):
|
219
|
-
"""
|
220
|
-
Implement this method to act on the flow and modify it as needed.
|
221
|
-
|
222
|
-
Parameters
|
223
|
-
----------
|
224
|
-
mutable_flow : MutableFlow
|
225
|
-
Flow
|
226
|
-
|
227
|
-
Raises
|
228
|
-
------
|
229
|
-
NotImplementedError
|
230
|
-
_description_
|
231
|
-
"""
|
232
|
-
...
|
233
|
-
...
|
234
|
-
|
235
|
-
class CustomStepDecorator(object, metaclass=type):
|
236
|
-
def __init__(self, *args, **kwargs):
|
237
|
-
...
|
238
|
-
def __get__(self, instance, owner):
|
239
|
-
...
|
240
|
-
def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
|
241
|
-
...
|
242
|
-
def init(self, *args, **kwargs):
|
243
|
-
"""
|
244
|
-
This method is intended to be optionally overridden if you need to
|
245
|
-
have an initializer.
|
246
|
-
"""
|
247
|
-
...
|
248
|
-
def evaluate(self, mutable_step: MutableStep):
|
249
|
-
...
|
250
|
-
...
|
251
|
-
|