ob-metaflow-stubs 6.0.10.14__py2.py3-none-any.whl → 6.0.10.15__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 +965 -965
- metaflow-stubs/cards.pyi +1 -1
- metaflow-stubs/cli.pyi +1 -1
- metaflow-stubs/cli_components/__init__.pyi +1 -1
- metaflow-stubs/cli_components/utils.pyi +1 -1
- metaflow-stubs/client/__init__.pyi +1 -1
- metaflow-stubs/client/core.pyi +3 -3
- metaflow-stubs/client/filecache.pyi +1 -1
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +2 -2
- metaflow-stubs/meta_files.pyi +1 -1
- metaflow-stubs/metadata_provider/__init__.pyi +1 -1
- metaflow-stubs/metadata_provider/heartbeat.pyi +1 -1
- metaflow-stubs/metadata_provider/metadata.pyi +1 -1
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +82 -82
- metaflow-stubs/metaflow_git.pyi +1 -1
- metaflow-stubs/mf_extensions/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +1 -1
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +1 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/ob_internal.pyi +1 -1
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +1 -1
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +4 -4
- metaflow-stubs/packaging_sys/utils.pyi +1 -1
- metaflow-stubs/packaging_sys/v1.pyi +1 -1
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +13 -13
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +1 -1
- metaflow-stubs/plugins/argo/__init__.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +1 -1
- metaflow-stubs/plugins/argo/exit_hooks.pyi +1 -1
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +1 -1
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_client.pyi +1 -1
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +1 -1
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +1 -1
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/__init__.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +1 -1
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +1 -1
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +1 -1
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/parsers.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/parsers.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_func.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +1 -1
- metaflow-stubs/plugins/secrets/utils.pyi +1 -1
- metaflow-stubs/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/uv_environment.pyi +1 -1
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +3 -3
- metaflow-stubs/runner/deployer_impl.pyi +1 -1
- metaflow-stubs/runner/metaflow_runner.pyi +2 -2
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +1 -1
- metaflow-stubs/system/system_logger.pyi +1 -1
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- metaflow-stubs/user_configs/__init__.pyi +1 -1
- metaflow-stubs/user_configs/config_options.pyi +1 -1
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/user_decorators/__init__.pyi +1 -1
- metaflow-stubs/user_decorators/common.pyi +1 -1
- metaflow-stubs/user_decorators/mutable_flow.pyi +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +2 -2
- metaflow-stubs/user_decorators/user_step_decorator.pyi +3 -3
- {ob_metaflow_stubs-6.0.10.14.dist-info → ob_metaflow_stubs-6.0.10.15.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.15.dist-info/RECORD +266 -0
- ob_metaflow_stubs-6.0.10.14.dist-info/RECORD +0 -266
- {ob_metaflow_stubs-6.0.10.14.dist-info → ob_metaflow_stubs-6.0.10.15.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.14.dist-info → ob_metaflow_stubs-6.0.10.15.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=EjAk164K49tCLP80Q1y3-zbWneshqr1t7a8MATNvivE,96147
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=IoyItmZ8DuvKHSnXZb0CpELXVqoGFhpNN8OMCt9A6nU,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=fYgGpCxS_V1AbPwC0m6ijRnYbNZ86uNVqL98bLyOEI0,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=WRD3-fPIjkWCzImx9pee-bb4sUeHoTdXUXeby47B-to,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=2cFMrjdaiTNqP-cUjlUWa3-WXZL3WyXHflry3heKDng,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=t-069tqe6HroFWe5J_VtKqqFyamg2am_sBFV9nFQEOQ,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=7iN9GVRhk8o7TB1nwjZWCG6FCd4WtxLZgHq_usoUEgY,63
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=fYnpU1bncb23QYvsnO4B-_iw2M9NPa7w5zVD9mC1OOQ,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=ghRSn44rH9GZQlbAbwbLPqpD8ddjb6nylX_rEWevJdE,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=H3B-wVrp4JSlV3WkM5FW3NX5XuUWFXTMsqfmEf_o8LU,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=UObEd3xNcBthaB40XSlQDZleOdWP-Dw3n8fLWo5yt9s,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=-TfHT63tWywka7ZFL9kGx4SWOP5TkGMgVQTGY8xnKlw,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=vv2AvwNskC1I6nSan0q2Yr5Aa1z6JDV0ME_hWngDrPU,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=lOpEdPrH-_7J1G_ffD9CnERF-cr-wDZUtL5C1c-jByo,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=idI2yX3A1wywAlS-vC3mM4DU11lKxVyhHsfxr3O2hX8,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=0--gar0Fq8a2FtqyUbnZj_NEz3OoFHdbVTwny0AXNgE,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=Grlfq1UjggCTV-cwUktBDC0OR2S8FOK70HIItNBvII8,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=W8B0MH2j5gsFgzSabyWSVKjf71CFyoMLs5aGNMpKRp4,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=-2zF08KO-XHY3NqstbTT2xsPyRcSTSoYZji-kNXrpWs,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=1QGH55-9Yf14jrxlHNXDo4aoFPEi0Ce4QlfZsS-9MQU,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=7laJ7oFj2a4a4ywDaZQ87mRjWgQ5DKhRDEOhfAlozuc,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=6cx2WRYu4jlHP_AHPxsEk8kTKa7VO9peiCHQN6d3AaQ,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=_NqV1aIyZW9R-y6sddRvYfYz7ZiM-aEn_T_0jV16PvQ,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=zQangbGhE4hTDrvNEogUw-ldeFuwOQ2_dWmMZR96IP8,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=dQNlPz2_G1RfLfzKFJ0Hv1yCBH7gU7ZQei1tZuB6uhc,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=PivtLyXdDgrip9UXnj0NmQuLIk3laBfk22AQrGVM0Mg,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=qDYKTeyPK9S0mpLNNhymsJeoIAzq2FiyqvYYXviyOsg,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=Vgk9vEvuZM3mPbtfNcsbjYnGMjIO-1Er5S9Rzwob_vI,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=b_Fj8xt-XBSUaW9ZDCNsQYe9YM1IKKIkx6Gm-fxZxa8,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=_Blrx79H9H9ND99l3owXLEhHW2r0kQ-c95cjk2kuLx0,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=lDLlA0OkiLc2Zubu0AaOBSQaB75EEirLxjYjhfYh7c0,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=SokjPKKRkGPYsoYQtC9msND9QX395YvHhBY-U4EeaFo,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=HH3giBtA2mdFD98jH8Ay5_JdhodBhZsD9X5AWCEHC4Q,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=xiI_vP97MnDJH91NYgJy2cK4TOEfMmWkMAQ1-jYthGQ,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=7dLY-YPPX_7ouPKv2-hEjQ4PcUNOKAlQIKdrKXgWM5E,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=9ZmJSKeJ282s44-_HA1BT_DkErgjEqCfcdP72P77tFc,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=FG8lSYz1GuWtcUOvCAuaD0zFHltHiY4Xb-XI9Xv4iCI,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=iJ4x2yRDO8uh_Ut58vtovRtpaHyixlH6qwtuO0l-low,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=Mk4X3aqv7qEEuUKwatsR8sHSJ9CZLn2JRj08ur6ZIwE,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=-8FCeIdbapHtgiiUar7dLUctwyr80wXkUjPwB9OcmlQ,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=BQfJVQpZEFDJGYb_huaRXHXNEze57UiyUg4lATnu-oA,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=sO6OMLarjySlyVGRRK-WCnpYoJhxb3Z7oln5YEfsnlg,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=bfbKsULx7xiK8rCuKSQSyiuNbqkBd0hony-zTRdsjow,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=fFcYN7dToRIt31-OW4fgbW14bDQTzvd0bgiMm0hg3Hs,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=gX6AouuOtsjbpolUWklliEcBOZN6fRtNrWJ5LIAMaso,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=ig3CxoXbfY2O6MFMKGlWf-GOocx8kNCQVeX9N0WRgvg,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=dhiaGfkKzPenPpBNp58rMbCfVIHcQqdss1ncYfaNgS0,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=MYFZtJgoBuEQ74xt6-PdnpnyxMIMujgyCt94wb6AtoU,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=DNi4HklzljQJD83PB7r2FX-M-Xx_B0dHaFH-ZwqBUEE,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=APim8k0B6YjHjWpFUh0TChhBZG_d5dRJ1RQ-LIEVhCg,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=GRAmL1UU0eC3cLaFrKDyW3qD5GPXJhg7ZQEa-HM_0Lo,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=zOlQASCpB6rzdJdgc86Ngkc2plAg5o9d5xlReGBfK7A,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=o_5UUJvnc3L4u5xun7MVLMb3oJkccVrWflv5L3WcZQM,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=2TU4afwtw3yy1dva1VLzMd7k_8Ar80hSGjkzYW51_ew,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=n1eXh2MO4ok0L4iYAmy9f-OcgU6xDrjuP5OIx8UVYPQ,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=MYxn7Vv2CgBWJZuiL3Y625fMupvRgewrk_WBm2Vgmpw,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=oymKaZx5XhW_3dHugF5-Gwyx5QDSguxxLUy-0c-33LQ,16656
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=ITeNADFIYoqWbOJ5c39UDww25xtGJvCt2RYDJ_7yafs,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=jYpWqxB_kaQNqNdrQXXOe-IPIqzhRj8KJK2nc21nnLc,3094
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=mlv-Ho9DzRDZdpdnW5iliFiRqBorS5N5G8MWIfzBJk4,516
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=4Jyobn_ztaoX9_Ij8zbzpyvnD2trZWMekoVGpP6w3-Y,6079
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=vbCUBi1xGR1HD1ci_DA5jQi-dIqSGnTMq75N-4yePhk,968
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=ifsYrE5LcQv2SEaivtmMTL7G845jNFPR9ae-lSXyhPo,3449
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=wiSIbKqKLir-EsJYFDZF7bF5mBS-kuI7hVVR2HjKWo8,516
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=WHPabOiXMwAqA77AQJ22dl-sqUw8PCLCgqpKappgJSg,2481
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=jaeYdrNCHmxzDuDkGCNUXUcAUG6xZO3iKMEK3QDCU0I,1694
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=9tBVnNhpNkBfKemgus1GBZKolYK6glQgkmsXPNwpgXg,2135
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=QU5B_QmTjYzgcTu8fyTk-BfXACnkdD0jyZR82rieuu8,1887
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=-HJHQw6hgD3VviO2LCIilWsRbI8vu5eRuEidMEiAK9E,516
|
|
71
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=7mHIkqyAE-TM883asNJTsTrKJ2vi_mK9JJG1XdSKAzI,823
|
|
72
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=LiqtcfFn7lq0tG6aF7qqOdoc5K2blWSVETjsKkP7W-w,1383
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=O29VSVJOjyLWXZ_CSRwOisHTslUwOe4dGPtMMTnNKkw,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=QoDpMB2XHXnZexqDWCUl4HtxhU1VT2ZAlJjAP5FkiOA,1960
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=frgWm0UOe6mU3OWBHxxPHo_vcIh-NzXCV_8UBO2Fco4,516
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=iP_LhCFu3uPxKbNk6gLBINwSgXEwLCo-GmEGciztJxE,516
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=9UkoO3MmEIIHnUeJhN8MF9ItRo4N2wCY5HuLouRSFe0,1420
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=Y8JC5W9y3Se9DuV94KF8G1JrYIM86cg4ujZq5c3ix6A,6645
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=t2kjMXWsKi5jvZzX6j0bSPeEfmD501d78Xo-I6ZruZs,2791
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=GXj7PXIY-snq5ALvBL58fD7Cc5lD_MTANMaOKCymkRc,2563
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=2evS-9f-3qtsk0lJBXtrRouseeXu4Q__fZnpmANqpBk,9144
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=A6NpMVimwi-srErx2c15e668ZRPHc1AOYX2cjc7jxlA,645
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=fJlM5RqWo0K96ejrdwjtmXgEewSS9fVtigRo-8VITEg,1900
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=TVcpsCpG4xfBqxArZuChj-cilmvJfxuuOPe38YJkH08,5140
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=SdJbDFl2yBO3IFdo79t_ayfQ45sr4o0fAswbirQU5HI,1369
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=nrl34X4AHHCnAjG_4FTB-X9QBgkRx256FSVpM_2g0Cw,3660
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=rT7KvhNkvE4HdP_v7_6Dk3zHXbv-xIRen1sWrISpo8E,516
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=Vh04FM0mUJ6ZbuOQ6fAy1o7sZliOtAtTek6TrFLhnBU,516
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=gA0cmdfHBowPGkg7e273aa1N0MI95aGR3mrS47vjSWo,723
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=hevRtXLBLIbu5sko4Z7aed_-KiYW6KmjLhudRM9mkms,655
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=VqP5nJ8fG80faPye5AzSIRl9KWnkssfkZiDsovNX7YY,9946
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=GNxrx58WMSt-lJO9ToRoIFtg09lxJMb6I_i-u4qaqSY,1468
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=FR7dTyfAMcodhVKXt2gFcuwmwR-YE5mwwMfT7m1Saxo,2189
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=ray2o3hbwond-f6zVh_Sm24jemoUCUH-LCnTVt9L6Pc,17506
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=UGUzNiVqFzD3qH3-9yS-_m2tKWxIkRJVN2Yo5KrDexI,2089
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=4qk8caQGQvYW4cpAbByxUTxc9By_fXRaHiLhmfO77Fw,3523
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=zrY7maRFxlSl-j1Carf9YBup9hflG_cc9fO4buwmbdg,9794
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=iTGqXutblDQL92ZPJ3cwOm6FGpEu17rIswSG6cGjvOY,680
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=3f6rk8gj6GjaM2udjQXoJS-4s9f51ojqqAguDivU7zI,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=3gqQJFE_bGZ3JA57JveCXMRsR-y8odlup_CZaUkGDZA,2306
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=vojYWsTsCvvJUlIAcGayTzPtqSuDxP3T5QL-G29oBso,516
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=gbw3jTYUsQK4BEF_iKZ4A3xQkF3wj-xfKfnreAWPcVA,1922
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=8qjYoiHPwrlMH4dhgluFPzrqfCmI1RUGHNYRz5g_SMw,1035
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=71dA0eAogCDqpSIf-1AfJipxDySHVO4ZU_iioaaBy9A,516
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=RfmA830RDCOYuDFzsvPe2RWqyy2ojwUsy7AMwEScOl4,2547
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=tVOtJui6-NsFi88QTJzCrFMyCXDtJhBNnXr3yY3Y77k,2554
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=yqeRMy6mTePt_nGxSRDYHv1istam3MUhACTj4Qi0_Q8,516
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=nkNNNl9-HqRG2FZFiO0uUbTv0v5BbTEHyOnGg-93BgQ,2305
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=BbQzfE0xbkud2GhJ_UBzoT5mkxToxqRaUS_94FTQdw0,2486
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=P5spPoQuoZtFQqQiAylVf-tMy_thMR9PoPoIj0K7NaA,2233
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=BB2_jJki8z2iEzd-0ClGb11pnZg6qsuuauC6rJGkq9U,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=Z3rbCjwFrwVfAF-n-aSG41Utbej6ILCkmq4U9bd9edg,1483
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=vcPWVGyhoNtDxpK7QRa0FznhraZ3fnXk-KUiEqiYxz8,516
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=C63HASt9KqdPI1xb0cFg_j_FBHwcCEXbH85vcLLUlyE,574
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=WvvDmUnhqvqAn270tzr5pHFImFSnHHl5BDoFJha0pNE,1152
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=wllxcM5fi4CfT_IS5JzdvilwZk--Gz5w7KCdG8tOm18,3174
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=54981X9T-m1UCFJiOtnm65tb8DVcf9NdAeZJJPUWmJM,2601
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=yhBEc56_yOlWxMZxdqR-LxgPe0ZJK9c6PzIHk3VUk8g,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=2cjyd9XehmVTZclO_KRRsRCA-ypvvz-CaLnkowMTQBs,3281
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=cy0tL5UBHyc2RPmT5H5qeiVhEu60YnuBF8Yhd0qCzJc,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=TZg_7-IxmkfHTWXTKExrw1qusA09Zn4o6b7_4NW1T7A,4478
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=69KRc1bsUqYrC6MeU3_fFnYlB-6Z7Tv1DngVsw1zlJ0,516
|
|
123
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=7kCbbBldBwiIrIc8Yf7s8SQJJIyUrz2gDv_Q91oZyhU,3739
|
|
124
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=7IhpjczIZxfb1B0LGlUyOiev3C1POBOdMm53xPaSi6I,889
|
|
125
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=ObKZXvc1PEBxRTo2ubWuwHxuus3VkCJcKwz5JnyUjFQ,19750
|
|
126
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=WpCzjPM_206JedTGcoNLPUwY3hCBMdTxW0AJnXi5jUU,2961
|
|
127
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=hyzxB2Fo1HE_QnRTD4jFd9ukz-TUGJqvHkGVq-0wU-k,2126
|
|
128
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=KaM7T9WSwl_A6V65XyYZL5t-LMDjN_BtIAk9C_Px1UE,2280
|
|
129
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=UvnXlatffS_wVmEuwhACVsDViibWtC2Gofsm3RK6GLY,1208
|
|
130
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=xqfFIFXk9ieTJSkgXnn5ssAdOrKNKZScNapgFsJdJr8,5283
|
|
131
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=AFZjeyoY3Smvc7rcWuOrPj-jq1pR9V8qYi3L5S1Y4NE,4083
|
|
132
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=HxReu6C8J_9P1Kp7vBMlLQOw0TYDluSWqxj_Wz2O6Tk,2243
|
|
133
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=0r97R5NG-kIZnwvx_abhMIGLsYAnaps09E9SI1QBaS0,932
|
|
134
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=uQ3ZsTIYkbwxIzUwxg37VKnV8reAa6nMZ7KdjVe0Tpc,910
|
|
135
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=qGVvIyC2c0Temv1ZJ2wfHP2osZ1OnNh_Y2zypYkUSNE,1052
|
|
136
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=ocdcxNeDLleLXY9YZUQFQgMPA2tjYkS5jKcuctB-qCw,5983
|
|
137
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=iOH0IVhuYCvdwads_-7zqNbqN4ss_z6q4IjTC4GMHHY,2465
|
|
138
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=GjobAKzYliPDn26RUwveQLDPuxeBWEedaE55C3dlcbY,784
|
|
139
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=b7LpVDmM_cKiqpX1Dm5UVgJpK5maY3D79fHSqFmdQz8,811
|
|
140
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=WuzTSeC3tFfsaQ1gor7WiNOdSksv8Hty78QwlNWCil8,3713
|
|
141
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=AlTdvvIkjZiFOjx76bpwkyuZWxpZJfZ6ANSrjZtnSsI,1829
|
|
142
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=wetcDZLra25RPtvZBMxmMMkLZoJ4kqYv8hg-vwM0AgM,1709
|
|
143
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9z5mvWRGHwGIuBlHLdhgVRh6WnNkK0cuCD5WmlOD_YE,1198
|
|
144
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=OFYVOtLHHf66MCXWZYyStgEWdVglQQKyIL5D448isMw,2107
|
|
145
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=UrPstlvhnu_2sFsIQwVuKVF-3wz3oIfJaOUm9zMJ4pg,2296
|
|
146
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=8WkHqilAnWHJUAkF2ROv-BPnG4F2IgqcxsXB7VTXaqw,669
|
|
147
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=h4J2TkAAuvHW5a6WZvj6kQViYU74mtzzVGuvhDD5pK0,3154
|
|
148
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=gpIv2c2VCmg_fqMmhvzaYGB3xn2f1J-pW_LamRHzp4M,923
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=prw62609hr-ViOqOvpcwFau-g2nURiUywIZGBti2YOY,877
|
|
150
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=BjlUbTJHEqu2n2XJqq3kDmfuT8tsuny3o0KOVyIG6kM,1497
|
|
151
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=5Vu4DeaTBYE1cisRV2RM53DifNts4y7ktNjhnOW2LdY,3309
|
|
152
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Ocd36ly9HNK2YOsJ7teQM0vUCUVAY2ZMxPJirV5-edk,3220
|
|
153
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ZMq52VqK7JkDZanMv33Q4p0qHIhmIGRI--g9gNuf86o,727
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=S-JXzavi2c1y-33s88pF2WAtKGOVxLBCgiCKUMwplek,2634
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Kst93KnzCCSmzgmvc3hS9eEMVK3snHLIwe0yKRgAGHk,3348
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=fN6Q2-wulXw-nUArtHnCTz3-Kt_BER4dWWNrACsjfBw,14544
|
|
157
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=BVdlXgCHSuCUcJh_jJsCql29qjfM1UZjepNE3m42t7A,1375
|
|
158
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=vbbRU2J2jP4gp8vCgCYlPfmrY_3IhD10WvfotIPaGxU,4595
|
|
159
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=qXvCMu93frulU4YD2GNVazdIJ3L6BLhFKjrl8PHw8Dk,7546
|
|
160
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=p7S5Oef_yAbZym9gTLmPs337bkaoGdEAmMNod-hrSZY,1673
|
|
161
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ECGwgNWC3tJAdQAfuxpvnaeMf_5omBf00f6Ae5CoyDQ,755
|
|
162
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=HhPWonJ4agGpvNb5t-xliMYM9fyUaXEP-8ySx9YfJgk,930
|
|
163
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=eK0xz7w34-OT3fCJjw4qKbw2rO_za620bsuhF0DITV0,3200
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=0RTdK0shFT-Z3KylFL6N_vUS9Jyuld8HOUGaWybf6tE,675
|
|
165
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=rSNenUC13U3DryIxd_YXxEVNLiKToQeq4SAUxn6mauo,3051
|
|
166
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CLpwDAJYehMjoOQ1z9_2mzte7FscJOVW7O9tjpL5qyY,3767
|
|
167
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EFoEQM9uA0rZlYHmVgV4BA8FjSbHdmI_prJwOAB4Tiw,6231
|
|
168
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=j3YDMijmRCzal7q50-UT8o7ZTBiWSFtkb5xJzWjrBwg,645
|
|
169
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ANwLRNTkyKyWezm3TYt_Ybdxr81gQU1BkNay2lCtcfo,3575
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=_rk4L_C2UrIkAsHAzmvmSXbh6rwcBKhg-gIeTQuwrlw,674
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=aI8Cj0HQqSJ3PVXLGfFrFodShT0A09UlGIR4D_urBvg,899
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NeYjHtw0PGqFuaTDDnuuxOEd1dGB6Q6_BelCImb584U,1637
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=iIZPcYaYRhTTEbnqUqVxkz_Xtta2VgeYXTq2bzRM61o,4631
|
|
174
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=7t2eCDI7AxhRkeWWqNq5WsYWmBUqp1abcdwZi05Wc_A,1186
|
|
175
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=kJdz-wrotVBEESiXEteGVEE9CDrdPxLAYhsYDq7He-I,4035
|
|
176
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=UiUzLfQ8_KyyNCYmQ9xAmH2vHqOjuZ7o0dMt8xqpeSc,5089
|
|
177
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=z4IGyP2Xfk7jLcUPt03QQuGtWUr5v4yqOVV1rzIZLPw,1011
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=OmY9S35yCrvZTkCmF9jmImAfM7F-5WiZdDIRQJ6VAeI,1168
|
|
179
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Ut3dTtiQGQ8aUNi6qiD7L01v-_cQ_7I1J_z8wuxz6ME,999
|
|
180
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=CIk8fSRs4KnrZonLUUZUsLg-WMCiypjHajaBzVVNYi8,2289
|
|
181
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=zmqpSY0OfRnQXfjitZ6xsK38MXTXKeN0pV82dOmWNPA,2458
|
|
182
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=BrBvOE8msAAbnr1ouxXILa6HExVsLZZMDMt8VuQSIXw,1568
|
|
183
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=AJY9SiVyiEDtTC4aaphVI0EIkKTqrvEJU28CvwI5kG4,1667
|
|
184
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=dknSNI_1j4cgQ4p2R3uFSDXlgPcSGPRB-ySWvOI3tp8,916
|
|
185
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=cnsr2WqkfXCO78yH1oT9olJJGrq5XTo-Xw7WI0sEFa8,4909
|
|
186
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=95XI0m8uowjAcVXfyij3caSy_yTq4zekn4ig95ITzl8,1189
|
|
187
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=YfptjsoybPggHnt-CBJUKkMRGSoH1qlvpJt0UnSihxk,2935
|
|
188
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=DQCB-EL-z_tHuln7V5b8kOCR8O8IB3VJbju2DW4Ncg4,3247
|
|
189
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=pp63XD20kArj3st7fDPQINydlmxoXkKpX5374Bdemqw,759
|
|
190
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=llqHc3DP62QVKuub-0OVkop2wS-M6gKGjRX8ID8puI0,8476
|
|
191
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=urA_9-cWfj3QboxeEYrFWwSn5RVowYg7WtxyIFOhysU,2470
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=i8oIoYTMKyJLsFpDs9XfZ5seRDz8dxLKrAqVbmLyhuc,1027
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=DJDiI-HyBZYuycDI9fk5nWC45A65j889i_wiGUZZwQM,7501
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=-QvF-J3EuTZ4GJ2ghAd2yDb4HkCtloiCt4vAP05tEG0,3196
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=2zetWaY6dbC1S99N9eG7EVMqPviLARg482ogLzaEFXI,20039
|
|
196
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=zeIScCHoPSsuvLg56VD8TG1PpK0XzNLIYdiU_byb-nI,1479
|
|
197
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=g77YP5vOANpXO1kKwYrxKuuLSH2ZqslU8xoeMqszfYw,4248
|
|
198
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=OwEGMKyLCiSYXe2ct5Lg7VNo1nBbgw7wvicf9IHPOU8,853
|
|
199
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=q8bK2K2L65lng_zmib1zuT1tJapV-5sjnPKU0levY_g,3774
|
|
200
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=pdutLVkdZO8_VIk8kyeWn9Yn2BtPh-LtIlaASwyccAE,933
|
|
201
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Mro4U0l7vJvkuIrn9I27DT73Dpfl30QYsfXR_5CfXiI,2797
|
|
202
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=PqhzEuDKYrSTPKyZfdX_ZcsiTgIwt0woLjDYN5aywr4,1204
|
|
203
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=B2Bjh4L_m5WelEFsFT-7puAMIZaOa15kyNNAcv_zrr8,24255
|
|
204
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=xojpbBtVHo6jnDmX5JrIZ-iCOY620rWyMXVjVFuMtn8,1036
|
|
205
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=_oUVQ8NiDEmvk4M9L18CH-GhrwNn3jHcJwXUsdjVpsI,1132
|
|
206
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=PZ1Vfg2uvl3XAKHJfNqJJXcEwes7fFpXb5FK1V0hLlE,611
|
|
207
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=FGRlyJsnM_RdtwVeHbWz0ZE0ll6TOhDz_OIWx8J2RSA,901
|
|
208
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=DndW15Z-2dQ7bO2YurrzcrHvbC6PyNPMVgTDwqQiNrU,587
|
|
209
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-rIUC3q3yJ0ghRkaP98g37oO_UA6KRPiM0taAaf8leE,1200
|
|
210
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VSOwF1oRiW0gnmQl2yehIKeBkGR2Y2r0uXho430qXaM,923
|
|
211
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=tigyxqsWRfpYrkHnfQO7MgkJKy3ucrTwmX5Ykkjp8KU,3298
|
|
212
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=3LRjz8IlDgLJJAKRHKo_CwPKT6WfsSA0qvTlrmdntfY,796
|
|
213
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=C_n61fvYpABA-Qa4GJSU9bu7G6TPY852yJWVJfoGn5U,899
|
|
214
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=OVXmZ1NFaSn5ooKK3ZZZaVQcrqUsqas5KymSav_xxac,1086
|
|
215
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ZuJxScR-VlI8yR_e3J3COwq7m_1GsRdHzC7LvffS6Qo,1641
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=TuvCyZ0PL-k57_OlhSP7tcZDxRevbOBtS6tUnXujtVE,803
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=hDBT8WUJN7syWWE4tpQTuw_OzglN92QQO9TfW6FQnnA,1707
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ybpsrP5QxqpOHOEmWLhEPAxo7kXYBUpMcmJtNljkAvo,3915
|
|
219
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=CNwc4fYynnwqHjF0cHWMHzA09xkWnEWHsoR59rxvXRs,1292
|
|
220
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ZsC2RPITg6-xvc6x8_KR2PGEzg0q3pb0P4RBQDL-Jis,7978
|
|
221
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=hd1Hw9CdPLeGPpGjq-Bn0LJs6YOwbtX6UgUZFvtwAyk,5425
|
|
222
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=BB5OW5gjS5SYVixmRFxwRKNYaSO-U6g5Q2iU7bPI5w8,762
|
|
223
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=Yo51ED4iyK5WeMOEpgyBblGjUXFfjcYeI3wAJ0tCNdo,3364
|
|
224
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=tWBUIPmIFQoNVRcA-Yne_0ei25Ur5rvcQdRh7S_EJd8,849
|
|
225
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=emIPU2tPGKC7pn8szS53CKJUSXyyLJ5ACwu-fdPjqzw,948
|
|
226
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=k_5zfm_xzohPXt_NlJPJP1OsIvLa1R17wpnmXWWvGKQ,3855
|
|
227
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=z-tyD3le3NqUWIHi9x9s3SkQdO0qT8oDLFcSGH_-hf0,2465
|
|
228
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=HL5UsgcJhfQ22TSlLvPtaY4Ox-zchOfjrZvQNEWJkpw,3741
|
|
229
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=qzsuDuQ0GP6v67438cbUTtEoteJDQU7M7SH9PvH4O0o,2650
|
|
230
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=SycNhdP5qFU8CutGfggE3TaVJW_x69mhqYg4bZaLVAo,834
|
|
231
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=-24tjyp--ErPzHi1t-YzvGa3mDts8DOzuiCf8oiI2bk,874
|
|
232
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=AMoJqTvNGWDpsDBAP0ti80oCkWUbLalTxHzltl6cHME,1208
|
|
233
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=MvN8agOLlkbsJHDHdnt8XibL8fKqDnCJ-8DV06iy5iQ,986
|
|
234
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=oJUeOmozkB-h14VhOhc1BrS8J5G6Sgkwi1W3q1F3KjA,1744
|
|
235
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=0w8t2nT2Q4XSEJ-VIBw3Lya0hRICI-gPmvJOEHaEfrs,1224
|
|
236
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=9byENKQFa8_lDbqr2laWTCEPAjO8Lp_XPoSaFQvUY4Y,1417
|
|
237
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=VMS3TiuLFNz5wXMEwM-7tkt_tHfKnqzviyXwO9ZqA7A,956
|
|
238
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=V2_UVfr56feSOvP4K4cZDMi6d9V8LGYjDHj2iTnq_S8,928
|
|
239
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=7hNsRBE2TSjjsKI6PrMV5j8FPM2hQ8G7q5eXdTR59NM,1770
|
|
240
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=9vLwyGjElb8ist2zMrZR3CdnyYwpaop8uN24tS753aU,601
|
|
241
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Xm063i5E0XKD0R79F1MkJIOyGKCtc3fPjpqFrL3MiBI,1383
|
|
242
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=X62vcFgESWf2VQoMvn_8Gcfi_smlFgWNpBXn3NEe1EA,696
|
|
243
|
+
metaflow-stubs/runner/__init__.pyi,sha256=-63105s4CgZrEGkSwjDM3p6Y5Vn8-KMvp7GvyGcBHLg,831
|
|
244
|
+
metaflow-stubs/runner/deployer.pyi,sha256=6j1J3XDR1e9a0VAmZ7SR9yspb5IC19bRZrUkHPKtCI8,10115
|
|
245
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=qq06lIoKYAOBjF6zoAbR9IQBYe9lX07S0ElInDT4BOA,3678
|
|
246
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Y2dDsEUXZgbSYujGgLESqbGOspCMxsYZz-FX9sMjOTI,10997
|
|
247
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=Vf6oVaO3mxI6OiMZi3xEfVI7iZe1Fcu_SJE9NdF84yc,2946
|
|
248
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=bJTQ1mFKQ8hMHMzPQDELtwosdrcerrx0mZkZwK0me0Q,6035
|
|
249
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=TbCG6mO0bkLUIkK0WGxDgAfuspzGff7LNOb8LkBDJ_k,9342
|
|
250
|
+
metaflow-stubs/runner/utils.pyi,sha256=YT_4sC81UyXBtI6NIUfi1ZeKCsgr0U-3dZ0GMgsX0VQ,5968
|
|
251
|
+
metaflow-stubs/system/__init__.pyi,sha256=s32d4dQHDINCBLO-0z5KwceQbVAMuVahC-y3wcBXTKk,761
|
|
252
|
+
metaflow-stubs/system/system_logger.pyi,sha256=10cp9jrPD9Rn8fF93aOvRY53qQWVuYhOHKzyw2G1AJc,1666
|
|
253
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=0qw_qQxq-9GRD-FkCAoQK-SbuzH02kjpj1LhH67SjBI,1788
|
|
254
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=PsfHZhKCbheNxiMfnTOcSs7jCkUfmN7fPm7gEwpgMgE,654
|
|
255
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=YHykS6Bg6j3-CUqct7a9S7xJn5kTutZ8rmBd6YJ-HbQ,3008
|
|
256
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=yc_hSk6eyHRMEKYcPTPbRsucy2UjPOJhQSblqT8W_HE,10232
|
|
257
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=JExXy5o1CYUVlGjJEDPm6q7Ao8aBUtnhOTgldq0NHSA,785
|
|
258
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=YnWQ948OoQz6y06IytSs4sDpe80PDWKPiihHkmav5tU,1391
|
|
259
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=kMG3UN1lfAGH5SFfXSpPlWHvA2xB1JhS5-plJMxyySQ,9333
|
|
260
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=aNpQfgVh9W_hgTpEurlYXgdhAd6KUVNhN902kgaQw7c,7062
|
|
261
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=zdMdmjM6JuXPVmKem_JRF8ZZsf7xydNkef2nslfPuac,5039
|
|
262
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=COfv0iz-UPE6FX0W0qn_X36y_ZAJLK8mNHTmN1W48fM,13314
|
|
263
|
+
ob_metaflow_stubs-6.0.10.15.dist-info/METADATA,sha256=qHk53bAvfofVGuDyhXhtPCoHEiqxXGeTBWMfR-4W9c8,657
|
|
264
|
+
ob_metaflow_stubs-6.0.10.15.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
+
ob_metaflow_stubs-6.0.10.15.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
+
ob_metaflow_stubs-6.0.10.15.dist-info/RECORD,,
|
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=TBQd6rATXaLhkCQ74tfYcg_Bxh1p7ysk_04SOd5N9yM,96147
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=l0H6PA4nPcY62iG6FxEeCsrjhSlUInuwcTIkgZe_0-Q,1948
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=IQZd6ekJyAJdpfqAoU7tTWn2_87HoXbSAUbSUi6B68Y,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=AEMvDGI7EkXvtOBvC5H6W4_vdsNLSpiT7HMNfIRavvs,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=ZjhmOZ1I1nShvRDb0J_tIBdYnloef2hbjmKLkeqO4LA,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=vLcJGfujtv3ywmzTRjszyIMAh-EYM_O7lfotIT04FMU,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=P5Lw3ipZmxnPBsB6fCI9TIgl33T9OGwgWdZ0XrIdZAQ,63
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=xAmzIeW1mVXnv7glpjDlaRyLbdimemoUhSSW8W9PZeQ,5153
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=f_oLZvvibLhVOOXZfZm-O5BR4Wid05w2wXJiVx0uGPw,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=gJIPPhMvozOqDyUsZ_wFOq7Cbe2QT_vOsqbicxDo6dg,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=noOCXJFoco5mLYhMGTT5BDoYUPAil2rnI_RhKYBFsKU,14241
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=dVNiDeO623r775qaAhn0JgbmyD5E-Qx54ruTpVF4RRA,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=ST12L-akGYJAzNBWcpJPs9mUGVIKWDf9ikphgWQP5g8,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=HEyaEtB6Cn6Tkv880RqwrB4h8qBAFHXod1MsqopdSc0,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=F9nueNMfxigH4x89qLsgFpez4ERxT0ab5wlARnMKAfg,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=3FTj8ZlXPiY_p-putxBYWSTdmJl-3coSw_B9pmTI4_M,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=C-zX8jf6LNIyffuQSA3ai_XVNMJLdNJ9srb2qhgHEWw,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=-hjKEfC9hef-sfnKinAU_s-zHoSNvdR1t-cWyXp_y2Y,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=Fx-A-dZ9pImiN1aW35nLZ07cI6n-kcm17za7N0-IcJ4,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=65MYPEYlG3zA9hUarfgk8WsyjI2xVuJj5_islx9t_s8,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=50aDhWCxelmFb-u6yxrz3CyFJLn077fojkXS1R5pQio,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=o3Km6I_EO5aqnkf1B2hz0FDjWna5BBaH3ZMakorG-04,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=hGvQimoO3bhLoiL7-ewfG-3wUvJiw3uggesl6VPBnB4,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=dVMliGuPrmHXro8zZElXccRyy9d6wBIC_TOtL41opjE,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=xlCB602YEUrQoJizD6SELr9mbVoOHtpoiVAqM5RIWWA,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=WqFn2faAkIrcwV1kB1qy5u6MojBFRVAPD-UVu4jxRNY,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=VK_f9APO3x3v9OoAdQg6esS9qCVDnXhxCQq5Gf0_W34,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=eXHS6NoPjJPW_CNwBowJ3QLGi600jkQfGDk053vaY8o,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=-UmroZzrJNJhVNGYkaQ1BsrQezc-H-Us3aih3qt2s-U,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=uEdJP2uhWaDTPgpma-F2yEYFMHcT9zUqXYEW0mUE22A,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=vjzBSu6wVg01_cZeRy0ikdYNvSB2d7no99Uu4jUixhA,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=RU0ug1Vb2LidGVOvbXqlRYzLxuU1P6CFBZsZmQvJWCQ,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=9BEeVzPF4gYQ9an9OwYnf_AyA0P8KQDwG4jWCBy8dWQ,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=FFx7LLWnWk6MYfBcNpU045iP3kkPx6-aJYgjDxXJU0A,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=NAdC9pATduZ6FPufyCKjhUQDmB3VLFQZu6htbxeTpac,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=rPTvKe4RXuk1lnRxYH4LRwTYKojbaoITXPwmRDfkuw4,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=YXXoNBnCuGsoqa7SLHD8QoaZDkJGHcoDo1pRKhQ-rK0,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=QPOd2uOa2-wukdCAr6xTVAUuy4583Xeu4qSaMNRgpHo,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=gTQM_YpEAzcwdXJ4vv71kJLR57CNEjYEYJt_pWrY48M,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=P2Z-rgaFWrNXQ8wdzzbN2O3jrD8otOiIddbqBqH3RZU,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=jzHhg3mxgqtv2uLqLsQ9VRwjXg2y_QyS5Tn_iBCcOkM,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=9cGdHFlamA30Rh3zq7LS1o3ZzPhPNQhFfSZQTfZzeqQ,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=1LCUg1_RwvXcBVpRdYcZZoyPAc40_EqLNkpbp_CwM9c,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=U6rQnfYJOduwTMg--FgPDoxfC8RXzo2lJ0Tz-97BQkE,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=2SX8JFfu7HAc5m7EEFdispRqK9l7w1s2h9q5mV-htyw,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=Bog-nXfpLqZXn8uQ94iiVPdsoU7t5eq_hsO0QmAyHPI,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=Cg9GZD-Jwi0nUdiEq5qFeay74xo9tPIXCVqxvVC2HTs,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=XFDjCSG1RHoNS9Q0IQPVSQpyEyuK0zjT9DfHvXuGAOE,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=LVBPCW_8AYOYQjVt9IzpiYsvcpEiIQJkQZrS__yjplI,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=2SmOo00DFV4_loSQIgrqJGFCTpE3Gkf5zeGH2QqHCTA,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=LAG8NJ5yk-7u7Q-uDWvITTdL0rgmvL7AF28ZYY5hzEM,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=YGx1tYqKLKosMmXv2ZjGe-KeSTSnRgJG6mqkZnwCdrY,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=LT4TpNegVg-ojqzYR0kyJ9pjePaO_TGX7h5IdNgaTuw,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=l8Alstsx0dDAMGajnKR2haBj83OPmM4nn-xIr6CGNbg,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=BxJ27hSVMm0QlD3sYbhT3qhsISafDkwWnHEBvB0oAE0,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=VGfCT7v0MwwaW6Qd-CWg9lsu_cA8d1ZOuAglv5JtUCI,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=r0kZiTq17_X_8wivCBmZpicLxfmwksOasXuyDyAfaqo,16656
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=BZbTdzvGgUl380LE-HhsQC1XBqWVcVebAho8kkTqTog,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=f58Mt3Ux3Pk9nxIQueU8ldNE3tesuedcLqZXN6ncgcw,3094
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=khndcNd3uy6lGuR2gqhxYPwug7scxaE9bvrm98fPGa8,516
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=FRROfIpmXFfAlFsrK9mfpslRhENrCyNecNbrhVuhsuY,6079
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=9OzGWIfX4t44WkncJLo0D9Yub0IuW4Ham0uADFz4Lz0,968
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=_nDLUZ7XmWIR3L4qTOU9PHNIMhzSSt4e9vZrsmOsl3E,3449
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=H23OtdZPz50zQB4d-HoagIUAY_nnSN4biz5ZPbofmYg,516
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=fzPeh_h4XzTn0UHb0_qGq-CgGKNUM-YaUxQ7iEScPtk,2481
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=ehsDsIAWVGrYtnmW2Ys3Aq8kmpyKkQV7QBl64zD48ZY,1694
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=bgCpNhWyBvj9mfPT8JeX4uuF6K9fzezD3q27TlMNbdw,2135
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=wp9ESFsiN72gKjigXovh00NpQElY-WpDFkfQwkSccqY,1887
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=XUS1mcehM0OH7z1Mju8L2tY8E4yneBX3pIYDeZJmFkk,516
|
|
71
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=ADcocf6Soa3_a4cEhS7YjBcbzyuOf9Rwt-XA3T_MCnc,823
|
|
72
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=I8tHklieOpcBcOnu2UrTEBhxc9L1qh_B8xEfEH8pamw,1383
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=hG5aWOihPau1-RlwYmMpE4b3F6ubMNWq69jCaJCJxII,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=7HAbL6SdDrkOYfTCsV1K3b0a2R9K-x2NZdzy1xQCSNs,1960
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=Xr4tcmOy-Q8P1ypDKCLv9LW0OZdt8EH3KdQyBTubpoI,516
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=qze5QbF-T9sbTICgUbKQcTd_DIwB4VgOB6t2tkOmtYY,516
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=nplJvaIfJDQbuVUnEsiClCPp96c7L8n6Sdiw7WxkRbs,1420
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=nrM0v7yZBfNKGIiDdDSTSuhcnL9zv-8T0a2Xbuj6Eb8,6645
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=JbVlBzAw0dTcuf2Wr2pjzOsqYPWtp_lPuchDnApb9f0,2791
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=FFaLmTQv41CbEZMzE47Q6waCfUozCBjjmsaR7O5BvIs,2563
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=dU1C77U8OX7aRaf-fSLaHJDrDBCKRWvBDlgUH9t31fw,9144
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=eiimqQcbHPq0KczPYIhU_JRlSXu8K5xWXnlOkjlUi5g,645
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=nYvQk8KXnfpac4kxJOVQ87yMqFcRAoVXjVWrlQbjPLM,1900
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=-g4PTsxy-tLWivtMXmdbh14PIwNzzV5mBru_G8qkr0Y,5140
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=eBXJ0DCE9of0PTgqwp4mD8nrbL3pXJv_lNnNKqCoRcg,1369
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=Go5Hsm_RCz0XfTRr-6r7_zlzV1UfNC7H-F035_TsDVs,3660
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=NhYMKLIeUVJ2joP-ytpZFTd4ZSoBMqKPT4wgoDMVixI,516
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=yWVLVJgYIXmvcP2tpKbR-MVtl8g8id-uvJPg1-cds6c,516
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=4dBVYFd5KbaSvHTvpN7iaNqldy4DCHbbDkHJezYEsyU,723
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=2j9VixWhA-06bZv7IzpQqapYJ2iq00NSP9ALtBqOVic,655
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=n500424MevCjf8G69GKtwPtEAvTh7jW4HhBpMJby8a8,9946
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=eVe3-kkL26bCwBB_2eIl09rv_uwSoGGnPs4Iccn48vs,1468
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=tnq9W2VAn6TFu6KITQS2VfJ6ds6AW7oPMPHz0wbJAJY,2189
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=_iYS91006D7tvVvrvv6iGg5IJxnhM5VRXT3NhmwyMYU,17506
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=2gUHeXGCjFLhsFo4RBdWNV6xme4o-p0W46y1L8m4BL0,2089
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=J9G0zDOlNrBTPMg5UuTxdG9ZzWSvQSgiY2p8lFcO_jk,3523
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=2K8Hl96sspWo13rfPhchRoj6tjLZe-lzuPeu8x9yosg,9794
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=11LxzpvEuo7EPZ_CW-VA0Jc7esARqFegbKmNhntFS6A,680
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=5RWS_VuIncUAQOwKb_qN_ZQpTDX1W-2Hfaa_Ncsnb0c,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=rDdP3skzXG9I7fAgzKeZxdOYKvWRnRZnpHlf3H10qnE,2306
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=gPjo01S9yHGvLDUM9ubt7ZGTfJCrm9wl12YHg9mJkp8,516
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=XMXAJXM8WBY2vo4c3bgY60z17y8Inu4SQWk3JlARAmk,1922
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=ZO9nVwtbx6R7G9UBC1oJ1ARZCweuB0IQqgUg0TVRLRg,1035
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=l0v-i8jt7LIANT80irY3iOfGqmKLt9LZxvsxCu1MkZo,516
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=ZT2mP0SZMonoVYJEpIcCEFHXuEB9Xt5DZqvltzzHjAU,2547
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=WJ0o6MoYashFWAZK-vDw0fXdeHVk9lk0dD1LtbEgac8,2554
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=qKfslEoQYcwPRzcd2JvZoJJrajPLCNijmJkYe_uNXxk,516
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=Z08rH6KqxGIN-SNQwKHeGem-S9IduNpRE-u03xF-YwA,2305
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=TrEZwUdTu81bdIftJ_IIULxhhBdzgyLG1Usz0R3oVeI,2486
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=gC8YCRC0n1H5xuau-mc-6L57MEyEu7whWlLO0zfwFKc,2233
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=Fh_sZnLyAEJQrSFGJhRQgG7665NxORlwYDYkA3BVJLo,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=-JPHxb17jekETntX817cl-cofyi8H2vpQBCZSuvA1g4,1483
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=IJaK0DZejzjGmw0EzAXwkWI27zveaXRlTYO3xioPDeg,516
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=UzJtJQuPc6vabGYhE8hPkvSma4gBMo79-3WAXSSYfmE,574
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=H7vEunUgQ1p0iBoDtZ-UzLDwSCOOzV45Rq0uy7Nlh3I,1152
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Q9XIp7eueHJuMhrPVSnnIKYiJMZgoofp2JzGaQtAo_k,3174
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=icQEfbTABNjUlz8_9ANc07KvRsqLKH0FgU4QZCjoGMM,2601
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=eSc_XPimY1KRBDvrkrfsg9uGvu4Aw5JWisu9ugadp0c,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=Fct5joIJOjQ0lAiaKAaCmK4fsFTq_tpWisfs-m3yZKA,3281
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=iPfMARHNSO6735ml1Y54ANPqSu_l4ip0zAMlAaUdolI,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=cLhSguuxqcM1tONqIiWpBPJh-MUxptza6_gH0AI0qt8,4478
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=SCjQtWUn6EDdvjwhWoqUxokJJbXoMd394TnJB0TLloo,516
|
|
123
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=B_fQ7V5ofobCSTswztrmBgTjTox2OnnyMh5wp26dVEo,3739
|
|
124
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=ttWxCQtIYoxyphYLjWXe-kh89QYwi4GL4PZHQYKHuck,889
|
|
125
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=VHLBKu5PFUknBSM0lj3hPPF3646-Mx4LPrN-7oWI9qw,19750
|
|
126
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=t0y0MqGbvwauX8OQLx39jECfpntD6jK0isYLpZTQEPU,2961
|
|
127
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=_rRm1UkIrNPqprKgMPUrR_ASTEEOzjIRw-n_GGAvCjA,2126
|
|
128
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=6s6ALHIyxhWd9rHgh3U4c87qNgipFLOhtUG_n7Ljcqg,2280
|
|
129
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=Rslu9a8BY5yV0IEx-GEXPhD5PdPQ-7W7u9UjaFR7Apw,1208
|
|
130
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=fTtXkiTzhhWe26mVbAdAS3RUMrBF1IXdnDmdOWIxDws,5283
|
|
131
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=vmMZSsUAwPiN5Ocqa6hI_zhpa3XyzqVKXMea7hiy_JQ,4083
|
|
132
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=JeE9d_ZUBrPmSzORMzUIH4qqBXhx36ErDoA8JD6m1Dw,2243
|
|
133
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=-jpb1pwYy2e1Ib4dDz0JzsOfI1xCSEMrXDtdVI3gJOk,932
|
|
134
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZReOrlo9ynG18Yu61K9jOb19bHzx36U3vPCv242dIMA,910
|
|
135
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=l_8_Mfenz_G_SjSxoEMxnO51CNiXJEqHK5Wjfc9YMTc,1052
|
|
136
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=Sku-qXM1vrzMmrhi0lCuGAgSyHgzhVjefnLzmONUxqs,5983
|
|
137
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=mJEMcQkgdKzwIj1v0_V9mUpgNIUhWeli7f34StWveOo,2465
|
|
138
|
-
metaflow-stubs/plugins/parsers.pyi,sha256=HMHbF_1Zb6QjH9d9llVcGuZod1TmnEJfFqygJJHzkmM,784
|
|
139
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=qha5usX-zDFlYt71Q1n9la9BHLM1gbRIIaABdUtY5Gk,811
|
|
140
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=ou29Nrsr6LrffUt5L5RjRyAU1XgYaPbO_yyIptYDo9o,3713
|
|
141
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=dgZaosamPfMaZ1MpkDxi9JpkvWqEkUI80iTV1vk5ynU,1829
|
|
142
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=VrpHpd5c1PC6Zv1NhRGmTP6f12RZVDUZlzmgK5f4U6o,1709
|
|
143
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=VEP3eA26HFdYKf1I2PEpIXr_H0sJbrrvAotajCyjtZw,1198
|
|
144
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=KDRWk2lN2kZTVodzihBh8R7qZqufYjAAvrF4pRUeAJM,2107
|
|
145
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rS0BlkGjAsZljO-4Aw5Geb_ijhlFFcKCDxTyIcB98xw,2296
|
|
146
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=yhL5ck5gtjNJBPgTVKGr4WC-4OSDoEbNEgq7R8pKofw,669
|
|
147
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=xR3gmdbzWrsSMJgRt6nB0ibb-kzsQt0yWnAqgtRrV3Y,3154
|
|
148
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=LNeChMTA7l9NrY0R_oP3EFJTEr1igxOBLnIJoUXV-Zo,923
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=oz7wEWmbSFro-MaIr4vc-zgXBcJzXUH4PmrBZHvx7j8,877
|
|
150
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=dKQbM9msau1DNK5j02kLvdn6nOpsSKFk823J2z_jXBI,1497
|
|
151
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=UuLOqgWbNOPIX9cqHrzPlF5QPL2SpHoiKyvHtIOtIts,3309
|
|
152
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=RcN13mbR2CGesdSgjxAy_0Uvi9n6ocIoA0s3vXHO_eU,3220
|
|
153
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=s-FKz_SehBNfrBcLx_QsaGAfcWm3QPHtcjLxvxKKnKk,727
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=PieEoEtzk5439vfqnKSxWYKQYhQMghxt7yPlOl1vlKA,2634
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=_BL5HZYMvVKGqnJL5vnCReYaqLOryhxWc82L1A3v6e8,3348
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=NqkrNJNMD3zpU2BDlsxED1jCafxwqsvPG23mqSbyVyE,14544
|
|
157
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zd1RR62cmmlqWpkui3ns6b8XPtOqIf87MBCqaf8fxH8,1375
|
|
158
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=6ZS00i7bei4yCZJHYzI5TUW7QE_GFZW8jTyCAKJQFQg,4595
|
|
159
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=JpQGJxqtZcS8bHoyfckN95n4itXi_9YQZ_dQLP4R7rA,7546
|
|
160
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=QT1Prq8UwcPsQee4ndYWU6sPFVgLs6D-mtc2juXNgIA,1673
|
|
161
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Qr2UPi4gsycXYs7QUxpepY0d6cDpTAcoLgahCPW1mnU,755
|
|
162
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=gBdvh1VQ_FlyIPtYc8ABHIA_DKlaR_cbM4JoYWFh91k,930
|
|
163
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=yrxKydOkdK7j5O5CMJuCESSERBHP1JsLac3SxOqtQNw,3200
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=IFCT9rT2MOiJW0XZeamHH5L-KyHFKhmpH5a0pKNso7A,675
|
|
165
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=gJ6Fw7pBYlh3jyIRoYzXVSEY5GXtUgIu3vnGxdnYPgI,3051
|
|
166
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=1wk9nDF8txx7zIZ6AEZCPHzHD3GTLdsTKQ4tUxkbmX8,3767
|
|
167
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=OrxkaaVoOQPI_yWRbpG2Ved27XOOn4dSGJdQ1C8-Zcs,6231
|
|
168
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jkqL7OL0vHXVCBLWmg_hHlvVzWdXPMf2OCZ_bqiQjxg,645
|
|
169
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=927SaXB6VHK7UuWEJmJz3CAmV6IktCHBY0FdLkvcfac,3575
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=coJB0hM9BDykLmIOciOngXDpRwHAtummdSda3KQg8EM,674
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Hnt9cOzLBl8nmKaWgAFtgVPNgiR6jC9JzP7dD7Yr-BE,899
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=SozIEXG4liHN-lLsEaN2Svbw68cXDynpNENXn28QecQ,1637
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Z32nTtCWmfpPH5-Nds5sEfl-Xks9gGLTGxgJCa-FvnI,4631
|
|
174
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=DFPaHr3bRDpITfkhA8qX5e487y0XvlBVfG7I33VJwnM,1186
|
|
175
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=V9Smrs61faufiqm90V3lBNoPKLT08KR-7bXlA5lW0zI,4035
|
|
176
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=Z7_YSbf74_PhtEoDF44V_GiDMQTR1Ju5Jq_0IDfTY5g,5089
|
|
177
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Aa2EQ__5kIcwji3bpEzwadJj8V6K5sSc3Ox-3Pgldzc,1011
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=ei_JwDA2YB6aEBOMcgN04jsB_IzlTfBuc0d0VLEKu_s,1168
|
|
179
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Dt9gGm1_vpRxyJU-VkPPiQPliJ5d4yfD2bBeiS809ao,999
|
|
180
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=iDFvcKQiqOHaroBBmsV57oD4jEb4MeJqyBhex9p1D44,2289
|
|
181
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=xHvitUtgM4hxJT_kD_TeEpb5V1NeczHpOyg5JXO7aUk,2458
|
|
182
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=2PEWvuPvkNZccp8OOPNQWaeC13fVcaLoz7LvC87nqZI,1568
|
|
183
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=PVnGjNzJLNRXcwLzrAeR5AOIAV6Q9E2Lp0NIO4EFHYU,1667
|
|
184
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=I3NtmcUw4Fg5yePtu68PVUjW4vHxTc0ySEc_LjkyMDk,916
|
|
185
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=cSqZESR6AZE81lTieLsW6oYZXDoW33zjY6co_t_nn9c,4909
|
|
186
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Fpk6VpbXY_U-rWuvxfHaa44YXW4rw-D8Y9wUVMWIHRc,1189
|
|
187
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=jmnKGaAmtkfvfxMvBctX98BZ89tUkpk7UucReiGrTSo,2935
|
|
188
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=AZJuzIWx2tCKkT0VMbXch-BBaJhxEXSm5yCu5MLuw0k,3247
|
|
189
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=BcnfwTFs78EIKjMEqpbcW4z5i3BdeBXeMOBV7tYTUWE,759
|
|
190
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=kNGJjocHQ2p4l6XXYt3ub1-ffTs-uUkBYs6I7F1Cx6I,8476
|
|
191
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=p93QTuy0dJhUwanJfMFWJAzYlq32lw1kgRDUvY4HiK8,2470
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=oDQuVg_AHto6um8bD6eR9-77Gd8YqRHw1LDs_r_4mtg,1027
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=kbQKOvrWgYoSI4xslT6DM_np8xKU5liT7QUIk-oI2mI,7501
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=qBkAFzN6nwLpKHU0u7mwvki9AzNfPb_Fa3Cpr2cdGqc,3196
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=zSdPACfwx6NJKinWuH9F_RJcedvtvb0gLhj9xlJcEY0,20039
|
|
196
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=4lnV-Cn4COHpEEzgKYausHvx4LmJD8vO24PlRFtifb4,1479
|
|
197
|
-
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=z26X4vhxzJS776O7E2yJvSS-RpzGtYMjHrOyX_Yu1Ug,4248
|
|
198
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=FKfZomM6WuD0J_5WDGQ-N2XLIDnC0Wfg09SkfZgGHXc,853
|
|
199
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wIXyWU_BaHJRLocG-PUAnJirz8A_QmUlUKJDKQZQLIo,3774
|
|
200
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=AUezQwi22hPgsPB7q8qxMUuc0uhk4nCiHe3Cjx68OO0,933
|
|
201
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=vd3XSO16-cSeRq80PrsDDlKgayaSS_ZPbMfK5YRJwbk,2797
|
|
202
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=YJG9TBwLC8jvdP4oeyBX5YBZkfcgODatQ3jbT8UpPkM,1204
|
|
203
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LLqL2RTDrba1QWKconjx_byuzNqvLQNbkjHLkSVJ84g,24255
|
|
204
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=S0Q6XiqfbJH3y-lOooX6CqlJD3vs6qwAZB2Yad14AOM,1036
|
|
205
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=PkJ8q_UTbmL-hcgq-xH5AzoweVNzgPo7JvPWr2tYqOs,1132
|
|
206
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=r9EMYsr1ndHXG7Gwa2WQlNWmgRLbEi7Q6MtO38Zmwfg,611
|
|
207
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=fzhlz8sTlprW1l1wGSyKFJvnk7zC441I3Ei6DAFVg2g,901
|
|
208
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=vGbhA5IqLGOkWi7hNKVuRQ41gj4fC6VOOnIJVc22Tog,587
|
|
209
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=S3KHKIXF5LGJmt9hTn936YfClwKCsce6N79D-oErpN4,1200
|
|
210
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=X8tGHm4ddU_IQfembp_UYT8-m5ias4ybO35RtUOlvPY,923
|
|
211
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=qo9IKH2dcl24HawyoSh_uXn39cpGTxjcHsZ5oAkWQew,3298
|
|
212
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=XUaUG3_OOguId-zZKGyvCAYyzfjuZvMFQ4q38IPl0ww,796
|
|
213
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=qVvLWVERbnzef1kBetUT-CT1x6wNoIHftny2tZ_Fu0U,899
|
|
214
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=GVHAEqbqlxHsy55zby-M9lV1omK-V5JTCDGiPuCZPGI,1086
|
|
215
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=XTyoe9BsoRGelmfEgwgSOw5br55dbxt1plE6w8vXKXw,1641
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Fx5i6C-iGobpHPOd7IQj7tdHyiPQ3XhE21hv7CPtqSs,803
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=Dko3-HtdvHAvS830Vql3lJxqJnMbxbDQPWFgrSr7fss,1707
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=gM56a4yfmlpNI3H41pyXLLVYO7673u3zDn8azH7qCGA,3915
|
|
219
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=kiPUmuUajV04uguO5YYVQBP3j_s5gOq46PPGjqXpF-4,1292
|
|
220
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=V49kmL1Ucswg2YwrFaP8abhPkRF-Vx3qlSPuPpU3Cx8,7978
|
|
221
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=-LUeTENNQksog5cTU3b5K4a7iKBiKICAUwEGyQmURZA,5425
|
|
222
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=-dxiArY47peyEnCxUX3MeZisBdoeIyg2bk6AqCa4Iy0,762
|
|
223
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=qamXooJirJCIlGry8ZhkILp9n6u8d2Dy-MDeorbZVtw,3364
|
|
224
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=JRnW7g-j-Su_264lZeXWZB1evVsl0ohRDBhBDNain78,849
|
|
225
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=rIDX1Q6huMEkCeqrSCLnwrFQCoMxq8xpISPb0kxiukA,948
|
|
226
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=avCt8B_276vs-Fvv1iZKUp4WDEhfcwB7gGbJS4jqoso,3855
|
|
227
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=12uT6fIVBAPx6tRHjr-pv37SswyR52SBJ4v7n_9OGxQ,2465
|
|
228
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=XXUL9scQ_6qt1XkIgajQIvraV6Rjcg3L2UbPNODsQJ4,3741
|
|
229
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=6ZRHJ8t1r3d1zvjTRYOP2Bl8Nlxb-XoOkL4e5SZ91To,2650
|
|
230
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=H-PwiQu9yeGkJnEXgnw7BoKsFLVPQzhX-4dxYHWf0fQ,834
|
|
231
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Q8HZWBt_7YFJAy-vmX7L3jNeMcUnBeKQGuPkkkQ3cZc,874
|
|
232
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=sAtmfs6knfqFPbNu94HwFmzCt9VYdZRi36_65TK2Qtk,1208
|
|
233
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=DZHnz0LwZld3z4-GqmHVUIzy0dZrmy9xfhrIYo1PzqM,986
|
|
234
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=t90iJw6NO42QMK3o9vkEER_Lr7774vWsLRcCcJr-lWg,1744
|
|
235
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=91EZinzi1PsZ2BgN34N4WQfx7Gq3-9QYB8hTN12DN7U,1224
|
|
236
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=tnF4pXnYB_ZFVB0M2BvkcEWi6kZySwA7iZczWvQuGjU,1417
|
|
237
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=XN0jR0u-Y_UOrQR1-3Z-0LM2vnZMW6XSI_3-JHSycbs,956
|
|
238
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=gPyxwgK4rA44tuWFxkwkWP2XihcUDFDeKBj6c7948iw,928
|
|
239
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=YqokyTBplNx7JOzEBHneaAxR9laGONtfXA0C3fEIpL4,1770
|
|
240
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=hIzQtLMchLundbElVhjEOwAiv_p09YvgwkduHRjVaT8,601
|
|
241
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=bsLJ7qXQ_5oGSgpY3fE1f0Xy4AWjN08nKPCPQqCze38,1383
|
|
242
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=rOCMjo55ens_XBl07P7YskpF22ce4Mc802iZY_6utfA,696
|
|
243
|
-
metaflow-stubs/runner/__init__.pyi,sha256=spxefdvrzjyLM9phUkxS2w_J7sxl8ldjPG-wHDbQhME,831
|
|
244
|
-
metaflow-stubs/runner/deployer.pyi,sha256=wqaGgV-8KxxgbdHKCWsRj9CSKNGgcdjYDwPD4yAuINo,10115
|
|
245
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=w9oZukQYsBd6eEH8mujzUORbUPFBdOr0ZGky3ZzDe30,3678
|
|
246
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wD7bJy4BLQTHz-f5WH75UGjL-qliwfNqbzPdabg7pNY,10997
|
|
247
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=SC9dblie-jOMLu-NKWAWmEEYG-60bzR32v7lXvs30C4,2946
|
|
248
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=bUXu5xebFddqiifen9HvvINOY8ujN_A2O4QE1QF5jm0,6035
|
|
249
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-WIhzllIykCz7zQmUDKoQjza4GbFYS4omxt1k-1Fgxs,9342
|
|
250
|
-
metaflow-stubs/runner/utils.pyi,sha256=AAy96jN1dMcxu77Sidzs6F-Ea_BfgsnlaTJ0JD7bFP0,5968
|
|
251
|
-
metaflow-stubs/system/__init__.pyi,sha256=Dbc8ON3iyhzM188XPH1o4fpusWSnQA00R34H6Ds-KLw,761
|
|
252
|
-
metaflow-stubs/system/system_logger.pyi,sha256=O_RgT650nwZjn8RCNjr1cLETWskk8Zpk_5N3hhJvICo,1666
|
|
253
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=skFMFAKKX6I2K-9gqez2xXJZCEE0jxC2tLOnaHHeYUw,1788
|
|
254
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=3NfiLteWTr0VQdMv1g1e5bOn_bV5uW1oJ_Uyfueeq3g,654
|
|
255
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=i6mluKysLeEN8AjLSuTXJM1yymtvkoOhM7UHg62tuPw,3008
|
|
256
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=HZQ77KryEaWl_qmOS4W60MkKtkSPI0xXS42XeAz1JRo,10232
|
|
257
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=KcA34VdbIAQitNmDXrfdLD8TYazZgDftPGj7Z0fJzNI,785
|
|
258
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=M4XlaZzhSkJOF44D2RS8St2BlBxzsIzaHg6qyTBwejY,1391
|
|
259
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=fPbuwhm6O8sJA9qujuVqllV2cnNMMriTbj6ZGJWExJA,9333
|
|
260
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=-BVMFj3hiP6PrNR8RZ7HSUXpF4NgVD1WKw3yMPv_Nv4,7062
|
|
261
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=p4OYWu6tNiyI2Op00dg5KYkLYccaOrwqZt-GXYiaPFc,5039
|
|
262
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=spLzejBfXwfpl5IUw7JwIplkesYAkWH86I0lYwRTZXQ,13314
|
|
263
|
-
ob_metaflow_stubs-6.0.10.14.dist-info/METADATA,sha256=uF3IbkKyA-iKiiheXDGzbVpD6mROo17gv6CA4_K8Sb8,657
|
|
264
|
-
ob_metaflow_stubs-6.0.10.14.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
-
ob_metaflow_stubs-6.0.10.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
-
ob_metaflow_stubs-6.0.10.14.dist-info/RECORD,,
|
|
File without changes
|
{ob_metaflow_stubs-6.0.10.14.dist-info → ob_metaflow_stubs-6.0.10.15.dist-info}/top_level.txt
RENAMED
|
File without changes
|