ob-metaflow-stubs 6.0.10.2rc0__py2.py3-none-any.whl → 6.0.10.4__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 +777 -731
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +92 -48
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +5 -5
- 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 +10 -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 +6 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +5 -5
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +129 -14
- 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 +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -3
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +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 -11
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -3
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -3
- metaflow-stubs/packaging_sys/__init__.pyi +7 -7
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +5 -5
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +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 +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +7 -7
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +4 -4
- metaflow-stubs/user_decorators/user_step_decorator.pyi +4 -4
- {ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.4.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.4.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.10.2rc0.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.4.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Z2BmY5VAt_cLFaKP0y-W1jsmNe2RuKZzI3RjvLr4Oh8,89860
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=q-rZwxjEz_Ho3SbIYLgZbCTnG0aLEL6a8uFrwPd7Wys,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=_2aksktzR7nYl9tMsG0Wy5ZwhX19KlhxRMGLtez3jZA,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=AFBsalH4LgtE8YA9uY5YU6gyjIrI369g7OIaFQGC3l8,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=0jSYUIKttZDgPLVp6uVXZiavu6R3z1IMLYxhZt_tPGk,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=nbqQH8hQBrEDext7nKiNiG8QccRkST-OeyJhiM1HiM0,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=sXg8KGWJ-ogB3yX_ll-NUVMqNccC2L7Y3CD-YHJc_64,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=nTKLi-YajPeBCXCmT1h_CIDq5gKw2cZNrLf7DDDWZ_4,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=Z0GXThMM4CWf7fFzwxGu7VeDMEb19ULoJ1E7K5-l1Is,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=v7rW9yeKphmJDaAPFw4_SYsIxa7TQ5QrZfufW9wact4,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=lMPBbYGDlzUWKxrG9tA_59QlBgLVnS2tQMLS5Ae7LRY,14278
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=kPQErjaESzfchQkyuG9T2dKVjdY1ENTfZ2cJ6bOKiB4,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=Iooa3TvGQp747RUdH5vUFGkyGvR7lcsmHoxILqjnEXU,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=m60TdGVEFVC1K5DMpveIsNFFsk5JGI6n7zHJ-trUs3M,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=RLirq0tBiWh6z7RYyObFNCxt2NMWe2I9zr5J0GDiWSc,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=HJH-Ha6U1NqhoAn3ZoPpD0WCNuA6INLEe1aRzIQzG8E,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=ELaOUrEwwXILWeCdWBMUdwQMVGGgZg59Q5uZCP0mZyA,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=V5WF5wJ3f9aPtzEFTyhT1GhJGEDc3UFnen0PlFdyqDo,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=Srm-F90mWCvjwsWylEH9PdeUmbLtynfOSWkOYyCSeEo,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=wpoWFxbjnbUc5ObGnAy6MuIfrHdsZIvTuPA9UaQbppY,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=IzB-YOheaeRdLlLK51KMx-bI9jsmsW2Nv3uPrruKlrY,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=L5VCD-amjc_v9XtvDNjz6Yv_f-SJeS-Tlb_ECCKMsZQ,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=2PA8ESgV5WL4IIN4FxvexDX87YdIodoN9maUHPrstcU,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=iEVpuvWuBKZjasIG5iKLK3tkr_zKjDk8KA9t4ngExCs,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=O1rbfLSORRgfsX4zJimYlj4AAm5C-JFD0AqpqT0QVfE,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=Xpa6wyn7zHCGPDtEZJNdSJTVT-YroL0DaA51AHHjgIs,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=ThK24CX-PYdD7A8Hyl7vex-gefb-90qlsBehSZTs2-o,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=OTGN0riIMFe5otNZy5SnzVZp2Qo7IonLWs_OFz1_IN4,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=TzlbK2apXcX_9SlFS-5HkTBHZJ68SWcYu8nAg-jRbbY,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=7GJANCAmElQ4ePfdnKvT00sHeOkxV4Bp0fo49-Dy0LA,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=bXfEgsmE5PX4aUM-hhNFJvx-HhHRZ63JyUuyJb-iWk4,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=jt1la4OBWQpWKS9eIEJKyWJ3RgSax2x4QWiCK6nmF9g,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=GRapZ414G61n_ZFrRBSIKU_p2E2SVzBlM-2_bALLXnU,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=IUv3ymlDhDFwCLjz7IXExAgTgGyYbJs-2nFQeGwx81I,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=uFwViO2F17ZKWjacmZnwqoJYGNKMh3LGl3DX2KJATGk,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=2e3vOz2KspGQENp-UTMEj3rKJhwzHlXX9Ma9y230KJg,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=TbWXXjdH9vROxpwK52K1c5b7Fb5Flw-DPd1YbuCRGc8,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=p2-T5IMui-oBZdmfsg_OV63anwutNeskXaSmPL-E96g,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=4HA36wHgIYWkF_eVUQ-g9U_Xu2QuF0tTmEROO2gJPf8,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=PQY7pVgEQQx2gAH205EC7oX45QQ1Q-MWmiPd0a-jmq4,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=Ko3C0W8f_juA3jREA-Lf3NlkOKBZmJnIr-ygfrEU9tc,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=FyCmOJSFzqhsoEMLh0zjZZWxFD2dfCU0P2T50GxP5kI,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=aq1UjppTrQw1dUQ6KILq9y1Gu_NFXI2qC6-iyrVXOv8,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=C_YcREW2-1TBIpkVEfoPUEtJMKcyqUHD5m2etuq73xU,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=x8iKCdqUgSz6QQo4P_SErtOP8_1K4PWpxZzNY-yA0l4,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=yFeCinCm69Sx1rY9HPQBT-d-tZGOt6nqb7_afZT7I3c,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=n5GFV7yW2oHfg6CX-7MZrDPx9Vx4nMJQ_75TgQWlZb4,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=djyJavWcJTq2XxPbaihCqlyj4qldjGY_kATcHozrO10,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=qvM7zmyMBPaYJSceDphlSFwGDQeLBYP72sPv_WbqbNg,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=hy81EcErPzEcxNKmxudFOMsk_Tj7okeg4KnL4k5frJA,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=EbkBYoxavdUqKYkehC0TI38T2gAzMtoKCQ_EcMgKYPE,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=QRm7YmPr_A07xwlXIBs0OMCQvjf2bgX-PO8bTkO8YEw,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=b9BC72n5xuKAQXAbKPg9hbtL-4QnKlXyyymg6EEExuk,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=QaUZP-B7gtt7ZRxM4QE3gcl7zkzUX6NFut7uh8vtXBk,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=VCPjJhMBhaxc5do5vjb6-D1Lmpfazn5JkEGDgNV0hxg,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=z-mSF6AFaiCiWI_qQOUPWO6RfAbBzxVlL1yCp2nX8nU,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=lbqt9NVLYUeSS_NXyeG4SN6DlZmCfV8jCfGEXzVYJ8Q,14775
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=HKbgrZuRyP1OFN56iCMz1ppOuyJjlX-DdzohKGASCrQ,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=KnsjiK45V71XuTHhmGXyQww6LTaYhRlYjX0SOmdE7Yc,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=yKMZD7hPL6ksLq3ba-FmIuC76pwRXrcEBmJrFhNinSs,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=Sh3brNOebZh0JagaVNHuqOgLpoB43_wxb-2Ulg2MPT4,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=GftrKBmeHCMoheRGgnPPHZzMgLdkpCZqzewnHV3pk1c,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=I-cIhLiEKczL5UzTM7XF4O4Seh24CkWJrGmPyrH6sOg,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=_q_u9SPRZ82GNR0_apo6uOhSU3lLYx9gTG5BdCKfBKs,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=FatDJEZhWvSUkEgi_vXWdCTo-sd3G2LDe0bK6ick6CM,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=vulq5bhDyM40iXc56zMQGzbYlO30pdIFlJwitCUoAGI,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=xeSQHFz4KNG_cGCKhmp9kxeXBPkaE_6fuGwcDeYqaEU,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=r5RMUl7hG-6wNxsEhEwul1F2-Lb70FXxscal6AKxRWA,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=wS-Z1I2C4YgJe6WRLQ9zUiOZXjYQO06dFZ6nXDIheeE,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=IhIpM-Yk-_npJiC-1KaghOvjWuyuAS4ceYwdR_6tB7g,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=qv_bMSmPJQrD9KETA5D7aLhnL5WLVFpdMAdz0Qc1F8w,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=IXImmyFkz-JWko1Qlajy9Of9pDd7eQgjtsofsdmQC3g,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=LPAN-KQcNsQdO4eURldBSpW9PiE76Ed4Zc_spw08EZM,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=MNqOxzoKsO6WjpxhZZDF-oCKN65lkBRfxkd-QKCEcRs,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=L-HBJBeYv1p51Uypfu_Oyh9gzJ5aj3jBS_ZbTGL6j1o,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=QlOV3m3U6EhhOb8LKt2VkjQ-wiO711-1xICBIJvQnEw,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=Y6Uj7_9QzEsqKFFPZTGU7b5ldneMqcyiICjqKmSxCbo,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=5HrSdb3PkTkbLFnx2p5-UUpmqZ-6Yqn-abyyqzhWrOk,9144
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=v7U9pcFi_i4VU3m4F-qSKIqg-GyVUluWXG_L4UrbJ7c,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=x76hXod9vg4KHyVAKh61b9CCuGoTuVfDAOZGyOGDpzg,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=AFKBGHmXHzqBgQyYUy2tihtAvsMIYKljdu2szTVq2sE,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=hR5gM8Wtx3MFL9jVR5zMdJsi7rQ3qJuczmxO1tszaAo,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=0Ia5dGNZ_d5h5uMXxgAhciqK7FSUiD4ppWjH0flIiSM,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=EdwFVwZOIC0rz6qJmZTsEscKylYI2GplDzndXG5YyOc,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=X_jQcIgp8IRM_hOAX8JrEWuMUOx7M3BDCahs12h6sz4,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=6F19sGNSRE233fNPxSU8eswCNPYtbR3bD0kWf9PPCR0,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=S4azUGm9sgDXvNeMY-M6IYvwqlGb4zGllRu_UqwPbQo,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=BULzNW47Fj-C6w7_Tp4TvjAGOa-NSR3Bf11S0nLvbEM,9946
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=NDG302bnzj9mjQJ-U-q6QQiLCT876hlXyPXsGdwumSs,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=ZwfRFJKFtijhAGpI4R1b-hs1ZI_DGx2tifyptqizzHg,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=lclT0fSCaNa_cRTjiSWXkyzZ6xfcxFiu8bbM1vSNPa8,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=03F7j9xSQqzGB0SdYT9HtzBKWLSf-9w8jejMZB6nFms,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=BHlmeKPYVCHrDQgp9SweHs8A4kQXARxr1Tdk1evJNm4,3472
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=XT0DChSogXwJpCDgvui3f7ix-0tRU14cALRjsh0WSsE,9794
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=lgk-T433RZTXZdDl6PJsJNS8r_8RcSDQLok-2H83Blg,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=rsO-XkQqBSFgYVB9Eb6Dj5ycYX6z2f4ML3UQuUUpnAA,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=ZN72ga9OrQtpSupKddfXtd6qf6HnuJzJmBhEox7iPWo,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=UKDGR8TN4o1lXHUn6oAlHK-IoFxzoD2S-iHRMOJM7A0,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=75lvPuuDaDB6uT3cY1GB89ia0sxY7rezLoVtg_KJWhs,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=SmtRZeeVAlsvg1uEaQiHEHjUB-D3phuNeBT4ewDedX4,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=KfmI7hHqsdEFfPTZf-vqEAnM3b-QIuwFwnjTclAzCF8,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=wz8hAAHKpdHYqu3bX_Ft90LSEcM1xAsbapwHUkKK4Uo,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=m5StRaQQL2WL9iWWTLTQoYG95KN99a3S7avY0KROl9g,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=VwL3JUH7Z3s83T3Thz6UnVA6z8JZagLfY9D1gLvPw08,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=h7r8tbHe62RUYjYGpCHXoV2bSqAIrPr6FRg7plzlNYo,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=A9ZNJGuTV6E8CSxb8CHMjdtRXlS3EM1lAUxgrO5MiKs,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=oQ3YevDuxb9gqYsY9cemFnryHB2fICZMbX2HfRXa3xA,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=FDgMBE7N0dM9LgLthVWzp2-HbvabmGXM2ACPQ8Ymb5M,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=zJzpGXz0o8GpBj9gy7_GsgAROQyiUS5DT_vCh18tSGA,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=xJfckm3PMgmAUqWLfOh4bcaYdSg6Z_ae1mNF3qtcQhE,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=k0cQhfH8UEJKSChV8YtVZ4WHROo-R0IL8rmH0AMPAng,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=-xxkBXPEhHm89FJBWHoIcvpI3wc-Zf8fyv5X-P7FY0A,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=ZpdiYuVqWrQt7E0EG2EYWosrMP9aWf705fky8MXFYW8,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=PEG-nmOLiv2jbgX7UhkSYo3xiA_S9gE6DuRIB6V7730,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=IZ4fomfLHSZGWs45KFKZrJ3moOdHKVlrdLZ2V1-mjkQ,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=8LvL7t9awkfi481TqsiykNhZdtjLHDWEf77uKyfLlKM,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=DU1D9yWQI_gq8RmhGTTgMdF29j947ZLOfponDvE51tE,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=2MG5bNOzBvaWFB87NhGEnHh0iy5TduTz4AQVrxpO-nI,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=i_Ii92x1_lEAxYYpJjohdtolXOEp8iqsBn9TDgPppiw,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=A9wxG1NTvWbleHVvDza_EAPdnPi-dmyRwVZbbdiq_ys,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=GmosrTlzN7-b83aZoFQ6X_PNr4DVU89BxS97ydBHJAI,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=H6cRkhinINiBl9jRMJNuPLX0A896hmJpl5LImhMNsM4,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=8AkQ5qv-bEFrSBcgee62PYMm18HLi8E0Wy24ERmvkLM,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=q8XwGQq1aVMyPzeo6FZTVDv1TLG-akyqq4BiVsaXM48,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=lkGLNB0Gdn-slCKWhigTg1KKiM2rSjS4x_LW5agGsqo,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=n6WMZyvuD4orGA5Pw10cJ_0dnfyPAnnXfSGkfeGot_g,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=9_2urGpVfIL2AAzOtbDbWDCqD2VxnCASvcfzQ9fOQZA,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=qSwVpJy1Tg8OKagMgzlheAXMJkCuZFZmS2rILZMf_fI,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=sjiWUY6CFeUEHuGZWnLvdlzJXHi0VtKy-KCMsLcfGfE,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=En8wk_8w2B0QjuYJc0QY5-KP4g2xMA5qI51Fpm2bsPQ,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=6RoAObXbIxfWge30GVC9XRapatyjlAT30ktu7po40_k,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=H1BLg1soecJiyGzJPuUUvaN5oGr8iFgMgFwkwk6n1co,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=207LrCjcbwFGimxance3L8Md2UL0X5TF48eseJlukvQ,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=W0abApqUyQAt7NYCvqCNV0mGYULJhDD8SKYeXOmI0zc,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=QjupuhWhnl6PsFLPjmrOSDES_onMQA66D4cmXbPPc70,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=-IisIaBm7TC2HV4buIh5zxQuA8WxxYcnYj0JZut5iYI,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=dtE9WYWGDInYt_6gxjwgko7M9V7rHxppt9WeKnWFu2o,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HPatF4vLLB7VTKZp8ajEWQKW6ZB1W5FCArHaVEADC1M,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=_SdSJowDvWpqUbQGeTjZsYwNJBmHoNAgfLzHy4iIc9A,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=zwtAmBjQt0ADQMZV8ssM3xY86nxE6tL2WRGtUEaMXww,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-jvkqw1tLGSzzznAbb3WiSuLrxFecn-Wr8Z_FPvs_JA,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=G5QDrecI5rYwWZULyUxPvxBiPJWMwdKTICALgE_URCM,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=4eyE0ZpFBajGnpNPDRL3SmmZS9XVH-f8vmt-vVVRkW4,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=cvEv33KdenYEEfugEU14VjYDWsHvi3ZD_7xba6N1X5s,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=OeBb49z5VQZiVd2aHYt3EWYOBLmaEh6fK64TQew4kVY,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=ZzrmTvt2ffnAILCInB2A3-xktkk3hdGtIWnWk7MiQ4A,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=8DrkYbeCknKcJ3PV7nBe_md2NvgrAeTGtOAn_pnGVf0,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=L0KPjM6wHEoWZz93ZFhzgm9ag-3rjRnCWdzaxVq5FVo,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=eo14ogUNuGfLHmO7QtxekXxfqTuINfvp42I0uBoYyuc,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Fo3F8AP40-HH0KQFSJkKXSljEUP_w41YGKtGV1b68LI,2634
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=dBtmhPEKYjo9JUGz9cPTt618xV5ymVIrufAW-DbJcWk,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=fxbn_A_3V99wdNEyK11elLP7olc7964dV8Hsxla1q2E,14544
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=HEB5AczLag78ywfu-oEmBUrlOD6OkDlAFnUHT5fsjNE,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=qntysC7r9YJ9LfctOzLni2-E7g54xxWFk65X9Tp-AbI,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=HMuxJwwpY4MK4z56oxfgd0KxhPaMq_3_083-fKMExC8,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=R2ZspGWT2EvtkbPZFrm3ebogVY0eKS7gMTrlCqML6ec,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Lozthzjvtgj6qDBan78g15cQetFegyIajp6bXQUz3uQ,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=KZW2t_4oKUXgoM5OkFvh-LM_cTIN9IFQGPJc5njuaVY,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=p15zrIR6hQPqAZ_GQIKiuFHNOaPdW-iFasXvOS-jqko,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=9FPESetN9pM0giJQgL5J4lJlYEiHV1L-q0YIg8eHkZ8,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=zMSEkQwiV-n_iv-nggDDeVjAJ29VfZmd5B4ORXh5ZaI,3051
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ID0RZHCCEopTtLd6omrtfeWWTJZHbGaVaTguCSh6czA,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=a6mSVE7S8Ksq2f-zUYmWBuEkQABoJa3Qav5aAyVJKUo,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=mh56tScQQl5ukwZ7SRCAv_V5HbsH7t_WuXgJGPiUcS0,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=1EAce-N75M9Z79axWlbsdOMh8XhY1k3anF40fIjE22o,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=8hwtPIHgzFY0wp7weaAx4PGb6rNJUihrSZl11oL1qOU,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=miHNhBZ8fjCT8NLD1CuhELT3jaQLTggdJ9HWWyabbpQ,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NMg8XNlK_4o6UQnUr5YbzXIalBYAsr9CutGHUDQM6Ic,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=hWxUpVXU0IcwmoHlQkYOeuICPwGKFWEGvwqMwVrM5MU,4631
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=MEHNrZzcq_O7xIEsq4FgHmL5YTfCMFeEYnoYa-QT1RA,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=q_6DScjmsmKwKZdLJgsoriP4tuZv7mIQ56Ak4d3WgEE,4035
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=QPmXDRfkhrpTfRPNBYOZJq1SCUlUtv9dm9kY09O8KkM,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=mdYvpxH--YIPBswjyEA-8h5AdR1vyG7W39hUqVlK2Bs,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=vKLuUNtQ1HJR_2o0m99f0KTJxbapcKu0TJ4i7jKW2D0,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=CLjIbH_egCTur3GA5GlVnJhfKBSaRv6lGM4uW5ToEkY,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=bzlqEmKle6vR8BeJwrqLeDH7Hs_DtjZNakX55hdw7Yo,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=O3-R7eujYC7FrhADKdCP8MQBcadFNbYcqOFxkWsQnnc,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Sh6hkYn7CR65i38gksVw5AltWEh0CZLA2j1DXUflYOs,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=5dSeBP9uAnJGTqOQmizUVjBh7tyBFVSfcu2ra8Lc0Co,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=iBjMuE0yhqnB63gx3HRftH7M899A-AcySZ58hr5G8Jg,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=WFcKd9k4mZ8Y6k4Nr1PNqSCYctzhkxDW6M3nxno9E4E,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=IEWYRjACXCUcE7_PrGq0OzeYFv9_QVoazayScKGBbms,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=UR0CqI2rAVH2mHimHNn_RrOZIKOFxPN8ISnO8BNxOvU,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=nEL0y-kyobuhWNGspsfgeWAOKtAmdYsbQ4kWU7Zs__E,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=3nOXNKCdTEDr5vxS3o0ITVH9yg9MDM0Nrt9EJGgN5So,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Yhhr4cCQSETpFMQHnNL9v8sQXI981QowkrN9amtppAI,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=mbcIyM-Mn_mra8eRyael9ZSWfV-2QLDsz3-zdOQO16c,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=RSbuov5ZVZ0ygnRU6AbcpR57TY1-c_fp8BAWTz99wz0,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=X19T0WQKPoJ0ixo69441NghKwUI8Qkaz0TA9IlXR9rQ,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=WUXrs5M1QJtccQc_XmX5-_k0hbNmlwSl4XjX9bRnkXM,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=xl0S17t9U2HQ960YHm5G_-f9dO931wc_4-Du9pc0hM0,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=O1a5kzn49v1x-vTuZVNoafdhNTFkqiI8WYgn4BNWkec,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=lrshn1oYkHE-XBHiWqLadr_fCqN2hUaUZ5GRjXte-PI,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=i2QX3ccBCaH3BONiDB84lDjzv2dEpYAsJOyCqJtS9O4,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=KOn0BrU3c58oiIc8CoOeiJrnKyrcYNjqE-cDDcAyvyQ,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=XBzT8lBt3eP9khT3OvOdjjBNYhrKVzZeCXubuCeTfSc,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=tgq3yEG50Rv6tc7WeFvQuV7yMCnKCqApxj7ACRVzMfc,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=knAbfieK27nlhtzTIr3HP6OqHd7wuprmzqo3Dspwk1Q,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=pJ-OcAvt0zYXn5YLMgk2N05XuZsImf1Wag7hXFu_kCY,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=l0Qju-S6BOkVb3Bsv_OusieMZpHYuv_ZOatq2-D90o4,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=9ZNlTh1z4XKvshDUTxhxNid6wI_Wyz9dBmIYETYv-Z8,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=pFzIdswAIIFz89VM4NZgo5o1tSckgYGOoQMDLObCsso,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=yahzryuk97nJ1xqutukKhLqiP-_FcViGaY9fogrTcHg,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=khdNFbAoIaEdqxjdKofoq5HRM_cvrSbpIMLzjMpkWik,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VxGiZUoZErvrknE2idPLvP6X2meJ11nV-0oJkSSUbTA,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=x9uTogEa9Ur1xH9LHbXIP9ByAnnO66yRgd5fhtLAVzU,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=7xOGdNzuFxE-hLP2TxVxPdb8Tu9kQHaxMMKYbeVyF4Q,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0P5BqpUxz08O3pwevsaXdJbupPTSp5GPX5gJeIHjK4o,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=HfbaTHSBVHv5SVrkQ7fM-OYe25ch44Se9nz3yhpR2IM,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ivBjf8ZQp4d1NnjxhtAoBgd_nGF7KyRQSK0jq4Dxr4Q,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=VWEz9q9Uyyl5Ej0fhLyMzRjxD3kKEcS_LO6RaikD3dA,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=SkJaGz-AG9HUWmeMaFNLVoxEf7WuAfzppfWOoSL1MHw,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=VMbYd7BLHnB_ZwD4qOuSIEcgTaLo9BQKVMaqpG8tZsE,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=panjoRJasZpp0vSMSO3EMXmnW6Y8sRsAv0s3Fh18ycY,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=0fTN-fRnUMxJyHCyb3YNzkkzhKBtH5pmb2V3thj6ZqI,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=T65n13VmXIuM9NGDdp4QWhART-KdD-r564zSyaxpq9U,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=cJjDQwi5WZYxgtgFYlNykx0RybgdKLg-C4OQ-zuCre4,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=5GTdbIVEVbPUvit_ibhoHqGCmRdeHIiQjXl8DZtCFzE,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=fOkk3YAQmCjMM7RROYFYD8UrpX7KPVDuP4JlhsPgwnM,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=wWWZxUxAzAmqNLuuLCvIMh7ndAdKB1KjBik92FlBMPQ,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=1YidhWW4uWotmPts5WF5QVuaRESVMhwBJwVAhS6aP4I,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=hmgnhbs5ej8-MbOUwD7BJNavGC-mLZh8IP5ziNRpkwk,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=5ljp7cRum07RLXEwyGYknX8ZYLcp6eWAI8cEBNPdN-I,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=H5fvPh2r9nXX6G-gDjDoLK3rAOhBylRX-PlgLMw3XK8,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=TczK2g30jJr5fK-dXt4F4vqwAfRBX3WdvrJDAZVhXCM,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=uXT8AuF92BZFq7mVL_PyalNxYyPkOe6Ksb8XPizGqos,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=LHsPIRCpRmjf3U-BCnhhSF9YhbR6vYMuggAhtMyMW0Y,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=8_mxmpqx9thp0zknT0QPveX2N3Etbuo-Q8CjCqfHAec,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=bVvKjR9XuzmiX-DBMY2UReza731s68sF0lJL1Y4Kttg,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=SDzx16JBu3eOMO0eFbd1BMvmUh1_aYBZJFCYZ5DcEdY,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=VStCJaT739onMke69RBETx9yZHMHsfbI8C6nxGsqW0Q,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=-u4-koqFcTbp8V1YIksLi2fQ-MOH4MX_eNIipCjbIV4,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=oGIDV9yYCbgYaKEkeRNAprzMJJEGZT5aOqtTm-UWSkg,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=TznhraThH2DFLholUC_ykQUTuQjG1fqzWuBfsewjDlc,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=JJNndinqXTe-MXUrbIqLZ4d3rfTlRXamWEYW6F4LiUY,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=oa9YNMuCtWCBuoP2_hk9EBmPfa1RX2IroXTXehr3s4E,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=lIHsZkhXPg98CBHjGNzquGaceGYMP011aOZzklKO8Qo,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=1Hqg2en6u77yS7la2X5Ib6kVq2ZQWXMyp-c3NTRCueg,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=8zPFvGXcu94Xlj_rOVsT3sVj7ZpW6TzdLZst74hR2vw,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=sB6w4Wo-wbBjvSqAjVSSqALnTKsvi5mNJWJUX41TLoA,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Q-zFmyaG4Hbq7drzZWGPeZKIOZsgs-uN9mpH91GIhvI,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=GwvhqSQYDOvRdIJdgd6Hll8Y0yBRRIjOX43ixcIqqQw,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=nDZKN96cKMTQ-stqSis4YBqOjCe4kyV-S1Mgwerm09o,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=ht5I_TpqNqFbfUBEA1LBPPjoIrDwdNsIgSEnEk4r5-c,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=1G3e8Qbvcg4MXc-bp7olqkyesBScToXyYecQJYaLXoU,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=ku1Gpb13oVeleZ2jmclbpFPmWhR4CFFvtIGzq13fRqE,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=mygGKJ0UlWg_PC6WzpqwpECPcRob94n-v0gfqcccynw,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=nyUIz6Lvwjua814RC20zBtNCHgNGb31bcqj2NsD1wy4,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=SZ0qNLikYBeEq9I6z1oVaCV2xDcagsTx_2EFzqhHJz0,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=p5A_aZ487xusIBVkrnQFbzG_ld1snqVhH3iuJXEZtfo,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=5IwVdTm_8ZY5oaiRybKb7zbcpoGV2Tqj0_kgURSb4YA,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=KOO9-DqyqG-xwKtZwaFyeuloZxrwoY4ynEeru5C9TZo,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=WgSWu_HFOFFgOmNgnf-8nF4VEybkf9WbsuHq95Srgw4,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=czhwmbuV-0-LZaP3AuzmvPn4cTBEQf02DosCNtJFbKE,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=Y4LgmHBNeWFtMxhR0gjywv7Wl3-7KPd-COuMHV-mCEE,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=uAh1jXunZ6tO3BFHHJDkS0SmwhJZofsFg3jqy5M9mXk,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=iMd6XTlHGMbi0YeYYVuBPOTkz51i6uG9YHXRxbZY14Q,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.10.4.dist-info/METADATA,sha256=FQV3x7s0SQz7onT3ccXf_2_SSDj2aXbZ3gFeWQwSqA8,656
|
|
260
|
+
ob_metaflow_stubs-6.0.10.4.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.10.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.10.4.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=1UU6yzljnR9ezMlQZ_09UNLGFhPQKcDEEbJjd8turvc,86960
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=0-qYCBY0N3-fycBw4936gyOJQ3VgTZZeYCc_xe8sRMQ,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=XJk8lyOm87hjEHhzKCOJI8uLzmefLHn6Fb-lk2Pgoco,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=YlpAxZxArFKIv9Fbbcas3mvi7muH2BkArkK9RIYIIB0,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=L2Ohd7O0pVZ800iXIGuEL5AYwad4iEotFZ9DQFX7oNg,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=CDQfj_i0BekN-PPVhEpskWkXmQpHkKyTjZv7CVqOEuE,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=IRhW54HKIDy7-xIfe8ok2h_bjrKkI5o0RzpeGhZ64NI,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=2zwlh6NT7xLSdBc_5RFjUqgE4NrbdYsBPsBPLgyMeGc,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=CP1k0ZrLLm8TybFkWRbEVmNFu1T39m2ijrkX-Qq8BI4,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=Mh0OnbqR3dJvmI_h2sKbDh_wkZCyau670Su6KHPu6k4,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=I292NwPg-HRRztfzia-0VdPq-2zS-RydcJSUqAxfqvw,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=QPPAJlZpzaAmWm3gUXxYn-zQ_Suu3OI8EOKPR_bxOhk,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=YIGAwv_7uZvn20KgOZr9MSHN3F6i4ylxcPUV7OQoC8A,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=F1Wr0PW6G1oGmlJJDps3tF3i4wYxSPr7vCDmP4cT4lg,991
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=xSvL1YvzecKv1qhdOaWGL7P1OHWIdmNR6YRbyJZsz58,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=TQruXRTJViUBzeS2PQb3b8l3U2C2TvfQYSDrPUoWTeM,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=g9CR4n3mRI6LTrerMkGhkG5A4HifvhcpTfw52BdB98I,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=MJMJnhvBsQyEJQPajUPloVm7saL4ATzRayj7NOTlJng,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=viqS0xTZc7C-tUgsnkzXvvBcKG710s9c6OyzPF46afM,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=Y-GEmYzLiNqnYD7ci63ZoEncAt4lI8nUyP8ZWyORQDE,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=mafm1brzPH5gTPZ2AdfiKtP8nIvrLyXrGsJv7fucNYs,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=3-2rp4RU2dtM-JcrO7ZQQ1I8hrM4VK6vDdUORSy6fH8,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=rCHoK5X4czM9n-pw3r7THfvQ3J_SLINVsYATmbXvhDc,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=Yg8rTO0c3Eylr-0Ivc8TP3iswmo4HrG4nDIchIn0KNw,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=pU4SC3pi6LxJvFxEGctTnRAp4kAutH3vtZGDc9lcKt8,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=u8Wko149_j1_8zozkLcX7sQ0euNyVkgrSCtg7jXF8O0,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=e1C9C9EzhFlQArCHjp0Jrbh9j_lxkZY1y9WkrobXU5c,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=0w2sPAGd9KnLSYoE3dR_QiVxK11ZlIp24LwqBagoPRM,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=fvgXf-6df0-nRk54HgtqElyGb1fRa0lwpg3r8atsvjY,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=R7RF-aG2jNTsHhjrHrp_JdYIc8-R3yqCeNh_0HcwJoY,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=TaTf_roHoFxM-3F1ifdq7TTJDPXBrKstjZYuHfBX_WA,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=fpNUklWJd_0yuuNPMrBtil4gA8kv-mdaGAC0cHHuIeQ,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=esrE6TDauJZcbB_VZufJUdFCkSiz_Liq7DxSTgG9ytg,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=UHZySdZeVl8xMVOp842ZHI6ikvoKUWEi07LXU-R_p6w,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=kzlRSAlobGiyXQfDVQA6-rY5mdqO6UhT56XqOFUTj1k,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=ru0-Q-SfssixELUwaO2MvyabEGqLkpg0l0mw6mODMLE,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=Mp01c79d2eI1epCwLyknMrGEhSP_2xzQlu64j-2ifcc,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=ViihOPbzmBpSl71xBGC58Nul5Q-VpeTpN1ZRbRYGEsI,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=05Zsa74VlNoHlORCpNG-S8oOP2XvnhLXM5dgWF_JE50,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=mopQPNF2gc_raMOb_Bq6TTQjNEzC_1MKUjBGNbo02ls,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=in5rJ58yta00ovjUNqAw497LbNkB3m7EuFmXeEq1Tb8,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=8uxMiAKXcurWp_QO7LcB3SEg2IFT_GnBk4VrCOQEy0k,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=Me5bGFVetRDA1OXuyoTZm164zjaBPBlGzhSymbr1SGE,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=XPf9q0KO8A4ucg71UmgwH6tNo4JhQCMgXb31R5sHbyQ,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=WsA5JunI-N-dk7s-KmVRWfwJMuGQTmf-NRXFBcNWKbQ,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=E9qsZwhVolUJXe2Z3KGXEJ6Xrr6gx-9myyQFMP2Bv_8,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=l3yDIx33cg0MXnmtHgnIWEGqjqoWGiJbJVUYb_0J1jU,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=edPnQvAdoTINT1Yj8zveMAtW0dhItFAHJ3DnkG7BZ6U,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=S0l7sYtDt8Gl4a6X-0o1nQV4QZYseU2Laiyb547N5sc,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=jAt8WuZhO2OpcgGi6hMGg5s42RGP1BAI_UKODER2ULU,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=2br602MTlM8ua_KSfZJQmHCyBZKJfJMH-C1i57cJxIQ,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=fiQrYBmvPJl6LjtxwQMFIdQXwtJ4pie1U6SIPfqaVGs,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=6vkRoAF8ZhjPMJ4cLXDkwLVjkr8zdObNqhsomxE1n0k,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=UymVh1rEO5cdb5shqkKYDCHl8977oHZ2FWMTqW5Up-g,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=izTu2_DbtyUckLUQugqzttweuoZeuEM6KfoGVfL5keo,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=pZfdi7n3bGJ5XMGwg0ZfpZJo6FsK-WZag96_HiCSFLY,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=f5Ak05EoRAQRba5kZjgaWidDJLL3LAQgNPmD_H7W0ps,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=7btVajZVBxpbvt-YW6sHo1kyk8BDqlmQwuSimmkdTVI,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=bUenA2xWx8cea_Ewq5x-8ERuKvvd95v5OsqHowkekP4,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=3UOFhZOz13LhTOMuc-lG6BJ8zVXGxH6M6oZwqTgzwk8,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=uj2gbxNwpeHCtTBSRaUvqoDVIQt1vv0hULSxyuNVOsU,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=l1qg7Vgutq-4qOgMSLZgzz0PY95ofTFAVpsehm3HBAs,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=pXcn-2Hxa4r_DJOHU68_w1g3ieir44VBEqb_R2bixkQ,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=YFoDFu0s7iwngMFAPnsAgYrccktAV-IQ2H6Ihkz8GWA,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=yBqWel_8UdQ34yoO50vYI4pROMHSqtpxDM0Ql6osuDc,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=FGmQIyQFipFOCatCwCN7bzXx7L3ZYjUefpdzfLsx8gc,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=kwGN_cF_l7XGIVL8VA1nVkuRpZCz7Cdq9p2bcPQVlqM,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=PLR_7NXyU3tKwiaY9YMIqmqXMB5ZQA2vIbbVck3bfqo,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=rAMjVU0o07kMzF3vToHgOFEyLvLw9hiUdJxBEbWLZ78,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=CLDayH19R05GayZBb_Qp2PCCd2DRQzLj9Kl9IZO_jOE,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=hnTrB9Yk4pHpUlsdUrQW1lI2devuplMOkto4oPkWoLk,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=6h51mN9z58nOuk1NuLoYAFlo4Q5xPUxnGbwS4iZM9jM,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=lMsbFp7tqn7q8vxBmtOTYmKwz_214ggEV0LWV6UQ20k,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=g3k9Xy_nnAUWSJZ19J-TMJ4cdhNKarv4DLpcPQU29qc,1469
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=qfZe3h1CWyeu5LAEpviSKA9huXVO8EzJXBZqoF1nEsI,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=bDjBH-G9C92S9wYe8g1cIcUrayewfNbht_2GETG0SZI,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=562Zh9ZKkkaSHsL2cS3ooLoqu6BW8yx-_3WpUvIsGlo,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=c0o9H_FUz20pt0MScZXZPNY9jVb1eQ1sXmpCYeY6xYg,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=8T2o00sK_IC1jRwTx5Aj0wjrcQFQuSsyRSiZ3FhpFQs,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=RgmjhsighiunX5Ez3E74vt_swPHLUxmr9PrNtjNEXck,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=7KmG5INNccka24sPIfT4rbq-epV850BiWUdqGQuNKP4,5259
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=4zJLABfvnvpUytfzQtz_KqwHiS1AwaLSaGc1UrFBtdw,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=kUgwkx3icfN0IssnSlDETMwPh4M756OF_9MBQToAxZc,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=NujnQIAalNcFNsX7udu4jw2dQ32BD15BXZ2aGHOgfiY,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=P_yl4n0_qpIFSNajE3ysYd3W10DRt5J2eHHU5QW2Zqk,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=1i_fxMr9AEObGD6wZXuB4ql9-WBMxz8R6fU17hqHby0,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=cNyxZRHZ36QvT10vJInzrCLBfQE29eM9-juvUb5J6S4,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=8KjD6I05Z59auqDITeFbVVx31IIylPLBBAiNJsb3az8,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=KVpidxu1CWszJQkqgo3oj6DcSDzjD2PCLYYDrTHKzhA,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=M-iosFnxc7vVGEZ16RJPcKl5qk4WdUUfekvUdCn3sAo,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=4dbzuWkScTcBh7iMpPl_iVZJA4XC3oxAJwafTyVdIJU,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=qqkk8Sr_-d5MwYZ9OiECOsMI0vsFchtrPTgQ-fWJaAE,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=GQ8fKBglHmisexNLqgI0O_HOdm3X0y4OFRjhErU1oP4,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=zz2-CpvEiN8AgFU5OxR-ItDmQPahJ86FPuziMt_Mmmo,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=Dlup5cq4QWD0K6cLx3ojNlaAHcISa0MezSNkLhvpFF8,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=zYK0FyrmU_FgqB4GwftZ4oNluHSmH4EKtFtcPbdSXus,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=FXyD0plABNKT9CXogpqfVn7xb1MrWX9OKkC_1Hv9-fw,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=OMVXC6ODfUPrwpZavMbRghhFuZDovRJDx28rVSOGna0,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=r-pc3udb44Flf65XR9-Qtl-V7t-7DEIsVYmn4WNEMdk,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=ykZCWPYtg0s1lM7M_cnObe5KDf25Q0qMFdmp0He05YE,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=ph5I0KshQdwkT8C_mT5n4QfBzxDiscp5KPXDWouruJg,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=oMnnfJHv-iohSNSAeXQ6PNeAgplZ70LhT8nfrl7hIbk,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=BZk6ug15cKBYWey7wc96gZVifpA2DLWtRu9SC3ucMnM,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=dF7BI1ZcFRVZcIerLUBv9tM6B3AtkPXEDzsFGtCA8OQ,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=1Y7cUjFTqhUY9-ImT9jMC_lDah3pdLkFdNJGFOXgbtg,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=fx-bl3_JECHblEmSh-AZtcS3eQiAII2pifgB2AS2RIo,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=t4uA_rX1rOIoljZpxrBcakA6qSAq1frrQdjaPZKZZC4,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=Y_Voe6ENh3F7ocX8aXrH-RKrYWnsBkanuDvLa4H61qg,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=EfzxMTRFfVmUQA_iwHNYp8XNbAqlwKQ_u2WK6EGO3QU,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=9ZmqAuD5doy3Z2euO3xu7Nc2h4YiDdYPicW8xT9TZPI,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=kZl6ZR-C4fPb12X2eBf_IOuCYMguN7XX4MqbRRHkmJs,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=89Gtfv8lXDYrzIhhcp7oabhbQYwnbnGQoBi7ARsSXGE,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Z0a_qhkvnJ0LUmTuYVmNq3XiTu4fDUgd4CQ6eUAJ_9I,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=TtvWDgX97bytVUJryoUolFbTkFKJMd4G6ZLxaOEjnvQ,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=AmSNeo-Zn_rL3XY23F-X-lKOABKHi7U4vT9Q1F-RTJg,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=_enuZHHZG-z-cUqGlnIEs0FT8r1PpFUS2ghPaD7ppTY,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=hqTdCquypn20arKzXzJoK6mhBFa9-YLIGrpBJDf2jyw,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=Ox_d83aX65tQDYSgJW1LsOP41bkR_Y6aJvvo9tFBCP4,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=_V0fnL7IKKYtA_9rwbVkh5Q3C1aeLQa0stJf_JQApgU,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=CXJ3jPoLOr3biR6JUEOwhSnobO3aaqtx77lGnQjz548,1524
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=ZDc3yH6HGl5-YkwK2dN5WEew9va0ImiwCahUfbk0iZw,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=ix30yw3BsasBzTr5VRuyTSqDPQrB21w4T1hTsZIYINY,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=I6V1KOZAMXle6TpH5j8CGpWFCOd7j5C4SUhZiGbmThg,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=yc6isxvrC0k47eNr2hRN0Ci3Ah62WYh0g1apiYr-lx0,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=3ZPLmAmlgZLZ-yNslYaUPAoKdmiWT_tH8eIbETJCbJQ,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=VK8uDqxE6JPcUH-BKixxl8MlxB6v5bqMp0dKfr1u7zI,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=ddfg5xzbb-jxGH_SRKTEnwK-V99Vva4WC1_r_X89qf8,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=wSFa4LOHr7rmPp9PFQw0mxPe0Sk91d62yD64Fo_TjTM,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=zo29ejr21i2wiC3ZzXaQQqr1OQ3R6Qoqo90C9pdDEIE,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=Gd1RIVpeYTWvUMLrkWWwFgwepliEqPRZ2-Qhq3C6uMo,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=UuBG2T51thiWtotGZgQpme35dX7CIBovZe7jRZ4bNIo,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=L1Z2B5fOiWq5ATCsixkdygGQXFL-psi5vD_5XTVV0V4,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=vjzfsngnczLB_bSk7SSDvsor9bSZjkTEx2CLHTuNqng,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=cL1DQjUgze0aO34jtfq95-emaMHvi3ckxpXLdgtua9g,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=FVpXtPRffDGE4wkE5i_ShfQi01Z--W99MeUVxtaTyQ4,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=QXdmga_hGuH978z1n1C3c0dVmmDHqRd7SBKCmAPadlg,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=UFnwex7B5RslzQhKOmWeJX8Vcc5jnWEEJRDxObKK_e4,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Ridp3GBuGuVCi6XJlucW-GaY3goT3yoHOESj04FRO4U,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=Tor9JW7XuwvmyOcYw2KMOIdiSQvQZNoq4a5R6udLiOg,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=VuFLU5Vuw44bWPHErxHXUA9-Jh4KcgLWHAROAb6lLaM,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=uu4ItkS3FnAZ2JPeOSzRxbbcI87bUvDrbVXNxOM2rwA,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ShNbSQOcrGzoabkUojeqVZE-JPAzOLuzixje6t34l84,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=q-TKKaWB8GB3gY8S3xZgmo-xmZkahNowZKKpxTMjvR8,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=HwwY15rHfW_T7uw2BNS1BQo0skC7J6SdJXu68SEoNIM,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=NTW6l2jsF31O9Gol_QxUc310mWBksKe8H_Uc6ul_wwg,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bZ5sZueURzyG4DDV8REYOTuyadaZZ0mfh2LEIXBO8Co,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=9KM07TagpoLs8Y-rgGzbrMpOBDhuJq0O1g-KcSsjnk0,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Lte332W46LC5-59l2vq0WPW5syWHIijK-E-Z0RbJBpE,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=RqvMnLl68gtniVu56mDxTo5sw3CS1GO80L3l72GPz6I,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=MgBv8KMKcKV56jgeCQ0K2bgm4CPhYwkVEqiZBOgVXVs,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nkENeAnDWbNpEfOR1inU976MTqBn3KPaCNEpLhgIjWs,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=L_adYIoMdyfP9L-vgKLa7adoUdKYt5YZpQ_ZiMv8Wbo,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=jJhZbQClS2XJU8DfLzmyAduhevX9yzCoUPOj8yBsj8I,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=G_OeZvdmuIljYF2woZpu5ucZXeCsWUMe2SJOumlHYDg,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=2FSLYkp9lL0otZEzcRDdDtH4IhDHWdU9S77j7KOv4qI,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=BjkjaCQ1PaB575w4kkee7T8bXztIUOrBgpuW16Qacfw,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=DgavOmncWn5ywdvoFjvNE7O0v6ZzVVHtSdywAnmybck,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ncqW6G57ettgAA3WF6Da3a6mcWraXcBFJfRaMggCxs0,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=6j1ZzkNXS163aS_yS3UsATP4zgCbw2VkMGBx9pUyWJI,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_M5VE1jk1p8TchkTbTgNdFe0odb70a7PwdKwEGzIdNY,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=mZEYSH-VffBOLe1zF5e7HMKUz0l2DPL4VPFkowohu6Y,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=bX4EelA8YyfeUJvpBUt1HM8lfdIEnz65ZKRmLFbfVOQ,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=yqTa3DCowl9Z2nj0RPHYFn_q4nVt_JzIUn1NM17qKfM,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=OcC2t_OA7oiXDZ2gGkl_CRZgzIjWC2UQcyTVOp1Ah44,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0JvBdQBDaUw15YSx2LKw-5QsubWfhkVmedAN5AAEpug,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=woaIAKE-s06sT3IOL9Ln6Cu8732C4Lmc9TqtoalOzos,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=KOaHe7X0Btfj-Uhq8tWblnDrJNF8ebvQXxHvCotCfeE,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=aRAkXT2fAURnLtmADMC5ed2Xd3Gl28CBgBdrbSKaZZc,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=u5urFN8u9-dw9wZ8apVprTnlGaJRyCK0vG3Da58Ea04,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=vVdskIXQRRr6XKgV2HfyppUyX3ohEQcbWzHdiCrUN18,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=sdChan7mZZ9zLa0w_GWiWEDbZtwUB7yPv3WEtDCOJ-Y,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=ynu24nrQmacJ7x9k_gWLt-QlYvRNSf6lY0buZXaz7Tg,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=daWr4ib0EY1frnWmTenaGyW3OmRKzVdP_31M0Mv23KE,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=crM6SbV2H7rx7TLuSjjS-EhyCWTxk6Y1KA7cfDTBkw4,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Y1N0RLzu-_1EGpQUgZyq7qbVOU4jQrZq3uXeSbQm6Cs,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1aA0QEb1iFK5Uxy97bbbn1QbeCC05voXoCM8x3KzZCg,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=hJ0oyxk-RODN8Cbl8R1aGJ0UR-p7ugV40jkZSJMUofU,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=HwvE8Jxy_5U4_o3RF_2CucBrkv_VEcZJkgwrB8kk0U0,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=4x7kwy3OgvJry7mCtmhg-4X2K2IxINGP4oX39NZVkcA,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ffUxMiZVTkle9Ud6YrkTrPz286iLTf4xHritVAo-ppI,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=qBx_DOa-YyGKptTig_TvEif4jTT3SyqcWx5RasYva9c,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=8jNihjTnnmclbP7mw964XZTlSBXNT18hIAp7pb-xJrI,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ctt0YacZ0feU_OQqVpbkK523OgDIYOONNJGTcx2OeZk,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-Tc8wK0HWBQrgFiroNgmmhTSwFVNDZmAdXYIGWNKkcQ,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=i8CQZ1VeLeBW-6iwT7ANoDZVw4k9tr4YTvC3DRnnCxI,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=ivLVeP1N7PSwgwG_6Z3g30q908CmGNOVEdNBim6x3nw,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=DvsYPFT92zkDOJQRHeSq0lYEKXnt1FrQp8oZy_Pz43U,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=6m-LfZQ4CWbqVYjScdpjfUmCQILUPUoxltt6qn3qmzc,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=hAEhcljz_yZ_bWByAC1stiER6o2PZ-m9Xx3-bnWzIYM,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=n-ceYDq3yfjsdh-7q1EaR-0dJnBfYtJ8Pb8fwZx3pJs,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=DYw8oWj_o7goOssm3UICjbl3_3QfcdKGNPy1D-L9DQg,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=vfMLuJbZ_2vbGVZok3DMuXDErpLJ30GatnfJBj61EdY,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=V29aWwVbUxulG_POkqCXc9JBF7amY220rRNTNWyeKn4,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=PwNWQhTf0otiQVLwl1HsKxA7bVty_JsLJw_ovnF0kFA,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=d9X15mOLBwe9kfOrshKFLZrRLZ6jwP6b96jTak7O7Hs,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=SzF9IWrZqpi_yKRZuukTL8i9u3q9bHaMQPXPzwIrS2Y,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=7MihytcQGsS3F43OihDMFnhBJDjnwxE_MXHRPA4BZ3I,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=elcer3DU4oysx5DtetClC5llB_LZGcsWZzMV-DBxmrI,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=mqc6K07hnJz8fzT22v7bAHcze9_C_1XcUiDkS4cA5nk,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=qOgiNgcVjWXEpHws36NZeFFHGs4j3faBG6it2Lf2x_w,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=IkYAkNGShjX8Jakl_4LWD6yB69AvPaqNTJ9PHXMCWeY,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=0apow7_Z3hedx8vyoqvVnKVx1OKNanFFPGetmKYuv1c,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Tc2kh7zW2d5BiOV6iHnqH-R6vjcgaMuoqznVtDH90w0,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=70Q1fFkvBw2ZVbRLBgyOFiwqEo0rGkdXjs9uITYEC-g,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=05bxYOZuGLKsw95qbI3zgCWJHXePxQpoCDYgeHdids8,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=3HMHMbd1v7ACpPQXUF23DF_pbgsHq55fU5DIKLqtSoc,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=RIA696uSXqWUqR8Nf1BpIKADxoIluA4eu_gyOE1NkYg,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=8QA2d-0okOtik5H-aTSf2C4QteM0Xm1uN1ehrOnW12E,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=_jzDNQJhzP5XNfgCrOY7vRy-xMWXIClaC4Jf--FEjmg,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=9fOKWt92IlNumxTB3aoXW31A0TR2EbHIQaNCJFx7dQs,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=G4EK2VHNtPESJbNeQULi40CyqVi3ewJwcBGSQlbO7U8,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=_pL2bQ3G6ZVNhns0-xOJY7GQbrD2gVWcQPujaUQueAA,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ecoLABDhJ96_P96VIuCZ1i94L87Xlwg3WWIRZXvSHQY,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=RKfDzvdhpzOkN5XmbkOejRnnggpLOAEjO6ZDxWLxJuo,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=IyBTEfz-WNbDS6yctYyDM8AJ4RXOUk7W7cEgKtLfyJw,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=s361Ed7yymx_qPcgYvBAZlmYHgMYF94b0pf58C8rBDM,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=f-KVEcXBJNZXRgpvD4pseLSJWzgbHpwUVyuY2q-zfSM,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=_DgaDv6q8NTxjKJ2Yq5oSD2i_TcjOhJSWHBvoKGHwB4,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=ANqnQSX2pOgdPOb7ry3H--cYyMWjEaHz21kBuuCtRm0,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=xil1zPuXxi0FXhwNI1xPBIg1J9MYmxyzI3Df_a-pWYQ,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=NHhU3ez4CC5b_QuGed4caZmXeeS7lYXGKx-diVylCD0,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=271ZwykmNbfNSU0NXWqtQCMPXWL6-BpIdXJW75QzoAs,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=-Tx-FA-fnIq0BtYpYLrfQsvjVR1lhkHtdNji6iU4r_I,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=vCeZUAaSnJuV7PNIZhagB_MLxWqsOEyQhkdRPPGo__M,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Yw4NXz8I-ZmtUJweyfFjKqwCjjxtfWZgjWFsZHYjbCY,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=kroQY3Ra37EsBUoq8i-NX6QO_ly6MS_RUIgQwYUhlOA,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=gTlaFaJIW0npNNieWhoKUW910m6rHb2Ct0sgQUK0GNM,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=4N-DmZCqUC6jLhtRt6XwssveOGQyBnhWRDZAZXAVVc8,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=AEfMca-k5gXPfXRNjMCWbZOYLGOyBMH30DahYDBv3Kw,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=efWdxJojDdd9yMpsf5uIlF-rXnkN60PTkqHjxbdp-2w,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=6mJ0qj0UBB2Zxu5sbzwsLI-i6y8clbQ2iLh7YRnZYIw,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=WNwcl6m_wCm9k2xJ462FzEY4_aPZZJXMFNLgox16hms,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=OJk7Rh-Q7H9QVnfgBv6GC1U_pXrCgcBYXLlJydo4Q5k,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=QQvdOwk4sCA4Lcn4I-E1yTUSTWg14G1lhsSRiXBOSrE,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=-mWwL8_2WVWzS4y2huYle0Ghq9NM0yAQU4vSBtCkhm4,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=9UqAnyP_FVaPx-YLOYMV25olwbdE18llAcXytO40ZyM,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=ZTLBo34501_qFB2J7MA2l7xoV7NjEHq4WKkeq31RsXo,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=_OY9x3otBeOZ-BRwR9__5vvZmfhSiRBihzRtDSFE58c,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=F1vabGFMOEuSnhdjACikmfRu9ChUhL_FEXUD0uVIeQ8,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=HWXK9NFpPQGBDImF50mC5kL4JsWVyFnwU5GIG2uAlLM,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=GIShac9HJTSX2JEOFhMQREeK1yI2pE-oBl-GmmhXnHQ,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=sE8FZUgyYVJhyvme1P53IQrW_agPHVWRosijlQNSfQ4,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=4hOI3pPZhYCy0WrMFilraF_lzuad64LWuvyIBd-Ql9M,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=42n5mWaH4fICVNA0ylEPDHJyDwVQ4HAAuPpYzO243iA,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=TzzvkniEz5jGcCwqqPHtKzXJs8RWKA3opIOahK_H5fc,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=xFYy_KLoegAl21gS1b2X_hTwjua74qrnAEFbUKaiFCo,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=GqJ5JCUTngqW2b4C12drDxt9MhF9XmgO_JZO-9E-VCM,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=ey9cqATTfyoL7Jr-_wq67QIycKJ5WFRj5mssSRNfNWw,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=KV5R1r8nwu4ISxN35bBYaQ39CTwNMJrN93_GgPBHNOA,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=far41Mj5aotMuDKNK6xaQI3gBxwGcAO8ZuuBpVS0X_s,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=BTIlpTgjT4jq53SB0HNVz41lHNdwKDlUQ4Y0AES8Q58,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=VD5I5bscQX3oJIrjLHi4nAwbZIILGWe4CAzWtk5V-d4,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=K7h11bEUFh1hUkCUQOXENGkKRGCxDZ_vuBeiDz5wOXc,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=jIoO3CdHqMevQhXqF5c5jKkSZVthxCw799kYRDiEy88,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=cWmlYreXKadd0nocmc3TWpZS23YE0nNfEX5nla-Y_Fs,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=UvjHPdiyH80QLDRjEcaqFIi0P5oNI6Q2FjUfEwQkDuE,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=LWaEfLtYYC-vS2L2Kt8qa3r0Z934_bnG8K-Hw6f-TS0,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/METADATA,sha256=OyGhDcBuh5uEhuj4HIe5jzfC61cQ5oED09WeCM100Pg,659
|
|
260
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/RECORD,,
|
|
File without changes
|
{ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.4.dist-info}/top_level.txt
RENAMED
|
File without changes
|