ob-metaflow-stubs 6.0.10.14__py2.py3-none-any.whl → 6.0.10.16__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 +1035 -1035
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +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 +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +93 -93
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +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 +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/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 +3 -3
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +4 -4
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- metaflow-stubs/parameters.pyi +5 -5
- metaflow-stubs/plugins/__init__.pyi +10 -10
- 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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +5 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +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 +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -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 +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +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 +6 -6
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +3 -3
- metaflow-stubs/user_decorators/user_step_decorator.pyi +7 -7
- {ob_metaflow_stubs-6.0.10.14.dist-info → ob_metaflow_stubs-6.0.10.16.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.16.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.16.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.14.dist-info → ob_metaflow_stubs-6.0.10.16.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=3DfDuZQCsMj0fGahV9j97yr0ItGHvxdCUH2Z7snyt4U,96147
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=M7lTTKSr5QYln6Q3fyVnfckaHhJ6aNzYlIrPd_kIaTs,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=MXdvgNs-_eUyRij6G4FiG9RiZRj67oL_tXfXsvAHXlc,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=RxLZDBPD3t58xkKV8gBHnuUzgKygdQ-x16Y-Tt2qoSQ,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=loRheBDdDUnvzvmnx83vq2aE4kcXPG_NYLLZv0yTokY,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=1Bt-RdAEv53NWq6CIQklLGcTGtu1wRKLngKY-xx305o,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=laVeUa-sLPNQY-_MDP8GhGd1S1qu0zatq0qCwD6YAkg,63
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=zF8balNsSt7-MLRWmOxDhq72aXf9beSztnFjJSxTX3U,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=THP-7vMy0S_UvGR6SUuM1KdiAqynK4hhkgLm6M2Jr5w,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=vFXRL1feLxxf1Tt9cef_MYQluoHYdRBPZnCdzyZ7Cck,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=oz8c1TGk_IuBqM2QCdw66ymRrEkhW6M1mna2UFjujVQ,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=C830tHbKgE55ursGaZfkb312vCGG3F5KAEBaH04eyPY,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=kHcemufKmOa5OiyHxLHNe8NOx782FVFX2QDwiMXpm9k,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=lGiCSazRXUWKVi9EyEum0eW706ZQpQ2WdembWitVxgc,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=nuK1XEwYj-eUyX7CQeBN4czNG_dzucmnJl2ng_Oh-RQ,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=KxzchYKqqIEdrMfdN7gUxCVs3uBODHqQaB-iqpDRFqY,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=Zo9mHa3AUILqQzyRAuObZQ0Sq9Ge9QfO16qNDnlAsBQ,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=DBPBU8mH7-tKDdCo-RBkIChtMSkvVdzWTYK9VPP-7T4,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=cmY2xCDjDCkNUXOegMgzT_oGHDktbk_CrOBu8_hmylg,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=BO8S4VGKZMfoCbTtxF8HQYDHt4AlYcUL-CP4_EhVXzI,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=MHxT5bbcQMEMmxpCtcHASy9EDzVLnlMN4LGTf5xaJmE,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=8LdArTGlxtDNJYIOQFmvZl06xQTErXSlgF2HMIfQSM0,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=kb2C5okgRa06e8ujH9Rv6ppz_nwnziJt6998tJyEmmU,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=7U7Onzj4cr5xzDuEmMbdEzI-ouYEpw_CzUgziY0baPc,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=gsi5ls5aKIQ_mjwnaKty0tjnf1oCSDlzv9zQb-eozvA,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=eNCFC0Yiv4vl29yt4Wd4kUcmOMzmt-QrPnPXtD9lTTA,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=3eGRxN6dtykzH1_Ubpj1fvX6ENjw5bOm9YAFqccWVE8,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=ri4rXNi8lc3c-F2-RC2ws7Rll3fEikL9ZDc_3vwlBBw,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=RQNq0MBu5QPT0ch4o_x7H2OQYa2os5LRbfyAQ4wreAM,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=rVCWn8kBuF0SeZSSAAKVNitsKx-kg20YJpU8ML1tC0Y,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=1bsuL5LRyEfRVw4M6LXvX-Q8lsQLVOXpk7ApENjZBa8,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=eeVHEiyayS-Gf4xvxL6i8GguE6h1dOQFrX-VDy6kF90,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=JSwNb43yRa37kYPGPSONXpemhZn1G3_PaI8yowbP3Gs,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=nB5-Q72xJU12YKo38xiD9qUWfN9vNd4BBlDvDirFdMw,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=uSumN7wvnvZPnp3Fxhr9Rr_JmHhGmE0S12-E7cD26qE,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=JkksqzPWnT8hhZRGQuVbhUXXH0dhlg10YeAEa7K1lvg,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=GDmgJMjSjcX14svUYMvd05qTyuwi9fGAw6yZZk3CH8w,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=ttqyT9IGZeUEbSHQAWg051DiQYQyWhHtm31qc2xfvHI,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=1A3RfUUxw-olYVb1dVvFNfwl9_MD3RntqXLM8KtuTC0,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=XQiIXdDr17-3wXjOIK6nKevvna-Tqn8mq4x21M0_DjU,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=eoPXUtc3M4nFeGkNIbGN92H6lLOLjzjhVlrQA2XMZoM,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=7gg8QtdPRwVXFwtnYp7ZRV_fPg4iva8ArbhuJwaG7fQ,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=XrAdsePR2INClzjLVk-E9vq6LIEDdxOJYqwEqUbseJo,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=zfqaliPMU7iKFGqF-pTKvxJ8Nh_hHAF7Nx5ZhnA9Xg8,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=BjsxewJcgbqSwujx-Ib89jlEvQDT9z8hGaMXM0YmJuA,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=I6BnKepYgvHjw7XdG3dGAf2Gg0zFxXjQFRklbdeToj0,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=nVbTDMGrHHu_xc0H5PUYm1wL8Zo9DRkk3nHgV_p9OPs,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=IIiH1UdFrPVZg-lqDYtt6pSxfy-Q0D7SFKo_A2qu1gM,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=wxHf78eaXs--Qgfj0cmmlNDOSFRUF-h6gEX8wMc6ptU,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=z6e6iM65_yg4bVqyQ3gnL5QdHrNisurSq6GKp5PSeos,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=47IxlliKSip33TP8hMkqKWZQ8knaxmMx9qfkSlz7PtA,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=nPx8iUf9ZroQWB9LdSyI9sPXy_7pebVhjWhrSSaCAd0,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=61m5l34qNdKyf1oJUyzmWlk2r1cj-DrrF9C-kUvsvTI,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=7oLBPf1SDD7YMh-Rc0ELyuaGeBVoZpAmI_PI8_aTkNc,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=3mtoFCNL4Hxi_zruYSVJ7j6eHsg-97OZXqWOVLm89aY,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=f-4r6YswPTBwMEXrLJqeCmF3N78dg_ZjPNC6qOzzhRY,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=FrsEBzJefIh-9QKgApiH3B9jn3dxUzbONzvpSUBM7Sc,16656
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=_DkqIxDKIfRuoi7-1RxLu447zpM7xKbS5gkNX9pQsSc,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=LDfhM66ahmA5yc2K2_z7O1GzrCpyrac-nNZf2ejVh4M,3094
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=eY3Hv7ZqxgMRRBMuV0u_ZTsQDjX_Pb8cZMyPjETO69A,516
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=sHwttcstmncH47ldTBS2SaZpELdp40U--TIgzqNJYnk,6079
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=Ja-ZVGtzBjIKVVq2ohAp_yt9_ymqohAO0TOvGBqzQZU,968
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=i07CqDtR_e7M7dtEjHZ3Zo0dcj2J_92yNqd3TgSZJd0,3449
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=X7HymdZIJ2R3SQ_RafyrCHgjC_IAGC9_nIoSyF980HA,516
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=OkyfFS7zpx1Cb0bQuDYDnYgGpJNIGE-S9o8Ay5WLq5E,2481
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=rFh1rZ5NtypQzT6PCEb3vQCdLXHkjgfwlrBQbmafJZk,1694
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=JkluhbTW3vWQ_5LYUlrdh22yHfBKr4YF4YHDzZigF94,2135
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=2-vwFCF0lxhc-sSr-XWVyj0FZB7nZQt8zLx10Xrtl54,1887
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=Kvxs_V7Rs2-oTTgOFbOZwlhP1JnLthwxzkG011ksQ5E,516
|
|
71
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=gX5BLF31HGa09NMl4s5Ndm6mMCrs03U4bvTzrRvrQyc,823
|
|
72
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=Wd8AT5XY9nL1FbEJnTnAs937SFSSIopQ8c3JcT7WQLM,1383
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=7_ntjEH0J3bLGYMZ6_f1Ia_wqcvwNFMNNu11rBMEQK0,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=OjDIsRzK7SXqCFiovEYmjVeBJVlUSVsi-GRJs-PoYGc,1960
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=jOheR8o_suzRFfm8XU6u7_cT9-mtNHuH7mHSjJaAeOw,516
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=9Fvt8x02s4WgrYHO1bMmF-pIAWKGARkPVYy1ebVn2HU,516
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=XnNRmKB-rN9ZvuWLluaxdgbaeJdAMRxKy2lV4e4XbEY,1420
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=6kg2EgpgoSMXrtZboZdrWj5e273cWhPcRj0MkXBiQz4,6645
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=Zz1U5HhnjjFkjJQ5hmiez__I1JXeZexd368lrtWFDVQ,2791
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=GO3RVWx8qyARwkoxdePh47u45qzpTvt9EH7lldJZxgU,2563
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=QpR8GheBSj9rS_6P39-cfgcwBVo8I2Gp63ddaZrSYNs,9144
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=KZGpEJ4Xd3z7kYGkIUavxtuS2nxGPLFn8wBt6nr6je0,645
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=PaJVmKOqm5tR0ipuFJ7MF2_-DhPjeKQ6pl0QByp82b8,1900
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=t2YLPmqihRVFI-4r3Ejzk6ey4YOVfgXjJWiw-I6GnBE,5140
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=P4J1k2zNHKpZmrwG1FD_zC5xCr5Pf71sDzXGMjsfaRE,1369
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=RnyhD3M9pJuy0DfYONgm4e2i0v88jlNVETscZvPQvPY,3660
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=9HVdrIE__w4EyZdWKKxCgJwkt26hW3owAwMvxp3GRBI,516
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=8Qiq5Defjdrg_Gx7Rb-Y0x4HmLKInco4OC5etDYuvms,516
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=B-fWHc5Byk_YFqDagtf6IgnQtf0SjIRyBfj8fhy7Q_A,723
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=J3iDerRAxmgPIoqaBrJISndy7-JvgDh7721ek-d7zA8,655
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=DopaD6xkY6SNW2qNdqHuV8RZEvgwT8SlfZ3Va4Semo8,9946
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=h-UxoXvb5_dp-mXlxRsjJtJC9RZhEUsyFbtW-5bXgaU,1468
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=NkITYrcyIh7QbcuWGypKsky-SIdAgi8gMCUOxpAjWec,2189
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=gxtmo_F099lo7xv1c6qZK1HETAWSuzGaluIcqDBHNDk,17506
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=4DRiVumjpPt64YAPvZLCKnfgFpU5Xg5amNIsp10mIVg,2089
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=GffuX8cgII-xVMhFkKlSy4QRFKG3tq5qQGHdSci3bac,3523
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=BzWt8m2k35TRq9NORXdzQBRQL3rPe_S5QPZkM-rNNvQ,9794
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=7JDUNhTNstmLa3PUyqAMuyHuN51i-HE18N4ww6VsMAk,680
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=_6_VnzCO_SpnoIywldthVGvbUAZy5Oj8kH3kIjUN5zc,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=_R7KfoJOQuLGygRCvfr0uazWdlVolvCRHFpIBUPkr0s,2306
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=G0Iw1DgkgwI7Cr0Sv06jwxWg5Bj0-PODVJ0aC2x9lyQ,516
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=iVK0nSYLXmt3vmoV53Y4226aUL8lnM6VSQqNUDumVpM,1922
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=CHFXDvIvjaw4k_Kst9AwdgQpI5qppxPfsCClcevO8VE,1035
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=Ck3JOwIGzXwstTzweFzZNYIPB-VxCzTDsWtKutTTVa0,516
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=OGLzRzn2j2tMFHkdkMldaMqMq3gcE_kMheUlApR0Qs8,2547
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=FoIihX3ufbI7pCHQTbbZP0VewsNEvDPSIMU1KcENjrQ,2554
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=3Zas3nZsjCrXa9QJGMNkQ5JsROyhDIxipEs12R9_Skw,516
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=auSvY5lFHAYzKG4i27wSk2UzvCwsy63PmkOvdl_Ebps,2305
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=GIaeBunr1KDPGcxBOc9ID6GU_2sydUExyORS2QiGyb0,2486
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=om8f1s9anc1veUAR-6CPMs5OfPb5Gf7xhfoKnL_KBCc,2233
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=k07KujpMQ2re-K02zQd9whTe0hIr8qM1HFHkEb4v_9s,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=ypvjtA0XVK0yjk6siuWTbPUowPRhUwn3iKaCVQRFo2g,1483
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=aqqnop0VMMQSfGbAmY004fRT8McfQJkRGZcLApDyQe8,516
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=yOeAoKG72lpP7irlarQ0hM-MhkwTyfRDL2kAgHTYF50,574
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=9SFb26cNPW1zOR17RPTj1Dx08Lpaaa123ihTHvL-a-k,1152
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=yQTN0fxgSX9CMj_9gEhlJcX6bo-BFzYryZS5WQrcnNI,3174
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=QE03YpE-aBfdN_8-xafJVF9GNgdF5Jb5tATSo2mlaSY,2601
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=rnP8940SU6Nfe8_hZNOxt_tQpeZ74Do-1gJwNIiyHFE,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=zeCjhHxWB3TkKrgAPoxrajyXtriOP6hV-mCrK6LSVJM,3281
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=itsji5WT3BmjVYF_KBHeyXRgZ7u8XN56XQu9mWBzUgA,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=xH_mc63vG3CsWAqlGEnpryW0gVgOUhdrqJgdKfNwhKM,4478
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=MhkLi-mA64mtIHbxYTKNt_K--e1s_jzK-jhwwHPVYXM,516
|
|
123
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=qpsLdNSms5oMtgft9LhN2RU3A4dQbJM8Ckl4N2oR_bA,3739
|
|
124
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=0LJ2k5xd2XS6-8ZiyQ6F_JoujEkj-fYvXxu1uEnRPN8,889
|
|
125
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=DbGw2VKKzLob3VHyzb0MTYHGycOrfYhckD1rLTZVG9s,19750
|
|
126
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=wC8C0mPdvUavjIFO84hTezryxVif68WA4W3NjqnZGn4,2961
|
|
127
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=aVH5eQbeQDFNAf_hSvVPhUzMzKH81_Vzt63sWn71ZS0,2126
|
|
128
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=ikFc0e-eY8dl5BalSq5E-rarrxZJr-aZ-XV49P8iPlA,2280
|
|
129
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=TTgic5XvXkF2KPxs0080b_3POlKIEA4HzgCS1bCwLWo,1208
|
|
130
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=TTEZ8jXMyUsmZUuqnLUpEIOtJ_hyew7uDqF_s_rO9hw,5283
|
|
131
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=6QaW_4wehJz2oNPRkVkx-giyqqB6HZsvfk1LmRCrlpQ,4083
|
|
132
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=NRh5nZ0Zvc8L15nVIr21-Q2a3DXXeIIiWpLNN87aJyk,2243
|
|
133
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=0uIgcU9lG_TIBHU92YI6mEgaWm9MShiUtVYKDxcFjMM,932
|
|
134
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=AYsyojePC1cCNwf3BK8NYiZUNxZwZDAtmIoFfkhulLM,910
|
|
135
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=oUd-XfZSKBcJuebhBtU3TLAI1NMpItJ2NidRAP5GaYY,1052
|
|
136
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=LhV-R75od20DHKMIW-Z5QAWMhUjikoD-ePtrXGapJoQ,5983
|
|
137
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=goUlL-FS1fFoo5POsS86PpQe-CGrz9DPDvnnAS3gVYE,2465
|
|
138
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=cQOe3UqQ8lIwU7TBUYvl0hxiftTlRCvk7C_78gnYNdM,784
|
|
139
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=Grv_MWglnPkDHaUA8n7spmCJ4iOoJtShf1bf0FOREkI,811
|
|
140
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=UiW2js02FEbG4niJC1F17ITJRuW-pLfBYRyZ1KsLT8E,3713
|
|
141
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ccjJKzsPEDq-rHVVUGimonZv9Y6mfPrQo5NMifFdQ7E,1829
|
|
142
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=SzPrEmm9hn2aw0MyIfW2C0ebTNZryHYRZkVkAiLIUt0,1709
|
|
143
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=DC_i608MTDaHo5w0Qdk1TAHwMYrnMDIJ5JwyVLR0FyI,1198
|
|
144
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=K2dUb0gX8ot46I5ExK7qBWbSjUykds8Y00AI-uChb_Y,2107
|
|
145
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=TUGo0tJHLgQ-NgWGPsDHfDcCV-A7qvgMEwjw4mwCWaY,2296
|
|
146
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=pcpxSIYZ03h5w_ZC-keaAyqPQNDaDgjFjg-xKuD8vak,669
|
|
147
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=IYExwBYNRIJ-cGrnO6QApnXYp1AvAnoXwye0RC7C6Vs,3154
|
|
148
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=P-pvEwgpP57RE_KGQk4VSHrn3NaOXoBDUf2XazCJsUE,923
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=it1XczrLx0GA9OHgjgX9eMqIuM0UBaJPwcWedGdmVgY,877
|
|
150
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=sJLRQKPEXvP2pkBYOUjtsK6VSO44s8rjyxC0-KxZyNo,1497
|
|
151
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=2pbbDuBdGR07lGnrEKjb8m41d1l_rqW1AMgRF7WiEOc,3309
|
|
152
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=-Y0G4eLUaEIGMC3lQBPeW0AllsFRGCI8-1BN79I9G3s,3220
|
|
153
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=_d3TAewhdgsTI1wu9_O7YKFQeLoxO-BBwR73isUBRzg,727
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=cHSTrgH220JEjyrOGA2kFYHyDOy79Nh6sNTcl7sxziY,2634
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=rAGFB2j1387deiYrrEEYHgbUKowxuq427gPVNPDrX4I,3348
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=fg0l669ghuLdzlEXbFY4dBZQ-20_mfvbrFYUUhBdfrU,14544
|
|
157
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=_RU9ceTE9dnRLIzDJTzPsKjcAl_vJ1JtJkLMzSGX830,1375
|
|
158
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=ZIva--1CRWNT21D0eb6wDv6uRxPj0Y2L3feYw8XsAxw,4595
|
|
159
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=57hhOVSFE64g0MQffXgycPkd-Qy5-vT2y9HxqGkfzYQ,7546
|
|
160
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=5S3MwjFhVsd6z4R5Z5bYZJIcGKafSCczH85S7zQ8cuI,1673
|
|
161
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=sWktDuLNgye4fxQhrAVHzDr8oZNCytYgAP7QgvBfyxM,755
|
|
162
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=NGbuqVEP9d51g1Wxv-DM-jnrTV0somDwGYPl87DD6Zo,930
|
|
163
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Dp2ffkzYcwvUDLezn_wsiMQmdzNYmy03psLHKQi8Q2Q,3200
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Zq85i4IY62641sPK5jn-H9vvpi0z4G4J4NxxpIo7Wlc,675
|
|
165
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=9s8WMFmCHD5rJ_9EmcCF2T6LsjyjADHad62eHRTA29s,3051
|
|
166
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=vka4bpLZtBr3RKunSZtomhOwKYGnYUT-XEFAZ6YRVoA,3767
|
|
167
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=jfDYBubfFsN7xmp9WSEmIAgVbzbU6eMkrxYAJhBmq0U,6231
|
|
168
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=SVd6qN6wK4zMGstQtUo8NEbjfWX-9c7KUxldaOFS-io,645
|
|
169
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=45vV-g0U_F1PY35EPoPLcOr_Cb-GvxZAJYaGmm7SMbU,3575
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=gWfC9nhOD7rwyZ3Ihr8WLIX8FaJQQN82tPQiw4RbCbM,674
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=tPZdIlNvo0uzWCzqlWbVdkARPiunz4ZRP87-u6J4BGU,899
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=9ZhQ4TUXX7CMqK-KEViXjiqB3VZtqF_pjViqM4EbMFA,1637
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=_hCYNQRjthIJk-xa_MzZk1EdiIqUL_cc2UTQwIOvxjo,4631
|
|
174
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=UeshyaK0oaMZv_pYDOdaU4EhJ391EfhLtOZHRY3jfSs,1186
|
|
175
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=OkMGRLtd2UVzSdjSorHgLyCEmSRIg6aDGMY2RWT7xec,4035
|
|
176
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=G5EYrXUPemRFDJcsrLsdzG6TcrQd_H4yHcO9R_lzn8Q,5089
|
|
177
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=a5cy1rv5Ooen6HUN0KDSbXk5haKFpjHPOegC684sFpU,1011
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=XYPG5UKLlMB8I-MdPSkwavO3q8-mnvxDyA_Ma95avq4,1168
|
|
179
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=y6Q8rnD_9ePTfW2E9ePxlxjZWL7e6Nsd7zagTJprwG8,999
|
|
180
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=RKc1FSD7VT379fSwN1O_NLGrtole8TGLG6Gbf5WgTUM,2289
|
|
181
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=KRYd2ByU-S08FiAH9WhUBjlhOxxjelYN-eC5iWAHVmM,2458
|
|
182
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=rVnAATKC7--LA39mCv9URuOcjpnyUGyuapT1qZBiITM,1568
|
|
183
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=7RhF0btZUHjvf0iflGR3WAgg4HcdUj5yf1BBL6LjUYg,1667
|
|
184
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=E_JK5UwdyCVmZfCoRLDU1chXBtzronfIbM3_6z-9RPk,916
|
|
185
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=FL9rJU4OSckjoUOCSnNBuBKZAjgVyNeK9oRNg-9H3M4,4909
|
|
186
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Vn4f0JYtDD5-IzDvqr2OCO5UMmLJ9ZUjVktOLUURvGo,1189
|
|
187
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=OU8uv-Jrt_lpZhdDzxcGiqg9DSzDXvMAxGPDQeHaFkw,2935
|
|
188
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=AhJKbkTQHEyOhqebuhidpu99trSzi15An1CAjElHFsM,3247
|
|
189
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=mCo5tHJ_kJ4BF2uYIjfmUyspy0iJzSfp6vlK2Bc5o0A,759
|
|
190
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=ohxKvoVfQa9bdS47nnSa1q75vGCJox_EcjGNWD8RJFU,8476
|
|
191
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=YSjswFMZMf_vMK9Me--tBFGIMiUN4ZDbjjyQeycahmQ,2470
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=FU3FZoejyMxK-KblaGyyC6Dnqbxow_tBmI-QgPsI9fA,1027
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=drgkPc9t0uBOMocZoakf1R7BaYlBLYzqgwgwPvqTzDs,7551
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=sFKv12C30lBZ8OcDXLCnxIhVeMiJvxZHdA9Vd1Fdar8,3196
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Soy0Vcd-A6a5yARC7dwHzYBCbFDufhACtOmh2-DHo5k,20039
|
|
196
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Zc91KTzP_DJ-s2aCdwvU3knEr1Z4XXKIM7yKr96uHuc,1505
|
|
197
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=j8ObrCM1e7z6cSSV-E7BdudO6ogT4nB5PHNu_95QbQ0,4248
|
|
198
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=iToDadOFIO0KQLUIjXHOE0xLIfr-REPe3uYrWTyfwB4,853
|
|
199
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=DWPXmVECtjJT0G7Vw-lASzXNNsRF2CUZ629gj9r8jIU,3774
|
|
200
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=eJK_xOgiWMlT7wFZ_Nci0NuNMA8YnwoKENHTRiK1N4Q,933
|
|
201
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=8xjHAeVTt7RQI8HEd41QfVdRQuPpjAV0iIBhgJPv9l0,2797
|
|
202
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=MLlueFZKHJC-atA1Bayg10b_7ifZlrKor2ZoOTRAOhs,1204
|
|
203
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=iIwuIWC14X7ePUVFBC1u0nCIpjHyUzNHgWRQjdpK8sA,24255
|
|
204
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=vol4si7V4J3-u8Vq1O7Ls5eIagdu8ZKJtBM64Ha2rWE,1036
|
|
205
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=v89y-vSTP2iP9bqnFaiBolS_87ToZRw4wlPmDOE_B50,1132
|
|
206
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=OprKseu-URGeLpqVcfKtnjDEYXXRyc0K2wtlN-4DSfc,611
|
|
207
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=YANvjzCETiRqTyFLonzgDTBx7hsLqbMy6wSIq2XTemM,901
|
|
208
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Xauhrpq43ABEc4RMPem3ZhLAc6Yk1e9KVPBOXbv5iNs,587
|
|
209
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=6lEIPB-u2Tl5YGBTN6bYUMut9xpDQzT8Cg1kh3SvltA,1200
|
|
210
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=PI0dXjvG-Npe_c2Qh9YFj04_hN6pWSMhNN5TAfPWWmA,923
|
|
211
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=62TaJvIBH06rvM5x8pPKDWQDtPo4WDJuL3VNy2Qr5X8,3298
|
|
212
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=7Kctl8CIR_yuyMvF_cMbg69Ok27_xt-DY05uk6gxzUE,796
|
|
213
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=gSxqHbtputkM9lTxtx7Ji0qSvqu5fU02cQYtK1iN6aM,899
|
|
214
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=9DMOn4J2_CP2zdoE5i2T6MTdKH-pV0b2t4LIQBUJeJw,1086
|
|
215
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=HIs1JbmM79k1_CnS2uRK38DsFPjxTy3WMmAwwaE4gtE,1641
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=hrhDAnxNA9G1efnUYae_8uDQIygkkejobWOzKHJnGvw,803
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=DUFk-r0tir7erokwfSf-6uesmbtXNq1I8lX1YyLM_iw,1707
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=t2OhRNxLm4hy95IwredzcR0LHwXIC1O-PI3pQb3PKJU,3915
|
|
219
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=0HtCbiAuAhWFnebAzNAgujUlTcrb7_-BZOLi0AUfbqY,1292
|
|
220
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=iyTwckKWw2W3Sf2-E6Xd6F1gQe4JEgGplukLkeBshTo,7978
|
|
221
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=K4pPY2tUDc3pzaQDDgu7J4CUmCRGBrk-HZqWlStDbxk,5425
|
|
222
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=UcoOL65_3esj_BGz6MavjbacnGetShNHr5WBCVUq5Mo,762
|
|
223
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=zzDPF4E0vHJovx8YbZKrKnhIvAVWVEP8Fz1MRZQ1iAc,3364
|
|
224
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=CB3qQWpVnFpOSAYMwA2-lrDQ7f_tZ4_Dfjm764xJT-8,849
|
|
225
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ah0DrI1dnlBx7ytK9ThB8AscOJRIFjfcXNQbKM3_9Ww,948
|
|
226
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=tSGKp0alEfDGqU3OCRgymPNfH0dW1sfD_DJMggGDRsw,3855
|
|
227
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=h6Q9IF4dckRozFLWooCQMP2xLswE061KaBHd1056vAU,2465
|
|
228
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=bdEg0gfB0F4GAX_C_zvFxH0tJe4QTfngH7gpkdZqWi4,3741
|
|
229
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=LqQTgdLLjzZjuwuYl1EU0loCxWHQ7WTshPOpuzhrPec,2650
|
|
230
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=yx8UFfP0ZOPeffWOzB810gnFp4yNg8bpdR9RMitQecs,834
|
|
231
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=qNWbaFc7t_G6qvqbbgSrFo03yf4OKU2hkPH1anl8KJ4,874
|
|
232
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Fuw80gX5n4NJeqolR6Nt7-5ys97uWU_vgyGMwFGjcHY,1208
|
|
233
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=_gyMDBjl762cd5I8syr3kYuAe-s3PsItlkjGZ3BFo_U,986
|
|
234
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ED85gVB8Yr-dPJPghRt2uAio_2ElaZem66nvt2PpSbw,1744
|
|
235
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=jbAVZ8u4sgfHjs-5EUwE9rjX1YGEMi2LIqHY0EbXzPQ,1224
|
|
236
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=FI3Nx4cFovCiuhQLsq_JP_T-hRdFWysxHGKliRF1Z-4,1417
|
|
237
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=VUvKDn7uQTRPjK7WOO2IyMvxZqhgTsE-KyiFh_m8jt0,956
|
|
238
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=1IbMVTgH0XEoZXuvovh7SVdd1Wyq5U1ReEVxnX5820k,928
|
|
239
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=ExjFNB2hJXOWDkbbkEpIrksA-0AB5-OrcAQcHZ1LHkE,1770
|
|
240
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=POcBih9FLFn2PpoW4ALaUQq3XD6HsZtloBQtkcKRNhs,601
|
|
241
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=k_UyqbWLB-gEMJmlAY93wa4vSEL1XsjfT6j9biPJvWc,1383
|
|
242
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=vzua7kaBU9cRrZfWrj1kOO5gEH4iVNOE-zoZzQlM7Is,696
|
|
243
|
+
metaflow-stubs/runner/__init__.pyi,sha256=LFQm3hbnHioN-WouVnwFPTe4j0Y0eaJDeGRLyZQCKSM,831
|
|
244
|
+
metaflow-stubs/runner/deployer.pyi,sha256=Psq_-J8Z7WLkZ7ExCyjPvvomOeJb6UPHmZPJ-Oon9lM,10115
|
|
245
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=3kKEgnvpc1AI_m4ITkbAFNKw9m9gJsc5rGv19Z4gYA4,3678
|
|
246
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=YtUoDSQA7w-iphGZU_UyimtyV8gsYHTb4xV__40kaLk,10997
|
|
247
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=Re9ocBdrrm0xKFAuM_4FmoQYZDbK27u8fP4g15T5Dgk,2946
|
|
248
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=1IVV9f-Lu3xqA0w-xIt7gj6rQsCPA84t84sN6--3_FM,6035
|
|
249
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=3AumXjSlnmuxXmCY7b1qfFrYuRrjAUGR0xFtxgtosPM,9342
|
|
250
|
+
metaflow-stubs/runner/utils.pyi,sha256=GghU15i1sH-9LFhBxqTZ3qohiiKBOBYLzL-ax4IGkyQ,5968
|
|
251
|
+
metaflow-stubs/system/__init__.pyi,sha256=XLfJQFJyy6qJwXr_2i0oHt_DaXeOBTuTiD-f93GSFCk,761
|
|
252
|
+
metaflow-stubs/system/system_logger.pyi,sha256=1bfnhVyF6Dvl-iDc0TFfvCUiGkHluOM11PJNd8x6TrM,1666
|
|
253
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=KRTvs96gQNMM6lWQDenXiLdqUyJhDWlXok1KavMXtzk,1788
|
|
254
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=Kvfq4LuBIxSUE3rMq1PBzxqHji1jCTaRvGosV6VwdtQ,654
|
|
255
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=YXHSU-Tf92zFh_r10u0DWa5bLSO0fW8sgZusceNf1MU,3008
|
|
256
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=4FsFT5eyBUn7Z3tJb3G_6li2ZSZYoBrAhM7gy8pBFA0,10232
|
|
257
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=Snnqs6emDw925LrKAtDloVfyTi4vzdcyHmkm_Oup568,785
|
|
258
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=jlAPaRZXwxr5iHZN7d3U655oO7Wrmjz0x6dwHnZAF_E,1391
|
|
259
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=me_k9Y2GZGqKbVD83WGsw3zn13V0MukxVdo1sRskzqo,9333
|
|
260
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=4c3S761vmgkU84NurrOsFYct00ebjltT7k58R-u_cQc,7062
|
|
261
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=vL2qwLfq4ghvBm-6oiU3dcTIvQUwmv9OFPVLqCgHxwE,5039
|
|
262
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=sVJmcmAV4SDjqXud9UenM9DLmhyXIQSEmMj3sU4yXcw,13314
|
|
263
|
+
ob_metaflow_stubs-6.0.10.16.dist-info/METADATA,sha256=XU2euvxbW0vMYXqZbieDuDB7LZIQvUGrb9uyNAE3XBk,657
|
|
264
|
+
ob_metaflow_stubs-6.0.10.16.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
+
ob_metaflow_stubs-6.0.10.16.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
+
ob_metaflow_stubs-6.0.10.16.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.16.dist-info}/top_level.txt
RENAMED
|
File without changes
|