ob-metaflow-stubs 6.0.10.3__py2.py3-none-any.whl → 6.0.10.5__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 +1012 -996
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +117 -73
- 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 +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 +4 -4
- 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 +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +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 +2 -2
- 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 +2 -2
- 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 +90 -6
- 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 +2 -2
- 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 +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 +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 +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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +5 -5
- metaflow-stubs/packaging_sys/distribution_support.pyi +5 -5
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +16 -16
- 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 +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
- 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 +5 -5
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +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 +2 -2
- 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 +45 -4
- 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 +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- 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 +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 +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +5 -5
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +7 -7
- 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 +3 -3
- metaflow-stubs/user_decorators/user_step_decorator.pyi +5 -5
- {ob_metaflow_stubs-6.0.10.3.dist-info → ob_metaflow_stubs-6.0.10.5.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.5.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.10.3.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.3.dist-info → ob_metaflow_stubs-6.0.10.5.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.3.dist-info → ob_metaflow_stubs-6.0.10.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=ooTtPn0q_mJDAdDwjd_1506FFnOGS8DeaWNcZmQYTyw,89860
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=rUrsiQqLL2Q4XI1vezod2pKazKcY673APtPLpi_f_2g,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=FR1EUKhuDw67VsB7A_hRzKFPRqKB9jHZRvD-ettcl6A,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=e3bjbUj8J7If8C1iAoBB5V6Is8pTFCloHqa10dF1zGs,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=oSMQE336wCQ7P2IDS64TRzOiQSMZCpMs_ZEo_Rk69Tc,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=4A-zBhAKHaEcrQpGVU2pf6wJLLGuYrYVnRcmNkMwMBs,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=DL6HqUiScttrBeK3eqB5991ind5RcRtFyb8IMg8xG88,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=c1swZbDbYBMD_awn_KbpEnB4uEbSy5KJlDSx3TihjJs,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=ko5jpA7nVBhbQ39V2pUFLhXbpYfIIlso82mmKOeOo8E,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=FJLN00nMYLF7R6xy821oCwMw2e8p78aAJR37wZnRJto,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=Cmvf10g2niXkYYB4bqOP6sT4V-Wz2bk45uqj20V2K0I,14278
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=CDHykpD2Bpe2d601BUDfw2yCjd0NNsDUXfVPD2ibA04,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=foRjLhIB7G7a5VYzk2TlMZZhI3yJy-1nxEOvf2zEtzE,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=GvtEeZzgSa-of9PcjlaMLWed5tRU7jJOKwuj7EI7Uh0,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=qnHS5acUsKv4WKXn9F22mCaj9gEY_ouuj4Ny1x1hkes,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=pEwOQ_1wG-T548FSpGWPl8Z7v-0zcZAnuxxIsU0SHzA,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=LwzdY8SW6GGv8nEd8dSbhipjOOrbVc2_ax0btOvNvbc,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=FkWgpRMhP0Kjdby4ZVfsftgbJPjTYvB1_oMKZNyTXDQ,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=8izqs760d4uBPPjMxxGJYq1XJ3F7B82K4fBEd-b-X-Q,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=0MRAFbzvPpa-njmzdk7aXqalamraPAhOy_f1c5NMHC0,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=tmDU8R4FfjOjYehxudG-eWNA1GE4AlsFpHQBWF3XgnE,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=vDbtfX1agIqbR-oHffAmUTbJo_hcLxBYTxIfKU4g9oc,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=PymzjMIJBr3Quso2uCb5HRXABXeKmAqbbtw9TX_7bgQ,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=jebTnUCwbWuKVDBywOyerc4mVuEag2lcRo6hTLIb4og,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ZzmHY2yLhQNHEaO8md1tC0DtIZkuaJB9rAQcYShVPaQ,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=m8arg3iSCjubtPXE67mMsHt9feeTGFFyZClM-I6Te20,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=EcvMlx3kKJOqtluYy2CxkfGnqZYEa1u2um5X2UIZZh8,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=HKuIWU0NMAR7iFQxEbt4MfWMhW20vb0VLPF4sPjNoJY,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=l_9fLYT7tXZB2_McxuYswriM4lh1Ngk4PRQkG8I06ug,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=Ic_sn1CevdmS_WscAnPK4fKpIO_eU5FJrSViWSPES7A,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=GrkumuxSiaMIyiKz8gVNLPhyvA9YA4XYCz196u-rOp4,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=DpgPlvaO6sWsol2JwnWeoN-OcZQdiC8dcM8k2vUS-Hc,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=5cT0pbbHirQA0Ojr1y7CJ7twL7_K1vXklzrlxovjbCs,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=mT79Wl2_DAuXQl57Ga5rkPJ2hsyBXyXKCE4wzHansP4,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=_IiwtuLcj5MtMgtCHGqxnDpcBOeaV52J-onYr0CmjKI,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=ptx4Q7XVQvp2yZRIkQy1VXwbEKVj6EdhwjsbfRR_tTU,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=DatYDVSIyUGr675Gxc3JfeF_nCYaWsHwM9jHNWkQ11o,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=fCAMbEmuHa3Z36iLvJuFhv_gmNArbeCWWIhWsps5Pq4,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=na20KlVOp-24b2Rtu5pJ_CH5XCRio7SLVPMoRlr0JGo,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=wKne0C8sZAIJfSZkDPn0_I2Aov7ZizLgJu6fA0GuMJ4,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=26-XR19TB5qdwGPQIq034E-zqQVz2p0m30A9wntElBA,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=6AskkDuzSSLiRl8FCmWg3HsWK6MviuDB0m6NrdAIxmE,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=qUWutuQTJwcKbRNskqaOQdiD4aRutcFqipwM9z8Dc2A,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=VlIJAZzkwaJPcxEoIxmfZLPm2kZDQsRwYNyg0yuICC0,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=B-T-wHZy9cUDMtkS2CJMAQvDLUcY2jCtRGQlB1tfIRk,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=m0RcyNDQWooDrYKhNwYNBmSPtt0yEYpbcszfvgmWbPM,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=FAGCjBiAgwoO0nPPb59StfG9-umV0ajnEiOtNZN_8bI,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=NZVj9CW4VuddPpKCjXeDgTip5QrMAgQYbxxUDSuRDP8,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=xfxFQMfCOoWtlAageiBjG3j2Eg_ztCUqIOyv7s7_g9c,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=WaHdts0ClzKWlmqoFKTKGNR-4F-ytn512rXVAMWt3AI,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=3oT9besL0YxA1GVEiIkBtId86sbGZeUOMnq0PMeXrNg,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=nDRoZIgqoEFSdwTtezHXkX7N20RvE5Y63vWxModbUh8,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=R0dXhO5lVO6pxouZ1odEgppTQxINbE0EXm8LiAhYwDo,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=8CDwJB7GFbksG32jYamaC00t6Q0aNqVeoF5wyn4ypvs,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=lXdhIGSH9ptOzKxqWQv85vdw6T0v8a7MO0RI9yZQiFI,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=Ur3rCVNFY8mmh28Fxov3KBzV82-XdsZJ5NELxyLK6wA,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=o4TBBVhS6y4odxTxt9Bw2X8nhyB2AG8OtSLD0pIJtFw,14775
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=fdO25HAA0R5m07gIgicjXOrnJDIGLla-PEwDxK-JhOc,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=lSxRfmWanhrDIaTdcq2uHU4HgKZ0EcdEoqTY6khmUhU,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=IPI53IqDFi1KYVyJ_qFlTFiDn68JdKKyOs91o2tY654,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=b1JVturVRt8TsncWpvpy--B26BtgufKw6cez4OMpXzQ,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=sHqHvRGYfRE9KLXu1XHMIKTt1eYCOHNW7zACpxnBUzY,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=P-KAL8k60JuL25KOwbGKnDxMmSCF8NSm9-yGM7-6IwA,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=WoZwZt8mjgY7qomTpJOFw_sifz52zcp5TXNhiqWJzUM,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=fCAxsysAoy7NPwwyStVkF5npBru_GQm0Su_C_gON4eQ,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=H16fORw4qwSrYJzY6oKEmNOOWnX3ubMtUfiPr0ZPTf4,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=NIjZfqZQfUSvR1YyGINprO1-bgnkVy_kH0GyeHjkyk0,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=pMCdXBRRBwtGf5EQJHIJrd9Drs0ZgGlbNUTrKHgQOv4,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=3zgHJgBfpld-WuSATMwsAt9HTVu0lEdlkNYVSiizZZg,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=M0WscbsN4WWsEFrlJ1tnNEXitUexzkyeVRlvXd3ICbk,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=33QEHQc84he8BmO5b_hbzlqPiZH5p9QiN5xOA0r4fGA,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=QPhAqNPLSr-xpFByQr15TqNWGFniniH8jmDfQT8kvps,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=eyO5kGUsksaMmGrYFz5s2HYsFVmfGPhyaBoo21vQ4tY,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=rG3PplbSo33qQzAUQWA9go8Y0_GqeMgRSib5HL8N0RA,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=u0oRrLjzQobyQJcOvWQm4N-FR5Q8PJhdCTbyqhX0Gf0,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=Dsr2kOn1OQ0I8qb4MqVaJRAt7XV-4ZagUiK31Y-flGU,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=rG_HdbVEpkzT98cmF0YbspMyPgq-MwfgB26sJJ5p7mc,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=nBqeSBiyiayCcaSyQ06yS9zovKBc4PiqiPwYaEiyJX0,9144
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=c6zgcxyRAZLB5yJbWnhEbgJeSxY6r_IsfPu1jQvKyKU,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=ChRaTmeguOoNEWcwwTVcKB48hgo_Luzo_wzuDTYLqgA,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=TOOFYhgiy5kOQ8DmWG4wIjjnX_QBYRI9GxnjLCrZb88,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=cJB7Rl55hKVRG5DPKLfXW2jo6qCtFsmBtd_9kT2pDfE,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=ZjRip45ZK6nhvEyhdBLJ5mxButRDW3t1faP1ZSSrQTE,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=-1i5eg2RpVRtylHdEpSkm8MJb6nzIA6VCUCj0uQ6fBw,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=cuGmzhTVPdeKQgXC95BKoUaj3HTrKwpMhl0jDerkXHQ,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=Q7MKUnZPnyv_hxd1xYcyId6aBcpvlZSwPc2A181rKDc,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=Q7shYqhZsemWWeYI98iGdLRlOagOBeOAWdcEEodggX4,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=ooEGfiODeMZQYzYgsZdDAYqsvMKe6TxNPfdxiVODoek,9946
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=8fDZNZg_gWFy9wi_nsgW0skz3gDZfATasY-RGmKDQ4g,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=7djNF03hBUgRz565HNBd146b4ebQUHYoX5kiFC81AbM,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=rUsynvz76vdCQtEp1mFXmC8doEkw-mZ9etzUhSrq7vg,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=iUU-GCWM28XQVWpFa7lh4i1-DcvdGuqrbfwWM66cLDQ,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=4V36r-jXzJP_uw2Sy0rsMqnQgT_jL1WIUVMYdDW5A5g,3472
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=ppi8oWb1eIymxWYmiTy0YMHCvaStGZDPJpgAICKDBfM,9794
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=GrPnGkhvb2y3Mth8U9mjoM80wVinpSM8VNRe0woSxso,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=cE1Cm9igLbQyMTzLt0Ui45QpklOsy1IJBCjKMhH2YbY,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=KNJwsGQq8EcjpMwWuo4_fkuhnZs07jAzLHmFa6CJPDY,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=enHWQ0N1-Cj9q4ZdzM5aD9-FLXpop_M5YSn-ZbBoewQ,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=CRTLDohHSms9v2RfGgdfsiAAfl8EODHUBy5dK66QzJU,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=3I2i-063kg0Qq0LTNbcY4xOAOgaBUmO7Lc2Tns7bTpg,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=yEXm0IuoR3u0hB7OTuJKSlqah1uwyT2w800MMmtWzAw,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=VAanD3Rz5FN7mWb_CjKFne5uf3Qcq0vgdsW8IcVKquU,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=cgcIKhO5zrWOQ_540IzrNtl7F3LkmAfqrEtSF4Wx73g,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=qVOOwLczpKPv4HUtX0hAvJ2kUgOfsyan5-2V01aejno,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=uD0fuO_gcsPrGuaCSTBCTLQA511VnWQ0eoksoK9D-wI,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=nOEblJpqp1zwszkeqpNAbqkLcwKjpjGkURRZSFN94LU,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=XT77_73d1B5xepCGyXLe-2cygbmhpjRzpoEOOsAQgXw,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=L_NmTkIHvaEzu2uDZfJW6pC0p4H9pw2Pr9cJQ6VCWw4,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=XNrqSEAql1hDliR4WLi4njo9gFL-jbude3dFVvjr1L0,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=J-5jtpi6lA5yx9n4NKw9Ml4C3tV5XXkw41SXSKGvU_k,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=0J8NXdr-HgqJSO8_yOe09DJpD-Lv8Yi5KOKHxByZJIw,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=f0hlT0hYNPRrbymk6msv-kxL1K0GeGMHmYFN0lUSF08,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=ABVgGhnkw5PzfA_5oxGekKufNgERNhB6r2wdNHeplKA,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=20yybx9DfYiHVqGr1wEmaLzqeFbCaN9cbjaJX10Yhzo,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=PmYHmlFX4c3xKDxNt296ToOHEUk6J-UVe1NtVMcs-Bk,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=BSl5rulo3AuAVoc3_ZGdnvIH4Azk4OeHyJxQGfbkjZE,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=JfZWFkm5p9OJyb5ZTe4c9Ghn6qBZwtEYIKPL9U7ebgk,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=-BJIi4PuNBz5svlnA2U0mQuRypJNohBfXf74k5s-1ks,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=2umblDactsGjKDo3qiPruopNF934ND4d2AmfcoyaaX8,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=mijkK0A_1Cehl4fcgFo5LMdiCOLIcm-2X2CSt30yleY,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=eRN23jJds4GlaPqH7fGvJcFyHFqD0P3hrN4bUqDkQqk,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=b04KeTkK_t-8Z3OYkR6bKRNCsJhZB--GSrEU-gllsK4,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=xKaQ-hkfzs1D2s4oNMKX_wFZ7r2I1b56BYQpZEmS11E,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=no21_gOnY7pV0yJxEhzNRMg7k9gCso0Fp3YGy-uS7i4,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=9WKLtfe50Qr0syZqlkRvLOwqI1PG3iVtwO7EkB35_8s,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=8Z2D2_99kXDB1LEmqtQpoeFmYjUciivfpVuyj_oerNw,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=A8s_CFrFR-hz7dTsrHZdtg3p6ky6yKp_T40bDtnppZE,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=51Aa5SzVm0JpHOvgbiRp0a9Jpj-qMVMjlzRW0DEo9hA,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=8sW88YiC83UUTI5HcQ8LyaodWXk2-kMmN_070loNn0I,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=jQwlwq1WwHNA-IpqC7icX8VaEGinkG8hRxo3IUTsIJY,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=fXiNFHhqrze5foKW7juPwIxBgiRDT_oDK1OCpz3EZ8Y,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=89zxQdWEfHX1gXSepO4mdtP2EYqaJSDsYrA-OF669DY,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=sJlKOHCX7Y-FrElKvfTFRayYE8dl_x44tGCkcJAM8M8,5983
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=rEdhPv_vAR-NYNBFOLtrKjzMd8vPOYZkHbqTBFOwb8o,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=4PKzOSH817gYvULYNjAV0dIAoOMdXD_O5-bHY0gsu3Y,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=9NuzmsJMSO9sQoWZzjyH2I9HL7QXG-599Yo9emM4wSs,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=83hWvoCsUs53zfsh0oihu0HGLI9a6qLZuLa2PT5dN9o,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=5h5lGG69u8zAjd7lfzs_YefJk-peIPTlStiR6yuEszc,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=fulqM9bUDEq0RmXL3B24BgoDSTFnF1d6GAgrqO-wHXs,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=NVQgL0nXkX81CFgX4FcofrOtNqVjxEcNNUEAgTue-go,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=ngGmhV5cG_gIYK8gVBm_-FjiKfhTW6k1dkeoeVEcZHg,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=L9qtjvGOyQ6NFTpyQIbzI9QZ-dBOPXTzxK1GC9JoVxE,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=W34HuFfgOCVb1o2Q4ft5300EnTQhzWRyAf1wC9hEV5s,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=1ArtDyW7qcwzAEdus-_BLT0JtYAXoRWUOpcJAxyTBJg,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=7JEMfrD7DJAsTzE6_5cFPTrnyviRG_ncpJt4WQSfS_w,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=l_8D1br44-v_5bXOGKWb3gIWEQ1JbfeBcvKWbbMxHrw,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=qfNvM0FxhDgY-ien18hawlIm3Epo8Qn9hL4ISQlSzMg,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=f8q79Xa693jj2yhmZgPvCXszgEYRexDDy2hyiYdK8XA,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=4qLSBbCh9ypOPayPmOGvLgZiPXhBjA3twliKSIjOyTg,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=gpMC1UZCWh0_tCyGldyyTGp0UOtA0r7TMMhSBAvWCvw,2634
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=LC4L2lD2rRBamif96QiiBSIcysWczUTpZyZE98EwaKg,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=swx1cHxeXS4vcw2zzEzfX1lcpIGghr5RsuEfHMIrjGA,14544
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=DjcdhziNrvGjJr86oSXU5MWdtxKAqnJZADBDIRZNav4,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=xVG_AqwTqG8DfG7FKpPefvDC5HZQ6fnfyoLB4JD9Tjs,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=_A7xQ5hV5WAZdjnoGUIf700N9kZIWmtIGkrw-Z0IPMA,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=Uj3cvru4A9Imejk2L0pWIvV3cypUwj4TfyEv8PoQF08,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=klyhlLaUlt77UiYNr3X3aeOfsLgFIxwE_hm0YIZRKo4,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=viid-8k__8F-dYoFGS4N1yyCtHNn-xvYDZCtSIDZbfY,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=TzHgkk6UY4mu4gj_iLaNrdjYR0oY0H2QMTZuSYqta9U,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=oaHyDx0ktCpm_jn78qSGY_i7OU_DzymZr6nay8K1xU4,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=4Em8rtEfkaQzg2A-xKWbcC3gdfkp9NudFufG77sH-Dg,3051
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ZY5sjATqHio9pGUxOQLMnkWsAr82nzFWpk35nL67D-w,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=JPS3Jxq31gBT-MIruQp25CKsEQ8245bN5URQ4P9kd2g,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=gWtkzBLJs4Oqpm5292fnC09wG0Lgz90oODpTxS5z_Ww,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=tr4PRU7YeMvBAjhKA29t_NgXyrpSWISopPsH85smWnU,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=nakFxZDT8sxXYiDjpJ4fTx2G_LHVzwJ9gpfJkDZBGfM,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=D13Z5-s3xoXlw1Oy7MHyqTB_V_zxhL4EQZvYAcHVdlM,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=bBrlxulcDLwTR2Qzmq6W-bNnKziEC-_2pdqGQUlx_Tg,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=-ZNCi2RJgsJy7Hyj_x1iTSz72enEp4YX5dlee5ZoqI4,4631
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=tNOwsD1laqFYFb0zBhIBZ291N198AABaVMUbJi4euPo,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=vWRHtb9Cto-r9QN64zHlrcThP1D-5XGY--Y7ipv1sj0,4035
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=Vp4U3dxxnqZAdmapZuA6VRGEPaDVISWub1y48RvYIMk,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=775_EL8mWM3DJGn5GbjpHFINsTSDP9OzNTw9BsacqQA,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=l1FZ1QTJB3QhgnH3jb782qjAvi1Yk-vpNF32yLBwqo8,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=j2oYFyWLFkq-1akILPpmJx8kB5ZVGrZX1O2v-Z7x0LA,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=qKbBublw6ztEyGP9AWzNJmvrgUAg6WBEtNMdDLG2wt4,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=giEU9IVoaDgmP_Fkc6Hoeua9Oo_sUMd3lXksUidibd4,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ZBzsQf3k3UVTVyHchm70GNfq748fulez-ia2Hr4IbnI,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=RXufs8snSNyayKMqjntd-oNRYwHPg-0QswsBCt00yvc,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=k2ifLB_3GQ7Tk271Tqr_AZuXsv0m2YIPpayYGjVmkoY,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Js_c6BmeThpb0FbU7P87LXHdg341HZTb7TRX6ysLETo,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Q1PyY0sJKLoeay7pd1vXBxC1HwLQxtNPcyeYEA89BsA,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ygIls2DFcylYXVyszb7jnUGpbgs7UtXR-HaSV0K5XZs,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=co6YhxbMLYr8v-6mFhGROUKhs2SW4amQ2oAFlDE5YX0,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=NTyQirFeOvhcS-trgOmEmSaoQRWto32uCI7WrC24oTQ,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=ng-Uhtc0Oqu1ciSIA-ztjUMLw9MBkZdX0fjUmErhNL4,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=7O74-T-awzhcSbdk1WbpoJ8E5sC-zf1mHqAdBv9LOVk,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=b_5HnepWNh1npf9LzR_n0wyxDwORDUCIZn0fmheT0N0,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=e3C8ikPrMUpThZ9Pg74HP5v-zNlgMhK70gY-kUQtPaU,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=-Uyk9inJm522HaeRAxzjNYd3Uk0Rz4E1jhFU1dqHYhk,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SdhOueoxD3qd3OuNv-7Fqd9Y_gIJfM-cPJ4QZvdbkiU,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=4AqXnAH4p1xC6Hf8R6dt1d55KS_YChg0H1sXlEKuk9k,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=UXC_G4dZ6Ke8IaiTGVTaDU4DNW2g8fRN4AnBmFUaokg,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Xm8kmxbcAYZWG5OG8OM6YhOiHMhpSCf90pwErr3C__w,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=WpVSk-mn2B5gGYh4qhD6qn59Kz3TAMg52Zx-PqTqKeo,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=2jcylriJWvAr4qSSNGCvNHFczVXCdcjAk1rIMLL8WBg,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=5hcii5T61tbEseqfUw6zqnf98slFw-62ElZiAx3Lau4,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=vmGaMSnfbm-iVkgYSQXwhfzJJwVHOQJGYGQnlxAZ3IY,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=BARHQJL3rVnaNLfFhgLYUfLTZa1KscQ7srtvegOJIqc,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=iG9YfHq58rftRY8fBjy_CCeX6A8QBv0eHdjc3yngLtE,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=79cpgCQ4bStQePWii5g-vEc-RU8ac0Ky1j1uCI1w5jQ,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=3JgaJYMWEx2S_yCvicrAGoCcwcbh5hYl_5p5nWv0E0g,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=O9_VNw9Zi_rjTkQJwv4qlxEpsrOmGsfMtObCGgM0SUU,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=9oWk4JJHsJzO5FYKFVs4EKdvlUarck08ylUxrXhXLpI,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=O9RgLJsWS5nv0WRnB8TSyGKeOfB10Z3UhIPgvHTSyT4,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=4N_V9zltr4fGnLtLXxwyk2l5QIdTC1XrYzUUXntGeNQ,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=IF-ccD42eqxKQ3wsYCC0QCdCCcSx41IK_Wk2zkmAlJU,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ORfHF8wXZsVmSAwk2ea3PLJz32L6yAF8NImiJ0pf6Ws,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=8TsgTs1cM5lgkSBoAZ6Yxfif3CNkb0pT9pLVKQ47yB4,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=5BbRqH75g61sYpF-IMp5vH_aQ5eEP_WqnMkL0RnFq-0,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ItGJeKrfsj_bAmS9Lj9pzQbGJWaH-rJLtfAys5_T7-I,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=8ZbouZSzDESjiTOU6m3HnZ9ze478F59466q18SP6AIw,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=_e92oaOQGqhTr6U16rLNfJWOco02usWpfFz1Y5B6RAg,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=96PWPQW8GJrCyZ5T841mnphvXHCoA2FqfJUnztK3Nds,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=aDG6JkXxdTy_7pjNXIbOqgbCU4nRxnbVvSPXXVc_dms,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=KWqt5sQe6AdYfr0vQ3C7XvTtWnIgqK_CQcJ6p3hzo_8,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=mNq38LXiQv1G8TH7R1V-usxvi1iJoPnhBLudV8bZh50,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=pLvoWNi1Mr9IZQ3fVC_g9e0rjpbhes7nhqI25IFo6qo,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=RpRF5stijWLfJEtcMHtZZWu-U4XZnqSCGa0IcGJlsj0,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=tIuKpthT9ezpp7kRgxvAo6iw4YyYldDaH8P3fchZbA0,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=4cTEsVHrSpOKlRgM2zYCl3W-pT2yt6bLAh4oc9B0Wp0,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=T1UFxLrbIqT7hymygldavxGc46ctYKVCxeDu0zfc6uc,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=bnQxiScHLk4APrqVl3iIzop5zYhDqqfQbZP5tZqInsg,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=g8_n8wv_o85OXzqyAphDyuyP7XaCKFQse1t3EZOaefE,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=bsB46IUyT0h1tQD6qzRAnUEJ_w-6381dMOYoUODBFDI,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=SvOvoTb_XrGBU8Kfmh0L8tn3y1HGNUg_tT6jXEXn8ps,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=584pf5H-44Icj59XgTaatmERu8DflLI-9NEYk1iloUU,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=UTjIXlLHfth06OHGjI-94tDc355Vw5L-eSND6zKg0OY,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=WFGHAuvzthGxvY1XlSgCjmIe9gY5HcyulIjdXXI96Bk,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=ge7STW5-vd_t4mAdymcn8oZDND6o9O5AsMV0hTbMxxk,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=yz9-FZ68VPcJzQbyMMe7rg81SraLBZQ9ib9oMSDMMYA,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=9BggyiMhyWPlpAc51aYQtD9TYIdUoaZMF0xxvH2GOw4,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=R1F-sd0JZbWYvpv4W5TbBixvmnI2oEHmEI6A_nOvI7A,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=9kqL9-a5xoZR0fX74K2_J2s0xXsTUUKnFmRxpXbQOOo,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=e9GX0nJqr5HLBBK64--Po60sHra06_LR8wj5-3R2nYo,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=KjLWb8azRTclZNRVaSvPdXEqVz54YsxH1vkEBx4JKp0,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=YuxrEfEX8ZkoJCIvlJS8GtpPqGHZIR0I4rHULJN3Z_Y,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=FO6FyRNJh2LiBf6SAK5aVhYOzU-GyZWgQ9q-dZzGfpk,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=kl0jr7AiyPP-oWe3HHQBfYAqGc_8Avajqvry1mS44xg,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=vd-d8eIqGhrltBWZ_judX5ZodPXv2Xg4XUd6GyPNERQ,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=RRbJRwZ_UTupOKMtThvYYeuondMvHoMe4S0RScub_Rs,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=QmXE0VB5fXF1ioCUYqeofB8j90eb4ilE18iZU8BIn_Y,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=MTW5v4aIjOEiEqR09SssYtwYppmE1MC1tD5Q8LPCriY,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=L8zxoau3wE1n8ScL2RdgauzhCCmGNyMcS_R7-Rswkw0,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=I8ofWVIEB8y3VtB7OQKGpfnSxC3CLcfTnHn3CV67n74,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=HqyIpCJyRqdA5gfmGfsbJx6RFDT9WXlE0UjduNceQu0,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=VXz_aztQ-_UYIo4-Bshyg1XhkeQlpGe1wMWvGO4DCOw,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=7etnEDjUqRjzNn1SY149taccgr59DSbXxpV9Z0A5WbQ,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=sRrk9A9lzavvG4rxbefRdUfF1Raqlv7f34BNuBXgqOQ,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=wB-i86_DqofEi5nTSCFm7BqleYX-bxcGWREc9pr57_0,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=pz7kezKt3tx5FOQmmNYn5SiLUr1R9oST4jdismyjLBc,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=I0UETi7puaBTCRooTOLDqDFlmJmZYO6DBXm-dCJjGLs,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=Ucfkd2Q2EVJ4qx-bSgTyrsBFMMfWaC1pDtxjPaCPd08,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=YS1ZVTaDYRyXpAe-mnyrbKCyvtds60n7IEs_EoQKs7Q,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=XRuTWR3pwL06D2Lg1QUtlsD9iwh02AWtq44H68S0ThE,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=Knya1gwAF14VKutD4RNgcHN1V2NRTTTDbB8gUPo26hQ,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=OF4jVZ98CYkyPhwc4e62Ch61xRw4Tdk22z-Li6VI2gw,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.10.5.dist-info/METADATA,sha256=Ky-4i7Vh0ZevWNdv-1EK1XDaVFQE9eXUbf8_T3Z78P0,656
|
|
260
|
+
ob_metaflow_stubs-6.0.10.5.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.10.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.10.5.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=YnTnMKjIL_ZAzMQFQWPl3UU03Dj1ZH17NffTfrFdQvw,89300
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=sCmfTiYcr6blx_FyuR0kcbTZUscHiZ6Yha7TJ9FPBbw,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=eODwjqTReiQNLncWdu3IYz9cY0xhHkBQ2SKPd8q2gsc,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=UGjeCoMXpveUrn2QU4RBYAUyhSFUoHnKuvv1CmikgXY,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=Da480GZgdkbhNj3BagSR1uPPTxNb2pChnm9-dJUW0ws,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=aaGIGOwfWfY0sNwCdSI4VK3k0G1ewXyOxPALp28eDBI,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=vjuh-w5sFOfREDGPWuH4Rb2LD8bpf9nexz0hyG5bJaY,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=ZAy0D33d-a4ewiqwFVXkiEE9BNOoIl2HCcTZzCnhpsk,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=Aepd7QYDg3PNxBreg1cOJYp3IwqCY05mJ7qwb5TfCFg,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=D_sERWxLwNIPOGJ5BeLzM87luqhVympjRfeP-my3_hk,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=JOsFLUambkEMFWYKMGCm7xc_a1SK3cCgQUG-HGOTLYM,12879
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=XUYEGbH_UyYkEgGiRMBBNHu-7LHOBSILj78-nVvVCd8,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=84cpi9CbSwXKsuzIw4vZhEIGilHCOxaTxlFDcuvTIXA,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=Z6uaJn5fyPhXi3KEp6KCZu2QRMglglsHGfMoDKbrOxY,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=4d-LpMMYZ7H4zi9oJssW9LdbtLNikpKk3Rd1ehHtDW8,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=BJNjLH2l2os3HVfZTVDkVgTcP0cMZDUiJGowpR6okV0,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=BTFx5A-qbA9xd6ugbsqp51o0TR0ZD_IiAHc3QYNFcmE,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=AN8F81FEzff90K6Nwfbv4qxRPOE7GSjRbStwZbXCxRs,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=ToSkiKS4r_C391-sNCTn9-HpknDloUOrN71K9Lu4Bdk,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=hmRdU8SNy_Ubu_0JUgWQKUJJU_uHAA3uzXo8_rH9ef0,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=oohJfrx-2Sk1z1XSpmbJojjxnr_62aqoncozWtvmOlM,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=I9VSTjoV2EzljMvtauexiWjto9YdV0iqiZ9erA4N5Hs,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=pxMnpY1mYbzdRovKLP6AEI_OLWnKTwEvWx_J6OElFTw,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=I2rdvyjwqBx334s4HmpRQL6HgwdObn_5NEs85_osUJY,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=bXcktD_-E5m19wOEQbnbT6WXhokgzKUU1yl_yGkMIOw,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=jgT2hvaSLWQKp_ef37FaIYu0Zj6xpqeimSeLx89-130,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=uHroSAwyK9C0uc19-xdfi3bniuqKBXy8O-XLPr3RZV8,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=1uc-I1EizJKYLvKQh0NqhQ9O8vkZIvdlLBTqZIsVlvI,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=xQClPhLbeyhx9iehyJrwDuyPzI32RMrBY8773mLYRVQ,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=vS4IAgjmF-v2enZMI6CTM8R7iFN013hLAALSzcnS_zg,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=Bj16HhNJQsZ5_cMD6wvMsWIExOQnZbZjfC3uWAYRf_c,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=m9fm_NLGwao-iOwtxDu1Cjexm3iIgm_pwA711KIDNpo,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=JG2vewdek7IMKZNE5NyAMVzNh2MC4p3xit9sS0m8_jc,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=TyQOFmOGrzK_hh3KgCQ8P_fhkapOkuMn1Yf4gSVTAfU,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=Iz9LdHzQh68BWD8qKFf4wy-2271J-8o0VdKwzy1LekY,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=8VBc-djT7Ut0Gkxw1xNV-X4YJdVnuuo_6ZNEPrer53o,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=WxCoHexym4UJxHbeM1TGgCc-bmD79TBW6N6PVQpiZb4,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=WlupIjuyD7-e2qNN3DqHvJ1sI8LEk1uffolMarxW1wc,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=z8oW6-2eoZTlUYd3BleqhCEkZNfHVFWV95jKSJ1CwDw,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=u-cS2pCH2d7Im32EKB3ofbGUyCwFXp3SInvxQ2tKRb8,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=VzEjefCf61rlBT7ltPKIdTN2QeXCLX1gMuegZpdlCuE,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=5wkvBGqxuiFlNTnqgKV7lCQU_h5t_zB_shsKckGehNk,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=kQTa7yEy0G3gHRpnFDbh9p3yMyD7C9M_1PMxLnmCNtw,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=B14IE0rdIF09KHGAiO3X9avt-EnoCWqduUHULtuFUQQ,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=SxCpaUcxT05gGV2t5wiPAwKM18rS0k0nwkRdkfeQE8w,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=mbXo-lUaubY0oOf-aRx9r6M8UXRPBLdE_IFnOnOQZWo,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=rTQFTpxJo5XbRhyMgn51c67yILR_VqtkbbGisHd_D6o,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=aAriWcDtCNj8Hab4ngzkhph9rqpshYheJR4nhUXpikE,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=hXscL8Y8-p1z9ruLXVcuQtf6mHe8_e14LAN__3EhR7M,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=DAi8LH0iWQmIXg6oxv1IofzftmNTDiRA8Y3M3CWYF3I,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=koRvTeNJbSnt7v-Ok5w3fYMPc3-2UIzKMsFOPEqwZs0,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=NRFaAc_NfuERlW9xVZlkmeBMt_BKUtzb_AE7mBkmeYI,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=PUS29zV6bzUdLeEDBM5ZNPJmu99Tf4N5GmJlUvSI2LI,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=99V5GLmqfrjjgiNMQTll_hZ36F_G_omIQM3Dd2ZziZA,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=BqJBGjxsK1TRKk7ATrQT9K_jjaHT3W-zhk2bQhBaxpE,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=bo4wmoTqnjPGgSt3SSm4udPmp5LjR4u_IRklu0ayBoY,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=Ip8qMIMEqIGbCpFk_7lrJCFFua3zA2ah-yvFSj6vwKM,12252
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=VxtdODOYbi7OeIk5mn43SfpQb6uAuvAdDBJRhEnyE00,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=ifhB2XzNMzMeHOGESHp1MYreRdb4EipL0iHO_-LNP50,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=zXLzpgsAH1npwCwA7OqSn0EYa2qr1Ty9U4TgESKI8oA,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=w1AMVs3W224Ir2Sj78ZNPUc8vyBbmzNAD6f3YcptAqQ,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=8FjW2UC_8354Fc1JmE4IhyvpxFus-Ict7lLQ1oq-3T0,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=OZNgz3kwfqmPRF_7r-gVX2WSblhpXMNBb1O5A9EWFmM,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=bznY6JPJ2boakB0kI3suYjYFvDHfjmd_r0V1EChJFrk,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=22WgKCN-Qlxf6J4neJTQXRUvrjmf76TNlb3-2FJs87U,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=vXAs8KirtY_cGNN4AB9WyHYR2dJy8w0fSn5ZE9Thyho,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=yS2tdUhO-tbdotQK5-oXNgTdc9bn_399uvVY5i7b2Mc,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=D8RJwchFBWYW2uAn4cWUcykJkLarOnIvZxKiCUP5WwY,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=FNF4Qdp5hTZc01hJBdXZPzUJOlboAexAdKZpWLP32dI,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=NVVFPowojz56SYAlSMykToFw4ivsOjzvqSTdJxlrMyQ,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=GHQc2yVQPdR1GdpNxlo77qJf_lIAk84muwmKTKWrTdk,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=3rCDy4TAmcYWwkWG4krCoNB46IPc1Tjyl3NnCKCgCmY,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=73Uglzn6jSqptZkUPFyIFsdnqm0KiPZd9ScME_THiYc,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=7VfQxfRyYFs2vKnYFHXGS5M-dEefnUrjpKzBCuzsqS4,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=gTrmhyyeX5lrpDO0vTOgii92e_lJVwTv07a7AE1rzCw,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=tozgeZkoJ6eT5_x2nXJG46GxBaAL2SqyI2PHit-go-E,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=v3JZh4QVyXL1YEbktUmMUZKrUB-ksZTpn3GUCkES2WY,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=U0Q4lXcAczc0Iymtc5hKkcrL9wfpGHlLIvPEi4X6-Lw,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=eWba8VYyb-Ed5ImqTQYqMxZMQ32DmACi1DQuV6gzny8,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=V7dRCEbSR-vRQXNYarrtIvxh-bWj0S7wcCG02sBOVD0,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=dkuJ2bEHnU51XjYnP3aqW3ELisEcnAxK9AiSpWCdqXA,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=L_faMNW9BhCHCO5CFVAdL_xfXKfo4Hk8EKuI6iqVS3k,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=K9rjeRJ9Z_F8D5_5DYSmP_UAAUZhCcynOspI7-1HV-4,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=JIJuJ6dxRKRBfBzLqlzOJeMphRPZQksRxPexYTSs-yk,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=sKcxIKU7nuWmANSSvS3ATyop58kCW-QZzW2Edd3a6Ds,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=E5r8lAVFa56M6ttHeVllaRZvtRELHNDQpqsV9Og0mWQ,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=gGi-CYlz62w7UtYzfp58O6ujrzhQ9Ju6iWVHKC8CbYQ,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=M2sJ8ARlCosg_uhpGkZcdMS8In3dz_J3lv4hA-Nj5Dg,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=dHweSKrfRYuv17bN247Yl54vfCVCBg36jqUdtpG144E,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=qQk2oi9yd41NPEBhHwT_w-FwImSUQ-Tx2R6xJ1guZ5o,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=RaOMWiwcjkHFu78tf1vjQvBD3spVjQohaOzVNTcqn2s,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=LB1xPrJwDo_uxKGrVqrY5jcWVSFiBHt8DEME0xWwNio,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=HEXWYwF-d5oxhxsQZt66mNzJXhDUpPv9FboiVkUslJ0,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=T4bFeIvYlLL6cQ_HDIkOUh-F6mCr4vcNf2tE1euWtrU,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=lRGylhIN4hlBtKGcjDKTBouo2bFFG9Mr8yjW1iHVon0,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=ngoU9icgCtmnlf3TJjJJE23-JBayhI0f__2vA7olanM,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=i17klhrLl5j-Swzpo0F2e-AoxF389g5gB3BUidAZiVU,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=79eqFyXMM88AB6mpc3VG2QJmySeKszxUyhHA8t42Ooc,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=C-R3L2IsM2qVDAnHYTojZfVTZGTt7JZTFK5sM7GNG30,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=tUTfR87gYbX4IQsUb4azRj75JXtdVcBc5dPaPiCZfTY,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=wrGGP4XXnx7wljEDd0Lbd7Tq9jFWIIhoz53JlzTVBr8,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=azIYlIcgl5fW5scL06mrpzST-o1nzZ_Izk-PDYpT974,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=Q3pC98dYEHoFYHcbExCFW61_6SRSXL0ucfGzMrqyrqo,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=wfBO9XDgxNOxgiOtFAxUpup-GOsBBlvZ1oZavASpfhs,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=VrrsJE5h25sj4KQX5Zv5Q4XltG2wHJL94Nvihbt0EOs,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=DMmoXACdzk80C-DioYKJFYtpiSvfckEFfU0xKA0MKYI,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=39R9iQW2E5hjMjgOMOY-97Y1Pef5uDFKBYcec5YBhAg,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=AR4XLjKLtVfowzo8JZYzllHSIfx_JmLZiaD_H49kf2U,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=PGaGmBeEdIvYZhRwspE9tVqjktEQJOZ2x9Q9Ee8wVCw,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=59TVzQfRQLJVKsHawH97uxSBXQ42oQnrUrclUXhp9s8,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=PnID9tSCf5zHc3MSkJQlK7s4YWUJM_sXfOcPkvJeWqE,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=f8TWEuDGfcP2GOkGujX-FNfOAy-aTEDTBYs6u3JLju8,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=dLZgxGpkrNvkZwRr9-dZUWF1y_NIA-BGpYWrJOMfpvg,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=T97hl_Xjn5__HiRG8l9F7pjQhl1LaDCJnPabKQ4GnVo,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=2ubqBWbriIb_AA2JhYaavuLZjKvr6d8W8MC9sXrATP8,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=Yf_1nCqb0CFl-J3EtCjRcQgnZr9-lFyzDWRZDVXWHVQ,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=BR3Sg9ud7VkWh883AjLDce379bSw8G0eHE20rzYwCzI,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=iqjoJc3avJVRXpbO_AhFmqLnJ4PYU28c4SPuQctOiqQ,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=-a5vODUGieritcQJFjGu1TrVR2Q9KaLEUee5rNtgkj0,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=BCpxONGXwuRsFVVITkPuv3QtloIYd5du1PENh4ON1DQ,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=bNhjOthVzTE32_1akDjM53b8-6FUuX34wFFJxkSZciY,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=2zWBjfGJGhONcvjYya-fIPdWz97LFYXPQU4Ee2XiGtA,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=5w9W_tf23EyP3WuJVSq4a5v7FORADzx_ldmietRfwCA,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=1yzY8JhqPL7JJ15gg8JPOyji8PbYkzCuBDw72kaX3AM,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=0CKTy1SHfRLaIDDcbwyaii-PCRGOqFxZVTgSbl54j3w,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=7dMPAoPvLMkV7qYD6deHdmj1tGmZ9DBVD9ccOOlbIxo,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=R3pVOOGH5l0I25G5l9JBD7VHRkZGdu-SORRNSqqO84U,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=6bvYWUsBc_SAvmI2mgEQUzg0XhmXZLIImTgJhpRjdKw,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=jy6SutHIx3Dkv2lHV6cB7LkzTOBhMQNNOTjYcm01jJM,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=E1W4a12l4nBmjuwWBNTuLh350UZGlujl4L6_of6rrD4,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=gWmyD2C2m6V9JGWVJttWFrMzs8z7cPwCaHAmDHZSZgc,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=PIiZMqOUZQ8P531rGuNV8sFISG2wmw2zzZQv2IoK_8s,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=Uz9RgN0qoL8Nzee-B9xd07c_3oRbqzB8HF0zcRHVrQA,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=TJ8wTICYdp_FtMBqmq5CGHAHU1bvu3TTD5BP3XGuL5Q,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=tcNk9Hj0Ljn4SgGY4nzkb1Bpm1gN2EEPuZIFcAoLwjM,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=xtLSHtSPX14gxqFDUg2sKXlh51HepxCp1b3XzgXhnMo,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=oW4Z4avITwhnrmbPalsICExB68rEJbfawF03XdqY-hs,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=JSFzNGueixCD6qYbN9jqpljgpuJACHc6h1czhTi98_o,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=Nitk0f5dyWQXAVMW-GSCxqHcsXzhvwpqgOi_J0stR-E,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=L4Su-b4Idw-W6QU7QGOM-xPiDjJbYpe-OUksdYavfG8,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=11hETVs6-vex4TAIMZe66wroprwA1HKvsls8E4ZUIJw,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=A_V_G0n4ktg1f-LlR5tVUvM4zgZdobzYEm1Pd_G2yrI,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=GahvzYStARfzS9DxeRKqihaSU-adZgVug9rkctjN_is,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=-sNtJtm8VVjxmtLd7zgOWZoQpCujkEQ5ghkuw9IaAKE,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=QakzIlrSjWg5iaF0ndLl1R791OCV029XeAS8zwQs63U,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bnfq6SR7AKbINvkiMPjV09etw3CU1zZ3NZNBBR7xQ1I,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=FBG2ZAL0uvXMiLf3gi0BqyOMd8jIWIU3f29cVxRzbbE,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=6fXf9eA-dvlKKI5fkxD93GgFJ3gy11q7HRIa3Wr6qGk,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=sQRy0MMDf7PxAwsBRI_aG43CbjNnZ3qH8mvGrZmll6Y,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=XbOp9lc9MStbg44guxXWZDzwlLw0hh0TjhmVPM88b6o,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nC9FVSjsb1JkvivlnULhMOtsDRipbhd6dissizaec4A,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=frqQFcx9FKiwWSDk4il6o92fTsGxvz7Cb43ek1LQrP4,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Ol6lmC1LdZ5GbUj_8A53Mdb0cGlMwSTNw55LIhbbvC8,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=SZ5_y3EvrNjGhSU5Pi_0fw78CpR9E0Mr2Qkhx4P920E,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=4gnA0v5lypye1pnaZprCzzaeEjXEfRHTg4yrkFFUWv4,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=zpUzaiVEoWupYlmYk4PFFGKfa8wUElE8yX8Hhr7fg7Q,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=7ZkpGUgbI62eVlL6dx-sFbRU4vIK6RDSxi1mGD-47TQ,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Twry_Qn_aPW_5Ukn9tccDsacyLMN1LyKPFh4KJqlJ8k,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=8ZH_fZBNZkV25Gq4NdqElZ9RuMXjs-q8fhiODmkqF2o,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=3qEoPQSBk0d1DlvC3pik99H93UnUNoOH6PiovnhGwpk,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=I5t8Tge5heE6j0UaB2wRt1KY1TDO2ts8D07DhBsZq5A,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Q5yygGWvxuxgjR02853jSpofZxT-pB90nspLHrPWP6s,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=TIVye_ddLmmKr-2tgd1XHw5Dbn18gr8pI9GaF1aC9L4,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=W1BlaP-nSAwH-6MakKl476jDo8aaxGzY521XzqpmzQg,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=u_-0-Yj9QygI18TwPKOdaMp3LTeZi10mu81J6PQYN08,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=4iUsvwRg9AWVHKjEMjVf7F36sNmYbg1Ps4OUQAAlTsI,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=2b5zzH0yKq64owrINAFUxTMLzoTTiffbjGwnj0n4yrg,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=TiPVd3WJLyH-WydV7UGu1_bL_mXX7_LRM_yTdGVTIgM,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=NIpHbsfBNed4Zu3WLfosHFAlVvhnnY0Z6Z6jWccNuiM,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=QDgQgrvEbsOqMNbvzAM1U-aQBPp-ErOI2Tk_gmkHxM0,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ULDOoO--j7ZAnM0HDkHgt7-FVF8YWghF8P4Qy4SOuVw,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=GSnzR-eJU7UmBF2JoMHdh5SZ2sRmbZbT4hRd4ebfg7s,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=DMqS6t6HVktccXLt_rbQ2cPWn0TdmEHIa4G8WRwUaqM,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=sFgveHlIGG8ERs46t1rwImksqDzZx07ZlBeS662c3FE,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=UorpoAXACDBJcAf34jrOsehWDfikcEzDeF-fKoKnn4M,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=PR6LOj4hrZs5MucFcSswq1Y9YhGtBvWD8Sq3O6804lo,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=rKOi37AgxgOPv1JA3ETx5wvVsG7pIyRYX4ASrnKFSk8,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=vxRyh_j7HF1FH8WLWbGRHEVdQ8HakLFexZPL0EqeKSs,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=-8RCo6bAZhbeNz6R975ixeUpKlji5r_flhuTbDhLMPI,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=jANMmH-ZmjAIB7-rMKpUCRYRbgfi1LtHwIC4w0OYJUY,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=MURtUeuKGFa4Zgp3_9mWqAEL-P7Xm_PTXq8lxx-WrFs,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=B5wQd7BxWDEJcC4uHAlOYaeY4xeF2gBNcBrrcCbj-9o,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=bk9MpDz53mKLRO_0BYrYn4rnAlCvDZJvrL3s3Of47sc,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=eG7v7dLAWnMhG-IfNGsTGQJhxyjI0uu_W49XRpV3_tM,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=BoTh5gwhSgzW9yeeqbJ5RNTn2X7rtE_MS2uNVLZs1IM,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=F1gyfVK48bEIR85h4g_oPrTzuTY66Lzku87y5voXaXI,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=khOBwHw9jGKBalqlYiO5rxRqi1JnYHWq-9IDQSWfzNs,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UbKjXhEFH9i_tRyPYncQC8opreIM9oiB9FSO7O7JqCM,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=0tB3RyGdi-cYWFZ1eybyQWQdngD6QvPaDhFsM887Fds,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Rwq9HzdbWmL6-OmbMyuzQ3iC3YJw0xc3TU5aJvYh4XI,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=kXUMgwd21VV2Ji8z80-bMKzZWBty2svNZHzzAoCIVtk,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=1U0gkPDcF05f9ah1gs25Heh2vpjPLt0HB0kF10tje2Y,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ELODCZay4L7spwLWCJPAAIkOyG5gqQz5LsXmFMxvkW4,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=-s4OSqWRTajzE3ArM-mjsquK0j3YzDAdAUHcdqFFqJw,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=jVHD2vLlrzdriSQamAbIdAES_C6pKQlYyL3uau8QaM4,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=uvAjnzQK7Sc6seoyeJ0LoqL6ssMFQAK70PWbnup5ULw,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_HafG3OB98cVHQ8QumX4_NuDFqSj9viCPThKb-oE2Ms,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ivKqFrETt-i21I-PuxCRp8H9EwzDR45V5bS-J03SGGA,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=_OaLYRG9FWLNiX6-yjHkDiozB2cd3-GfDrgKc_iAbL0,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ivWQxzjKyNGdvKkMMbxsj4roGL1XChlTslaL9phGqwI,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=CE2vm1OrSTFGxiRDziwNhZhp8gR1ubQcvRgsv6jB990,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=BGwu0lNdJOO6qHp9VNZHEV2_j8PJ6d9o-rl4Hqr_PME,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wR-qGRuk_36RXgKoey_T3CB_otUA6D0b3JbNx9YINTM,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=ImoRR99YfP_kkRXc4RlTWGT77oI_U3tRuKoqyNLZzrQ,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=3r2ehQZQeFWxOeZWiR7dZ6A6GJIVnABuQ_2AYlUPtf8,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=v_4HFFFYHLLHcKLTQQY1INwdi0CBjF3_LL5gjRZnK1Q,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=k4TjrJdCX8mmbaUNlcnvJC-g9D-gke4SZJZrsU5TrS8,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=GMhcxktS8Ulf-1A0VogpMfJZRi1wD0Xy9ZdAz9bU-e0,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=QDBT3SXHt4Kk5kl-xBzu8_SC1D9jruDjdkSLq_Qm4eQ,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=lecxtf_PvHg7QK0bD-9VO0Dy8M4j1gKDuK4EE3l-I6w,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=qCKlBm-vL9unSMnda0K-h-lTERvBDRgHyyB0rsL5PTg,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=PQLkX0Z6Da3QjJMujnENrfHjXsZGLanE6XxlwJskefg,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-Nex0qjZaeVM6rOP9uwSwVbNdHUaFQyOKTNo5krRoJY,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=htIU-f_eYkAOlREmMXbpbDaSgP-kNPPfErAr3Xt97Xk,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xUF8Odi3nBMS9fmy-g1a9V-NTxpaCGiTBTDBu5j2Odw,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=MXhqDxABLTmP29ue_7b6ZtpXOs_DAKXZSesfkVbdYzY,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=HWArbwVjSVmNV0BaCpJ5BcsRTXpU7YJ4nhrgUIFviio,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=UDId5Ux9NHGdYLehgBd6NwU07F-VTBKforCsKGEn3Xs,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=rc4NLuUi6dSVkZ7Oz23RXP8GtsxXGEEwycAPdLBXmh8,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ejZSRO3b4u_Jpz99WDAMK7gWTiWcn0nHVFs3Sdo2rE4,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=0TVUK7LIItXjJIhtXP8zs1dakz-Rimlp0U2Gh21eXc0,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ixwH4YOFKMucueaXUB624G1CqIDu1Rd1lX_XCUZ8ZKo,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=bofhcxTEdoo0Ze0Fbh-aaBWcv-F8y7SVCOrqmmaySL0,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=H1dDU8YLh1d587D9hPq55ALceHROPtKfaiOLftT05wM,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=2v6TqcW7g2-DgjDZxsAraA_YfvQidkwoWuOWU1jdE90,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=KVikm-landO8-Ip6Xsgnb-6dj6D-liNU_yHmlppuo0M,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=uV3KholyHBdq7XzoTVryX4ieW9uIJGpnA6R8Q34MH0Y,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=vSmFUqYm_hZgCBl97cGTdsiryq6IYKoUFvW-zZiv0Rc,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=y-t5fJjIdI16KKCcIyDzsze1PzHaglrLBLdGINv888c,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=BfAlBh7UssYrpRrCDH93fNNzOX3ATw0Rcf0luAMm5IE,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=h-8aK1lR0IwPK3jvCJ8mEG52W-Nm7bI1cs-DcS1PsI4,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=081XKSFSYD4p0Yu1tz_XpyzDDQsWPn_Yh9KmIOFdf5k,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=iOXtixTYKTlBbXktAe3wfiexsLYAB1jExYw5PUSeXpU,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=TT3IGKr03fYBhThSvc7eUDPDF0YCEpvrV8xnO7WkNJs,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=t1Hk1Evrbz0heM4E3G6yUbUGorWi0amSV5GjN3fe0z0,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Fa9jNSh3joPwDzou9A9gsp7jl-3bV-1YeVuzNbGIod4,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=0HYO4MxB0bfJ3ZgLTeV2BOX3SfhJgMy0gIyma-TDVvY,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=zAxBTCRMssR52OtP0-diCO3ZEBhIPlGJ8kjBns5Fjho,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=cTYUghtqwWTzP2aSDYL6gLZMQ-5a7uEqaEIMK215yuw,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=65_8fIE_jxNZMarKANmpNVmXfLjy4Rw_NnY6Mt1unHU,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wfvHVis1W5skYag56PhFmEqUAGp1HyryT0a9fY6BxmY,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=DwlB1LY_eS2yNzto-RXHvoybnPW1f-pr5bECTjy7d84,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=MBAkNsOnMb5XbCQYw6uGElCyfY-aJkKoLEkwVAwaOeo,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=VUU8hj5FEHeZtYg0vQJVZkM0_y6yMR7ubI2bEhsdlhA,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=i4W6d0Rr_FbBZ9PmkNjzMSlEJ3KwYDF1jNUWUHuRRsQ,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=reUG5107pe2_LPsrTA9nBAv2Rg4hZe-_UM1ygSF3KSo,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=X3-_q6dL43I87x5lxKNrX9QuQcJBaKYKyMVarf_xGTo,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=jJ-Em-__SGjoik-lXD_9LAbjKK-0yvilVlln5aXcbXw,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=EyS24CC3HZrbQwsqa0-h9L8YgaK-3AY4t2W23qsDT-0,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=cWnYJIf_l64WXSyYbQbm23XUy4vmT3-TlEo0w0uL2f0,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=TWeUGl6I2HaHMHNNOhnzN0s6yaRjkWuqJ82iuRLYs9A,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=d37LrrbyPpQBHWG5W0kNan8ywYBz_hR0guMJBg7hNuM,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=gM_X0wGZ8R0s_V1Dz6xjsQKFWOGsSbFFW1psMew5yb4,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=r94nW85xmDtUkjgJdjKdLw5qxXYJRso9KjDww0QSbos,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=UkdeyLnEb_LgIU9vjuOp_USPnox9hs3IHCVfvU7iHEY,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=LXs90sYiFVP8nypZxVY0I7xNrNnaDchKaOja_fqdn4s,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=jaEnl7OKq_W8qY_N7zHQRV6-4_kfbnbdtiRSfjnF-4o,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.3.dist-info/METADATA,sha256=VA7SvYW79hDK0XjLOozfMlHFUaTaGbzNDrNm9OzJs8E,656
|
|
260
|
-
ob_metaflow_stubs-6.0.10.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|