ob-metaflow-stubs 6.0.10.19__py2.py3-none-any.whl → 6.0.10.21__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +912 -911
- 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 +3 -2
- metaflow-stubs/client/core.pyi +40 -8
- metaflow-stubs/client/filecache.pyi +21 -5
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +16 -2
- metaflow-stubs/metaflow_current.pyi +50 -50
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +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/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +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 +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +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 +5 -5
- 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 +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 +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +6 -6
- metaflow-stubs/packaging_sys/backend.pyi +3 -3
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +4 -4
- metaflow-stubs/packaging_sys/utils.pyi +2 -5
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +11 -11
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +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 +4 -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/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 +6 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +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 +5 -5
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +131 -18
- 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 +2 -2
- 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 +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +16 -7
- {ob_metaflow_stubs-6.0.10.19.dist-info → ob_metaflow_stubs-6.0.10.21.dist-info}/METADATA +9 -2
- ob_metaflow_stubs-6.0.10.21.dist-info/RECORD +266 -0
- {ob_metaflow_stubs-6.0.10.19.dist-info → ob_metaflow_stubs-6.0.10.21.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-6.0.10.19.dist-info/RECORD +0 -266
- {ob_metaflow_stubs-6.0.10.19.dist-info → ob_metaflow_stubs-6.0.10.21.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=aGvB90Wr9De00ldXJ3ZSdldMtCEuFPe9YN5UGwy1qD4,96201
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=eYdqkue12lLoDjvmJFYrWcYsYqZDvqhg3qJPYA-jCZA,1948
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=Kzp10pm3RFTb5WtW4UVAG7Zz3m2EC_QlhD-QwDba-aY,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=RMZNMBfWtoieS1kdHOwod2BTIA-_a3cC2jxOeX6Ya9I,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=wjhzY-yjksen7l5TzzMbf6LzPfZ6vKvt0-Nza74bqeY,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=YaJQN8lnc3Piv-9g8RpBEtHGe2T7b-P8u2YaZXQCSR0,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=dUpLEAaJjHoVBIob4xyA8BzaRKkPA53g-JkXf2G0Ay0,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=vasXfUYgK_Ldlvx9VK0XKsCV-ah5MgQjPKEiLFJ_e0Y,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=Cz8mm3g1Iuu5TeXxQnHu_3bwIhBuwCfkS_S9COCCMAQ,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=nK6ywOqaKEZlS--2HRAgo3rQoZ09nbyjIbIcI4iV1Ho,5472
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=j4UTBw318MLtv_NA0fanN0hzDFUxqdsb4OrE0m-dqyw,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=vTErxzZaxAXg_gzUKIjxdE8hIe5RnYKXtY12dJBEse4,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=dNU0QbPJC-48Yrs4bKXWUj5f2AVj_YWcqLbIFP-FwbY,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=5_DHhQYbH-8qz9qL3FU88LDAGtgM8Jm5amlSpgi1MY8,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=U6qzGFAFPoMP1Uo5QBAIPSEAKFsqzjaODWxcrxHYgIo,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=qxBNc8Hvu_utJp0aTixAoBtzoG2JxqdUlcw2TxQm0z0,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=z2Ang9iVSUvHlsoYTFgXGrx66yFxwzSYrC8m828v8q8,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=1sUMAKerqdX6s4BibaX4Dqx6XncGy47hRVEUyM1_6VY,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=vLBMhmjSGaF6KlGxouO0s8tuCl6pptfrTISNrMWhyxc,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=LdcMRWIOCuYkCHqu20YeRBOMTrSFFHsde6Esc5-uUkw,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=a7IezeGiw7dPgSigb4M6T4vOaVz4xJOgzB2GYbDk7LM,1161
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=2hbDYae-RxVOL8VPHdfIqUtdA76zZeS_LCrGad2jvv0,48994
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=tgjhr3szW_Tdy6GEuTeubljRLS7mp8wBvZrxFUOY0IA,3636
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=OzO2Kpt_LbLGdIqim7IVWjysSQCfR9TV8ssrl3sV5VY,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=cmq-8dEq832l7fTsslvLc5u86kLwlXwAe_UJsrSO-oA,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=ZBgFFWibI4xhkptxkOPlMEOVs24FrcaElu64-rKhFlE,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=ocJitw2-MzRu6X3tITO5b91EkpczNdYS-8nc9mhcEic,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=Xu4xF6rbt1FsRvzpwaOtsglCQDLYL16yZ00xe5RQtrE,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=G0Myl84DEK2prJAvoyPlcpEcPmyS929WcZdVoGvlrgw,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=3P-ctSxHFPlHZ7Torov6NFw8i4MfBWpYVM1no7Q8GQk,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=AkKeXqNV-dtHGF_oWwkoX14OIgdB4IFAEwS0uQwCW7Y,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=rAs7pRf6CEzsgNz2JkAI3tBEnel__4ccR-S1GKRT_MY,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=xXKmI1ek8gL5sPvl8D_j9eCARSctkLJwlSZxxhXtR_o,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=0eDnDexjaQwsYIS4sdXhfcDX75mJB1RADPRf7nZn37U,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=TCA7wuDfRmSPDDXFVDTMT4UmhQeJ2UyGH88EjzBUyoQ,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=u2bk_XU6A9Tac_cnKDDNzialJ7R9S7T76Z06159ldiY,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=j5Dthfjcpz7PqZIZavwP2BXhQQaN6F1lU-r_oKWzrL4,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=PBZpcZfllTN5mlhwhA59WwJv9r3-7MNPLUNCLoH5AF0,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=eWaha1px-Ai6dESTKS--wZKTSuxqc5IJhHC_NPw-6kk,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=-_VqSNw_hSfh80fCaCNDUiFFZsr69RDd13TdQt9paHw,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=ayLhiC6dTFSd-Yf8-6xhFN9ksJWI5p66EIU4Zz-pz5A,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=ZTYt1KbBENvlTcwgS5sSkDWi6RcJBadxq0cIlTguhqw,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=yUHOz8FfjwtEMQAWCKz6D1jI1SQSx5L7K2XQTcP77tw,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=L6jTBDLKGFI-UOfvXWDF-409_wLcoWrjwouT-nT30iw,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=qZ6CUfMzX7a77Xr4jwX5qxCZsNibKHBIfUUgHuEHuwY,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=HPjfdkvJaNE88JvgVEmYNxLS_05Lk8BWO_stoqXD9sg,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=UrpQtnYNQf_he074VPvu7HPtJYWHfMmR2jILY9-saTk,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=QflFaQ-SbDmrnYsWVH1fCAFMOfyZbtzFj4TjMAhf7V4,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=26z4ouDLVoViAOwhdj6OHSXaghFR0tW6ciscNNdcS4o,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=Wl77SrP07688r-Cd8oU9v282JIFa6eoH6bhv-rlP6t8,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=BH2YKmLsQ0lmlLtadUkXQbAurQpFUhSHS1HGW-_QTeY,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=90--rfssRcwbl3ypN8dqO2-t11pzXDzwEP_JyruEZDg,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=ahhKt8W72KZDkjXLMI9varbih5wcvYvNvkKq3I9YEy0,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=PVbWBzeWVKaublniGcexZdYPt6Tb2K4r7wh8NxLJzac,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=CVcSo-n62bHYKkokbaACBrWXjFeqf3akrcoCqQ_7-SY,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=dM3u58XvkbwskXRLGiK-7zgGdi36U-nXnB-t6ycNU-k,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=lXi2ziKgiCwOl68G70QskisDdgK1Zc41-bHc0xfQrFY,16656
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=uBkfU6_9hAt1i1puMAwB3ghtZuHLDV7kyKg7ZMulazI,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=4aQ_x_1000sBCIQqk3qMqT0aO0nnjIrDMgus5BQ4yWk,3094
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=yV_fbHSpsF24Q8k-nFAt-sNhshB-g155CByvh4fGc1k,516
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=zprkd6zGHs9OejESv4ynSJfCUk2nhNGGAclr5X1SYo4,6079
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=x4yyTmGK1T5GEGTOENzvIdWoWVIbKiDicEYHoh_x6wI,968
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=8nynMhof8PmRgshYTquZR6PlkCeLPQdroZ6j46lF8yE,3449
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=mYfXd8Hrgelfu0ZHAc-x2RHYKdkbGteTXe_KIq3yApI,516
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=6sIaC86gbRUd27AriI1xJBEvuXA7z9qzRblZsq4qXo0,2481
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=E8J7otQWVcP7qxNo6YLUZM-CMufZSPZseXnkswj3onU,1694
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=L6NxX_08gVH7WJVHCNbeFN4IOKkbozvFegrgFoqjGnc,2135
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=GAk5zTCaOG21SPHVXs5phNLNdZgRQINwZ6TaOq6vywo,1887
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=eLof57tzOFWr5kjZKHJ-9CDA3R8sb6FrvjaqpC5hNcE,516
|
|
71
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=oZ-Ei44bSUK1uQlCmC8g_1hHe2MrROARI6-uR45pjbk,823
|
|
72
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=QpVEK7LGkmcVtWV-2Vj-FmBdzsh_BaxNkmqLfB4_T7A,1383
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=9mfkjHhEXDMRe8vLuRWyzWnfn_eDeCB8LjpMnq9NQMI,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=eTjtixo_swz1D6s3uTrJ771vGAG7keZ7-56eOsnbcPg,1960
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=bZitDFSezu0wDnMqnTNAzgnIytY2mlp7GIAFpfJARKg,516
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=pnmd6RRrKOTegFmwj_4omSjGGNRpbxpk_pA-GDlM4sQ,516
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=sjUl99l4sSUyGh5BeVmTwXBoNzPZc9y95DECEipcf7I,1420
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=YNNQXoNIo38jVThLYtELa0gBw-KqCdruf8pE-VOi-_c,6645
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=341cuPuL0vaWBo_lKoBId3iSAMd8wI1ByBjqsKcSPl8,2791
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=W_lA-gF7sXUQ89xo0dh1_B-elarKEeCVPHZx2BLGlMo,2563
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=9Ey153LmvxcbQMRb_qNU6-Sh-9qXYGGMAL_4LdIyMNk,9144
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=P1aZ626pK9zMr5xOdWZN3dyF6bdZPuQcFaa-tW74kQ4,645
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=kSMS_aDN3YydbQwl0ceywbpbSrrNqUNd4HiTLz1Z6Qs,1900
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=7qXV52oYH6z-K70oGb0zcUtV-LLQSZmY8-G_TxebtQM,5140
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=mbXk98IxScCSXU5iI8Mmf0SEaEYcP2hdblvq8rv-tNE,1369
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=amlsaA24zPUHF7vaCGKxGPWaBItrohheQadcjNITNN8,3660
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=MdhTOiUvS9axwL_up-_Thd_lrR5WWKc4Zypv4HbiHSc,516
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=ejVYpO8PYYEaEox-iCbjI8mhkQF3wY3BaXDX4WWE7lc,516
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=WxDcTH2btUPmjdcqpLOn7SSlW4j2JRmbuNQCtfIhQzA,723
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=OLTkIOh0m-TJJma7b-HU9h_dSg9BrOnbmrhAJj54EwU,655
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=lLJBKLq5jpC3gPZDdS08DfKsT4M-MqeZoM2ec86cE1c,9946
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=U1WyqjY9lVuEdvk32E_vmtBQRuwymqGaIb9zjc6dMp4,1468
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=1OhizwOY2IAW3xATTZa49bwO8qVAC3Ar2vGJX_KtiGI,2189
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=g2-61m3oSNnzjiF10bLIsDnhfTJs9DbJapnrfvX_114,17506
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=9wSQ_NK7yugRHfoSOnUIcF1jNyO6ONoIg6FBjfrb9DI,2089
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=kU8oqDRzl4ZWvupJpbESZqT2CVQnF3Q6uuJiDHxhkK0,3523
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=cJXoXcnZC8mGw6-pCzVJuaWYqq6JLc8I1rMu8OvZ3q4,9794
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=XEqtRgloc7SusEsiIrOyvP-hgaG7Tu3RyYbnkESPHV8,680
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=iz8CrESFRmnn7LOxTogAWedrhq6hzDbwCWz0LpkmPgI,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=A_tDvfn_EiOWlXOkOEiuE_tgffug8zq9tdLDdhZcTZA,2306
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=xAaNhRUDn0-FP0LWbeyWi6HViZJhQs98-LwE0wr4IVo,516
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=odXnhGmGGk0jAymnSBRFhC4gwdo1bZM2Y1Y08kUxirw,1922
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=XYMWOPd-YzTed2cq-SHFuzWVfPTmEChPw4tjNSME-FY,1035
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=FoDyFzvGwmjp5Y3217RwkUX9dg-BMjp3_kdsuj18MIk,516
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=aXatOV9YLuTNENuia6Sa4VKvUZI85V5RaAQSuFUdRs0,2547
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=nH7Kc0_zg0GrsPBVPwGYsiN95sUsqfur_-hmJOTk8PI,2554
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=V36YJXnxC4lrz1-GtdnqQTGvhyYNi3_zt5crewWjMP0,516
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=Ghdgpekvqydh5__ZDRo8QplEMXMO31FkNK0jtMdsrH4,2305
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=iNySxv3iMT0rUmbsCJUX95zlq4lbSbaaIgVHmdjm6k4,2486
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=hmnf_0GspgOjxz-LMYfJsoVsDgZ_9Uoy38_SoQ8Zs3A,2233
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=JApbnvyrvGgTBspbN8mvd_gcIGKis_-szCMHmUc7rHI,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=rscdfHzHo0SePxWh7OYhmtkLnM7SCiE-Z9tptWVatWo,1483
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=u4Ycvp7_e8MziH0nkW6PxBm7XeHR9J4_FCEuLzpBAcc,516
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=4UZ1TJYS7bxxjHMQg0daNH7sE3fjN48AdAB_hbfv7l0,574
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=ZjkQrf63OEC_BZsylNwT4BkCu7Sonlzo7bIAIppw874,1152
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=sPkvddr3TSWEb34Z57FoI8W8DdXEVTzIyWMzZgVkZDA,3174
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=xk0f8oDJrPk37yqZZo4G_lhOWbxhi4A5o0vu9nyrT2g,2601
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=0l7x6Uv5PRoQq1osUyQAZtGF-ss7bsMwOHLi9oRlTWA,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=5QjEZn2GmCdlLnDLxG7ibnJOCCKQjO-rDwmk1UaftJU,3281
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=QnaaREB_iiz3cVcJ3MD6amEnsz3OVQE3NnfpbAS-_xo,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=OjIW5_kzl6S9_MmhvT7rlsWp7uV3Ni57A0JRaeEpoFU,4478
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=8j8DE-8MLMfbwoPMvdOK8Do68Mi5_7knYzHGNjn_Zb4,516
|
|
123
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=Ags65lUsYniN5nrWxyI3Gzj59iPza74Y-0ZkzaYdV-g,3739
|
|
124
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=S-w8Uanz6PLdIZSMrh_dXJnBFnkt2zcDPjGS-b5r7Ko,889
|
|
125
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=Q6YVY-B-5aTqjNQ79BLvjS8pGCzTPJYrf91jQl3RL_U,19750
|
|
126
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=jgw6j_fQr7xhrq0XB3AMPzgKcT13i312R1JOkUIBAGM,2961
|
|
127
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=4zG6nxSnI_MS-ooLWt5id4jZ9hlHMjoGP4iMbYpQ_rY,2126
|
|
128
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=JtEitj5Opf-hi-mcK2yJlfHlv_a32ZXbAC8DmeA2FPU,2280
|
|
129
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=1yAiwwqVytDb3OiISxa5xorj-M1zhraKAP8SusgK_VY,1034
|
|
130
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=yJpGfHlhOAtmDlx85xjRgWwc_OsiQlxgYhOIzr7fFQM,5283
|
|
131
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=qHaEjN08_S4NozXw4xX9gM8WyQxjIahTFlXX7C0225M,4083
|
|
132
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=gcRFYWlg7klwv9-mnpJRpa9JYBRKK977LAFAc6oPfos,2243
|
|
133
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=9wDuu0rPvMaMbvNVOrtHliGucgOax-n8QLBynRPlIV4,932
|
|
134
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=79E9LAG_LqhT6z-j7kZf5mUKdUNYMyxurcyfSyEcXH8,910
|
|
135
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=69OjDeIjXpii7VMQS_-cKqE49IpANJfZhskzJr4paWQ,1052
|
|
136
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=BLU6ydv_LvfM0u1VIoo9B-dCRzcf6D8Nhdq7fWgxyZo,5983
|
|
137
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=tAlMe2GdAZ2O8OWqc0RkwjO9dpSRjmJdVzY4x4T-ax8,2465
|
|
138
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=hNWWHdBW2kwTXNMzZQi1lCB72hutctcBQqvOpZoLnz0,784
|
|
139
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=NYaF0v9UO-wCcxXbal03mHX2ginC6u5GwPg6lhlZujg,811
|
|
140
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=6tWEXo0fsX3DtzPMyg5vJeJCXua2MwLivWF_RMsz09w,3713
|
|
141
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=lNzzJ_n_B1_MhDcsLeM0cIXqGICT23-_n4-uXm8XR4o,1829
|
|
142
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Gdx2Fg26CQIW5NVPi6fqPobpeWC9oof_NgwJRyzRj7A,1709
|
|
143
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=OmO57geJuLth9EyiSiG1y1Iw_pMwMvBz5C8zQvm2RVA,1198
|
|
144
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=FrVZgHyxUVyRd_QGn9mveIQ_fk3ENJzXrgWwW_ebgyc,2107
|
|
145
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=jqY9rrAAs6rczJ94wGTH1Y1g-GK_x4bxvtmZ8iMZbFc,2296
|
|
146
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=iSSzff5nN-L5bxjMWjh0YMs-X1T2Ug9YvQW5pJfpUx0,669
|
|
147
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=qHx8ANlfK1vb6sKRGmTUq1rVOPO-2vDs48wt5oyS81I,3154
|
|
148
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=NPHFCTWFpoaG4Iq6xbn6Y7zhgH3jrj6bdLp2URPXWds,923
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=jZasARv3sZl8axkLVqAeHdlKcBwJZ6IBfgG38J4zMNo,877
|
|
150
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Zzn3n4v2soEbeZ3-3w_BW-YB9hg-O1ap9tU_mF_JlUQ,1497
|
|
151
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Zsepe6RU8vjGS75ARy7dIEcwVYMMfcHXNbLrLwsiqcI,3309
|
|
152
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=omCi4zoFEZbewjT0p_ON5RO_q2HJki-oeHC6cPweDL4,3220
|
|
153
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=SU1OTL8xxR6MF-MOlylmtBB0QduzYIJvtP7D9V9TFIM,727
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=mUXeiipKVE47nPdF8cnFiZvk8xWmR5399HJuJILzGFw,2634
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=xcqCyajJ09vTbBQIatfkxEtOdhDIRpgEetw-FyFVFRg,3348
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Rgua54qOXPOsXP5UThWSKHL1ba3fPjTH1dfK9ILBwbU,14596
|
|
157
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=P5OPW_vuAxCnQuqply1Im_h-qFl6td8l7Ilrzhht3I0,1375
|
|
158
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=6TVKE_TfEonqBKanPt_sKKi50oadgpcwFqilxDN5QvA,4595
|
|
159
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=afr89PJKxVAuBe_3gHRdwSXH4br4pR1MSCirtbEAJC8,7546
|
|
160
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=U0rTnZqXeBkb-24gp87OnN73r0sc2T5EEkoHa1qYMw8,1673
|
|
161
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=0I-_XBfNIjpJEc6h6P-mMiWFOApndclCM2J4mG1ruLo,755
|
|
162
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=dnH8lnNHLFHHb84HPdV4EUG2N4HvBrQ2hfZS-cPim1A,930
|
|
163
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=EvA3eRZJ8CafNTh-zR7Byh68XBtSAEPewEl78Mj_8sA,3200
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=4DX_PB5o5Q12GHplWcqMLIk8ovyI7cogqiMe59VALzk,675
|
|
165
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=bZfRmk1pzqHJJiqDUYnjE1-rNFLtjp7BFKh-71yr0o8,3051
|
|
166
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=46ri1zU-KbZ7Dz46SaArcasWhvEbese91PA6zp17fvg,3767
|
|
167
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EVYjDWPch3DP3iF302d62tjvNUsShVZ_gOScJzQZQiE,6231
|
|
168
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=vb-M0Foae8aDvG8Kc612fGptmGYAqHncP2cechzCWkE,645
|
|
169
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=s3Ek2U7OPsXdlvVuyk1dkcsuybbBw3C1wXTq5qhupQM,3575
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=yUaZpJ7bISLwr1fiyiCDJK2pf2hqfB2GQtjdPRiB_mM,674
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=uoY00mFiuiD59JVbtFpuCDzo8jQE9QS6BAL4dpJ71hI,899
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=mKwWRf38RmOcMeGuldpSNMtRoTA1NRVojgHbyB_0r50,1637
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=-ZeE46Jj3_-2Wmnq1GEORKKtv4-OVnpO5MEsZIlV4F8,4631
|
|
174
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=UWJX0O6tGduwgMHXJ4IbgEJesFn6HRcbGx7YZLRT64E,1186
|
|
175
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=rZ2ol4Nzz6lXqXwcUXWQUcol91k_7kpojxugHNSftRQ,4035
|
|
176
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=UsMAjtv3jANiRIN9ZiuIcXv90XCN7tXeDvZZ0W5L45M,5089
|
|
177
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=utdLqXLRyznvOd4Zxo73BZ4QrVs6-eZwJiH87eBbQds,1011
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=droUT48vxySFlMCZV-XJpXMKHQfWW6Y7zeruSUTisWs,1168
|
|
179
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=tu7YasvF63VlPKsAA_2OJEOAMuQPY6IUI5g0RatJ7J0,999
|
|
180
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=KpEtzK9_8Z97ohelqYn7OyAFnexaAPDLBSrwAjzHZD8,2289
|
|
181
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=0fSTa9Dmfz-xiTmJb5MO4JbZlV3Wh6xR0i_a5K4f2UA,2458
|
|
182
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=tMxdeIEZpEhwgvyyQ9JvKAVmJCfAD-iTZQaELDQp2bg,1568
|
|
183
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=irU3B6evObkPjArktikMjnZpPipKZUihE5wYpTZ9pvk,1667
|
|
184
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=shsbOBvx3FiDEm41pqgOUp0ZGu5MCcPUpJJ1pzx8ICY,916
|
|
185
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=QOWcRWgjVl_mDQ9kqxDLeNg-G8FE0CHYA63l-SefW3M,4909
|
|
186
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=8nXF73Ud2jtrRgRlxv8TaPu3R6iHmNCtb_HtfHwCyZ0,1189
|
|
187
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Mm02Cgp1-LimnzlyUdzsrBLJx88OgYXRuW99YUCAE8o,2966
|
|
188
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=_zreChjhSw-nebJ6_Ipc8n5vOnctKYMJ0wbTvvJIztM,3247
|
|
189
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=79HQM6BxZrnfO7TyOBT6BP0XZPX3ttqh3l3kUnJZQzA,759
|
|
190
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=E8oeMDg8QimsU7wKJllnOc5yZ3LEwWKs26_Dq0SSF3c,8476
|
|
191
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=ME9cpC4ZCLMsWWrPtVNZlJsdibQP-Cc7RzryZnGQjSs,2470
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=tWBzNk-pbN9aCiCkApn8Qo1PDeKlZyQtABh5mmLKHWg,1027
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gN3PshYHyqO6z47RGwevH9McKVbEanSGPYvangOHCjg,7551
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=2BzEEuQhdImvLwNCKtO5NZM5Ax93GcKAkA5KZrJR2uE,3196
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=O5lRJwMLzFXDwnf4hQpnTIn9jJJrNMdCcySgGLjJ-l8,20369
|
|
196
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=HYGfvZzZSX9SaPXy92-JTAm0eh-M54pg9f0OygtFBt0,1505
|
|
197
|
+
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=gvwHH5ccFONhUnECqxKfvx1kkCHXlKi0aMIriD3HOKE,4248
|
|
198
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=cpRczfbxRt4z2SbY69GNSpifuKmErUH4E0e3MxaQp7A,853
|
|
199
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ihdr5HtvHZf9Csv010CV3XidVoCqi23X6qDA4YP7LZI,3774
|
|
200
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ULGMCbCI5j0wQqD6HW_TnbDN4VD01KP53Od0FyFsPVE,933
|
|
201
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=l6C4n4Ca7nPcoodePvPhxuXhY7Gg-Y86pJAg1uxyrqI,2797
|
|
202
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=-hm6glSYXhu9TmAxZp-vZ-oWvmbnYNg_XwJQxg8OBSQ,1204
|
|
203
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=vEpLDXBpkMVMvZHiCtdIFWaNeM_lwQcP4LaHn7vGpfo,24287
|
|
204
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=raiMyVa0GywoPB7XnE35vcc1SXIQ7E_SqcH4Jnx5FPg,1036
|
|
205
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=3BwnzdL4yuYlvJySG8MqxgyjlfMExsiA3bSgvDb3M2A,1132
|
|
206
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=lm5xIdXXz7ounI9Ge7QI7dlh__czVuqf7WUrQMKeJDE,611
|
|
207
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=I4RgTrCWNso1JaMM4AstBgU5jfD9KZnRLa5kiT9hgFE,901
|
|
208
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=qIEWF-80e5cy84JVAbI_rtDGDnIl1Bku2Yx7uFcAWO0,587
|
|
209
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=SqAVAtSz5M3Y9FtwhnKinrVmxXmsWbPH0DS3PwCSXXg,1200
|
|
210
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=WB_7j3zPSi_KLhUxCs-d3Ij3b4c-W5Gr_4On94C0o90,923
|
|
211
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=SjN8LDOwFypEZlszOEsvVqzkKUDLOXPgXnYH4dgSxzQ,3298
|
|
212
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=T1JtvZiXKv3uUOgDWLzHTuGb5Helg8hfIDYUWAPTfD4,796
|
|
213
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=PskkNUbwhFSSw0RhaM1xcIZDRCQ6c2FT1y3au7K-MBQ,899
|
|
214
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=oZDwagnCim56X7IeTLE52UDr_BqtOWbStzjZFsdgNPY,1086
|
|
215
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=gVlHaZFmtYfAiFJ3rSfLevq0P17iP3V-AuE0plqN0IY,1641
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=JEfiCBd5SJaYnZMfoLxIkE6QhhLSGc6qegrDN30leDc,803
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=k-cQZckkH_NF0VbJLzjiGfGb06PcIlivfblZRbL_Ces,1707
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=mG9o-Uq0x7SDKxb0rXtaVXEQp8y_owU86i0iev2iSnU,3915
|
|
219
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Ncbgf-i1qo31etOqdZsVt1ZKBclnVRr69A6V_FC8820,1292
|
|
220
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=aYufeGv1mSjjCk1KvKOqvIG_YkEFuaexaoNvVjCEPvg,7978
|
|
221
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=t2yHyrDud3Xjn77jbbvTVPoaS6dumVzU19txlNzOvls,5425
|
|
222
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=0U5Oh9QYrRleB2HdJK4fufrlnZNVwe5vTFbB7WBrtS4,762
|
|
223
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=--RD6fgtW7Lb9WGHtu1-Br13m2HGuw0G7MeFkxAC7qI,3364
|
|
224
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=ARqy1rhK79FjZodUU1RJM4jtQ4gjIh79EHkY5NfxrJs,849
|
|
225
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=lJGPe_q3Ps8kGQXXOUTV5EFaGr8hIf9ug9YiARA8-I0,948
|
|
226
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=zqzY42JZCQHtFoi6CEbnUx6PCplluz2eJgG6Fe0-tRc,3855
|
|
227
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=sdOJEyHKJ2KKtYkbQytKLktTCo0Zc-riMiTSoBL0qyY,2465
|
|
228
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=ZeXHfVcEuWrcpduO709PMkxPYuWpR2x5iul-ZH4nXfU,3741
|
|
229
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Ih1yYj1l1VQ6IObisyYVxgKQq5Xf2N71h_1nEsDPf_U,2650
|
|
230
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=9PQhSvvM_s1yXRRrXpVeJZ-6avC_0hg5e0Q3E4H-Goo,834
|
|
231
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=qAj-52L5yQ3l16d24HLqGc7GVxsZ0ZmPn-ncxZ4OMDw,874
|
|
232
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=lebZlclnEpRB0YDjKTPBixiBRxtDcBA6qNtGJ7-1EQY,1208
|
|
233
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=jG0yY1l9YTsQyx48jjhUTcC2ulyWc21H1SY6Lx9cckg,986
|
|
234
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=LnnWiGkEJF3D1a0FFcSScrduYwWsuieg0hFs0etMWy0,1744
|
|
235
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=oPOd9Z1JzXVq4_HA22aTcv6ytRa6oJzEFlBCPbJRI94,1224
|
|
236
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=B-I9YLyky1a_8UXiEkJruN9fajt66T2RZTyEpIIUJBs,1417
|
|
237
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=5rYQnOtT0irvSEY8tQxXfXLhh2Z3xeWFvLQbU2DyUzc,956
|
|
238
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=ni4BSZ3EWQr9K9VAQZSOgYe07Ftjgi73B2qIdZQmdH4,928
|
|
239
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=lrjB2D63BCDDLQ5buTGJr9xp1RkyBGLOmqk42p23V7Q,1770
|
|
240
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=nLRR9uCYM6p9VGUKpViLKCTI6mM_suL8nNpzmxt49CA,601
|
|
241
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=u3fXBCs1ES3yw0MeBf9RQZ8WSVZt-lTY3gYNuZfh7xM,1383
|
|
242
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=uzUR031VR2TW0n6lGCoLw7Swm9k2i0rXXkx-NZLLMk8,696
|
|
243
|
+
metaflow-stubs/runner/__init__.pyi,sha256=-0C8DHvlsGZltYZSVR8Qeusc5xEtgL6mKEAJi0Vkw20,831
|
|
244
|
+
metaflow-stubs/runner/deployer.pyi,sha256=a25YTtizr1gynDhEy6Qwk28_EGqMVXu7QWs3OZZBTnk,10115
|
|
245
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=YPzMTWTHS4N9QVnn0ZIQOwTldVd0kg3FzQx-VKlsPFk,3678
|
|
246
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=H_7lvPsHL8HAzwpyG0Nrl27CDDMrlQmLsrH-5iUhpgA,15335
|
|
247
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=-Q9sMq4cJqj4RYSacPRV5MQoyXh7v8v__IU50UOLKj4,2946
|
|
248
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=j6AeRc11PJveYhdl7gsE4IV06m8DZhb5lE9_ENlnDp8,6035
|
|
249
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=hiMeddih1aWuPCa6bHrAfzKhwZQwOjQQQQdIbxq6s6k,9342
|
|
250
|
+
metaflow-stubs/runner/utils.pyi,sha256=d7mSQJJORQMOyXl5_0rM2O2hctuFFx6COg0LnNdiG5M,5968
|
|
251
|
+
metaflow-stubs/system/__init__.pyi,sha256=0UC3HcKpMA8uXNqh9Rt65kkBBAnlv-1GWauGWn1v0K8,761
|
|
252
|
+
metaflow-stubs/system/system_logger.pyi,sha256=uZ68E6626aBK11czAY6jA3Feb1D4nphbDJqjMNNrrwc,1666
|
|
253
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=SqIuClH3tjHrNfMio2CzPMxb6uCLmjH2bI993lrmafQ,1788
|
|
254
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=AnYnknlM9stNK7jgG5Gs_89LROET29NZjwKEGk2EhhI,654
|
|
255
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=nEnhN7zKKe8NOLtaXnZL1Jl75OiC9PORfenat0fEKcw,3008
|
|
256
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=wZwYO-83ahAnxH1nl27iyvTNMfUqtTN5AOxfhH07C8o,10232
|
|
257
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=EcxqNMrZ3z9T9UQO1rBVd-6hK6SxodR4A9waWu_ZEjA,785
|
|
258
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=Aa2p2qWXxs9ws7fqbKe-EJW50yjOmdjswPSigDkIxXE,1391
|
|
259
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=GbGDpJWwbwLHW-OSeHiqLnx70kPJRWzzvxi09AoJQU0,9333
|
|
260
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=xrzEYVOpXGpdvlIh5ejQzoTLU4NmfoGZUhiQLvKVcWY,7062
|
|
261
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=zCS72sHK6JXIefhtKAR1JbGD-NdNcWbfj2BfJ6GDcnE,5039
|
|
262
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=iuw6ofsuM5JiC4fuKUNAbX7EEA88YUCneb8bCvzzBhI,13919
|
|
263
|
+
ob_metaflow_stubs-6.0.10.21.dist-info/METADATA,sha256=RoAWK0Sw6TIMSLI1UUI8JbT52gS5n2hy1Ve2WYDAaTo,809
|
|
264
|
+
ob_metaflow_stubs-6.0.10.21.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
265
|
+
ob_metaflow_stubs-6.0.10.21.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
+
ob_metaflow_stubs-6.0.10.21.dist-info/RECORD,,
|
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=ltxLoW-kBJQ0vT_b1zqQbSKh-bIexHIM98XgenDUcxM,96147
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=6TOV8eFpm1tZ-Z9r9XwUtKrLbQWk3-ByU7cA4CpnkTA,1948
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=EpNZGDdeq8wC3A2nVZl45lV3ixhUc8XJxW5kak6QiZs,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=zdZ8X8P6Fqqda8-hT4FitcjycvqH_UsT8w96nLddY5o,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=r0gjCxWuFmvJkK49SiRpVOu1gneGFbX75CF0i8lfkvs,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=K2gjB-MsGKYXRS6DOQghR81RODFpVB0Sx-Ui_imJKf0,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=DY-5cHZsBZItlTEAYTPAT9f1v4JwACKWlTQ5FfAtHVM,63
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=l0LtzceF7vSGQ6La6yxdfoie42BkCs33wp7JLctRevM,5153
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=hrJO3maNqty6Ffegg5LA_ULjx4tn-6csd57qJYmlSrU,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=SpLnDPfliZQ_G_q6tHxSa8d1dSB2Ql39As2EZkCb1t4,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=uqkkpkhMsp-GXvt9ll9WJFvG4-lK4rUrFPCEfaCvdQg,14241
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=dG5DpcwT6-D2Pc59Heu4mSqL8jkwnPenmcpkyiRSQLE,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=XpBf8gKJf5k5EWPeeUheoykwRiUCqOCnmIwErrZoQ1M,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=_0N-h24P15TM6MBOcfQFvfu3U7dQyI0ebZYQbi8eCJ0,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=OtTueEW9Uz2D3j6OYL3a01LeGU8OvIbYkxh3v2uTSyc,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=qc3OV-FTXwdcTET5IudNLEJr0Yvh9HcmONZkD8jGwwE,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=3lGm8CByU7jgIzOtJv5XxGRpesoB2bne8cNiOC91Q9s,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=EMlYTOSWnHn6ZvNA67_Hpy3brJuQ9UbC9eE3kVutTmw,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=wwHVb1Vy9BQgpa78k_MLFpZok6TcUtk2zhRvHgcye18,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=q0ajdv27l7KTHp8AIwYdX5CQ4KdQHNioYgElMO-dgZs,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=pmeTYsxV9j-Fp9ex_DlCtzKzy46-O82HkoE7e4wrEB8,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=1bLu7NjHcwP3QDOyF6pyu8h8LSaMUj09Q-RWf5ulTQc,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=yhT5RJpJ211cQe53NoAHVnlmfcHTg_Zf4TEvnzZktgc,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=7a0pCiZDrA7MLBkDaiA_EG8I1nyIPk3PAQdzXP8MiQg,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=T7n1pTOFPdmXFROsLpBKjIAqOI0cXpPCLtDduVYC3DM,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=x5MoH1UQpFqiWTXbQV4vrJUfFNJ5YdfwyOWX4Dwht2M,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=r1lLeLxZjL81JDyCcQwITTh5yxoZ0fdt2gDDjn0X--g,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=qCn17lkF5xMm4uMlIxcKc_FSRiaOXWBwbR-s0wdLBlQ,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=tpuQzA4pFQdlYsZndHyQYpeDXOpCtzLuF9PpPP9LtZE,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=sQlpcavsv7sjoyY9jSU8aSepJYsvi7QqRdD9c42CbIA,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=c4PclQ2IVd45HpzNf1I2PnyS62WyMIlqAnDgxcw78Lw,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=JAVLzl5rLbEk0r3TUvJWIhWWDXEvggnB2qU2OzNRnKc,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=PAelODs7sg-kQ9rj2G483LSKVUvbBMkP-ef7egN0aZ4,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=-sgMdde0y9Kd0X7fZkNkYtMwzF2unmEmg2u90zLqCy8,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=vNA6eimpi6J0Rbk91ks3Pu7evBD7rf8c55hRwn3fB5s,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=VUC1LkTYGq_0ts8TjdISxiAHMJo56YsnzOsSQmt_bdY,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=8X1kGlgKIwOhVprSnI994_7GrYq1oXdzQ4yMXEK6wJo,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=kQAHBXIJsesMW4wj1W33UwXK4z2N37dOTuyDyKL_Nj4,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=eyZBD-rAXzqYua_KrLch4Y9rCykiBYimvnCQAhePvPM,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=UzajIfx7jYcB2PH22v3hkHAeB7piZWeJYbLONwoG7cc,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=Nt4qQ7CwoSOwewfy9zubltT_txOfAW9jRtKMoLwop0Y,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=j3g3nZ7jBT4uHfWF5tx3KoFoTLluWCycN8Z1d0_Iw_4,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=LCD6Yilik4octDh6TKVewWAfAlgAacpMdnDVbElgXJs,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=z056DjPjxiMuEyXClvIIiQGAANi4NbqVjZDhmZ3gMMQ,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=PIRk4e9HHdiWSGQic6e-SyNs9Z6z7nEX82vWKlnTxIw,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=KH8ADSoSaVj6jCdDKaH6XMuvVW8WXrG4-4TZHFmw6DY,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=j8e4eY2ApG3iFQdS9AnuKCZuoZmbFdzrTwsUgwNjWxw,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=wkDpouffMxTy_QLef7R5JvBMF8Cz2ZGp2IDHZUwSRd0,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=c9vgwAfUSPXR20NMPZAFvjVWfIJhKEEHJQvjKE8r_7A,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=gjz7wR-nsUoB-MoJUm_4pXAX__LmAiD5aWQ8UDJxJlE,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=CspGqkgHT_9_PkltayK1nOKzcloZWxKCGGJqyxfvn_o,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=8iUDLX828yNl0ndPtglqIQsDnF4gqD540PFA0S2_Rjg,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=Hsctizv19eVvUZ5PKwFfu9Fky17ZTnXjWOmO3fUOCpk,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=RcWVCxJgbMBIn-Qmj715XW3Bhyk4oHVT8NVuaaZzGpw,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=819Wy_WTrQTG-YJ1v5nDTtl7wmCEcUfUh8CbqaRiXuM,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=xo2plV0k0EiSzSqGfYtiIBAANjYbsuTBQffOxkMztxw,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=mtgZiN8mNfieFLodSNUyY6u5xwEePi6JsFr7lRuDSfQ,16656
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=y4Q05FoTWMry8LVgpcZ67rdjI_J6S5owzmtJO7-yWfc,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=r_cZyTbNAfFxUOROFhSw_DazcsSduLrbB7CVOKiaMRM,3094
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=x69a4yziT44i28AfaSJERkt09K2iTb_VbMCIsoq5URo,516
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=rCt3R_izSXzqPZCxJVsMWbiWMevkJPwH7pjtm-ie8AU,6079
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=ijH-4UzSxXkJ7xartpBmyEWtWihqDAg5cEaiWkw9xdE,968
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=zL160_p-YxpGoNw1i-sGSk6H_aw-xv55dmyBLb9boTU,3449
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=wPRe_b2JOeu3NMPpV0-H_T3vrlgVTW8BOHXVp4lKRCA,516
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=SsWldXQH8h7iHbPngl_MehzH2wHT376rJA5dC-GileE,2481
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=EO_YkiOP3ZbW0GAMyxD12s-3HOkA-l8U4pLUDivU2e8,1694
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=1N0LdOqoE2E0orp7fi4BImt371Cn7Xd1IkZI3THGlic,2135
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=zdpxDZK2kpPkS_ObQT5SyyMfZ4C_F-s42bjaGlR48GY,1887
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=MFPF50fvzo3HqZiCW-vaiOPuvFkrCnzebn5z9wKdf3o,516
|
|
71
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=E2roxha_L7d6BEflg0Xqby3KXsp3Ghvw7jpz1GgbTKQ,823
|
|
72
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=rSa57FQkrQpl_fT0w44jnJ1bFLVI3oqcrSj71QS55ww,1383
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=4zbGfM_xUz2D6jceMbG8gx-8HQzqfJ9MAMH4zWwLv74,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=wMmltvl4rmfn0EemBm7lxMdLKL6zsIgYciHCWIYEH7M,1960
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=T7UPs2vCjZMUrp30I8sx2mCWLUDb8svhHYoFac3_Yao,516
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=XmZbOKHfssCZZQqX6m9sXuT3pcKJvY2aGia3k6dEPos,516
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=7qBhettCLsH5ESVSoaBxKQHwVLNaeqNGxigJG0CPEjk,1420
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=FEXKvwva2O-FbeNEmFk_yeujQV-FOnfNeFAy1i8CLFY,6645
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=fOHlDCPhA-jzpcF6gSEVejBFwfyH9gtGo7eOPlIQfbI,2791
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=iEwcE8zM8K3N5I9S83_yH8FLm00l0GAQaTingG8o1L4,2563
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=mNY_fEljpnCmgoyqRPhPpk4Z9PqV1eqHEFa4tcbwOac,9144
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=6SVGD9ryTG2N9HYp6PGVBE4iWudzQFi16c-GCeNc3uk,645
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=EbtzU2w_NXQ7M2oQxsajKqa0hEra8wJzX_xqhrag28I,1900
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=et-U5CGDCY6W8RLYXUb1eu8gpR5nUR-vljPcs4yj24Y,5140
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=v6BO3SzRF8SQiZ7AZYxYc0gIG-9SkIdl8lho7w0htjA,1369
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=LhVd3HmWLkghehv7MeG96EuU8ntu8qr0kLlXeh_W0IY,3660
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=8bJsYM_F_kIqID4s6NsP2PZFIBzHytBMOv8u5NKmB7g,516
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=EyzFXLLSoUujTh3x7Ej3Ab6t5evXZA9eFExamvpXkw0,516
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=wJaWMwBWjP3XqDsH3PgyNn-P6W6EB7_ynwvIld8UmLo,723
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=IBNI8GNNbbfwEwIBkkeSIBiD7pXPbWUmNzbkvLQYLm8,655
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=UfZ7Cg8PwJWxl9_MDcFExL4RAEpM03DgdoZtHfAAJcY,9946
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=aZ4zglBXqHKTpRbP1Q83MpULETTwjuOAHkq11m1HFTU,1468
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=fScGx752M7nDJNtj-JbnY8KjMz4x2XljPex1kng2TNc,2189
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=B3kc9FQIgI9ZLsOiB20R_DN5G_SxIZRk7JCKc6XClak,17506
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=314-NNNfM-0Vgflf5-jdZmQI9mykx3k2nPVyyHn8ol8,2089
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=1VsxByblZI-gUYDwmdVu-d5468iocqFBIwai0WqhyQ8,3523
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=u_HgyYG0dvARKq2gwEGyRONoI7ar3ok2g8zBR1PBPys,9794
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=lPmZXsH6-pmtzL7gzKHtFXXQCp2Jpkzjng3By1PBvUA,680
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=rvGIFl2RkBudRBU3LANg18OaP3TaY3vUm1LLrbDQH3o,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=8_Uz2DuKGBKcR1b64Y3ENDR7EInqD2WkvG04uRf6iHg,2306
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=rH2MqcOYkIhRbsGCayuVhGMBYRQdE2c7CeJJGLFD7rQ,516
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=-SCEvTBPAIBw8qhUYAtAJJp_zirG5CdXPhlTA6w83d4,1922
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=OoyAlTDwIZkrONpwaese9TIRAV1f1rZ7Osa04iF826M,1035
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=H23afVq8-3UWYucux00dzN5F2xAmtlnXKsEEp2Wi3Ag,516
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=j2OAXz1B0rVcK1xvyr3Tq2fx6rchTsdccB5McJURHgU,2547
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=esBN7ZAAaL37Py4IYooHVfVxi43My2W7IyGKG2LQEVk,2554
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=IaeKdhsUrLV6BLedwpXS7S1HEFCE-Kn20xn7qqS4Flg,516
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=wbtYs4IJd4Vl_QamK4koG9fTNWjCwPXqQdCKurRjhNo,2305
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=UUo-Mud7mPShPG6zFbtieFkVMjZWLFnyiP3Fgd51zls,2486
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=BMPm1H_2GEJFYWu3ADA8xjgX_shIc6tHRSQZYBeUYM0,2233
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=59wYNsnCHNfXkmzuiOPCyH0M3iz3TEP_qMNVIo6vwOA,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=YYQrXZz92Y5B_YZJ2Ce_AAPLYj_lVEoHJk8DD86irdk,1483
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=6zJtXmnGlADOHGt2C68qaA6xV1f_mxUxAjGM5X1eY7w,516
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=vLxNx4FEoQlJxOyddFQCI1kRNHTG8PgWyRMMxF-4Ke4,574
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=KYxwGgDak7JVDnXJVqWmj0D4Y6SWjDx3953K1PSAtk0,1152
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=D4Gd367pg7H0EMXUMWudEtEkx6i971T0vIJiiP8fi04,3174
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=tHsRYnHHg3vrinhlQBx3fy68CmFoWRB8VwnNI3PtPJ0,2601
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=rbocXyuEWHi3lL4yeqa8haxK05WPfQPNbWzie0G8aYo,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=sYWHMV9jEojDQcpsAEJgQNIgX-SSFPkhKUjbn9RdxaM,3281
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=OkVWaN6s6LY9kegmr8HV4ydURJXBHPaJKFfx0urz1SA,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=fhkt6y5mXpwHwDGwhEXSbgb8tAQLK4JTOZwIxOS6v84,4478
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=-Samh51TuSWdmYMcGiJeFaXpi7smiDiKjF2yZUjoTIw,516
|
|
123
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=yBZWf7QrRHir-tpzazawPMUAkdHJoej0MrR9f_zQz6s,3739
|
|
124
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=4Yi3dt-DhOyhgrfNr8kD9slmwzyeX2dwRGxzx1Ahc_E,889
|
|
125
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=SMrCmzF2QbuPX1y_-x8cZwwnURVnMJwCFeX9ra3FVPk,19750
|
|
126
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=68A-R5b8usclhCIhmwV2BlNzFj568IAZhEp5A70y-Hk,2961
|
|
127
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=bbRUskPF8tBiPeVrixzD1Io6payen2WHD-QzC2MnDGk,2126
|
|
128
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=Vaig24eOI1S8jCl4hiy7Q-UTrQW2b4uD1af_TbiA_Bc,2280
|
|
129
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=OOIZ4yGaLys9Y3cDCiWiT9fjXMp2Ecrji4ajlUI_8Ms,1208
|
|
130
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=KHQbhf6kZmft2T1-pR0dwkix4BcWYWoRh-QhkzgtXm4,5283
|
|
131
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=GXZWXqxBS4A-lMP9MESmrbQOE_nxAAe_tDJcRVghldA,4083
|
|
132
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Q1HrMNsvVsZpd9Y9OA_tygwdObRYlBUO19la_IG9CvE,2243
|
|
133
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=GtL4G1LsGjq9-z_PUeg0P10QZwBuILOh9Ot8U33RFLw,932
|
|
134
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=LD1M8ubKcP090EEOCiHygHV1qz37_U2WtBcA9m7NG1o,910
|
|
135
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=oh5ZT-dd-0PP5QyuT6_N1IY2EdBqO-O_sFXaLcrGqF8,1052
|
|
136
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=-2kDvOQalTCQ7hzSMrCVStmJM8FS4qz0leJvRZw7Cq4,5983
|
|
137
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=f1joJM_YuKCwf-1CVHa0Ajia0g536BTz2GGEYUt2Ke0,2465
|
|
138
|
-
metaflow-stubs/plugins/parsers.pyi,sha256=gfBdT7g1IDWD2i926Tqv2ky8m0Q8CLHwoNJvzDf-xJU,784
|
|
139
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=HGqxFgno6-jxHTAv9x43SsXA4GCN4SKSFKHgn_Ula0o,811
|
|
140
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=hek4TvF1IhPid6FFRlnlNyKInvtvQlaPeF2wWcIUCws,3713
|
|
141
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=HDXGD8NZz5Mq_i9IhUv8NhB-RlviL5zQPY8NjtqIuyw,1829
|
|
142
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=w47hZl4nbVN7QP69YJbceaeA8ogA3TjbL3cQRPXsr4k,1709
|
|
143
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=wI7_CXeJz_d0mqlMCpmdYAds9yB23lNH_jy40EQXuHA,1198
|
|
144
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=m7Gt38SbIAXSAkZQhnmTAxXFDxfCiMcF5A4yP8Q7Pec,2107
|
|
145
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=NnJaKfsTVcyaENKPukQsYxjsI-qGBaRa-7XatzcvHiI,2296
|
|
146
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=5txw9Y26l9h1A9TqeRpEPNYDDAzoP_jfptYHAhZk1XE,669
|
|
147
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=9FT3IRTQTUpN-mN4kxFxN_bI3olFogZ3E-JH7ALQFdE,3154
|
|
148
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=Vwj4_r2_RlqLwRPdUp1HYPPULdp319n3FkzwYthzutM,923
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=jjyjs8ivYMJCj6P-Tse8WDb7c0esoxDNB-DXD-eNQ7o,877
|
|
150
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=4GMN4lpxZ6uJfgBTd04RtDubBwZIPLTYE00Qit7eECE,1497
|
|
151
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=5DOVe7bwefURT2UPJROMxr6PlzDinazA89gdsGym_Fw,3309
|
|
152
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=M8hgzRFt_pPDhIV6PWAhdNsLrgEWDAvpTh-0_PtwyWU,3220
|
|
153
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=mwhJKChn7xpsePH75ji0tKBPTZbSmgvL6eLF4R4LwwA,727
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=_I9q7RE2OwGrF3qm-GBWPVbw4We313EG6jEDJhNg9pI,2634
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=CllTkPoDptg2yZ7jlV73UUWvCr6pzlccCWmK1sZhANk,3348
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=uxZkuYa2FC2NI0LFvGTxob0e81Z4ZEF5XqwV2mQpOtI,14596
|
|
157
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=mV6JKlc3i16dKDjGLcpItFYj6HaKoPrzdhmfUotoNJ8,1375
|
|
158
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=-JMub27sJtdOe-SmQiJqHtDpnWreWCVTdkCwytxan6s,4595
|
|
159
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=kSszorsbTjl9B4O9J7uiKiMKg5VuHXgZ2iFfTxodbW8,7546
|
|
160
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=3GhNrqOmKgTnmLvwzLrvWwFc_lksMheiYMEw6bzhJsY,1673
|
|
161
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=MfVZOCZ9Zz_pCV4o3F4kxaDqK-TU7DDFVyRlYTroXUc,755
|
|
162
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=FVrEHLk5tPBjlAxLCyKg_UOMYF0BcLdONTVHnbsV6JA,930
|
|
163
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=vgOa-A3NaX4V8O-75vW1pouDb3X68j1uZfVvQdIv-zo,3200
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=GlD8UH06A5n_M0uRJa5yzdmZ_2PVFYJnox2_3lMFif0,675
|
|
165
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=GTDshhIwSGW3SXEJPIgkQsdizhlgy1vj3OTQYEaMuFs,3051
|
|
166
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=YstSLsQIzCe_DFG-O6JekDoGUZ7pI0Pi-3_oYes-Iyw,3767
|
|
167
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=LcO80NDc8YYtZrkBe3eo2Ur5qF2NPxJ1QER4ySfmocY,6231
|
|
168
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=c63ZZaXRqW8rWW11O6V3IzCk8p2ZZHAevZtZ4Af2LJU,645
|
|
169
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0CwQn9pTE0wrziCQKwDnJCzg5vAlR36RTIwIg6SBdoU,3575
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=E6EpCPKb6SNEDsl8L6b2DoMc6BSKpjE4K0oOCaW1_B4,674
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=cVpj4KSs0ytJxafhiq9WFQ7Fr35GuJ2pn1LJCqDosjE,899
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=MEDLVjs7wUCTi80_RwPmkHChqi3Wp3RYqwJCfvCPlkw,1637
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=hPjjYMqYzHV4UI8qdBfZLaNwMTPC6t-giONfMnuBmtA,4631
|
|
174
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=o-XSN5Rwsnzz9DzNPaZfDuGBgIwLartc1xyq3asQfWQ,1186
|
|
175
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=xotWlnm2OJ0vnmRzuDD82xvdWBzax9mTSM3dmMYzkgc,4035
|
|
176
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=RLhwqZHHN1ndA0_dSfYYg1IoT9ZC9Bg87ZPSByoNj0w,5089
|
|
177
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=d2zy-EIw_UwEvPQf3M_lMJwFqqb6xXS6CDkHGkROVlg,1011
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=l_wp5Ik2NfG_ua6lypCKIn6jCrmCjBW-E42UkDVGQNg,1168
|
|
179
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=fw826aDOrQr0zeNESxpDRYuPKweV5jMN_uqEAYL-GuU,999
|
|
180
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=eI-p0EJqhMohsqUn5R8_KJX8i9QDsg4pJX6PQHIZlTk,2289
|
|
181
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=rq-o05hdarpAObZVaNOahBYQ6Vf8ZeoThy1SYdoNE-U,2458
|
|
182
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=R4o6-6p5SbOkduyPLvMnhAj0b5xE6DOeQsLEC8fqd3o,1568
|
|
183
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=lzYKahyJUbONqFREfImisMyEKGhDL_n2GekBq2G4TgY,1667
|
|
184
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=fMBBxtpqkTshCSvmIPyU2CHmVpFUTnHNbDoXlHu18uA,916
|
|
185
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=v5w-7hMkgIqTdsKr7yRbF2Di5oHETIvnp_7cjlK5PfE,4909
|
|
186
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=CxYQuzRbSH_YIyfjjc65z0uUVHKFSHY2IGp0rgH_M8Y,1189
|
|
187
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=JiV-eKnL7XTVeQxqHuyQBrdMl7OXQk4euhVT-feGF10,2935
|
|
188
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=tYqihAxtrjHiwshwPMeB_9YyCiK0QD1U9w30Eiys1PY,3247
|
|
189
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=EervflkxrrFjO8BumbYqbGWsbiKUxt0AUZW4Q-VHgdg,759
|
|
190
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=BUFNc_YaYtVwd021dTLT-lV6O2eQ2irYOZ9W2U6oNgo,8476
|
|
191
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=dFc-B7e_3Lm8OlagqylJ9WQcMX58G83MWVUizYPAxVw,2470
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=3j3V7ftrf5foCPj4zEuRZfO0Lg2fBMZDiXbR3I3zoPU,1027
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=4xBYevTLdu4Azc5l0SBK0BgX3EkLxuZglrtRnQ_zC4w,7551
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=eOjVZa-7xVlreJEsbfEIXD985zQF_B-puRBVb-GoyFc,3196
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=h66ub7bm0JByvC4Qmw1p6e0h25g8tgxV133Aztm_Q4I,20369
|
|
196
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=4t79dJjRz7TeHXpT2OrmRf2q9gsHJI4wFQZjk0NVmEk,1505
|
|
197
|
-
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=6IZl2WQEVK__IjM-j2HcecjSdUFfELkl7SayqsfEkWY,4248
|
|
198
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=e-J3ufCmpr57eBY_XhGIC1s3bRv4874jeWLajCsNbLs,853
|
|
199
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=EYHv1lfOdpl8-KbgtGOFOag5cFXUR7KsrTrIAi8qyBg,3774
|
|
200
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=oY8ebVvpV1yWCF3inVbQFT09R82Q1GYHDtf1zT9Wo1c,933
|
|
201
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=lnnU8sLegJd47tMa1GOLvEgnG3D1KH1tuxtEe92N0zU,2797
|
|
202
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=oyjlKF-FB6j99g66WshtJ55c0GmRq4xPniAukB--URs,1204
|
|
203
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=7aKqc3GEJ-_XTnNQ_vX7TxnZYy4ZZucEBtOtj9ou4BM,24255
|
|
204
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=v8J8URxIw8takE69Y_EGIcpzGr5NLN8PtDCBaUMH-JQ,1036
|
|
205
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Q3Bcm_7FthmE3iISxxjCwR09-QT28QPExswsyUIBq6I,1132
|
|
206
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=QOMqzwRkzU_D7OWvAQUIzYgj2tHHfoagKP1UIp6rLNA,611
|
|
207
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=vErbS8kcbOQw7m5PTyTGpMT95RXIBkgOE1rVU7pTTg4,901
|
|
208
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=dqfa1SeDarQb5dw8g-wPTO6xzGRFYRuE6Ad04RmgCYA,587
|
|
209
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=t4cR-0kQiAwLwKhtOViUHnKeqi9iS0m7nJGryCBPXW8,1200
|
|
210
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=UcsMiq5nTviJDg34NYwdln3r_pUDFAMDfYnboYvT0OY,923
|
|
211
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Phuwevj0MPUVUB80hLd6D3xYAzg-o_UKc0NXYiO7Trg,3298
|
|
212
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ZU14j25BaW-ZUxa554rYqLIZ-t7-XJFzywwqM8JKOF0,796
|
|
213
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=guM0im9uForEXKWkMx1248cGzCAJOk0pBTTJd14vhxM,899
|
|
214
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=YI3efn7OotcJIaKjkhSQTtzhlAWsPHb8BHlBnj1UTYk,1086
|
|
215
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=aJKJ9BsMNhtKkr71N_pnLGwcjRhXXbGAvJxMUWstPyc,1641
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Lab6pfOWqKhFbsv1HTGwe3FOViLQqB2SR2S4WiO6PuE,803
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=lI0PxCD2z4MIb3fMH3ibZIr8drJeQH-0lwCJJ9Tbo7o,1707
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=WXHdpKq3-6OvW1to7nYrPvsOoxrEe1cnIxLiWX2ibvE,3915
|
|
219
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=1uznwGMMaZwEx8nOpgtrjYf9rgR9mV93xMNx77soK0A,1292
|
|
220
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=5GL4Po9oRQsdVeRrzWW3wF4hctQjn1WzMem5NjF7c3A,7978
|
|
221
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=X9qJkV5hEkEOpJPFP8GVjY5H9YBkDjMEhvcmWzp2y1g,5425
|
|
222
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=2uNDdReEBFLDnvGPowF3KIbJ5lgRq7L13DzgnrE4iRY,762
|
|
223
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=Ac_eHHrnjZtGumlgvpm_5uGqAyyYemguANogAzQxTto,3364
|
|
224
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=OI7PJH3xbCJS3r6QLUSX_8pA2SGjOCSPJIxCDXLlkW8,849
|
|
225
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=AACjgW8mjIkjalVFAdP3BiGMZRClHegMc6L-qM7Q0AU,948
|
|
226
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=TdGt-nxtFGuwsR6RpKe5auL3psfn4mz6f_gXEv8gYYM,3855
|
|
227
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1s0-S32tNC7QrtC-zViGKSCHUBJws6PsjSi7DrkG36Y,2465
|
|
228
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=yd05xOJ1bt1e-hKdGwlgBtr7VLzgbaL95s_EmbU5fiQ,3741
|
|
229
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=bv8Xwv8UWUge1m2pGUZDMw6s2NFTAwk1OglBQ_qn33M,2650
|
|
230
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=E9kHGoks5pvRCDMDPriyv1oLabIG_DG1HRt8eWMsig0,834
|
|
231
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=cazBSJKftwyMLV8sJZiBwXkk1FS73f7I_yNyVZw-OKA,874
|
|
232
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=YlM8Y4J1sCn37SFHLggtTJT_PVdqjTGEvQAoDZ8mu2E,1208
|
|
233
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=I4b1GsCU7ifQNAz3K_fFIoPnD3Q9qVh6ZkmKPkYOCxQ,986
|
|
234
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=SGtLspRCFciTtY1S6G4fJkHjX9ydXqJjyOKhSdZFuBA,1744
|
|
235
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=BTDn7CScwVZ6nWfzOkUza9SxXknVBEDjbEfPKKjxm10,1224
|
|
236
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=9rMDYOl6b2EB6KbnyCgb6sKAIwu4V5Xf6nZaCir1HIM,1417
|
|
237
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=PjE45HdhaLsZkzF5Nb4agvWGy026-5qSfMhrzLF6oV4,956
|
|
238
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=rrBgtLZEqr1h5dmwyZTfOU1OMBmloHm-oYjL7X_LDQs,928
|
|
239
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=5nGTRNTC3GHx9UQ4UKvgH8OghrBQuwNY7BoRSRrGSv8,1770
|
|
240
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=GbYCIvhF_nD7jRfZwwGDiip5TOGspnheNCvqMJ8MkS4,601
|
|
241
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=0JMi_OjwfF6fQOoWI4TKmd7QCa7BaLY8RClDIudzz9U,1383
|
|
242
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=7PMYVo21LHRKJ6IipGkaFMBicPDjcSDBHN3xCbspJhI,696
|
|
243
|
-
metaflow-stubs/runner/__init__.pyi,sha256=fVS1yE-6q_ywMr29Q-kNhWJNMYNGXkDITGEmRECyNQA,831
|
|
244
|
-
metaflow-stubs/runner/deployer.pyi,sha256=7cmEAnn4Msu_7L8IfZbln0NcxF3-A3JfCHUmJ2QSin0,10115
|
|
245
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=la1A6C7_PrlmmF-oZXuExjiWGbQ04Bzkg7xHpRvZaCQ,3678
|
|
246
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=xs3LRdhpGQLR0tuPjXrf_gyYWD6MPTzKBEoYzqyPeu4,10997
|
|
247
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=Bj8XpfvXG9FRFNA0-YFlwE4ExVEG0PpgGy_ZxyeYrig,2946
|
|
248
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=iC99Gp-6fJ32sGu21GdKCzKUpQWqukR5bU7tp1EmHG8,6035
|
|
249
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=MzGkAw8zDS3NNfdSHYt64ueyoWIxBwu8-TLKbnzJCuU,9342
|
|
250
|
-
metaflow-stubs/runner/utils.pyi,sha256=QV_NZhGeVdQ11AjfRmWK2_Ufrr_JgB-h_Sxso7k8JSY,5968
|
|
251
|
-
metaflow-stubs/system/__init__.pyi,sha256=mKQSFdMBNqRZLoKdSFOejkLH2rNqgI4Fva27Hu1awRs,761
|
|
252
|
-
metaflow-stubs/system/system_logger.pyi,sha256=RXR00dgqSJ52b-rr44AvgdiakU-kwB3vZvIR-N2MMPM,1666
|
|
253
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=2HcIJtNyBFe7aZziym34q3KWcmft_nsiQI6WTgd5aSk,1788
|
|
254
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=YzmJ0bvgSLjXrS3qi-TxrQ0h-HRZ7Fnt4Y1Qnji8da0,654
|
|
255
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=PMzeWjiBivBrd-C5AoiI35W6kQ7Yfgnff1UzMjodRME,3008
|
|
256
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=uA-DsdFWVmEM6u7T8RT0kUoTW-Mm1WZiae5nIcjOei0,10232
|
|
257
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=5pIxnHi1L3KDWtpd0-ka_FVj7gERobFnY1KD-p9HN7A,785
|
|
258
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=PlpXoPiEC5lKMj63WXKiNIt4275iT-O9aCDGsNJAiSA,1391
|
|
259
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=5NhS6s2mL5e6lW9bRSLErbPvnktT5HprAJQd-Lv04IY,9333
|
|
260
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=z5AiGDmXXqs61Aa95yhRe_YU1FePtyO34I0sJTi_X8I,7062
|
|
261
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=SnoWPITl-tAlT5jC5ijOIEzUK2qVwEnbptapPXOzxgM,5039
|
|
262
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=-F2J3HZzWgjWzeyQ1TcqXjRwjfTQv-b3bKrpr94yAP4,13314
|
|
263
|
-
ob_metaflow_stubs-6.0.10.19.dist-info/METADATA,sha256=zJhQFi4QV-Ml3bqR2mUW7cXOLNBX1rkKVHypwHVWuxw,657
|
|
264
|
-
ob_metaflow_stubs-6.0.10.19.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
-
ob_metaflow_stubs-6.0.10.19.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
-
ob_metaflow_stubs-6.0.10.19.dist-info/RECORD,,
|
{ob_metaflow_stubs-6.0.10.19.dist-info → ob_metaflow_stubs-6.0.10.21.dist-info}/top_level.txt
RENAMED
|
File without changes
|