ob-metaflow-stubs 6.0.10.20__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 +1172 -1172
- 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 +4 -4
- 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 +5 -5
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +87 -87
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +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 +3 -3
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +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 +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +7 -7
- metaflow-stubs/packaging_sys/backend.pyi +5 -5
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +2 -2
- metaflow-stubs/parameters.pyi +5 -5
- metaflow-stubs/plugins/__init__.pyi +14 -14
- 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 +2 -2
- 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 +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 +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +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 +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +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 +34 -34
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +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 +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +7 -7
- {ob_metaflow_stubs-6.0.10.20.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.20.dist-info → ob_metaflow_stubs-6.0.10.21.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-6.0.10.20.dist-info/RECORD +0 -266
- {ob_metaflow_stubs-6.0.10.20.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=0ggf6B4QT5IcX8Ch5ceQqK_Mn556CThxnvGdrSQR83E,96201
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=V-RlfXq27wiyo0Pxq9-YbJUpuQfbcf-EUyGwxbs5Xxg,1948
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=D3XBceGnA12KWc14QqI1ZpBTjsCqEfbQikS8DCdHPCE,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=omra_jPpoNs-MuMLNxsmoNLdHBwl9u0kwsFhU4RW-u4,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=AwyLbBbly34BGWZTwHCeifulDMcSLDoG0KiSmCcilu8,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=CSIVi8m4O4TuWXY0otXwKMw6lsD9cw4hGDrU2okgG9s,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=PrefVcK4cmXdATbYNfEO5xFmBdMh3_WZjv2wkBT3m6k,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=TKj9IqaxZRMbh0VXRE1SDCOoIF0GPSH6cVBZjI7ZzV4,5153
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=OFC29xz18dywxet2i_OnIjtuYC1kz5ErNvOFRih1gZs,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=y_VkwaiDX1vo57Fcac9vS5yRz_esHcsP7Yq3W_vvx8o,5472
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=BGMtJMccNLsH8_n2wjwuuJaNPNU5XjHEPugj590Xcco,14241
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=m52f7rZZughzGB0hPhncVaBbRt5lJWLLrFWWA3iUS8c,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=_UKacwgO44EWVXAx0oUtj-vLJvyo3efqb0QExJ4KdD4,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=iXIi4eEAZvCt5FWAAQY1xhbwdYnxNeRxjezK_OKi-Y0,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=0L64Kjc6S4CatewwZvSpvJQd72j3KVY5GArLUZTwEDY,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=YjS3UB0jurCdXIGzwZKFCAeP5nW01BA6Agbig3Iy1PQ,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=T9ZA1V2M8cItaotTedL50DV4IWxNRJ66UiDsVDpfr48,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=r7IGyf_yyR16e-XOfZxIpkCZqEDx4WpvtCcd5CaN1_0,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=wuRvg7ZtHODNPRImzLTLIMFr4xwz9mX7bup48i9ksic,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=Vmka-OuqRF1quoxE87IUDIiXObMhCzSHe2sxJ80D1GM,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=6Bzm5CZPwpthhfMlNvHLNsSJXNlcNAuYAWU06Dv15FI,1161
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=LGqve8sdGYztVg9Q8Ktxzy_OVf-wcBm1Ijcv3mgD3bc,48994
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=wtf4ShZAvpl5WyqWR5KvgqTMpLMNgQ-w4PgyqVN0bq0,3636
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=PMgZrhWKZ0sOMM4_nH9QLTeMTd8m_VoSMLM7RDpglqo,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=S2oGOYYFtogW5_7tFQw7IQTSV_kX4Iccc5CJdjt5bFQ,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=RHt0GUZvX2nHjr2ltRBXKzhnpJ9OvMydglrAhOIO270,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=rOtAZ73Em-nPehJaJ1-AJ7yd-PyKbXdcM9uUwLpOemY,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=HpKYURH8ybkYEkQBLK4Wu7gq2DlDuTUnq0-Nsf0mNc0,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=PnzdU9A9mvpBXsJVmkx_g9ApAKjSsgmO7B4_bB8y8_M,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=MSfk0rhSFKCeIQ7NqtpFIZXK3iugVfAf_jcUoER3jsM,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=nwd4d5xWlk9OQaf9P9PSwr1oVmQYlcWgZ2xHswYlmQ8,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=-6_5DQSuyRzkzoG2Hjr4K6dCppr6WD6loyfV4jowGso,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=eIVG9PDU_tEv2girRCUX1mY-QIK-SPiv62y2NG92-Cw,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=OyLM7UbPMZcaMJvFH6JlNVnK4F2AusCGpB3DkBn6F4g,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=yJ6hlPlhB5vtYjOUsutHHi1YkG_zeUwnyA_IdYdHvXs,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=uWWbehdfcqjBozsXzTUoauUo40RPgz0eJF4kJjnyQhk,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=2E1NvHmLxN0CmQnHIDwhd1WkkMVDLYcp1iQ2YlDBeVQ,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=Ll0QanOD6j8HKq2sPqI7yP8LJH2Ah4WImwyo4i3iW9c,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=7h3KA2eTPFBqZJi3yKJhc8sk9IV1N9F6sqfry68LAq8,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=ENJ1yjx3K9hQKMt5yknKtg6Ob8nhWZL2VxicZ2X1Cso,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=cE0YicdPiAcleNwN4rCIsY7ktiW-E7jt-z_8hEcLHe0,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=hOjQOCt78jCFT1mcNiNx9aXHwaDE2_uvXaOuVz1w9Y8,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=03oflo6KoEZhQxOuhv_CzaAIwRtGGFQMIm6jj8i25KQ,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=kEctmF61pELFTEhvXKwWnV7teK9SHivzHDhBuRZT-rU,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=BqndNGxJP82-_y-dp_Z2nJvYECNB0yhFq564w9ZtOu4,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=9KQjjJvKWlKJWJpA48dC7Xr602ZGFfR1_5LEvVrLRJ8,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=bDD6Izqf_xTwwCkzPyf-in7FPaEkjQqihHYpgkVSrQM,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=hJs0aH6rmDT7A9K1mRKuNRNIu_DTXNlLYMKxRI4pfnc,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=KHwukdvIcm7uIq-HUUktrjxfnmr0Ykv1ADbhh_bLYBE,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=-2EErQRJgu-Rfdt9zkBr8bNtOcYPZCQmQ9-gJNTxPeA,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=ILGnv-9kEbp_TyY2pMPeJVmM05J9Vd0S7kWyq9R6Qzo,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=jy9qPmpWCGzEF6d74rWTpSeZ9AE-i7jowiil6KaEmkA,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=fOO3q6uqanDncCnWZR1uQW_AMIgQ0ixBNnhk3-sV_uI,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=sTwFdpOANMX2gU_wYGzSbBH9mogLQjQ0Y18h6aUg9Jc,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=1YU9FEn8ggGfNBNm23os-dsJsnZK_1B13yCdBAwakbg,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=VeTCl-Wi2qO8QURtMJHFg2oWa3-fhLDQurm2p_Ek2GA,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=UK_asMdYotbLznxoyLnROvlqrfAvV-zyre6wskNT2ro,16656
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=Q1JhYu2gBL0h8sNwLNutFsy_enGmiS2pAkAYNIVisbs,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=iPS19dUcV34Up6Nhvcr6X_jX0Mh-wwYbaldqHniwguU,3094
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=XXKpkgy3YstDHAzFSM0gNrarGt-PBsjSBi2BC1ZgY6k,516
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=DMxk11EuEsx6fPX0QiDnWVE16lEwHJCS9vPCWpOMsGs,6079
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=4HTeYzrhfyPkHINRjH34YFxLVeh7bdvtDjFWp20GSjk,968
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=gTQh6JmL495ceP_4N6ptfE-5CHQp1SQwHvtqONCf1Yc,3449
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=6o6t6f5sBxr42XeQkpOJR7jx1N0Ns2NDfT5pgCAh_-c,516
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=PdHVkYHQuyPTNeED1wo5LQfoXOm0iyweFuCkMjmiVb0,2481
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=LlHXLmabjRHdYzAfv6CESXLwkCSeQFhFcDvcd8mbgb0,1694
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=fBZ0repHGy6BcULRHjhBNMutefor80T6KMQ--1u0vig,2135
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=LE28aUNK1hNVVlDEzJBLS09Eaol1QkekV4vW_8tLw-s,1887
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=ztsjEr5RUjsyfcALOjpr0rUEz7LoOyHLAuWUonlW1KQ,516
|
|
71
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=PGr1yedwtGHWPLb4XgYnUcVX7q2Yn9ZbVU1XYnALNfI,823
|
|
72
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=TsEpoS4gGfqViteTiSbNTttLHAwiIQl_1KXrf18pth0,1383
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=w82Oq9CNAzWNCv_3Q58tWmQ3ljoZl8p9SOAay1AdcXc,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=-ihKY9cHFzPjnCOPzuAC1Hab53HMDXJaKjDX3gLh1KY,1960
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=eH0kY_PMf6ox-SjUPOyiZAKn5Xsn7JVD4bZ2d5NGgvY,516
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=maDm8JYUBUBDAbADxTXlSg2IbN-qD-vrrI4fNykt_RA,516
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=zUtHCvukyA_KJ41CA66J5Jk8N__8DqFHuWa7ZJiJbms,1420
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=_BRhMwwdoXY3R9aHBF0_N1BEQkwWRmL2B9ARneSV0pM,6645
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=jP9zTobwr81RO-sFbmMcTo95t0_Q3-cspZbaEHV8Tp0,2791
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=yffkQQHPPVJXnTAVfPi4hD7Y73I98nOoWtLhZXWmeZA,2563
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=2iD4-alMHhyo43IFFkvpk7wtym3tSCDOJyZztIP3vQI,9144
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=xKZgpjjvEPBbSVF4oxJfZ60NLoepCkGB9dKVThlR-Qs,645
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=eDe9dfP9uwlLlOcy8s65F3ieyQmmRi2i4OOKl5QZwYc,1900
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=KFCE8RPW4idhMrxy6F9K56WR4KaOiAFTphVUDYQZPTU,5140
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=i96s6J_9nyjaO4JIK9XPNpySznzXpQQ4wWyAJ2tLCsk,1369
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=SkkME1BVorImfC7MN-mtJNxTZlwRvRcKbakzUhKuWtc,3660
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=l265Fr1EapDCSQFTVLgwi1unoZP7FhncD0zxdnnXH98,516
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=0Y5AMKOfy1a56x6wbOfnLpRs9aDqUgjCrNigJ0WYxcY,516
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=hkoDuLtf_QJgHGxWUIb5Rot2948RM8nF4GZpfnJDPao,723
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=ri3kWCYITxMYLaFuSI2m7bVEDLReEUEPLDowz-Fvk0c,655
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=9-2kjVoO5_gQBOI5_QlJscZ9YyycWNG4gh2iTXlfuJo,9946
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=w4IWbQO76LagEeD2_cmRP3sTZECx_Qbr7Mn2N1xerlU,1468
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=IC3K4LgLfAknaoLWRRDc1DA_0Cnr1CDn4CXFCfIg-AA,2189
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=pqHcXrCS8XPozt8JLl4XpS6yVImBY_3w5UheroMpq54,17506
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=6LJL87Fb4AnFw_NMgBgf448CQ1UrdZgKIpfj6IyP-1s,2089
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=5lKLeOeZ1Fml4JgSypddZlukzltggrGXqrE0BZMHsC4,3523
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=km-Nws-UBoFk0oleZgCebjPnXMWkWYjnBkjQVUEglCI,9794
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=806hU8McJFR9AeALDUklcjzH0wBnDqQs5A0NYWV6c-w,680
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=pM-_WoiPXzrO3rHJSxWlsWcJH75s4h7NpA1DU1Bu-JQ,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=Du_MCUdeODEOMIk4nx7ZFIM3KZDFagS3BZ_I7lx2Nms,2306
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=Xyfi4zbPH5NIp6GD9K4PfRkIY8a8EVfwFgYYk5I2C_k,516
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=1r3blq5Z3mAFzeek4dAGH8qnn3KN15VvjSLQG1s9V7c,1922
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=0eksvpzcS2vQU5EFGmEFUGFeAKrCtaHXOAShpBbtJco,1035
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=lJB5tK5aK-VSwqX5IMI3Z-XHwRXzPpRSVPwKIXr2sC4,516
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=DOGOcljYCgAUYz-eaMhpcSykS-gEczBjQUZEFYwLpZU,2547
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=K6UVPHIhfki35GvLOXsBoiEtU3dJ5ebTDz4rNQuO7xc,2554
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=qeu-rTr00uUwAbTWeKYFiJHjv8H9v4l-v8MBiHTlQHM,516
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=ZRZ6qanpK3p9j6qLtZbrTNpOusqbA5GNGWEz1RxsgPw,2305
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=zGHAQAjroEoPJIlBi9kGupbrci2RDTaBD06B7b673qQ,2486
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=sCcdtXeZH8u5XZc_DAsVoMnRYtyYywyZE47Eh1yiUpM,2233
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=0Twcu77gPsh2ONYefWpzjpfpxSJY3Ad3YNGFfkmR5BA,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=yPJfoLbcJiNFkFGnTmQIqvbCj9SwQDVOVd7fWFJMFUg,1483
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=NDS5Xrv9cjq6f-45C7guFxhZOEXBKAgHV93XWD_qz9A,516
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=nTIdOeoziFTaQiEq-k6YcjlorZvHhbyZ7-9FTaDdRSU,574
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=vsoM-rQyULSfbX4WSVQhonJPkGOmr5OCk2h4mAgPHYI,1152
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=oIhjCpN6GoswGZoXh7YgFwvGDkG_YBqey8D7q4lrB7g,3174
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=cUp0sWQyIF2eFRJbx3UNrwuafoAHYL09A8XpnxHusGA,2601
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=zl0NgEpMQW9sHCDPpFhBKnIgu14TrUL1SD6p14_Y2x4,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=JKQDSDLEirYMcMDutaFzzIuNhygu89_G2u_fn_axxlE,3281
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=fsP1ZZE6mNxl0y4NDQbzKTA4JgA397lgb0TENGhgrno,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=B4pJcVtIJBXURmMVs9Zdfz-VEM4_EeVDQKzxNYVMvK8,4478
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=5zol7hwNEhRMooHnBqjOhiK5RpzmWImnizDhFANficM,516
|
|
123
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=MBz8NRpEw4B_jwSR_1KR5oNX7mW-U0Bpdu0Q3V2uLCc,3739
|
|
124
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=uh1PC5SbG2DOUeD-8dp6AW4SCZSoCpc5fG6qmNTI7Tw,889
|
|
125
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=RmyQqZVSRTP2vfofGN6PoZ42TPdkBdw3O2GJXhxMVyQ,19750
|
|
126
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=LK1yOLB1AbLbOHwHT7am79rDWitQ1mESQv3wT6XLZ6o,2961
|
|
127
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=BpL0fhR8NXqjqsO85Rti3mBTYVudBkUKU-xqBgwwJiI,2126
|
|
128
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=1UNv-nzMQOz8gBczqOmAsJNRBw6xHgOS2QmbZ37-mq8,2280
|
|
129
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=sOEpMztAVRgxysi6I3AT9_2te92sgjxo0No1KCjsrhY,1034
|
|
130
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=lwBe5pe7lQstzxsDRqxBLg549wuBJ2--T9l1gEktqt0,5283
|
|
131
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=yfuLSTOmFQmhvdpGKge-nJDdxjUpSEqoyKRq-JUXgEY,4083
|
|
132
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=edVOn0iiiK-_HMBYWPpxzPKQcHj99gUn8J8Pg7v5qxM,2243
|
|
133
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=cktH2GXUW0L9pUcOEZd5cZwEdMx3cYL7-U63YY-4BK8,932
|
|
134
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=BeVNUHYJHTe_OL63E-zHQZvwwKG29VJPeZ1N34Zn3RA,910
|
|
135
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=L6bnlGllvOj64qUqsSobdff_mFXS-ZQmB2xJ-e5wqnQ,1052
|
|
136
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=O7pYnVEVMpATv0N40jhtRY0_UDd4bvRK-lPKhUtEl3w,5983
|
|
137
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=b_pZhW87e2OZ8pR1Kql1lsDKwUhsrGcljNwDjnY3iyE,2465
|
|
138
|
-
metaflow-stubs/plugins/parsers.pyi,sha256=7hYXgTfdyJjS_vYCzZIXKldXm3RmDFqC8mpPifR7zl0,784
|
|
139
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=OViEc5MfVcivX8fffYHT0CbmMF577Zi54HiKHy2aNpQ,811
|
|
140
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=R4VVzSYppxE8znZXS8RHEUH_-lnCBHKtojOjZwdqdso,3713
|
|
141
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=7QUpSbXmfzToKe6BB911V6fahGi73HnZLM38kkLpw6Y,1829
|
|
142
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=RXGVon1Tf6MJW-5-OFdTnO7GFA1RkdTARr4m_AT79TY,1709
|
|
143
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=GUr85b6Cb123Oju8aqS19fcqRpGCTa5RLwZs9nfuTmQ,1198
|
|
144
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-oaoru5s6Un0MfxMLKkVgrZ1pxSowHQOldU620OKyfg,2107
|
|
145
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Bo2FdEWUEboQgrlUpMOjTfBL1xh9ROEzKNNe2lQY86s,2296
|
|
146
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=P0us528O90Q0L-BAeCzU_0az75zTSbxlPzfkoJ8ckbQ,669
|
|
147
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=BgUEHM4uL0WbVf8Cn6HZBGWK2PX1xkXMgLw2w3fK_dU,3154
|
|
148
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=QhIINxalIDODZCGrxY1IuIk2hA9l8KTUDm484zP6toM,923
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=P3wVoQYZE4VRv1Fn8F8M_zxkBpRSekvzAMI4o-vTd-g,877
|
|
150
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=CzmN_9aLB4CtdjagThvwLZhlgjXSuv8fHYcSfYJUOyI,1497
|
|
151
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=8j9NC6kKIXqRiyPrnLvI3k8CfTYqZ3kL0MclZRzd6N4,3309
|
|
152
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Hv8C4f7aO0vrSfJB-hAUM3ksvXL9nWqBPOWdqbE9Rrg,3220
|
|
153
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=C1yK8SqwrArYaIAZWVkvNe-LFa4IyHUaX1t0elnO_1E,727
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=-RC2hPkUVhsmQ5f8aEqkpQ4Y7KVUY68zv5XrLrt7t1k,2634
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=PQ2npSrPtZse8SAepOv48bEu1VoR3TcmTdbl7gKThJQ,3348
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=95mGoJ95wBAjXhY_jLqQYRIrorxc64-GQJAp851PA5s,14596
|
|
157
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=eSu7CAHj2YX7azCXxVFaGVJ7QRvOdtzWETD6xgZbqgQ,1375
|
|
158
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=3CSL8E-3v0itj02C3tL6cvyqj984TuIIwSR8SMNIdoU,4595
|
|
159
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=59joCSPg8Vyf5ee_DjlL7VxLyNZ3qxfHhKTrYxs21sY,7546
|
|
160
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=mYYvLK43XfuTNMHMLQPCHXhPJil4XIzd9IpDgfB7JKg,1673
|
|
161
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=dSr98ERGfGh-PTg0P3X8Nq0bljvgpv634AHwQpsMekM,755
|
|
162
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=vQ2AzWW9ZL2qjJAx3RPCbPSLlHkJsqEHDiyZEncOI2k,930
|
|
163
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=DFVJwBIFmUoHyvNQBvi6vk6OG4SeRUUDJBSyWHGK9T4,3200
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=EgbKuwWapQuPJXlCb-3WGjenqhgA4xgO9vpgSq-OTTY,675
|
|
165
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=xjbcgIgM6AHdhW7ODEyodwy71VV13oIoRxk7u--vUN0,3051
|
|
166
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=TQQezbzmZmLwCOP6_sVe4di6KhJyF6MDDB16Wy8g8oU,3767
|
|
167
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=k59YTrxfBQtRZY0pNyqruVpnIiiNMCkwOvi5gAsbQSk,6231
|
|
168
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Ixy334v2u3lgYOaMS2ZqaftWRZWGHGiaZHqsOyHXnPo,645
|
|
169
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=AfS1n3PDPPzyUnA7Va65av98DPJ-DrqOVLbpXZOMHls,3575
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Bx-vFvPoxUXSV7WymDFiDXzliIvuL_O1Wu2ORrV_2CI,674
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yLL_Frl_RB6Wbi0T75JFvlwp3mpKEXEfewuhvV2DyqE,899
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=pxcneqFGkFgoqIDr4buLxN0eMKNigM40YorfT3hS7jQ,1637
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5QIFOu1h4IPyPqLnIlfVnrVi2j9zstmZTS7RQHEiJXE,4631
|
|
174
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=t-TrrFYKSl2Pfefw2BzPERrB_4_1tNvpStVBjttOStk,1186
|
|
175
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=GUhGiA3RfvlhsgSWIs7xQ5K7-nFUHX6m5gVt5b46Abw,4035
|
|
176
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=0J9o4QN8EDjtL-uMVpGatfQIsjKc0Fx5Nn1GYXxV0Ow,5089
|
|
177
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=kvpkHL0dggHvEwarFz-nQsLKR1gUgHCsx9-E02s_UTg,1011
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=F44mIQe-X4bkLEG1iKghKAqyezipJN0Da35PYfZtFB8,1168
|
|
179
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=FvaLmq_UAVltG47qgsG9xvDSSihy_H3b-LDiEwQP5tw,999
|
|
180
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=0pjXTDW1Ekyc9QQKT6ri5wE5MFMrWt7pZXxLTU2dZIE,2289
|
|
181
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=4jBk1xcggR0NEAYOj36sIzhRU7ASGo5s4p56ezyzh1o,2458
|
|
182
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=sVmzxwdDwffUBtp1gZnc6pwPUzwT_NlhmcfwN1LpOtk,1568
|
|
183
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=cOo1M6x9UILqm81E2FmHQiIk53CRYQ_PM236oLqDHM4,1667
|
|
184
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=b5r5Irm04PR_rMgh6uMOUU--K0nawW-qSc5d71hNbRs,916
|
|
185
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=zclLAOak7aYUY4dOpxupyr6tCSnTaioiHtB9F1Vv97o,4909
|
|
186
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=uRxx3y7M7URlp41-NlGhofiaB-f_vdOkysi8qyZcVck,1189
|
|
187
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=tCOcOtoqQiwWUS_o_zf6JIQfMs72x0tn7DXxOLA4vFQ,2966
|
|
188
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=cUUYIcE3wG5i8FEvVRhhuY9aEAAJdYICJ1ATvWfl5qM,3247
|
|
189
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=vWfhsazQUPdNl5zjB60W_FCpffCZQxGHw0-Jku32bnw,759
|
|
190
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=4gD7iOnZ92E_CCeigyGjqz5jv8UBOwk7zRMSC2a7mgw,8476
|
|
191
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=aVEgwAEju8I75k5BmqVqEEZF69NK7SySol3UQkWu70M,2470
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=KrHETNdBcCHrLdbrDMpfFYfl9K-vUOmxeONnEqAf5p0,1027
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=uokW2f6PubtoLKQ5kldmofF5E3vbIZk78f2w4-otniY,7551
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=8diF71RepJkA-lulBE9lfJxDx6ZnS-POTYDeDEemsRc,3196
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=vey9huZ_P_jJ3c-LuKJoUQKyQ-JdpqxOS1CyEfMEgDQ,20369
|
|
196
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=unIQoQxLS4dj8hmduQ-0JxoAsv9v-oTQsCm6li6slWk,1505
|
|
197
|
-
metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi,sha256=DYKqbn1FI0qflHvskUmPDaIHFoOfQRjMw_mgDR1VCN8,4248
|
|
198
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=j4jN2c3iSLl9RbUIlfm4u0R3yHabZO9-UgvpOntQhxg,853
|
|
199
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=8A3PDjygBn4cDET7H0v8jpw7ee2GQ04iWAlwXyI0Q6o,3774
|
|
200
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=HMIE1rBH4UGvCxVQteQb4EClOMLDSEEqkKyUjJZvPQs,933
|
|
201
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=3QJhCNZywI_o7AJ_5td1FiSK13qUY4mhCMRBVUbJiXw,2797
|
|
202
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=hUxqGHdu1hJssPQi_RbjVZt5qzaCEyh6J_bWZA8TYXE,1204
|
|
203
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WFQkh2NHct-CH4Amw6-1jw8diHs4P22eKwIR-d2OuFI,24287
|
|
204
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=MVSbko0hvP5LEOWQIZk6A_7AEv_utujECe5JFLPjNWk,1036
|
|
205
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=WUrTkdEtNIDkDfx7u2CzvRkrZFccW-o1d6Po8iSvc7A,1132
|
|
206
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=-kMWZkL0C-NZ5NYcRoDbsoslhcFxN0kfikmQuDx6a_s,611
|
|
207
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=A2cfsKD_Gmv1poLXFQTEBg4P6HPnrvk-8sS6L_ZluIc,901
|
|
208
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Lk3tmiqqSVALIqWogHT3NSJ88bSpbPTOBhJPO2_3IQc,587
|
|
209
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=j5XvrHy8B3j2JmVzPZvkPk3zWoa0pwF2SjITGVCEJhM,1200
|
|
210
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=rlFSuJJa-okPEyDpf57kSlWzjOsMkWVKc4t9z8pzJmw,923
|
|
211
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=byhlF0oA1Q3PbbEDjRI5hY83qYCqfqxOQy-Lu2wWoVQ,3298
|
|
212
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=9NfTXL7oXo4BpWf8iKtgdWD8QOfbWKK7NDL0Mih-Bc4,796
|
|
213
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0sGVQn-NlwD8RmHARi8Mfszj2nXN5-eosLWT4M2OM-E,899
|
|
214
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vKyZr9P8qY8T-wzN84zV5MO9VSxMxy2ga6dn5s3zhFg,1086
|
|
215
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=rYdspJCPdFgStwB2fdVKo91yQtD-9SW2VVF0SAoNXp4,1641
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=52aJJ_yBhMEVz76iUHPGVu4aeUtlP2iy_PU3f5bpS1k,803
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=6zfJBnlcQ8tJuKedez92hUeuyvgTSrMtjgQrI5kelok,1707
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=HldtVRx6kx-IWrJ_FPk5ahNoMN6YhKEgv3ir0L3El54,3915
|
|
219
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=9T-MqUFUfGA1iiU3dNxLx59SsRvp3VRWSHKzYNf_V7Q,1292
|
|
220
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=H8khOEBvj-RkXg9jbJjmzkQuL8QOyMkercOYeHDsTFE,7978
|
|
221
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=uR8WOayFlzK-lBT8njVKGXeTLlwn-7VntYBLYvM_R3I,5425
|
|
222
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=uBzFf1mSmFwWGpM_2gFj3f-lN5IHAUPSQ0wF9GNK3KU,762
|
|
223
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=RHQQxWgzrWM0S780po2FF2XC6AJZplcKSkNWyFfEl8s,3364
|
|
224
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=YcFsd9msGWY9ikfJDGyspCX5b9NxCPstUZjF4dch8n4,849
|
|
225
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-2C-JL15MSVdqrJDqGjW8cmvG3Vig19X5lWlAX-9Z2Q,948
|
|
226
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=fPllC_RY6LCJblNxg6i_e-YkiBPue5wb0ufQmMxIsKI,3855
|
|
227
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=5UxRVU0eb4fyyIZSYHTFu4kva3ZbcZnxt6EMdl4ryqc,2465
|
|
228
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=_IDOnbY1EX5QI31dpVUzVoTGnTiq99XzAdkd6f0AOF0,3741
|
|
229
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5ump8CTaujlwWEKvccvEaZqSyzWK4LqTgHiacL1N3Rg,2650
|
|
230
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=midwz387Dvm3W46qME_Sqo0iGEzp1pa1lAtTstkYaFk,834
|
|
231
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=NVrtwPgtrubVTVgzBtGA-WTWU65jCWTQivcm2XZUHO0,874
|
|
232
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=WsONCLq22JZqR_9Nvx7PdK48QIgw2mEzRdBsN5BcoMU,1208
|
|
233
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=NMfQIX2p7npXJcyIs6QZReSXy9MyyIkiv57bG9OqxoM,986
|
|
234
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=8GpqHea1I46Bg3JA6xeqF8oW9x3mqEMaHaxDlzop0qc,1744
|
|
235
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=VeZPKnRJYfeNpcKG0xXISt3LxsRKYpuuzmd5-6c8BHc,1224
|
|
236
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=NkgUwGlbdCwiFHwZtiZYliYajQzbeDxThpRTp9jU_bY,1417
|
|
237
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=66qSeQthWVuRm656wmqVoPAf3iDnCyxRsxQrgo2Lahc,956
|
|
238
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=fTTN5ToQw04W1P37BQu8FdgO_F6Y0QvWViu53tP4jeg,928
|
|
239
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=rYsIyxOi-8yYquY3zUIAV-jCMQ5_73hJ-IL7oKO6K2c,1770
|
|
240
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=422wxNELGFW9Mm1t40C4o3SFYbY7zF3MFGdhtem7uJE,601
|
|
241
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=FYpMRqwpvpH5fyENj9he7KXS62o-VuCLv5eP3bdgGq8,1383
|
|
242
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=Kyih5SuouDaUEzzgkn6t4EIqGmvCI_m-1FfaP9_7ezE,696
|
|
243
|
-
metaflow-stubs/runner/__init__.pyi,sha256=Rxvi4dsDg0VGMeZeGStXbmmekBTAxRQktEyISjFkMPI,831
|
|
244
|
-
metaflow-stubs/runner/deployer.pyi,sha256=VM_cHMPQC0nm6pLZdq1dhpFiVNi6jN6UOkqIomM4xaY,10115
|
|
245
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=6GoKZSTbLRE-ML7U2C2O93CY313TAb0pcZOJPWgUX6I,3678
|
|
246
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=KcpnNSH03Vw6zQDKhRxIJ81YyK7de7nORhG7mxVdssE,15335
|
|
247
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=hTMugwDFyRiObJgwFWfmXG9zbOHev6L1uH_gW5hp3fc,2946
|
|
248
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=ZZH0YMlV3s4oQJMsnTV7dP2_3jD9kjQDEAkfIfWEYiA,6035
|
|
249
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=rHnMNZZjfbFGlXgHJwBZj23q-pKFjux6SZZyE3Kx94E,9342
|
|
250
|
-
metaflow-stubs/runner/utils.pyi,sha256=ZaHuptcZlD4Qi6Xz5brDkqLn6J4mpA_BrlppLJNSi-A,5968
|
|
251
|
-
metaflow-stubs/system/__init__.pyi,sha256=OFs9Axq_zXL8vZtER99gPZJbyhBe10S175oIr9hGK5s,761
|
|
252
|
-
metaflow-stubs/system/system_logger.pyi,sha256=v7QLUllUk6RGCRbt0Or2x_SluBTpppHSFDMMmPhWVKM,1666
|
|
253
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=R1UCoPZgx9GSYKhnfON1YIyuhAQVd7N6909zPoy4cGc,1788
|
|
254
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=ltOxcLQuha_Dm6NrUn9yDGRdd7nGvGPK2HjRMquy_lc,654
|
|
255
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=pi2OdmRHPDtG5T-CeYnPYydxIgJbC6xLe37yfJzBMcs,3008
|
|
256
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=yMz4-fZk6J_bC4U1yDWzF14OsmV82chLrLQEfPEq5uo,10232
|
|
257
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=82rOrq6J7MbpW6tbS0lEA5PK3VU5Hq717b6AHa7FYf4,785
|
|
258
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=vzJYUj7Pov8IluqVnO579sBCqeO-GfIGZtewsOxl4IE,1391
|
|
259
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=BORTw8EKx2XPr6pNJiih1qMOIeYwzy_hiM0QyV-xUQg,9333
|
|
260
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=Jz5Yq1CvL9vh6IFT8Hk6j4h5_v0wnP6ksWTVRqR1KbQ,7062
|
|
261
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=PNQ0Bbpoe08MtQK-Ux8JkrKuzRN0mFIaWz7Jn_5Yhbk,5039
|
|
262
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=s3XwxR4kJsZJGwclJKhBP2Vmutwpr0uZt_3ptzAGNyo,13919
|
|
263
|
-
ob_metaflow_stubs-6.0.10.20.dist-info/METADATA,sha256=Gta0AgPlEr-85B0W2wZdDr_o9FiCtYjS7S2PaTrMUIQ,657
|
|
264
|
-
ob_metaflow_stubs-6.0.10.20.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
265
|
-
ob_metaflow_stubs-6.0.10.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
266
|
-
ob_metaflow_stubs-6.0.10.20.dist-info/RECORD,,
|
{ob_metaflow_stubs-6.0.10.20.dist-info → ob_metaflow_stubs-6.0.10.21.dist-info}/top_level.txt
RENAMED
|
File without changes
|