ob-metaflow-stubs 6.0.10.6__py2.py3-none-any.whl → 6.0.10.8__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ob-metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +977 -977
- metaflow-stubs/cards.pyi +3 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +86 -86
- 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 +3 -3
- 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 +5 -5
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +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 +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +5 -5
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +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 +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 +4 -4
- 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 +6 -6
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +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 +7 -7
- metaflow-stubs/packaging_sys/backend.pyi +5 -5
- metaflow-stubs/packaging_sys/distribution_support.pyi +5 -5
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +13 -13
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +84 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +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 +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +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 +4 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +34 -34
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +5 -5
- 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 +2 -2
- 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 +6 -6
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +4 -4
- {ob_metaflow_stubs-6.0.10.6.dist-info → ob_metaflow_stubs-6.0.10.8.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.8.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.10.6.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.6.dist-info → ob_metaflow_stubs-6.0.10.8.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.6.dist-info → ob_metaflow_stubs-6.0.10.8.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=T_s-FOHuWKrOjCa20hNmxVdQE0uhC8UjucYa_tLPexE,89860
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=koI03NzVPpqkeaDCVXFrNel1Tbdo-VL09YATo-k7rw4,1712
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=iRR86alXSBNDlwYotJAKhA84omWn8LN8QwZ5nL3yf5A,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=gV3AT0F0NhpWwXtZ8r65WJjXdRZE8jHm3gPhvbCNMec,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=VXyuGOqfCdRzh5c26uOAgfoLqIRnjGRbDZHHr-VOs5g,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=KVY600N3BxNF6yh2WcPhkLl8P5iBujWm411-IlT3tM8,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=_XlWMpO3LpJdhjgVdVzML5K_Qzzecki-HH9MQAtWiMU,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=z6RcHwNs3Hcs9WoRRtAWz6B5bp43hs9qqVQnY87s-d4,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=uUc6TAg2brvWc9WRpFq6JfeiRRmYfm4WxNQ3WdFnJJ0,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=ijF3eH_z2C2jJ0MpViQ54kzIbamFqf-YF-3tcRY20Nc,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=D-_sVqYpO2SLRHdM8oGFB5HPmEIytiyI2RHn7jNtG2M,14278
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=hvZ77PFbqVyOPo_BjhI2K4l-pI7_3VYgXzSUaPKMdIk,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=zFDFw3B_2KIIGDBXx7KRqDYuhMfpS6dnW7P350XnI34,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=wpwVp1C2fAatsfy5-h9fwQVjzgrzLJNPvYAWxJLT5gY,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=iJlC8LD0b9EJwF9lqAJ1d-GMxZnObzbCuu2z3GZNNrs,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=IyM9lBLMi1tjJBJ0SPHaSeKAPzU780BelV1j3Mh5a-k,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=KCzZ3ts_k_Hwy1yGq9mx7udEKtGexBYtcLe9cqhvGL8,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=Pp1txJkw-ruVjmwbmnEu7gis1LPOO58cQkgr9vhF8C4,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=pFUzMCkc6rferet6Df_DADlHHX4MGsAIw-IAea6pDo4,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=KmWxoswHQxFoRIaG_hK3L1K723a4eHpiai3oGAou-RI,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=Ukd0rHBdoyDxKv0wNRPGTVW10Gk0Uz_x05OM_B6JM0M,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=c9TCtau6XK7BOQ6RGOmIeP42FC4Gq3xRr_FawAzExGg,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=sCJUEhxjobZyATqSxYCDXJDrjbLwDbvk8oqkYfYTjNE,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=gdqoygNcpBM8rNSDo771O_u1y1HnU_e8zmPPWA_vFcw,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=gX6oFSStPbjueMba-bAeBS3GzVYD__33XD1REQd0MXw,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=HZxhOMx0ss7YjWXSFNb-1asKizeQrB9NTLqxmIeyVhY,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=adqPXUpwanuvIfJi2bPeUarMNatV6baBrJWmlhzxy_s,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=_3o91Jv7tKDnHJXmIG1mhFpxWIJHEmeJbA40htOyQKU,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=DwWijc4egkeDlfs4_GO_8tAm_veSc8Oi13n-YI6tCMk,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=S87g-3nbiAz1wTHY3R0kt-hPcOHpweXU_bbULEpo1T4,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=oha3zR2EEiiQs0RxtML7Q-XHDi4mIfXbQKSHJNvOPsM,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=Lt76gmlp2wEq1YylIG5c0077pWSHkUjaeUoYTjEBYKo,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=_CA9oI0XRu3zhBm8dHl3vJsRPP3P5eM18JqsiWmAtgM,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=WcVe7Dj2CVkH6WFBRQbaWewMXyqbpL9dsgvbUtUdUDA,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=kwDSzC6TMVz4201WcfA2p6bImeMvCaZrxo9czftg8XA,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=mAHFoYiT9yuJvhJf4LKTxgfmsbABBoaERm-G42jLMAM,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=CAxSAtLqo1dshKYMYwEppcK0T0SuY1drnZYrEAEEqPA,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=vCaeBDVQgdosfLz0FHtzdPo20Iybd_7A-AApE9d5EuY,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=IREvr4fJ1f_mCN9eBLgTtLIh8XUzt7sxpxhM5-kwmV8,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=wdGnTOKdxDQxCEyiu89PXmFzdMdSUVmbUAs8-Tp-Zas,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=dZQOODlQ3UaNBV0JCUzzX2qgEdRVitZ0F-4Esrr8vM4,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=BY4IPpvagLHdSqcVGQQrMSEjl6KsHN2XTibBZNs9f-8,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=K-kfLxK8bvUcNXJv2zBkPn8uE6inDFklzlSQYtGO-Kw,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=eNXV1WAk8XaJxip2KHx1VzgyZ-SUo2CWNzAQcfd2A5Q,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=f5Br3t8hqFsK29NtUzeGMxVSghULNzeKeviImgBvCKo,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=-HOuenCf49L9rBgRzXC18IQA1xV6IfpEPUd7uix7dU0,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=wt8mNYreqTb_oZgv38BiWqJa6qC4Lhb9VAbMJPKZsh8,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=fd64jt6C617ONDVyIiVO7gWiwpIYYGteUzpk2bh5O5E,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=C0FQwxQXClEB5D88vS6Kx8dWh_nGUsrHn5VMQLFi4UI,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=-OL99XnevfXMHYi3pYXuXNA92rnjag2zN7GGnYivPEU,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=se17LAmE17ni6RpnUOssYz2iembm96QWwIvThYPWqWU,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=-R4v3IXWqyWc8vL9BwFK9OCoM21WWNfImNC5BsjG0WQ,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=6duR5u7w0-dSEEij5Ri8TPrOtgPUV5yrF4MlBzKFT6c,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=sHS55rCB5_EZWE3H--xomMlewJnKYproB4BVzOEhQ1I,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=zKpKZ2NSl0TYhQdPkYXecRM_fDBiXbvmUEDOJpRJ15s,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=dxzDsmfp2nvvvKSszzYs25MqQV8jPlQcijVny_UXET8,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=8gxsbVZ5udzpdU9rPbzNgCywsse51oF_QarHZmYQ_9k,14775
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=bxsBCK-9B_R9L3fYU67JZkcM7bQL2hQpMoVJpWTVX6Q,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=w-cjXtoYZryPhgi_0YjEzNlAEzGUqb-CtF84mThWCWU,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=MamOI8r5H08cfL4zpVJ2z4zu1Y4p88zma0wQxIHII8Q,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=-6d9nxWK1UaxYnQe6X24VaqNK551mIYjBHdqWq1lN5c,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=BH72Y-cyb-CPJqPJIz6Z8FU-WVK1NqO9ZcLW6kNdsmo,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=cgpajRONG98twYO3Vk4dMtgzGjnvevp0Gym6KJiJcKk,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=WZjX--gvJA3xqoA5GB-2Til7MnHVLL4EsGMDDNAPG2I,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=s14M42Me2szMjKEkEBRmQiTloLx6vhtJqE7NQVptgp4,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=K6pe_koDEbDgMWAmERPL5jlE45MOB5KHf-wJ5LlqO_c,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=VFEMcKpUZslpaMDV1u1ykhDpurFqxcr7QCOddw2Rhhk,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=sXT-wfAxKfxuuEJEvuldHksCGxO7MIk4FFJmy2GL7tY,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=J-MVumGRhbVm0DWwMNhXMGOAvhcVmD5CguFbh8deRUw,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=S_1cduIVMHSymDJNo-APwsON30DyiYH6dOYPEht2oWg,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=UIkrOI0u7FEh9Th-I9hMQxOrGou2j1uqw2SJTgEK6LU,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=AkB3eZjqXw-aOFv_a0FzJyHxiI0PnHXRWG3MGDoBjZ4,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=rzFVVxr2dT2jIQy-LapQFXVQyTo4YMVAKKrc5DiVMtE,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=kmZUz6nbqbnD1rWFP5MtRXujnp7Jf8mGW8Da-Kk_dRs,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=qzSSudv4PeI35BagDlauQyzW-cd5epxSD_Y33qY_5hU,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=fouZagrTMmMZi22Y5UbHA2FfAwFSFza4WxToA5BN8PI,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=vJL3Lc8KT6vX3MHeYhTLbZkW1woDsMl2b9wGtAVz-bY,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=bDVLt_WjuTTwAqD90x2Q9pCopkTYIP4a-dCKmeg08po,9144
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=RZkfjGGO8-2Ag7IqOQQ0TnCMg8jw7SNWc7GnZNtqZuA,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=hUXjxPaPha50QGLDEtGSzn7S1gmM5xRaHWByYp5vlQ0,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=II_14FWW0MAH_sbQ0PgAz5zzXAuwFrAzaX7wcJjq2T8,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=fJ9vvxQ2kVaqi2UvPwSl020ZSBIwW-c7GNzdcG5c-d8,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=U9hrCowOZybbvD_ndmQ9pBMB191LsJUs0-G4zukSTwc,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=A9S5KNGm1wOErd5ETilKTVgBkAJwJa-6q8e14zQGde4,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=fpdNwMIzZAQrcG_kyg-wBMMKI2o2dyEHeGpnpRzwQv8,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=vRc61NqYuwhv4AExzpna8mC-Y1DhAB05RwkDW5xxQRE,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=u8NC20fPSnK1y35L6F5JI1u4GbQ8qqz4iuYYHjzOKPI,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=Vmt3tR_7cL85CpFDmn5OJ6KKSojG4unznIQwdkVyjl4,9946
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=__L_R8cuc5HNXoktyanXuI40OgQS3GFAG4uEjS0uqrg,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=5ZwFN8FaSWEx2bn4wjrd-EAFOtGPGvbuAPbRuNMVsuY,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=jKzI_M7B6q9S4psFhbb0GsQxRKtRBd0y8exU6GhCZkc,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=ne4z6BDP4bnjKyHd8pPv-olDVkaJRvx0R1xzbki_q8Q,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=6yEd8AoWxlpnIq9VpSMTY869quZl7k0z7KYnadEEDbc,3472
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=O9C4CUBz8GZWuUOmsnIj8TpzkuWPVIUwC4tk1fugLGc,9794
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=gQp2HJqgrjqr2kOg3mpN0oIloytPk0f495Q9OZ8U8-k,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=7tWUEatn8K6Xi1SLiHeRRwe9JDK01rb1AijUhJj3bf8,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=H7h4SA0MfRGK2Ny6D4aRIaRk6y3otDDXo4jdBml1b5I,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=RI2yyq0OWLzlg8ZiEV44FF_j56KJvvju_OzeZ19S0-k,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=E2NtKgjEXLqaWE44bYSwdDiSU-o4mrZjnbjIkE0E4wY,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=kbYKLWs44I_HbrKkUUDWeuEzObDUCu5lHAXF_uMa9Do,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=TJVRNhIc4Hnan2JMEeKhUT6YatG0g8HPVjAWIxk1DrY,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=RZc6x2UaZmYcZl6csp2XrKdbYo1jnN3JAmjeogbc3d0,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=Ayav-7bPeg3-k8H7HINoLmIN3mTi3UO_hKjgLbv5ZCo,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=xodn1wxORr9YTIsMV3loWtjhBRJaVhBayzS-vUr7fBs,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=_1MrioBoVQeSpOgLxcdQYyCJhL2XNdgYffQaTz1bKmg,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=Wt_9Y6pfYp38EoN5dTp2mRnOnZ1BFa0-zi62kY-gm8A,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=AUsrcAWfKH5kXkVDpD3VLDma6jVaLM7ic_l3KXYA-rc,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=aToY3IswNSh2XH5yQxvjmoFjeK5m_PD2spc_jqukxCE,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=FypYEMw1hc9R6b4JyZ4UVj1McfmtsaLzcltesViEoG4,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=97GSpntlnuHMtPKuEvzK7fvMzAijK8IvXFZa6AKjDos,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=7bI82SIVP3CiuqyRvSMB_jf7GNVsmFK7g7oUgVNw6EQ,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=bsZwyTV_ZKrfI3HBaVWJoDInKgjX3ye0rm5e-2aoog0,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=iIHbM2Q6RWcVhx-l5PUowhGo5MiHeu1l9U5mML8b8rU,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=N9ZdWOBGhOGcvhs-XWN1JH8qdC-ETj-Y5_ou5aJyRSI,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=gBoWpY5L7NQSyxnmnkZkc0UFS16wsasqK3jUy1GXlNo,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=KfU5mNZXpPmttQW1dtTAf5oZ37GYi1nIqOku76bmyUk,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=-2t3t6S8c56-sPAa3tYgfrsiKufPS8on_riB9GDzZJk,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=jJAiq4YCSRHA6huNuqx1W6h_pR-tRefoZea4dzVaKRI,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=499SGh9Q0fgJ_JJTA1X7frbWDuAjPwIPGa2KxeHCyaE,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=WF09Zc0LfovbKmr55pBkrBeovDIQmeh_1X6k8upmiQw,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=o9d2Qh0V5DzHcm5pZvGxVex1onHj1BmZP-6nszFPtcg,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=p2LC1tQKXgW1eAqg9XHMJqaLBkw1p-yYo8Gf6hrBkrE,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=04QpYIlImJzh8AmSFwnEc-Y-rBLH3I2WFCS-rWX3IbY,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=Jf_OLeHjQ5Dlsw4_wcjsApdlPiQ3qrcrEAi3sRy3dQk,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=aBNvmG9XXSQyIuW5dboW1PrIu-Swq_DilGdq_FU9fPM,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=6rmg1CZp4AKM3SIouE5JahnvswGBWiT7oIHdsiMkspw,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=_gd7SZOfhzzqn0v0W7KHbT8c4R2He5F-ABUgLXExfk0,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=mzahpUGOnEqTmdmnL2K1ZWURR3EzPQpmE5ToUb0ibRc,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=UUrlV0OdzDAKIXxOiW-UK2NpvAX0zgLfQpKYblgXOIM,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=EGRJPDTCXINiJRgIs6X53EMvZCLI-Bg_yDaY2XTF4PU,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=8-L5Fy0j0IbeyTFsr160vquxW_C8VMmnx7IpJd1WkGE,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=FsueSXi8MyYoW5cnHR0pJnJo0wiGrJKsjnBUujse6Po,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=MQ8eWrUX1lNklJ6Kjyl1Hp1KJ-Su_b0ZNlF7y8YodQU,5983
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=W39qQtxf-yxkcLb3U6qDWCDl6k2c3RMqrwg8acsvr2o,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=HtrenRs6MZzqGBkXdtIPCFUx2WgCDIUdyU8NPZMQRlA,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=pDWFHfBO9-f6Fh2H7mvOGOsa86PXjYGRHIUzTMgshhQ,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3cTEBd6F42TyV9giFVj5IA0mQvXf35A6kdMV50g3AQE,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=0D6B5QAmsw90IVs8JVI2YllEAiVAA-GQ9XaEv2hlE5c,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=oxS6AKfzZC7uJG9N-prEa_pBI6Hx9fNN42mvB3UnAhM,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=n8X-uDAnohWdU_RQ-eOiwvHDOKLg1BE_i1lqABfnnnw,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=1zQZIcChqeEK1_PtWjQm8xu79wGfY1rjVyLNb9UxGj8,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=7R9jCn9PLoIUrFJ5Q5apAx3cWvwpLZJFtz2ODF5CIkA,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=1C0DhUBwbx4PgKHLEqyuQKvlJMntWKV6p3NtEsl5DHU,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=nqUUVSs6w9N7JBMRe70kBxjXA3TGmcoh4ECs_W7Ye_o,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=NyrXvk3dbHVQMuiGttZq1W0Sh06FTftIJOyx0R7HgF0,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=lLRTfoBY5qzTFjiq7ta4HnZmpVXnVPua76QD7bODAG8,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=D5mIpbi0IYKCVWBDkkezLn58_5eZnIHQOOZETuHQXDM,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=mSE_MFW_QOP7y5NdLQBXDFVqMU9x44AGy-ezKGRkxoE,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ykOWgVX8kBjPHZlHzYpc-P78CHCGtkExHAqxKT0YlME,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=zchVU0mhCE9dhsAu2k-PxGYCu59qp9aLSvXFaLHNcpI,2634
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=diqH9am3lg3VL3FHVpdq2VwT0HsFEqgRe9L3TPX21nU,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=hRweuEnlgY0ATcHsP1CNYx3QnAPM8iD-_DzYiDvL-h4,14544
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=XLc6VcAA7qUdQXAUTqJC-PsAwgyGaYf-pGEzV1usgRg,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=D2-j1tfZz3oBnlLqDrAnGHICk6_zw3cdNlWOg6n-GG8,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=hgdJvSQxMaXVpvVudhug4D7rv1bZGM5xfVbdL4Z4IYw,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=oP4jSvIs3TrO3NNJzpAQlKrp0zS9vLUthIiyou2FbQQ,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=S6mGfEZJN6dMon2V8AlajS94Jtup4UM7Zs8zvFpxGbU,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=5g6ZMXyrTJ_GSCH4QSIsnPayDdP50f-B_HztZZGHY64,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=68aXYzXNZzHvJOD1FDi53QdPQJs3ADAasiC0Y6pODfI,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ubPL1fWDjDX_CbDaD-41Ow-n1v8XRDbE_QCEIfY0YpY,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=BY0c99Xhp4djQAwZU6F-bsG88Aes1DlEC5rAzavbd0A,3051
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=K4xM0x-uL_AprEu3-etMvN4taVayJlYlFS5ggM1Idqw,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=zVqgSURcIa2xZ32O_Ys-yX-wvVAzgmYDa1fdnuYexdk,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=dK32zPN11NdhGp-d9mTqPIAFnVRqPrxsXSh13FSF9LU,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=F38jP7qBzMvqHXphiDlBMjRwl40FzoNbkxpjWiNVPFI,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ShmuyVO5zS4KAbOrY88HoEFt12QxaJ2--s0TdfVLico,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ePNCTY6sjrH8JdN1sP4wc6HH4qn32v-XDYBFJ_myPC8,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Om9XkltwjzGvvN28Z2rBxHG6dG9RtMjpK_kAP8j-n4E,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=oYsZkAhuQlwhbV9j8_AqbXEutX1PjgE9_7DGDuoVfvE,4631
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=vW8zzGOS1lu2QwZt44IP4E7r9iXG1Vp8AKcOpLgw-9w,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Ix2eT1Bx2tVpCYJyyyHiOibPHt1gV__3FHAkFONo9yI,4035
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=idpfqRZZnaQkTUyQ_g1t6z7h6DINeftQZGglDBxjeEo,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=GoQFoXZqnbYSnyagKOLWwj1jB6mYJhUadYqWvU_tK5E,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=B12Dz9Oo3vj2XFwl16h1Wq7x0vJBfrsnf2KlGk7Vde4,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=GWMNcnyoXozt069vDjbJbSCww5RQJMOPnkhYqvtfk6Q,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=oZa9nMXFjwhWTi5szUt1yGd012tAR5H-kycm1NrnRts,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=_tOW9hzlkNZGBfNYQCdGrh0soOZx98knescmJdynfaE,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=G7DodF2mZ_BYx0BkdT4Io491ZriedQRg8SpQmby5Sq0,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=e9XEKoIuNYyn6VIMXYA5RjP1AA8c8oUN2cUP4kdW2cI,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=OaRSvMmuXeU-w1Tfog1807r4K_QB_oBjuhCvSKU_Igw,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=nM1MExMFjlC1V3dkg9Gg7ug_4Gu5wnN1nynEswMUQR0,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=jOFGKAAoAVK2J25bGbJKuQwassPltcGLn9WhbwLHPrw,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=G9M4NJqKgLrhKMnyljTgIRI-59oMTcDEt3bc2hFvNvM,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=2kav-Jy1YJiUe3-qafQh9JX3NlpKltkll6KXaedVZI8,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ZvXlm1y9su8-j5wkrxgQHu4JPeRleVcX9-BpIOJ6GBI,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dtvkDtbjvS7M6Itu7aib635Owj0r6rHUC2Bie-aOLx8,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=OnIysI2Nu2C1otVyhahKQs61YrA1IRaBusZmm7mgP_I,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=QnJIem6BAfweMmA79c9S7xknW33EMY_fMPOgBkmFwm4,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=8xyXpA3wDUnbe0UGAwc_X5M-3s5xtuBIuunmDwh8-5s,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=205yeBFgL3lpaDEjyUqDbfSTKqfmlE66sbETPF8FpFU,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=w-InBrYpD-Tepr0FhHblkMCdpvjpBFHUkQN-6-aQhig,14395
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=WD7OWvYxO2lBtJ1Xlub7SdLMyJ_AMLCmEiPruMFH1as,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=1btZi93dbVftfK5u064TnOS-TtMT1lWbwIcKMKcrSiQ,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=PdwddEJgFUE4hnUVS8dR13weCxRaOHwGQ8gBI7ZXI8M,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=CxAf5Jf_353JR4Ft1rQb-ZdrQkq5JsWBaQ3GLV1N9M0,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=1D36tsgXXyOffp3wrVTPnGtX58SwDuFEHvasMlWk7-M,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=EVX4ACatnsnD2tLIPvgS96fVmoDvuF0n-dqp0eC6sqI,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=VK1XzJc9vNYiMQDL7fCV1Ic9oftLqbjLzVR4trmwMNE,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=FVWx7upLokxCIypU6WVyVW0xuHEAsWEnBdaL3kru01k,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=UF6JYNZkNJF2UVuBMgP633R3jK69cPx0G3RWxvr3Kdw,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=BNhx5XP-kIdU1AZhXVEwlD31FC9_G9wVAjh4VLScC7g,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=n9az4EUB3D8q7aZ2rg-7h6lSf63h5p8h8BeKsBAm6cw,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=2hkHLoCfUNRvIjMZvXbR0Lb5vHMVLVfrGizCrM_fi20,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=JVYIQhhx3jNPSpdvvDMiuzFva6lrPYiSIV3IyUXYnDQ,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=bw0lZOeA_5oV2ETDjnxQFXjQrYg9IWk4uFo8KF_A-_s,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=r_G3KE4X9TBGLpWGZzHuDmWO_8poWhPtCyRL2o5s0a8,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=TrnT9XyKvA-ZTcUR1ZUS2YEmDbe_Z7iAFF05SdxrH38,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ec4IxTc_MR7edQe_DxYbu3Z1fMovulPrNDAHOyIV2ro,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=KbWpPooZ_YO6l1FxFO_HqosJOwYRx9ARzOhpIiWPhYs,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=awSKl_QXP1hmdH96MUXd9fC5rg2B5IL-VQwv0P2a_BU,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4nZHOvdL_G21KSoN8NqlI_8iIgka1QXLh2EsgfKTlLs,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=EsxsAWjrTEfAaVgus2x5RUTraUopxKrJ537clHgGaYc,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=KFkmy8fYpBap_NkrXTlSYgTYBRDh3XNmYy-8ROmjvJY,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=4c4zEBSu6JObFcTuI3BKHa9yabN9OR6b9jIawBz0Uvg,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=85OSvT2bTYp-fkll6J3QR4EHfeL6qc2ku3l8rAxVcrU,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=4luj8s9ELw07Lcg1oTZwco-KU6iYFzSMXlSxlpQY7ts,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=xSNodxskJ_wtckgwx1kFjLSBcF4G2wcLsvvzgLUTfJg,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=EGH_lu0VXlOGdBuSwxThtkk6l4RcsLRKdHFip_gfOHs,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=cH7mOUJiyIWR3GFD-DOPHWxlpfHn7YB3YUNDR2A7myQ,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=2BERBWccb8zpYqseAFfTgg4DcsJopA7XYxa82RxDWQU,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=lIrDgQBvdLraySRYRsM4cWqxym0oYL4rNMD82jr0EBk,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=va_ES6Oj36CsBBRWl1Cj3lUqEAOvH9ciQw954dewQh0,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=wEPwGKRJBe3-zxyXz3eyD13HOAdLnChhCVQpbkIMUqY,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=6UOGnE3eNg6EqJZDvbSaFWf9H0R4Q0R_N0o4E2eRZzo,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=CurGuQTg_ApvvPhMQB4E6P1EF7BANmlSlXtxddWC1hw,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=udoNJLWISynh24U5XT3_nr-HkeY_mLD6tAV_epBAnT8,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=cysKbLT68pFd5Tl8rcpw-irHBicARI7BFI45QBTJYWc,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=PKlWojJhXF3g-6VbFUDsLFeu_fK4Z9o5sAT9QNb94ac,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=91TB968H-0u6WOUnd0jFyI4gbxbu03hpT4Wc5Uu-wfU,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=GVwBQwWPW7wCBqMkZZYp7K7XHSQuri2XugBbAuE1ivs,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=oiDdfz2wVgRzF-FMgX72dYQkqqmQfCI72rtaAcbv1bU,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=IPtmbdNoVe--1ZtaHppqx7e_6SXZN08EyyE0K7CbCtQ,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=MoqiG8DdCLho1SvIckKZBHWnsGWwBUPLM7Kwea6tx1E,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=ffygGuEieYb85DVDiS9xJbZwjS31Fx9_AO6vNcD3UPE,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=788tgGZIhguchXCG6r16n2Jk4ihI5ZIjfSwF6ReM314,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=nfaDAvA0WLhgiExqCSmo4RryBOrsMSEKmjmI-svF6P4,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=ckaKvnoeJ59wkq6Eq83FJ6FiQbMqw58E4_JolGX21iE,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=TTSpJZFYtDFsEA2cHWwXCkWb4agk2K4Wc8e2Ucjk8fg,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=9MpDTTYp8ZsSy238m7pn90MdFSWEyh8fio2M7J9qISM,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=gHDQrgpfEGna0z0yaB8Mi8uzznYawzfGBfCt65a-TDo,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=eKrgeyn8B2NPYK5gMluwr7iOB2H1wQFcfsY9gdBRCB4,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=F4-OIYOi3n4b7-eLLVXlru7Ez7L0b4gUFixuYPp4ANY,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=bJtF-J6Rl8_sODf7L-UdVQ2edRoUdC6Zc3GbwBArafk,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=TmsVZLgErjBbiyT8tOlqUmT-JpvyoTNoTMgGD1LY6so,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=-Wxb0aQAeCq4u2fwtOHgLv_aUGACjEOy2nd1wsgiE18,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=aLNMrM0ro4zBh_NdLG-UCcAfobgdRJiC_5UTz7XDjWk,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=_L4hKxVmTIo8QfMdN16Ah63FGcelaXAeL7jkThwlG44,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=37mAJo4AJBhHQakym2KPXo6iZ1wl4ekB93P1No0mznM,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=rCh3pFJleU9SBpI858VIDUqL4NPRZbMo2N8mgqvZ29Y,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=6uiLR7hyHuclLr-1pz-_h18TEzfedsGDupB9rd_faYU,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=Hj2G19ahsbJGWoN29kk3an7p8X2ZTdUq5T-gIGi2Ok0,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=5fFWF8xKZj063HcYr7GWpWt6-eCENNsEMZLDZVMxDaQ,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=Tmy9OodnF9uzlGS36p4qqfZJbaK3MYfC94BNGCg8WZA,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=SYEs5R40speQC89MmN4XE9VQ7HXI7MLuRTWd9DUCFtw,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=75xge6cWdvNZScBOq7PjoqTL9CaGjwIHoG6E9vd5OuQ,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=ReN8s6v2JCe8HxBuUPdeKX0B7iHrC0j4mca_F1J0zi8,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=68Ssvuw4z4rk-OibCsJzxfY7UMUltNr81BMfOORf_ww,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.10.8.dist-info/METADATA,sha256=AGiA0W7T2VfRRgJAs3aTiGTdpz3gjZKbylFyDLQRQLo,656
|
|
260
|
+
ob_metaflow_stubs-6.0.10.8.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.10.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.10.8.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=1xDQGwZ_0jFOdO6JhPk4AUptR7YjEWsBi5AGVHuNatA,89860
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=ezkmbN2qyNdzy3ROhqWHN1v_dXSYLBZ6aKdBvZyWpBY,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=pIYbg1OeFOuthD-5bI4UtYYp3z8bN0gmrDhYNb3SZtY,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=jlIIS_yE_q35YXtBfL3E1OhAspi5cmR83fAHla8DCQ4,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=uOXh3b7DvhU97M8h2dC5gTFxEdLpwgvfe-91BsyIhXM,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=ygaXGCMXqBcQyU8gnIR6j4FizA6tGAPNsEmXFT6kHbU,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=ajxIrCd9S0oF09_xPzpZ0ep0WOb_3VDFRSfpfSQ0k0I,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=5UL7tFP4dhNnsqOQiu7WRAXQNUiqEAjBKAFKSmdZDRc,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=3x-H1yo6djmxmkWhGC90JxHgxblWj6p_wnYf0HiOeuo,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=FE9cbq54xy9ZxNyAbJu6DlKkb5OIS-PXRUNYAeFr_8o,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=5yFzq6EGiW1kXdRd9iHgmxDRg8u4Z7Mu8g7mZnDFiEg,14278
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=TCzvVJRO-mdO9GjxlSvL16do0KHjd7GLWjtIRFUKD20,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=HldwlY3EhRzsMpK_guc5-GX9MDBVsoxowAVQPhOflz8,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=goBSKu-R_t5F5cIswqUUHj3HBiVWA9ZAqz-aTYiueC8,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=VGhV7PVwXE01Y8G2HknefKQAppcPIfeJ5AAjLVhGE-U,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=u_TXviCKv7R62ylWh0uF4eIjc7sFktMQHSsuSAOjA0M,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=3nrFP1mu3u6ENOUzp0iNEpWLaDGN8oJowqrY57J2Pgo,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=1jzgH9dnE2mdjcpkTR6-_ojI2SOA_SJDzhMFed_oI4k,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=wKkusxVfJqi1Kmf2wyGrwG7MvNpnc8XuxnZlgzqT2k0,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=THP3FjWiw0CXzHhnD0zoKrWkYpOq28BwP_WDQg0Yu-c,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=PipNFn6we-OoVUeN_MV0J0v5S2lm6fgiy5pbaCz3D1k,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=gcVs4rR91UfMuUisQtrtCTcwBb4Gkcemo4hwVWh0sEk,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=6sRapVH2g7mz2sh2U6f2Nnrimp2dQTYvIdTBMaI-tdc,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=-DsdpGDCDl2f9JXOWrOf7t_dWZN8bu8WHUmodT-PqXQ,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=WqA6Xh-O-c3qG0E1Vx1XzInylYtGBL5TyO_WCo1ldKA,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=-aIHPR2gEQ_2oQqqvINseVU5RQypn2st7oUpuCpyb2E,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=e4lQiHfa_A5q6zKn5vI8LFkm8Mi3dfbJwud7is6Us7I,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=d9R90TOe5zPTCNkSCWjE58MPqSPtalYaaDiZKsE1Df8,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=cNVR9Ja5NGuimdcXl45ckrFZSILoi4lGimrPavW-9mA,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=q-8NPJ9bWx-d6RDeY1LWqUKKiSVebVyMdM0FymV79_c,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=ZPViqerdZ1MR31vEnBkPPRmjZn3eewFQZwtrwnTuoMo,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=yVCwwHxB1WaVNVzi6rlpZZiXMsn7stU-QvQ8hYmOit0,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=RmdMSPpc_-Q_vm-Q5w--lnnKC6QwzLDHSgmTyQRQALs,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=vH68HP7cHWi7RjtnecvBwo1h1zq8rU_DZe66TV0QzDg,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=TYK_jGPrufzIXhrWHgT2HSO37x0EXvUFfgbiKAbvYXo,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=FjGQPPE7mc5RyiVdGachXGWb7oTH8gXrTglcz3WhoRU,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=6F4WRFZUIxn8X_o1n2l-uzwZpkH9-gNmixSO74ETghM,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=MSdpEErXF8An1MxREUQCmZORS_qurw-xOT_6rIA9Ke0,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=iYtfEzU6xOpfcCzUx8HPNiNvFUZbC7jc1X-sB2hBUnE,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=3x7Reo42-4XZ-nyUcvH4wge7xASLPvfPKa6QJmgEakc,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=Sleo-90zLHeuYI_7b5TRs98GHwnR7kOtI21OiJbTWzI,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=LCcjZ2amKebei0KwjcY5hGBWrXBcLgwzKfdpvVL5mrM,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=muEB4NTxEp7LXXyq9U4sBC-CsbKgYy2Dlg8sTCdHW9U,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=lPzfT8H4ypoB1q1BZjHBmldG4n7RnfOcjWqhfMVXbTM,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=HNoIHy3WCtDrXeclJ_nl9ukqFdb46A3z25dqZammS5Q,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=0v_NE6xfFteu4NQBUjPwCgFmJnRBGXR4ppTRum5cG7k,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=FRyZMqzHXbX7EfRS7pnxAEDxwY6biyA9m3x-TxHia3o,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=PGnAdcWh7_fLQNt2adGmEnbMvL28QbsQxayL8K2yipQ,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=OQI4YReH9dASaCM3pgqygeAOj1AkzYUNKgH543_bZwM,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=_vmaDJdVHjQ6tcCWXLjoyT197aHEi222S8q_gIC7C8A,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=hfkADtieBOqXhnIHBm3M3XpvBxfSz6NdIuUn5r9HmwQ,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=DDIQXkyW9lRemy84UO7erScb3VP_iyQ4kRm4knrsFvc,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=FAQzAH7V4NkCd1Ek7TnwNFnEfxLfEUS-NOAN-8P_hzw,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=OGWHKKH0lKcC2glFCY0mV8VITBR2ZbTAFeoi4-9v1sw,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=IuqYWgn4ifozDGqaGMw5_BwnlrVIFceTBbp7zf-KjE8,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=zIGh9BGxUSiI6fEMYW3W89aUPoIy_I442UuCLKMW8nQ,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=d_8rgoPDAxpJB7bKMTezVV-ryyzwNh9alw44OMa235Q,14775
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=FLPHJ0NKEvvQ0N88oFqJZBlFMxSkeYt_88gU6ha-1sQ,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=SAgk1Vv4eEDwdz6xIhPGvfP3PUBrmSQdgi0V8feAufU,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=Q8yFLPOBXdpbj47QU1oQl7xVDob1EmPjZ37IxR7Y9as,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=BnPva1b2Nv6P8Kkf43dT4wQTTUUQJI6_VKBQk373-Lk,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=4Iynk2iqYdXHAaj05WPrXy4PiafDqhFu4CCH7kE9IFE,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=hcWl3TcjtVPoyaWL2dk9CYjmD23sA97Jhv-qN0cs7vc,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=ApHWPM5CQFKn4xLog3lVM7KbZEvExyBTXgd80g18aOA,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=AA4zhwA3HiVbJec6ZuLqP1BNCxWH_gUybntye1Cu0BQ,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=VHZGU3oAMd0pdUBtlH__znA-Ncn2596BI6xgafHKGf4,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=0tBn_PjLL3to48dPvzqPFxsbgThmwXgNVurOaB58UKg,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=Dj2h_l8GgB0fpcK9riunCgxxHd8tRzch20lLxAoD4y4,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=BqUGI7SqU-WCaUFT1RaC2J9uddjEirvSXuEc0Jtw6gE,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=8s0fg_oZXwqO_dETE1vTmWbke1JMXUCoq5W20GhkjuI,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=kk2OuFgYlf5yKxnW5dCrBrK0vPvLUUxlLiNQ88lAJBw,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=oV7wBIhWl9aiVr5_-UZjGup5n4206V8fYyc48OYOAl0,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=7-CIxXI9-uXmnysn0zUfD0_h-aPBeKvBkV7tKbL8jxc,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=cgJEoNQgnyonXCj7txDVOyvXiA-t1S09WW-ie82HeMc,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=ODwHzm-uwSPkRVqZl4pbCexjmMQ7vt0yk1AyeDfz61E,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=gvbq538ZzMXqzJmIFB87kQLtYZcLJdWtLtCdBoDY5KQ,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=PyWwzrxvOwbwf1xaxQ3ht7HghAeBceAs8PnhocmTcw8,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=vGc9jdZniVTpsWubEc6klj3HO3u-f5MCXTx57qq_uTM,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=rbn9hJ9enEsKa4RUfcX9P72P5gzkJCt2tbv_1tk63bc,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=yo4T1YWauEkI9SWyQ2prFbIQ5toNiUYI_8OVcihhW7M,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=yMwIg8vBgvY0Orq8pJVk1gc9pgByuvWactMirejTmRg,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=Js4_0Jb-gfV2DIyrY7hKnwZ1MYPOGyX2Z_Oe7bcGWxE,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=ycBAR_LBiOp4Tzy2u2ithi5kI17-DoVRXFB2ZrxqaD8,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=IlU_-VfqsaqJPKh-Pamzs-IyB0SAI3XKKEDhzhQcJNY,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=Uezs4REtm2u5NBbFqK0RpSNsGzIVgP1gnCXHKCzZQG8,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=LVBju4DWh133h08DQBwz1NOGs-uupJ54mhtizqnlBrk,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=jWRKQ7PFVgd6iT1riMtifbAOKFjeJjcyH_rOSPGIK3A,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=Kz-5UxMSZpc5PjKNZctEsIQv9bvDl_y9IJRxkfF2BFg,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=6udc4Ap9wedzM_1ct6woq5MO0CImYLCI3CYq9-dNFaQ,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=rUFQYUhAy9o-W3Hpt0MpbtLtya-xnpauulsVRGevDFA,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=k2qsw4RHFVxUkFwwh8x4CnS3djtK0CRJbzhExlmWhsA,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=TVoKT7_YEoj4JE7fndCmKuZTUpbxqCz1H-dwFBq0SXQ,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=RTdnj915whujVR2C7swJnzYg_Kjj9gnhf8IrmTYtOxk,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=jJdGNFAb5k6SO-QdFUPWggF0Pgrqw50OErNYB_MAZDU,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=M24cZyK7Q_31Og5GVQa7FoL5LLiQZIQ8CheXuDL-IPA,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=Os6QWh4okdHPvElZGHyGPyJRRbje6WwW7TfC9sEnS28,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=t6URmsMKzSRWdsR7EZuymISltibeP05WuFu0OZdGGRg,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=srhphjF9PC64ylTxjRyuWCAxrAZTZn3NhPk5cmVZqEo,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=H2Mc-PmXdOnwIJnya8kufnnsZUPAp8cKtwSzyhrVvBY,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=04iopcr20NC1Gm_YHcrs3YcYhWiXllryemBYt-obDTA,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=XoQ7lEa-WLAkF8eCo38IHPQr96eY6ukfD4AAOWN3-Rg,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=3xZ8U8BJiD58SmU-SppYZ5EMNaa3zoo9_P7pKVyI8KQ,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=020k5ZjCKWp8eew8Z77lsFPS5HwftuyV5vor2VDwJ04,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=yTB-ni_gV_gVdMgn5jNTmur-uazlIqJgJqRs0GtlvHM,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=onfaSgIeocCxEaTUKcpH78DRcTnJBw2sYChM-svgxXg,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=o1BECSfeyGU-ep6jVTftmgIJ-70YJp9D4j9raopA-mE,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=DjpkuKMAzuFc7IPx3TgkDPaj5TD5P8cd6A_StBRFm-Q,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=FHSHjSKbv4HeSYytuyNMePxK40o5aLHbZFrpf7zYQAo,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=I8J5Utd8ncEilkfvcp4BTDWUUG3vthlF4Bvz9DEUJhk,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=rRmyWs_TKnJxvlZpv-Hht-lla6zKnvUjn0YkRTVnvak,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=LxV2GALCXgxmjh1ORLZhRtjbI0JXuQoBqdKH3NWutr8,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=vDFsAqafNezn_dB_VCswOzoNSgrgf6VNcm_Awb9kz9E,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=utvGjqrg4jRA6933ctoARu0U9rdzNIljs_HKV4lAb6s,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=Ss-ADRPfpT9KgxCqfBzIAxy4yWsqUO_ReKWMJH_hVv0,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=LcWwikm9Jdj7odrZL4-M1qfjw7mnlttc4gkpdlVRn78,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=BmhSeaA6_jVKhXcpHxnTGse_gdTPo-AWPahlAxhRc50,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=HV8mR1UsASimH9me7cLg744QfiaEJv2pSennsfRwpo4,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=9EOktedM4VkKuYo5Wbm6UoOcK6QeRWKlrb9RsMPGGDk,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=b0wpcYeGnfM7bKq7aZhX6eoZMzH-STzLjaF-ewBkcus,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=FA2DrYkEcFIlTp2pQlUfYjNYP-0EZZ0HRKoF3AYJCfc,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=MPblfCCkuu6VwzEp_nuyis2m1KRiFHusxakst8ZnoYA,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=nkPoQDivAt59gRSqK525WPKc9jucpGR4CoKbB9serqE,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=4NVBBMWjyIGXJzzlS2BeCdtp58RW4nbz14hL79j1LWg,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=fkjt5gbVNrrBz_2h0GNPMet_6FhYX2xROmNx7BH7UnY,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=jMrnq3Miffnmb7W_6OZSyUVIXCVmLFWpxqySH9ezXzs,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=ki_xOpIjwCu4h0oIJgMJ4yWIlXhbtM85LfRFLXdLfdI,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=r9H4C4l4cSLfGotxYZd8Dlxl-6lwyvIn5UhV8i3ZTGc,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=MiIxGUJyy4G4zWdBEU9Vt8o143JMESYP6ybvq-41n8A,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=9q0m6NSGYOjoBcB40Qjm1Wm884NRPEN8kgN53RnCT14,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=kNOJZhBEdR-RkRkarN9HqWWr4Csoce-Lhl2iLRcSV9E,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=tb9qRudnQTb-KcMBjiksIEXDMTFDLyLqEEzhm1lZBfA,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=FoMPTadJFPK0ngi8yrJQtoYMifETWbfRnzu-e0xQedc,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=-QFUqvepHPQwZDYrYeeDKZap-MLr2TdGJrU6pGd2TfQ,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=w89zfj4bUJcc7ZGUQEKXX34LdLDXBt82MH9vA2bdFIg,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=kbfs73a1Q5SjVmj41D-u-8ushb5dt1cTxR1uzMXHFeQ,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=vnrc62tha_Ajnbd-86b8qduOroT-GZ0b_jaTu7CfLto,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Ef8F-pqabuLjR2MLnaluEZiJ4lW20dvaZBMxNv_mt3o,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=MVmoBp3vrQ1e0vS_pv2V_emP6cN7eYdZSrKWDCcfbdk,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=V6M_Bw_fnYQaauAGQ63BpyMmz_G9r2JGLEqc5rT-3F4,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=vGxfWJ1CX_gha434K5VtDPwH0uRdFJ0Rpe5TnJ53zL8,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=LUf60RcM-TrJlXmUM1OAap6HpPAeY3DZLD71CRvQALw,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=gsdBORzxWhzD_TECeihFFUdkjzq2naZEQIjomj3s8r8,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=95dQkmfNNv0cpKJ2Q18_ZtyXbTEl2jrY2iAzzyPA--g,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=rX_DYxxu6j9bXVwz46dBUyY6jf0qAyGDJqKAlvmQr_o,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=tdkF23W4A-wCIToXJPVxIdaYYwb-ROpo-_04Vlfol1I,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=I2NUx3y0QsmKI1RJRE660luqxJ3-9O95hJlmGJdXVQc,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=X-PF1ocLTyq8jPmcvR0CLBJrObfYYFLGH0wo6Qh5RME,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=gnsz5ys_T7EFmxFY97EavnT9s16mBR4cVnLo6NnPFJ4,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=f580wWUY5rQamFGGKWWAVSkxDpaL7K6LLWNyZW_jdrg,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5ilvKOqb2mPM1h9jRtUfTVsxJmDPGkQ8gNf3OLq7FgA,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Df50iPsBgz9Vgbn8Rj0i4jDwtYg4u9DTvX2l6R-ktWA,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=vO8tx4l5oI5jrh8H0m-NY3LnYvom1eZuMQ6ivS5exiI,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=1nGN_13-Dyg5D98uRM08oYOBhgfaES4kTnwFSS6YBJQ,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=vGrZ8_W6oiim578URe-xruBwqBTDID-yn3kcFjVw_ZM,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=aaffVyPSmK6VHOyijacEvZ5L2kAmUBZgQ91QUQC2sCI,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=2w0l82apBQK7FjQ2XA0B9n0FHH6yTMSUhHJGcUycsnk,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=fX8rQ5CzhJ4RIC8wNCp0e5CSRWzY-jC3zJH_1JAFdDI,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=xeeDdS-6jnZ4q_j1gRYKMecap3BLmWbNwuqRKPvZ8fY,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=HbKnxiIKCgbKY8C5oeMAr3I3Pjvc0tdyN5SRGplvh5g,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=8olWDv-oADKwhYQ_OQ0S2VWdW4ynVQQikcW9NJZ5Rdo,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=g4Jt_DY22pkz3nN6yScO5FGD-kVBv7y5R6MJqP05eyc,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=hfUPWIssYhZV0c1tA8gCrBB3l2_XsExdguuLOxAw9DE,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=sz7Zjb3wlmhw00lmC9bSULk8P8rc1XYObx15dq6dmKo,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=CfLhbQv1EOIq_CjscacO8Hn_cdNczzN3O7G0zHe8I5I,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Nt1lftz5Mka33nSHzcBOcmbEHTJAWHD4d1SFR7n2uV4,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=9Nv-ZBK8yhcpl7yNRdHrqwC1YgNGc7tSqPrBlwRlHvg,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=B9FG76HBj2rJS7tfT0Q0TJpucdw-h_j9_Ii6DIobPgs,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NpRO2361ktMTFe5oPDRhmS7w3RdIaCnHyFBFHHWE0dM,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5IbmhyR11q1jYLbBa_X24xsffElT6XBaudnz_p1QFeM,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=UNs-v4EKwP2Zh4Xl2qZVo6zzZ8U1FM6IIkZoh7WRyqk,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=WQ6_Tcd3LxEc0VlIfvpzQ5kmZ9MVWEiAffTQtJGnN_w,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=A4Lds_5Z8Cl2CcPVCS4MbV3XjqCbdzUdgS9lLo46drc,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=3ZoJmz6snD4Dq1Opy4ZI5aktY5oE3WgL2tRP1XrKP7I,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=OWLpBmX3LG70ddPXfEF97IRjfUMrCelwcJH_Hb1d9yY,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=PKLt6jx3CSFrAz2JkcFSc24ZTc3h4MaynmtgNEmsNZ4,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=HxrhpSWPG19FIKr9BALT1EYn3GrjsOKxPtpR8IwHPps,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=JuxyHip8KpFpU8bxeXjicxu4JNf-bMtYb_UEf_9hCYQ,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=wvVI1z80hUEY6r_1XM1r1m8ofGXXvI6e_vlyztmVCQ4,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=cUDeHLLgUaNLYWYIBm7t1sdcX4T8Z4Utoe-0jdSsFaU,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=RjbHrbVQ1LAFh1a6HmOeNEj8J0hzcR4YC4VggCt6z1A,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=80Cs2O5P1tTMQFlFj2GIr868gKRItP3pGi8C9L0-TSs,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=jvZOqeKUtP_pua-iGPeRybBOcAKdA_Yjd0HqCoA5l8w,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Iy4MqdINrYbpSfweJXur3yofKuyt1dagUMPllSHIZMw,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=neeNZIcnlVDtmkgAf2HtjSm3WSe5tjs7vLykMFRkrfs,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=fKfUk7xj6zqD7pJproEoQLpgpUa3o3V0gSWa45uhJKc,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=CUP212oFcxD_R_iHHK7RdaBE-qdDIIM1L7jTexBCWLo,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=tG711gcX3GJjm4eD4Isy0HFFbhLhRLFkmzcN6Dmy8vc,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fFhYuXDCgIkKYcGI9dkMDBSutMkmDRy8KP-FU8jK94I,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=73uJSR8WNs_BmxCMxlzNJZTZxVOnG8IC13TExK5-U78,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=O_mELvKp5DTclLA6B2FeYE1Du43o-w64E_9U6G9KP9o,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=bIinc3yKdy4IVO3A_tsBTqlLdl3Hc63W4W1lkRMc1Uk,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=-WlEbOQBuG32pSzwAAKql49sM3MNICLQAyvdXjXidbs,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=PrH1n-3AUztN62v2u107Tm1Th38ly45-rz1l8KY5SiU,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=LcAa8jfzGRPBWIbUO2iC9cvgKRRY8u8ELql20GYvQJA,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=nmhB3d8DBlDdaRT0jjheqox0Xx2jtw_jGkq6loaj1zg,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=l_StxSFMdkT2iEKi3vuKq8OenzNm3ed8q7zXITQ-8kw,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=kEeEcKBhJLO4cBYRSss6SYlkAmyFr7wqg8TWZ4ekNsA,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=SwLjiuZtSxJ407Qt_Dm9ElOZTILUXZSUy5WmZ7f0ieE,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Owa9-wRxjHHGaS_4O2EKpx23b2s4SYePl7crkPJi2mY,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=3qPp7Lt3c2sUUya-2XrunkqM2jMxNU5VFBdBacrLLvA,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=rQYl6ELFikF4-w_gweCeUJTlUP9bUPcbOkysp_f52gw,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=b9BYJVhw-ouE5vIuewrkuThnyyMgTx2jfJ3J984z7zI,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=6BIVEHdfOc6Mk37o5tipmoCbXcTzoQpnyodW0Y6ynNA,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Mj9bybd8PGUia7vGeeYH_jQIQ1dgLaf2OWGdm-IQ7uo,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=a70N_GXifbcqIFSIgNJijoe8GoW-lDxu7w8LSPPr28k,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Ym2gqKNPqs0d7CIwRc_g8IOwZBCsr1urVA3Zkr1PKJ0,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=8rZ_XeYFFqA3EtOFizdilaLAq5wuj6vhf0eT_L4O8yo,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ahIgPudJd6Yvy4NtkP50Y2kelBepMZx8u0jgECOvAwo,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=6_2YJd4Hc7SOI8l-ProgZFxFCrsoD7o9Nk5Io47-bsI,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=E7F5yCVx_UfIc-kEqB3Ah2PvM5PPTmub5PiOZvgsT-k,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=HDuN4Y-ewK02hoPGw0ogf9tycGlwKn_ZHxrY7f_n9so,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=211vgd_o7aQBtvk3P__pa_pCxuViA8PryqsY1iqr24g,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=PCE8uN_E263uWDDKbYo5JAr9FRicoV9kawx5AvBSlPI,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=JtE6YS8OStjuNeX8wXIRVu9kenPeeKom7_eAGDrq7R0,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Eob8xkAIlqB6M8SbDMgTcZaJ5l0vniX-MsH_9P3Mf6s,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=hDP2ZqNNtSJGjl79RoHQMJRLe54O6lp1o5x2cP7RKFg,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=a7unzodSe0Nu1wk26eFfbtD1mTc7HHyApqZpSggQiYo,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=7CaIjtFYm1l7MfnofPhmLRKhMCwqa1wAqCbrh5By4u0,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=l8xlRLeInDCaL6sck8Vk7YKKIreNGx6mTW_1Ca6FXao,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=nr7RsODHaMO9naxjidjW6-u8uwgXCH4RHD4jawGemfY,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=5jnebmjeN2R7Ggy07O41tkOpnhbu3rJFStF7fbv9Now,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=i2lGuQtAS5QCCruAiSyOvDCmseyiYtXjvit7Z1J35gE,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=zFzWgh3-Gsratbg4AzVOBQP365Z-q9uJPRTPHJOsZlw,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=pTjtr2n2NXy0_Rp3FN7xR4-9WzQIPwWPHNBiVHTA8fU,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=nuKagl8j7qyMCb6qGz0rh5At17zYfSd4kE6t24923Co,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=6Jm7bOWg8tbcwewMx1H6QsdvSMUUmrSlhLSgfdHR3z8,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=5Of2oxZ4dkasjIc_7hKmJCW_lURTClYTvCIVDB6T9Mg,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=mXXimhvePC8TPh4NUcmtNcrl46iPC9C3P6WpPfBO1A0,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=nbZIr9L_2J5cM42r2mcLy0stsBS5j7vvb9y7qKuHX7o,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=SwhPIO-KxbEhY64SFxwHKrpqv4d74f2XIiGfAgbh8cE,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=gIUJi_JZ0PM-5wdPPh6Cg7BLkS_fzL1b0A97XQV9avE,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=9XJV9_Y101MxBhv65PWPiJenH666CdbRTW7XcNI4NSE,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=yWd6z0uierMv4fHSNxZ0niGh5S5jEwnlMltyOx88uZA,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=hikJAGHc3958XNkRz8FdesbCqm8lG68jZJpzhkL2p_c,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=GOweJfO30O4rWsJiRS9YTp-zxicIZ-yf0gDPlba-wS4,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=7bZmdSXrIdNTY-M0KPu-pFQ7w9fDauaY1c3astDsWQU,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=BJNtJTEhu921sVD-1PWcXUPFxVSMSA5JKMKwkmZ_FWA,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=7WfTqTLyuyVcCOyaKEuX0NaJfcuhZTqWcFlceGkHVgQ,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=Wt3gGaplFFfcqRn2tyeXvEBJi6rvg43j5zcC0JrrDAQ,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=Mx12uShm-Wdnc8Xw1yUG_oY3yVmT6ja3CGH5vuNJhd0,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=y6NDdrE76ppNAL532u3CFwtnIKEyQhZmWevh0RHBF3A,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=9a5GTeW9MOamtXeOZXOlueF3UkW8szg41aJXiQuJj7Y,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=aVu1TOd-Fwbei_GquWIrkodi475U-uzTyBLPAypHqV8,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=PvTz73Cgh1z8A-7UreGyI0luCxf01-zZLXqKToIBAkI,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=6I4DfOQIHtNPSK5qTO9FgJBEWxjOyTHOpG65fjR2n0E,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=83oW_TL58uS2i4Zpmo_sLNAhuuphdR9DFVgFtHRMmSs,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=lB8BvjNLNcNsgNW8dezDa8LnkYiyuuG5nABAbYiTOGY,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=zRpgoeqgMArKXIGoEHYme_2Qfg8sdRxiL9LO32TFfoM,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=qVKaO7PR1qFmkAZ-JYnBRfYfd8E090FX6DNsp7dqMM0,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=sEypHiMrY8RlUGuK967YPa2zjaGB0AR1VQZIo5kkGis,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=_11hruJy_PtV8RsTMlaeeSCxkBpLs2dS5p-_Zh36XpI,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=gWvXfR76o3vCG4PA6cCSjsRSbC9t629NOpIKJC5PD_4,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=rjewGIPl_zbwGuPx4ygiWHW4KzNSDiyAzGTDW8tctxo,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=RtuXGXaatWbmVwVGNcRIf1mVoKhfupa63h0mjePfvak,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=KCDix0ADD_UEbsZYCwaFiq3A9gu0ZpZeraXiFmfWyhY,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=o7Cc-czOI1k4xcrC2x1-4uahqRtGkQHRyTg7iRGUx54,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=ObZaqpEEtR8nscSpJ9A01-rymNIFs3-cBl30bFmnu6c,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.6.dist-info/METADATA,sha256=Fg8C8-0_BECg36EjxDa-CS5WEyqq2a-PIQA5IkzVowc,656
|
|
260
|
-
ob_metaflow_stubs-6.0.10.6.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|