ob-metaflow-stubs 6.0.8.2__py2.py3-none-any.whl → 6.0.8.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ob-metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +978 -978
- metaflow-stubs/cards.pyi +1 -1
- metaflow-stubs/cli.pyi +1 -1
- metaflow-stubs/cli_components/__init__.pyi +1 -1
- metaflow-stubs/cli_components/utils.pyi +1 -1
- metaflow-stubs/client/__init__.pyi +1 -1
- metaflow-stubs/client/core.pyi +3 -3
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +1 -1
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +2 -2
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +2 -2
- metaflow-stubs/meta_files.pyi +1 -1
- metaflow-stubs/metadata_provider/__init__.pyi +1 -1
- metaflow-stubs/metadata_provider/heartbeat.pyi +1 -1
- metaflow-stubs/metadata_provider/metadata.pyi +1 -1
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +49 -49
- metaflow-stubs/metaflow_git.pyi +1 -1
- metaflow-stubs/mf_extensions/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +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 +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +1 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/ob_internal.pyi +1 -1
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +3 -3
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +4 -4
- metaflow-stubs/packaging_sys/utils.pyi +1 -1
- metaflow-stubs/packaging_sys/v1.pyi +2 -2
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +11 -11
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +1 -1
- metaflow-stubs/plugins/argo/__init__.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/argo/exit_hooks.pyi +1 -1
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_client.pyi +1 -1
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +1 -1
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +1 -1
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/__init__.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +1 -1
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +1 -1
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +1 -1
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/parsers.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_func.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +1 -1
- metaflow-stubs/plugins/secrets/utils.pyi +1 -1
- metaflow-stubs/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +4 -4
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +1 -1
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +1 -1
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- metaflow-stubs/user_configs/__init__.pyi +1 -1
- metaflow-stubs/user_configs/config_options.pyi +1 -1
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/user_decorators/__init__.pyi +1 -1
- metaflow-stubs/user_decorators/common.pyi +1 -1
- metaflow-stubs/user_decorators/mutable_flow.pyi +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +2 -2
- metaflow-stubs/user_decorators/user_step_decorator.pyi +4 -4
- {ob_metaflow_stubs-6.0.8.2.dist-info → ob_metaflow_stubs-6.0.8.3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.8.3.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.8.2.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.8.2.dist-info → ob_metaflow_stubs-6.0.8.3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.8.2.dist-info → ob_metaflow_stubs-6.0.8.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=eNaKQbaa9SjieO362Cl8kxvsrHeLeRFIMvZWNCdKZwc,86867
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=GDF-qyQX8t1Rx5kf3XARiHwtOJ-w1AQXByQM8xovL0s,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=8YEuEupxu1pdyeBgbzS0-UxhHt5CTWWqfQi5qadPjsM,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=2sXl-Ap3jrdT_YP8jETjlZSNr5cOCor1BrvQrpTADnw,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=dG1ZWiVwNbG89m7KcPAZ0Y8xk4QCSs9Wst74nh0sahI,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=1czY_ndPpiIZHmXVhbyVll0HxtgVNYrzh0hmG4xPj7k,10301
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=CTAD_XBL9TZEmqHEE5Va0__YhMnzRCmwVr-ibbsOm4s,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=j5BuWPjkCIOJkuIHItq-7st_GfbtvV4dcloMwId-pjs,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=hghjy0vN83t_P-_vw9LIjfQ8LLVOO2yZsDdlku-g8TY,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=NIj_Vcrjjs42V6gFb9RE8TeJ9IuB-pM_Ew61c8zvyyg,5173
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=ma5APOeregnE_XQDHVRiZ_tfro95F-UPIneYzhb0oh8,12887
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=29ofATU5T_YpMjSLfnCr1lRJ1gOAd_4jQqStmb2poig,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=bvF3HkOlBADwkYGvPigbJef2Bheb_0fCgX1aQdOqNdc,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=M4adgqQBjMCpKPTQ6X1NE4VeIaxtUf6TFN3B4DY-vQo,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=BpBxmpytz4Az70chfri2Go_BuJ8QPQyj3WS7ebc0t5g,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=loIAQxPnIeUaDwfNO7AD5hP-tWLOBmTwRlce6Oq87DM,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=iSX0AKVpEj4kC1GHqw1oDIOegyp8NvIsTNhxTbR-PXQ,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=neQtDAip8ptaudlFIYVd9vJIdiKgmV7uaqiESYvO2Xw,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=7pqSWFhE27-nF2plxDuy48G8ZTS4yYw73BTK3uWCpHc,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=jab9oCqJ79R28NkXPBnphxfrq2o-DqA1sp8-lMLJuS0,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=wwDwATas6BWsx1gYHHuuh2U0vP_Ol2PnOwGkUzQaLg8,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=JuzaJAf-uuViWKrnji18ebTAjfe6Oz8Mm3NbRaAcYzw,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=90R16OFs9ZhUBFOHLVgAqftd0wG4kNGANmrignLulbw,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=tIADuCtRyS9awwLNjCBO3hU8rIpOZRcssxkracOgM2c,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=V8MBnz4mJDQ5yHxDZD5m-28yaaulLbBTPACef4AOeSA,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=2SHtli72WGTaUM65dzAgJVhlwBHZ13XYLmGiBj-9tn0,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=YdKtVlt_RpIEJ5PYimZZvznlqnE12kdsnYUUKl-WgL8,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=h_yFUhVHmuTd7hYse3m1dbpK2biAA3L03S5UxRDzSAU,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=vr4fTiwcMkzV7z6gN3YDSDsZkfkkNGKB48wpAaGIw_s,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=w92TFvRJcfCx5UPLdXHp1fDMRaLssoVzJGheCIXCFbY,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=iWX4-rxMMIjcLbOH72QwvgpaNTOnUFCW0_7YNnfrORg,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=_pWkNvj9kvkkvnLzeg7ulwsVbJUe6CuLC9xIGjTzWb8,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=6_u33dKkLV7yIOUnao3JNpCaTVyJnBkEdzFbuoJ5e4k,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=1Z9_4oiK4CCcYY8i82wlbtITxQfr-70-l6GecaoTyA8,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=NLTEH_NWs1d50XgVjTrNd8tdbv_FFcmPrE-ijMoxvZs,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=6FVSMQgz494B2yWSKaLEQU4OrhI9BrZhWtNiyLvO1E0,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=NibWIlcgfoKnvY1wqQB4fzYudYFowmsyRAmFpjEgOWw,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=kyRJIkN3lbnS6Z1LpIf46aqu35GnCajwlcMG4-AQwxM,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=9pZMJXVcKe0cGRh_Zgg3QD1cvuR_sbsIO4IkDw7vDkM,6452
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=NsPhkw0HA8Mye4urY8G_wW2Zyc06Lcx2vk58WY0kU_0,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=cO7nMQhIwt1p9VDbJiZ-Ga5NGBV5cJM4vBuzoidmff8,6675
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=XJvBx07EhOV-gwxv7nwJ64wDfJpbryYOqBteg0_VjNA,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=pVY01mWQe5f45Msbrtfaq32Qd17IgIj8c4XTgs5YRn8,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=kpAdoOqwSCoXExKPM9UxnaOX-4Czf8Sj34d54c9uTig,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=e0M3CTI9IkyR3-irQmA2sDkyYylUUzOMD3UheeEYyek,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=H4OblH2Pv_p3xNybGIAz20Ug-aCnuI2F-2g-EehCWbU,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=eg3ukKg2hoTx6YsX6QPsR-rn1fuIDuvllMUWuocUHyA,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=yrTlj4YEplWIKwxIRG4qSh70kTgwyBzW8_JrSucMMho,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=AXYknWOfSheM2RFScXQVIjrseA259Y49E_X87N_cZSI,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=ZWNjgDQxJUAc5FB6DIozfZWuTSLHQQeXpNqbTqVOSec,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=KU0P9IeZVxxKjXn-lXXb7SUa8-Z1hbYT9b7lP8Lhr-E,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=56iEv94Y7GKRKtIlQkoy0hdT2LUKB91bPAARpM4Lf0Y,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=41_KDw_qh9UkOx6-VW0YcBbLAKqa1Jb1pVQwueiZwyo,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=H0sdstnP-udo-bWWd6XQxh64uhGKrut-C_C5StwDxLI,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=fwSorv2fjfHZ94omOfrquCOB-GH1Kq962OtVvT-MWNQ,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=W8u_rGGijSY1zmpoNPUeozDfcbEIHZ286_Kwgq6Vl-4,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=51O88ZLgy_Da1MmiM9nn-TDwg-cFu2PCe37PviKs9ZE,9892
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=zFEw3riBM93aU8fwfZjcduX4nHd1MxYSv55fF0PGMOk,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=3vVmioRAuIJL60jxr0DEWXp8ne3I-JeJUa_kW7c0BoQ,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=cJhcDNw2VV4d7rDrrVrWUs9KHWAs5vbni5JoS6yGuXo,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=Zz-iVkSnr0Ui9n9kiAkjkm3qOHqI5m6qpkO-lYVPLRI,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=YWrUoNQDXxVglZZdgJlKcs5Lvqlyk2qqJZ_SYLZ9xWE,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=MUb2Y5kZd0OQt6r8Pcdfac_SY9RSO0qoKJbb2elCWYk,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=QNacJQpemnSUU1_USmieg84noWNjyJE_9xeaNo6qiwg,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=BvsDYSOVW1z40Ro5WzF299n9l43mptPxoFrXw1USe-s,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=J0pam6fXDVz1WhJDS4pEStLKgZeHiAtyy0M6kp7dLDw,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=j_sc8NEpUvXUvDiGiGr93sqP7bprijZ5gqkmTLpFUsI,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=BddULiky4oC82vmK9zMRwT1zZalXcmQaZwtL1-fn3U4,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=d2h3n1S5wvytwwr_FXUhl-QdiOOhJ8a03RsupuHm1pc,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=3yrIJQMt6ZbdeID6eHr0PYP-bNU0s7mh5rYGV892kd8,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=aiXafPHQfAGAWPbZH34720Atiu4BsQEKE4z42XgbwQY,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=1XLbITymoBb5Hp4nQmz_KG-80N97C3UNYArbDi0AdFA,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=0UWScF2rs1pqpT-1TvyXJYnoO--AmE3pIPXjoxhdZrc,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=EgzqNWRtJ4QN7MLSxP-XYO1oXgu2-UIsMZH_37zbaHE,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=RvzFD9uQYnfkHVPDVtdwb3eDhJ_Jct_MoOBcwnwIZvQ,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=dH71E_1kJqgmE6GpwBGtlDUzpwcGbWr5VN1-WevjRCk,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=qhqJ0rcLTxVns0ksEx54Gd4bvW2xtwVBmVjluicYS34,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=V9dWKcDN9FhgC8pbRyvwnKNZM-s421X4pL_gwDXxFVc,9112
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=1s9b2UHmPmJyj3Dsr1DUy5IPbDajH5yv3e7WlYFGiEI,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=BCG52z8Ftg1mTIWIvmJjMFbwS50anZWSrPX57iVV3j4,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=_bncLi-gO6q_Y8EZAM987Moj357S6BGfgn-rDqwvOvs,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=4gYj5pp5_xjAi6lmAI6CtC1uhxZjKogi9lTmZd24GLw,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=FIhdFdQ73rFgGHh49x7PGsXk2ZSSf_HSIrHF3gbEbh4,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=Wrh6yDsM3jOg9N8mSoCX9g2wYfnkShLkjzgKmTk_GgY,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=NAL0xAXZc8WxTzkAJNhXlZXHHbxt18jrpzZod5S-Jhk,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=ckn8KJFQ6pxvB-tKE4Epi89kELqrr4q2pDYssJDn9YM,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=vihsIvn1VFpEm9-s9NPQTWD_ShlN5KIjFOtBMFuqaOs,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=sz6Q2OVJYuS3ZufIdUczsKxRuC7iYNjnTxadYwFI3O0,9713
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=o6yXcCN58DM8lnm2-1_KMpwG_9cKzwu-Px1LW8kJOog,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=M3udIZXxeCuLD5YMQln6U-c8ycAwQpVeyfRMOuWYd44,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=KiVCL336Bsu0ifuh7vd1hycUrQM87bat2SaOlpeE3KA,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=Lwc3NpMqr-viyFxS8tN9Jjbn61bjtpipSWeT_YcVxXE,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=2P1hf8EvTDc-5fQ42eoNogv-6zGKVcNpgkPDFeaoAg0,3430
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=caZN7eM6fdPyuFkfJNjUcBKaAPyPfOUu274HmuNPLG0,9713
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=7lXjfZl2OlQwMIq3bE5TAlkfHs6pcmxNeTlOsFioEZs,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=nLcmxT5-sYjcwW1CwKd2j5PLCbsW_L-aKw1zL5A3pTw,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=XhGVTT9BgBm8a1UPK39gTKoiG5LQge-OQ8em-fEOx8I,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=AuyUhpFlduo04g0u44lUZkXGTLJS5egLyEa4Qt0p_L0,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=ekyacYQY-1FtPhM3hCup-X291iXGHw-pAHrWBMDnXDY,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=lxEMpFKrrtqRfjKwn8_iJ3zdg5lg7MG4toO2seDHE8Q,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=UG9riIUaHMJDKCdrYJDoU57m2xdNd-ytZQTU9it4TSs,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=MT56iaXYVwpGqjVvUfvSFTSQ8Uwu9Ytllz-RTF89LYE,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=itMW1fnqB1A5MO4e247qxG0KY7eWE1-DbX1FZzksvD4,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=dQG27Xd3QQVnmBTHEerWvS0pPTcKkK2eG9434ChA7EE,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=2R2UooeK4XwSNq9mPIm3x0O9hjPNvHhQHgj6tLX1pUY,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=zHRLHBe7elxsHucICfHjUWthzjwXggciIx2p88DEADc,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=uPaZziThhaOUFZcmx4thQocwUqZ4uNp8sq8LUbIeH6U,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=Fa8GlyiMKkPdXxlaZ6TtZPLAbs3Mui0VozPtUvk8Rok,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=jUJhUZJ-ADSo4IFqHh8EmKyIpnFU6HVmS7i3vdDijI0,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=vuVsLbRuwpmjDlKQy5bxGk8Wi8H7uoRG55n6_9WK4jk,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=6xfOtfRMStwXUxSnHcgEdW2-YNYquwOzzEkpsMshEzQ,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=rmCwa-lQG9TEJNwDKQLleMLGxecIDOLqlcK2VSkQ-Nc,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=QsEhKf39MArIqDvXrDoImDU6U6zHGgrREkE5XmSUI20,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=0wI8pG2S8iOyrL3Ud1GRwSPYzxj5RtdDfkzafko9RWs,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=7U-nni2DxPUHywryCSYhaDlrA8-TuvWChJkZ7q-5ALc,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=nFeiDlSBhR6LDtsJOvCqDLo9vt3wR-hh1Vz1h_p4t_8,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=5RQS2yN8_3413BjBw-VlL5hjmQ1d99UH6OCqs5VX7o8,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=u-YKOHQ4PBfkTUZBsD3wFAD8t2i10Wb8m_CQXd0PYrE,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=8iPuu2ngCG9743AGsFOVqh1o3wFS7xrpuNZHi5FT1Q4,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=JfzmpN4nMnB2QH7r97UJwNC9Gf4A_RDDsNKsQAVohzw,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=-9mEitiCqUdmL1apAyGFvXjy5eoSFCfvErVHvSU5GyQ,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=2HMK24yaQOkQiL33Lb-cj0EvBfUTTs4VYmZfGOoARRA,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=bFfB_BPzL8nHPjhlJHcpCN0GpWdP2syNyQNtnE5hf_o,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=SCDCEZvQ8_Kg_ouyMz6ksu4KbOKMp_ABqNO4DpU0FHA,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=Ssvl-FKEhxhpJjeozKknkaaZc981HVaB1S89-PPoEvs,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=NCdHPquqs8vt8KIPVnrdoOqlOk-bjaGC_2xtGW4AaPM,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=hLeb23r3RZXzfOQGAV3jEbB5I1dmW7ZY-cBGax-RPmM,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=i3fy1VVnUtcC2eS08DIGklq-JJ3AvF8-pxX3FThNFns,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=mmsWSE3sE9iki-S3iuG-ujqoozAq-O5RE0AmzL3PdXw,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=lb-QBxXJLt9XXZEZqShRME7TlDe7h2ELqQAFWVMuAeM,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=7pS5CKf3fUSZ-g-nxreCCkAreNzeBBmrOc5TfIBn13o,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=EJMHqrx6RUU4pJLfp4PYdcfMRXPPRuy12VQSWYF2cP0,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=xxjpJAMXqwFF7jaWjh5By05l4QNvnmpZcZ2r2Xkt8m0,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=IOoqwhLZLK1ShXcQTEWxQxs726j2Nb-9hbbHkCKkr6o,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=OZxoHeEIr-pZcgz9aybXFeRjgzH5WQwuDiXHa3wVxRI,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=l2FGPIE1jInRR_VZa5Pdd3rl2Jt7GRy8prmBhqjYXCI,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=DKV6JUF64OTEUTSahuInerembLDGngdhGDPRYDyK3go,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=EceedRW1mR8pQIYIc1pNvyKX0gHuNVuJaS6tzt953LY,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=95i83_ock3wWQ-d5rMRw7NWvm2JmAM7RnjJ3y0cqXYU,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=vCdayAiWs6RBeJt8aGoFgkl5SFx1II3x4Dy5ZDy_jfU,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=2sEXg7BRH68qYFw18pYyl8pGp5TNn9CVBbnQSvj23Tg,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=uq1OlGXZLz6IBFp_VL60QX-a4FBYALyJ-o1Fwabzn3U,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=2wVjO-z0uOwULYuJHHIKWZAHL_jKCnWMN6cCYz3B45E,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=2ADpww2itxS9hcyw5fD0KSd5w9XZBInhL8bm60H7zzI,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=lqX1iGRq0rEr7d6DRoGo8OzFNfmQP-CfA_8l5Qnm7Uo,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=pE7LD0bxLigOB9CYVlHFFLHnn6Ias8_UPYPrX4OAZ44,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=mryZ5QNEdNkGR6KA6YS72vS4XXEiPxHYkgC_8HY6U6w,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=v-JNc4q_V-9Fv7W3So9ob8orMWNPnFZaMlFn4yGwyE0,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Ka7VcsLr6_KQwrekFhtuAAejvvt2lBoFptC1tyFcRkw,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=JM29kmlgt-jy8m6R6NqMqj8OFYtAOUupGFZb4e59fzM,2551
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=dif0mbOazCjS130mxItO6luv2wQlylRHe2BKgK83XTw,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Cnd_KfPz-38shzSgyE_GynIezqwHqjyUiW3GpGTxp5g,14211
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=mMhWg4QlM5wn9niRgwonLh7OffJbjZ0vKZcbsFF_7Wc,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=EA9Xivm_vXq8Rs_xEUDnGW70Xo7MUbkyhRt5r10Nuow,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=PYa5N5zhx-CT_ZBayX5_O3jLXspX8K07E6pMz3noSvQ,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=M2vCxtvPxQ3hQa-MyQR_2T3rGGNPeLl1ML9HVpok6wo,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=bI3FRjksVz-63gME0tfOLCrqh4eXykR4-loPIE8Bouw,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=S8qrtROCCdiNQCM0Sgg8KFW-Ymoy8i3v35-tg26JIpQ,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ANYIIVCFU2YmrAQASAguSgT1_TA0JiSw6nBExjPg-is,3147
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=LN97HbR3IhT29RMr_Tjcp0rZaXe58BbMhScsWGZ5pPw,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=cDRvTnzlBFNJ_bI3WbLUONVzA5Z9LDHn6sX-1Cimzic,2951
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=-11amOsCrw9k9eD865n_Q2XwarJ1rYTsPbrez-5JVTw,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=QR6F5FfMirI-x21Iufzwh34oPIaTmskGJzuq7NXs_WM,5976
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=js1MA63IZPkYmQLc0T-SzwZBak1nOH6WDtAOKtyWmcw,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=wIcbEgVrMQqi0W4r7_FDnIyZhCecBqXgLoy70kLo0Wc,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=o4ScuM0OzSmVJp_QOPHu9iG0i5oLodUrgCf1anfF_Bg,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=3kxo7R88n_kuRIf1GeDChhFRpnyiD5v578n752Z2bg8,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=i6fPMmHUaCDBxrtvwEwDBeFC8V6lhtIV37K63AH3bgo,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Ww_cxYYxlwHShxVOEI_8Vxwcfn2inoVdsaLinbufUjM,4576
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=4KPp24PNDAkNaZvkBpC5AOv331Viy7KuYKWtWsWJsdY,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=J0NPJCaQqvatQuGg0vG2Q21uoV3ydCf4bOo-1wPRyls,3881
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=9j0qwTkEGumv1n55wVvFUjCf_S4iuwDDzQAB_V9C448,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=6w65Of_pxmBuPmE3LAtg3zGIW8uObFyNK8gv4iwB9yM,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=t9PksCQvUjdMp4qqgay4lqFWuI0zAcHeOqSxo3R2pbE,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=z9gneYSOnknKx7tgR8XlxARSowmT_OFMC-EvgG8MBNU,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=3XBZiGhE-nJrAK9Zba9o_UUw_tV2pVS4At4USozjQx8,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=qFO3jBeGNmNoIfIJ7pFLSibH8inBX1icpfwQK_2loVs,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=PyRzNm5TJIaCUaf0y0_EgM7y5a1yogTM-4qaK4ZUjvk,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=lKzg5ObbqS55SRCxiQQuvRKnKT6Ax4mK5WYtHOZgP1k,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=TsaTxLPkM_MB0OCZpz9jX4tq6SyT5PGOKT0BLJAURFg,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Vi0JzCWv5o3jDTw1cH9TNNZiG5h5L-PtZDh0UJEUK04,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=QeAPyDHrJ9DIYaS-A1E2GSe1mqnH-oIKp1-p220GN7E,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=i9Fq6I0wXDcYixxqeFhZLFETH3InFbQfY3aKjynmnD4,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=yKEU28AoLiqsyKWYIWkQeEFHBirEbtFIXMt_l_yJsUM,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=7WFhnP5ycR3MD8fAGsl5rKf96T67wqhOHcTREvn1cWk,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=tdYP6gy-Xk6UNNecAjgqsDetzLufgtvHjSMpvvmvL1s,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=0HW7Pg5XE03kGru7L2esYwqDRCrp4K05f7PWK3SvyU0,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Gpd3eaEnYco_cgde6xxTp5LgaTJ3dkTG3ZUfk40Jlbg,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=-gfoob_bEkULlFOBIKxPKSLc6dhWG-446KUsbA7jFgQ,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=7_x4qi8m9Agzxrxh4BVSFyGKOb2qRX-mHfFArS7WJSM,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=jzoIvvsZiTJQOySajyyWudaqN5xaKHV1oqBi3eCY5x4,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=PzHhvU7LZMgWdqCq6r3b-KT3lp5qpyBE9dqxdiNmAnA,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=QHNBEOQmVlBvymkqCQK_73nApZE7HxAilkzJK7feclw,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=i80J2_TrPFun74Fcxk3xz9InoTXuXZxZ2xC7b8Ew0iE,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=4xHkYSaR0SxjaXZ8rF2GVH1BHHDBaawMlKL74462aC0,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=DRqcGT7FhRJzzjR9bStxfVRG9AV1_b5xA6Bqqth0imQ,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=99q8ra2nOmMXwUgKiGB0WRo85O9sQeoezP21X_pKlo8,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=upJNf3R2oxU1GzL-htKGRhyQkYEd0_Yqy3jTnDpgEtI,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=UJsPfMA8Y0RIJCELGOCXAEs4BJhGjiP4gQZp1jrWBTQ,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Gr2ESEQX4dcCBAgh0WCjPQc6qMzaVXZ_6bv57MdfDIA,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=If5O92x5A2WCVwZM-APP40jPGRH5gpe2c9ptuk40rJg,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=-IVQnxQQmB3NtAfQoNsvyaYPTM2Q7AL8PrqJV1eiatM,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=a_iiAgtoQEMovBKI5uqroSYXm_OP7oxSoWSMPcIE8js,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Wd9NsQFGkapvajO4XwHJd7OdTETIqTkKQ1m1VbIL1HE,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=KPlslRPUdNG4zSDCi9vHtY_iXAFPzL3nSpvfjIeYnJs,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=UOlmlFXbIzTDRAraHwA9WvFHP4nlyONYTarqfi6mNW4,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=OO8hlHqATTttUnXpIoESjrUaEvczwqVcWoRGJWE0CBU,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=_5UFpkciZfxaXDU40NA2ggSu_1NYoF593mwv2FZDdp0,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=lZmOKYE1ljRvwoWxgLc1UMHzbQGwryD42yGoY4vbGzc,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=qNVLRNnyhmlLL4sKSoTDozT5HAvGZ7YB_fXy2Ok9ca8,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ZLQ9zWVFELdldiHOBCVwHvkllaq3HciKU-nz3TlJ964,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=vsfTERHTcUfHyqFn18fgt1RZLV9VWuScyRTVF7cDDkc,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=xAOul5clm0wd8_KTC4zBGJAUXeY_73g041vIcZSoQAE,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=MJKQv5kzZ_CAa2SdQErUI6a0W4uPX08GwfpoIukm_mI,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=UCcG10eE5W5-XMQxIOso7Kl6PpdQysw5uGlN81T3gS0,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=r9RW8s_Q0ovcOhJETfjdFF6Qfte5ZCOHS-Vjs-Vd24c,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=PkEvXRDx43eF20O6qbYEFi7k0l9mM3yWxzpu6DZ0Yq4,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=V2g5AofCWXBCtgtvP1fDfO1NZLeKayjiNHdEclSIyjI,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=W527XGCPQ2FWS1CjEPJzRW6k7fD_ulJ_7SD5_mPm7Kc,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=qvCwhQUrvLvUrUWMw82o0VKSZeweViS0n0uXsZtS2ug,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=FkbIvVgQwpHLm3h4c3PsjKEdrZ7GscnQzU-gpoOy6ws,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=953_Jar3wVsPL2MyWW5mfRliBIwiHwDxBs1wGK5eLHY,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=10qY6x-2IFY7hnvSgui70Jcj_833xwufI6dGUbApjZw,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=lo8-ajD76ZIWVUugDqw4E_QVVZrMQq__x7Bw8oD6TVo,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=yd-aQk-2wrXzvLonj-_c-3BZUXZUuqPedP05IzgphII,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=2S2AsxIAcSFqyhFZxr7aEoEfXz4NzIkiGegdL_Ow9NA,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=yB7wRowHXOAxr62RRk2tHk3VGZXvWKunBSBZnJELSHs,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=uzORoZA-p8h1wMEoNt_W8XVOraN1DzJepUkpj_4yX-8,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Ep_QH4f4O7tK2OTyDafB3Or_l5-dBsDaz5PrlY7fSx4,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=FclPGtL94oTCt13qlu2GjergxlIZl1LmH0SpTN-HKOM,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=0EqaO-Q2uA-yTohfH6ynyR5EbrhGu0W9Fp-erHN6sRg,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=5doUrVrqHD98gXMsgk8zVnG4fIrjrKJgrhTNfCb5e4k,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=Ij6x_cLvZnuW4KgViloCcoTas-nSbkF8fukJRCHLPAE,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=u6fE51RO6H0scz4yKoutrdDvMjpJ0-wNkhKir3_LD7U,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=zRfECsPnQvqLePVql4CxSgTxlziiBdJOSRWpkpRfJZo,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=wz4t-y0aSxmatDWyW4uY4Oy4WFBMwif_3MDGdW_3HDA,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=QkMSWZHBoUUAhTODsHyI8GS1englRoagZLo7tHFzEsQ,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=esNAIdP9TmtHYghDlebTymbLmFkqAIr1HlCgUumR01M,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=5m1_zkvwLIIAgnC3ANjLQohZkKixt-WrRv-hmmDZetc,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=WvWRRRLweClmiinQ9UoMAHC6hwYAmbIW8hcLOUHRNsw,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wcshQYavFf1fIivqvt8GdWUz62zNTpJQD1QfXbllBcU,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=JURIM7lJOiMWxfAWFUaGdAuhAUQG_XaTD-aRsms7u04,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=d_jO4X0Wm1gbxJ-IvwmVJURh7neBKxLK8FjElWXaQC4,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=8UPAjuqq21u80NZ_-ouUftZRnv8T6_z4YxeqlaZjq4w,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=ko6KSV7jeTReuGw997RekRCq2ODNJo6ZcKnOVxqelb8,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=UX-B6wz_RTWpST8PU0kzNXJx8K3IB8aO4BdoJq1q2R0,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=Ru18XHSNamCf-RpM5fxr8TMTq8OZ0glQiP_zDjA5GBE,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=19uOFVfeEzVP3QwYxicHgfhYOygSjvEWYsGpS0_BDE4,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=QdeXkn7ZDjPYEebd-zKnuXtZDAzFB2R4lOhlEma2MNc,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=BwGqbwldxK8qV0nRBNF5H8Bdylpo4_C1-wD9V_27ErY,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=3KtHXyEvaEkqmaHsod4ecXWJ-zE7rDPgb4xl_N2dwTA,10194
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=eLpWVZf_QWsJIFz9poHcEu8hDUp2FqHXTyhLX0KR13I,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=QIbaAs-KlU1H1-NxjJeWOGlVQnZzA7BVktbTtLUIU9s,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=D7J3pL80KVEVTXq7xihfXxTut3GnwyY8exg2_ffmJf4,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=UnLt_QGkuDhNxYWMrwEJSJ6_OGQhijVg5zDw5rnNU1w,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=ZyRT8vzWc4MTmbIeBYBLqsMUAp2QyylY_qxLepqDYkc,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=oUQ-LjZauwYzAxYoeqq-9-5ZoSN3n1rYVcizMyF815w,12447
|
|
259
|
+
ob_metaflow_stubs-6.0.8.3.dist-info/METADATA,sha256=rP90Hk4Qp7XdvoRFW-drpbt3eX22uN52-E_LIUh2OJI,655
|
|
260
|
+
ob_metaflow_stubs-6.0.8.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.8.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.8.3.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Pg1Si2DkYeKUnpY6Dx5wORQOQCQ2L4d9wLZGTIsTcPM,86867
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=NnqFlkviIFdokR2DJuRmQXcNQeCf8i3bSpXiaXumsJs,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=T07b3E8qr9ohaUTbCMMN0i46xhVyJgATvSteTw3_-hI,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=tOFqAKboN5ZYYGiHhx7sRz5K_kkCW9ZgyNd3m5CaunA,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=HTV696PaITTpD1oGihXSo0F3GMLHqjXRAqZoX3Pm-qI,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=nwlrECD-e1lr4rcFraqZBRTnOba3odNrT7XQ1NOgAf4,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=bKtt1Xwju4kCUF3ishZTMlfOqtXcXwu-u_64BmzTjWY,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=hYBvaR4WLpUV4wGQHZh-Nq90ojdptN6VeWz-hlxP-Rc,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=2ufndHjnt0sNQw1yhyo5JRfxWgJWT5mDZlz-rNgfyl0,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=mCY9oS2ARi_8uQJGZ_07XB9yQCOkVp9eAXszy49oMBI,5173
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=PHa9aXx3SuVf4PRC-ejRGUepSfHaT8dXuznQD-x-7Dw,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=_15rc_AiyyLb4FGySRVyhO5rvqjbghcGfePmfYFeE_k,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=HQylbFEf8_MqtvSmZ3byidKvYpIu6w0vzWTDr9jAep4,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=LdxhKLav0bu9yH2mlh2PpPzLK6wLQRKdZmYBNjC9m_Q,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=J3ylF7hxqmcxwq8JppAA0Yr7czeuHWTUF2OJrpqViGA,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=wIfrShbWiB94y9rKrTjiKi2hX5WAnepaYaxo1pshwQM,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=9fMZQnC4g-TriLfcxe-GRjdsts0jX4mRdDN-a2gJtMI,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=NCHDsFOtYLW71y5mUfjh6NPZCRPYurquIFEjuv-u3lc,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=k6bkBE_uodFJHdgkfGuaQiGGuLCp4AbwdmXG9vTafoY,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=3nUNwybr4ZfMchtJ2xQikAf8wA2xcORX9SHOCInHByk,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=L1Jw8lYxqaiHWGNgU41W0Z9XjJm0ECKpkf2HguDb8Qc,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=mkrTdTxAwBAeLDNi9rGd22_NudmXVrCXz8HjsQ6T-bg,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=ZVj3np-NmAlSzSRJtBUmBKhBaAnjPAjq-9yX8WMUv2M,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=-g3DxWRNoY_N7xkY23lSXiqXJIDVrqljV9QrRl5W01M,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=X0c75chJwFTNE62mZJqS0e6pNsclm-z0lqP0lLXrRBI,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=xKBfnasEojsxpimaMvvF9AGeQw7K4wzW1AdoTzuXiNg,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=LdkHOz1Lm97g_v_tH8sPkFm0_c5RxTQEDwoD-RW9oEs,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=4L7h8fyX8ylilGhpuMkeJN5LS_ine9yHfXUjlIkX9sU,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=K4xxi3h7rlqmjP1WDyGJiQOCsVMlvIH-foijNsR4RSk,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=YEGJQ6cUwucaPpWq_Jnr0WrMp5JrUczkQC4dM-6stl4,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=YMxJ4Y1F1qkEzpQDqKf_1HtT2orAtSoWdC56s67Rb68,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=YMe5zbO9QikcHAsIcPnxea9BrKsDYLiiBBVAUQqf4N4,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=mteM3KNpJ47HYN84fTfF0DksmJk5q7x0jnLdgvAFBVk,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=ja1tHGrjbhtblmBQ5hwF6VeACydqKoEoCuxFYwFNKCk,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=-G55Fx90yQpnof_Wssj15vsjeE9X4inRGed42uSi43Q,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=uLpYqio5aM8mDMiIQRi7auCOvScWt6vvPjwDfIjD9EM,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=Pv0RRGRbZlZH5us8rdo3cQhmQypPzdhqd4R-kEoh_iw,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=9LGI6dus5E3B-tliVAz-rD1O25FFHv1WWXbnL6zebdU,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=3IRSZX1wCNlcN5qIdqLyIUO6iUFSjuVMZlJZ7f8vpKM,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=1pWPklJBBOlDOlaX8tV75ccZHs9oHKWLa10k0nHm7UU,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=fVaKmp3NWLesqDjsHi7kBfk25ePL5mccHlnaTdipbjw,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=fFBQGXtXyVisbfZf8DObp-2C7rDHfE1SvHhoROsBHGs,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=ktLyD5VP7fyNs3N1uCUrQyA4opFYHyQn6vGTqQ8rLYU,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=ztQBwPo8BmzD29k-PZQxliDyHRxMr2K4fbrxjfFOKDo,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=43GEmPnt8RlNici5iErpAq9NqhcZgl-6GRBI6dGUP1Q,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=oCQXPhMwZbhufiVxVIZO1Tlk4DPiTXzfFqYJqduE3Qg,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=qf1xH3zCPzwJK8rfp8lPYa9PVFfxJ5iHHIr4WscOpjQ,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=014jqJNLSMj7nJkdkVASwiNaai8ePI6B8R2vfXgSaes,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=bQHJHn-AGjIZhbIFpOg9WSCX828NgTKuGM4fhm312pA,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=-0rWs1wOo6FYPGOSyTMuODzPdcrdCURTcVzjg55p374,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=UZTNKLlqyZNY035mlGG4pE_y3dO3DxYF3Aou4P7TI_g,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=bCKDXTFHkM-P8fCJgfkha4BQH1_IgXx9fIZTIm8THYk,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=Kq9z2o24uh8ASWo9lo2w1FRPE9qiBMWs-oXHeqyVC1M,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=KKTes9nY8HjJ94UumuW9IYcetNfdV-YSuyJYZMBcuoc,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=4oae_pjs_vRdoUEXaCFVtvKxFuv29W2Y_AR1uETW4YI,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=fChlU1l1GHxRArBZ7yGckYUUo-Q7jaeiOJvXQVESaW4,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=9aioCrenXcpqSE3iLg2nIGq3ilWtrSDvAI8e1eoSz3s,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=-V8_hplxlr9jWDzHNPOFc9cyIaozuFIWzCcYZCYUNYE,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=ic_pj5tiUa2ITkmlvo3iMf-y4nyH2bJ8zcNnvvfnpGQ,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=0QfEAr5-f868aSdYCNYXp6-SG8KHso1XScl3cpW0TIk,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=ZcWjhw0sNwcra1xybqWxc8txUL8hROcArGUn6zOY8Zk,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=xyL66T8zIvc5ImvaF0g5nixEKB2mJnbQqhDiCEKwdUo,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=xYbZT4icOIAyLLGFG75hkiu_rnhzMd6kpbhdx35NJ-I,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=DuAn0wyniEWVsSt1BP4axtFcTEMYdaJDXDv6oRI93qs,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=nRGDGcRMU512zzG1h4xYP416eeW0rc2OF_yImNvmHYQ,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=vaw5Kfv1oJFAXwnylhQM8MRdrZp_FZxYAuOupFw4WCM,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=iVliHoubGM_17oiGksh67CINShFJKDPUsvIPnJZ0df0,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=FTURYJouG1s61U7Iv3ddzhNVG9oE0Jv3BuzJxmJQkAo,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=ytEaLQzXjFqzTF2nfhByeq9n4nUCi9sdGC5-eFenKEU,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=DAe7cNwyqveTyXAwcQKiu2fZ3Bp1GLaWDpIrpFWQqFQ,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=thmq3VusU2fJcrbUUY0orGwnII-JMkVwGAfSR9ursQ0,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=WO71N8ktIwLmpjbvmPKWtveCjOQsR84-bvwwX4oyao0,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=CT-NnaDwwG8ZZFk9FT00OR3Royfm72TCQsbKytiwOqU,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=9YPovLaSBaPcIOyVULo2Loqo4S9Q8Buson-M5vHrLK0,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=RSJUal8vYHFXhFpdjDsq4S72j0crY-B9p0PrQ9c7vyQ,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=Fax6Ni2P7WT0fWBJyrx6t8hR-qirAlpDPcNvu0zwCK0,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=UwjoIE4V-eCzNSuqjOL3XYKBW4zuc47TR5mijgIRDyM,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=2my5HjAP4pqhvQFT_AGWYOmJF_ji_C-nzY7VayEpR98,9112
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=0bZ-Lnn0VhCfpm1TaRL8WV1xa-7Tsd-DmSnDCJtDy14,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=8qlyA959l60tbjN_Jsu1dyxrd1qqkHRCmL-6OMty05Q,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=DKrTAPRmGwENomcz2HjoiPtEgEHHrtu73iCwHE_AVvc,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=LERsolDqQHjPd1Z7gsY0JyCdR4d1dv3aGsWS_Ra3bUw,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=4P0g70hnWL3T4rgQNGVNVQNAxLn45yB0TI3pCJLBibo,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=SJwOiaRsDypCwWQ1_46JOUV8bcMc5-Acb3y6dS0WIzc,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=rmf5qII-WP-f34VU853c-nfDQ90B38mH3QrGibGyjog,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=OE7eOXkTolBleU-wvCx2ilPmWspv3mZMEIKOMNJQcFs,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=IgjY7pHwkYNT6Hxg7RHvx1BjR_v2z1MnWmzeY7WWHsk,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=4e1VB8oBbB16Zn7LbYjYPxnefjPP7ZZpsCKfxB50PW4,9713
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=YytP7IrDMUVQbgjqwGm3hLCTwWY9bplzONGxQCjSy6A,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=cCdrtm8or-ju3TxC6sHmFNHNaQs04T_3XRtayYWyCZY,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=wXjVN8wlwlK-9y2W12x_6cdJMHeD8HZnjtN4eZxNPBQ,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=UjbHnEDvbiX_EZz6jPFgUSNkHD9F0F4VG6bmiXPqVmw,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=nY4j-iiWQpN32jJtBUW92gwDXCqjK96wNsK8jMvvzJ8,3430
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=y34a9GVHg-qgUGbMax1a9c17zXK0fiwZfpC3pK4ALUw,9713
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=JpsipTI48Hjr_1cU22ZMt5kAqNT2_vile3xzsgpx8qc,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=QLmDoWXYGI5bGvvUNjb7cIQ49lWSzGllWTg7IJfH7GY,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=zoS1ajxvzneSgKiCLT96cjszSgSm02luKWy6GyopDG0,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=PkvCmiPThyW9Qlc8iVd3IPVTM09kyRk9LT095o5o4us,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=UXJwuyZa3SIMwZnfsOF8Awso6JDdq6KLb7rG2dmlPaE,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=uadHa1CgdFKX5NtEnys8r3B5WO2M0sOXJ7WARQ9MjuA,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=sSTfG5Oj2Wka7Ufhi3CJAuDGRVcx0IDlilz9pHYHob8,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=fqNZ4I611bPXw2x9KNuYKQuBr4bwKABdcUEKP0_gGj0,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=OaprLKaLTi9Gpyhi7fvG9PLfzKL90zw8BnvARtvCUIM,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=0_7mEQ5RyhK-kn6C8j2_IagBxa8rJf6KP4Qy0Ws5HzA,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=qwx27NmdKPDBAcfGjj1yNOS1ijqH1TCY5bTrxMA8ynI,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=EFEUMy1vZeu4rRaaesOFIJcNAcoEG7qxBEc9Q8_346s,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=RkSqwBDZ9jI8oCVyeHaITFmzdWBacqBZS7vynz4B0sk,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=SUvTfg77zkdUiUvLhyXZNqgBwhDeAl2Ek4Z1UY_fTls,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=ELq-R3_PFDj2ciieRjyveDRtDFoenLEwcLomPOP_rqw,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=rO-hKYrngzcl6XuMXrKrvABfisszJJFlr8LfyFpC3TA,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=1NhPMgRTPRk6M5bqIzlNvC5ONX9cxVCIH40ZrqD1iJ0,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=YtFGmExnliPT7o9hLh49PsyxCqF1gYifdWjAF2xGF1M,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=laxd7EShLK97gpPZKtbmCz7IYKFp5d-rOd4oIPO3B7w,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=HA6sAO2WLgczjmchMBgcvO1m5zCiacp7pOVAUEQC8Wg,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=lRGDevv9sRTojTwbK3BeM2ZMxIcP1fUELY5FvJZqtzo,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=unlCWXWHf21gzpkozKWpi6g2tb6RHpbtumtokr0s8ig,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=QBJQH6OsLrPoAcndEEaENZEzKVkpvzl-ajp2lfMihW8,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=mKah5hvDMw-rXFbYcnp6qfhprtLZqq13ywTusafHWaM,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=cSIjhvAROTQ_7IVqMn5apq17cSAPEC4x3Be0Vok-ILo,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=KQktw36jOqEOXNGKFhlr4l-5W_A_L4Tyfb5gvqxIDhw,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=MM1mZJ8HTOt8V-3yfgd9D47AIO49eavBvfnJF8aPw7g,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=NVhnPHDSY3LeT48grTJWS-FYzTe3_C-crTYCna5URx4,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=pcqxQ3g0uukrVwsVS1AXNZT2OvZmkkT22bbwQMweF1I,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=mrXBk-f50VPI9EoomMX_nLaMiE5WYOKxOmg0fXQe2Go,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=TilAa85gW2Wo2kgeGAd5SLxvT7EIj95i0E99cEXMNS4,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=bFrh4ypN4lW9BZLsp20TkFfgkemm1Ygoaci0j4VTn3o,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=4ToJTfBc3qANxbu8lIUkDKB1306qUVhGLv_mBwHF7co,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=CBSfC00NQ5dhjNQs3xLioEmH9WgA8j6hSXWID8MbF4Q,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=j52KXaLA0j4oznAhq73CzYYAxRU7adE_zsmFvxoTu5k,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=1BaEZGheKbhamndNvORFqDzgU3oDOpFPiSvtq9vL_2w,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=8blYoyKmRdLRTMqza231Wr9BqYFo9dFm1O6Q76S-i04,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=fnuHyAMFMXuOaj-wc4rsFQrWRBX32sSKx0eIyK97guo,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=zBIB9NPSyVfxUzN0OEhhRV8OzLPmqZN8sXVo2LhZpqk,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Oi1ciL-iOzAaArVKMEHzYem1TkxKCRTP4j-2unMdPZg,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=uDPlbyNlrBNGUH2cTmyqyGDvz1OKDHouTKPHXrPZKRM,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=5aAdEftOhGD8iKmYHLm7JA0DFY4H_LNOTOu72NIPYy4,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=14AewYHTHYVLgRYaf07_9_IXpSEyVUykLo36bRevlcc,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=rAd3etwAqqb_UabFV6C6dQITbGDkKnxMDbLyr7WJqeI,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=xNjGRJ2K3Npxx-76PPzUQdBkXpmaQeTyac-DGgvPojc,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=wAPG1eU_erCvGr8-QWdewBmEsPlenaDSKOxcy91LUJs,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=o73BIjGB40d8YXysSAw-hDXWS-wOqxI4DXYLcVheCto,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=CvDmsBRTcH9dDYA9vXJ9M2if5KIxNX8UVgB7JxDbUZQ,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=CJy4ta1JddulOSyvkazXVrSgyHD1Vg7XsPhHHWQCbrg,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=K9_6hYWvId68x_3ReTmoaewZNUL5egd4ZZ5NW3OXvDw,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=EB-OfPMbhdOviZGFivgMudP-1v_2lxvekJygY6ocPX0,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=i_DOPx7s8Yy-BF9feriZY7XOpA0CfzjFmypV5KEwQl4,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=kcAivOBmqYPSwhgfsjSl91YP_LHKhpND-rlF73r5g4o,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=jQ-CTnFe9USlu1XUYtCHWD_cDAGogKjts0J1dbd9KxQ,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=OM_bRni-7vgFSxHDXFYYHW6UFTTmyC-zgASh0bDrFfU,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=f6Y3CncHhxKasJqKtsPRp9dmqEhi9CkVPm1rz_AKQcU,2551
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=P-IEw-IcUCh5u22XeRMJF_3t869dSPOlPmo9y-ugR0s,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=u5B1nK52zq4zIdSY7T1aEO6LsBUEu9ZVzd4LKs2v53o,14211
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=_7nZazFguL1Yr318OZmsBrqpHTUDzU56RWBwoKBDWaw,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=MxuTw9UG5Xo_M2-qDF51kolLlHHHLixOeIU0Hbv5y5g,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=JFqCbTGNyZroIUXnXnZInWtFJUxfCYuhN8VxkpfdFjA,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=C4KmvSEymVkhMcI4Qk4IzdRm4aa30cxiODH_9GsQNOg,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=aQdRT4_Iey8dOmGS7cHH3kVYphExI1Xc1PH_vyqxAPw,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=FuWB3l_lxBCBCkCBbLkzDWmuiEdpbxvydA8BsCqWKvU,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=AZzsetkrbC04QppXMIzFD1FDUXebNe3vLez-i8-TV_E,3147
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=NUud-jLvyxuwfXVO2KDKMYDDVpvYdLCqskHK9iuTyOc,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=JXAC4lLHIVqcGrtjVJgxI2GA0UJ4MCJYaOyuVHlNQtU,2951
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=SED-KsoJWkcycnWcjFoEKKiWGkDm_39dzcze80CdScc,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=LgbvXniiCO3igULM5SgfWRCTM1N91kjp7jSPqGP34j0,5976
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=E4x-q9udMxEA04BjqKkxmTKC1j3EbfcospbCLODt5gA,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=YFTIt-hMpB08XzbT4t8odEdOR9uu6bjPiZAtOrOVcO4,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=k2lD4ti78vgBInlpP9STKpldzCFLpWZ-MwmyKsJaUGw,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=OYp-ZuWI-bIzNNi-s6vpni_6_83SG7cweXZL8SvnvwI,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=qpwTuFuXqN7SEsrMno28FMjUQ1xeAwtUt2V_QykP5Vo,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=gWETA7HfEU_w2CjjRAU-ojdrwtFBvcpE3gICcY1DZy0,4576
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=J8BldzAPfp5MZljwZ6YltA4v27DoLZWOxlrPHM_NqpY,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=zr8HKgCkgUtuX5mw5GPc_cSC2ms929Bfa-L7IGnRrRc,3881
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=0NJhZfFTiqbYUf3w7rFcle_a6zx0Ae1VUuaRtHyA9-Q,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=kKIhIPKoP4OU92mTvboQOpYngVLkrBRpHhqGaq0pFIU,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=q2HfTrTrcpK-KQSJtym7Ud6xjYPv34RAQq646l_865c,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=llCInoFJI2hdum3PAPsBPmgVGhXWtq538V4XJ2tx9Gg,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=xAGX7QaKjPOkswAb5q-XIDSRidXErCTSFTYXaiPqqck,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=x7wxYZyt5su-zV4nIhdWq_fOCFtbwm4hUfMT2EmvuY4,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=c5g9mjk0TjfnvCrXSyflCpbM53zYZs09RIFoeXMon20,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=WJbakLUVQbQ55Ge2EkFZNmWApzkT5XoSxl6_M0pvKPg,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=vULck4CYlu5B7W_b4r4J0B2cKCBAlEyHTKfETD1EFaM,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=vIP6PdWoXujbUGi-f06o1ncYZ0bJyVykQF76Gjmqigw,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=fYqFul7T3jlEry48qZPrR0krHRQn5t9jk6f2pXcs-iM,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=gR4RIwNW1qcERj-hoiV8ghmDPMIvRYZI4sFoHHshuTA,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=1Sh76YccYg7h4WubVWuQokBa4EU72s6MS-t5F4EgDkU,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=SCWTe-OuD_nSartTongAUjs00TE6uHJI4uo9H1U3R3s,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=cUYjblDi_8996D-1fJydgiD19Jr4p4xk468dhkA2--M,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=noLO35RoLVVnf4gpDk0cQxLJmfASxxhg5FcMJY-wqzQ,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Nf3vS4-DKtSFcDXPGyGOKoUnX7oV-tdN1sgOeDNQ2v0,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=BoYa1o2M5culkrjlcQ2cGRyaA2GiCgsNnamb92LYwOA,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=bBaUuVdMDnRBwbBEu8_8QuWFRf9GpoauOpuMxXILqUk,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=YvWkbmqvX4P7vHKW6Qagy4du1qU7TX5OfUnYMYJGnq4,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5Y7n-zcZhMvE4Ou16JVYiO0VeO2q5UYxHH_3vKS1KR0,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=R2SQhc8lgUj-ylPsZZqel_x6kP9fAs6SHu1VwTRTY6U,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=6FEzo08C4jR_CvqG8jcnRnK7Ei4O3tfkO1nLEFOhrTA,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=8NPm0ZhYflv7ikpAPBBCAuZKBrbfY2NlNzWXcSCFrkw,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=brvRlTG5lwftmRHX6sv_57jTnHFl82Vix0tr2GkGCrc,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=RlIAWoD8z6bLev8CvdEPfciR4ZI5Z-eUQ-4-Nt16oDE,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=-z77kdoQkwxgbbsJSNLRnT9Om1wBTKZRtwfg8NP-aiw,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=bsMPgUrjV1sXikmsUgeEk87uTjPmk-YTMp2-GNWbFA8,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=tNYspi0jNZmYxpD3Xw5-A0izOZdq1Ohi3gFRaW6tDM4,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=uPacIWX6xEJiLoNX8fIGG-cKYzzvCh7MUt0oueqS17o,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=oHEHP0HOAgyfUWr48vK-KynlVnXpi89Lnjhr06JQYEc,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wLftmIri0_7otIpOh9Yw5gLoXYFjwBqd42X0TkpP0U8,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=NF7TVlR1jV11-aoba3kURGkrh19bGhDASK7Vha-Nhyg,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=V8F1b6MSbOVI36Xf_IWhlMQ9iLw5OjtMGQMdJNxfeWw,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=TIz3rwONImcN_X0vX77nGBYEtlQFlc1WW0XkkGWyQ5A,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=AGk70zi-Ciz7QB4_e2wxTRn8yYdB9AaEVyyqUcJbMVI,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=URuOYg-8AFZKOQ_O8V3sklIEP60J-fXIVPsNg3jCjq4,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=UhJSbUAKYzrDvhryxl0ylMF84cDWw2kSu29TjxSHYCk,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=JAS2MajkPTD2QtymFVnmkjPYpj18U4XavSEoqAeWeOA,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4CCp7PT-8o1LfRR4Hran9wzSESmaZB4i0WA1QQ6su1E,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=9u_01lBAW0eNZzULb2JYdFE3zNNBaAjFFnQI_TSM2qk,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=gLH-hCs-8j8y_N0pDefpsHElwS8fbLKHUUCcJyvvGUE,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=cQentM5vQmjJQYt07isq2O-gptvN0S3PA1P2vM_X2SY,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=b-thtguwfjA1VAb45pySCFV1rehngejGxAffvY7ppRw,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=55jrFj5B6Htguy0jqc-Fz_fCBRhg_y6VBUFh5ErHuqo,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=G0mcpwfTt5M4f09kOPH43LvyGpR2t5d55zmgkU0v-kc,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=HUqeQaQVetePtWA_bfU92rGcjdPuDx-_jibbJRpzRNo,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=HezjCM5_y0xLjrNiNZKIenTQZSKvMikLMZIswjBx44c,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=YUQ0yVBywiyICUxLkMzGJiL28fNYvbcpW1xM6hipVjk,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=fNlP73j5SYMeN0EUd990Jfgmv5AA1J4ucbmCSTIfA7I,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=zN4otwK7PZS5TQMuJrfnBWrSStIdBwjK0wjUVyqCDM4,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=Yx1JiDkPwNdXDvIxZMxc03lky7fPwRLfORZyV33NP9k,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=MamS4YsbsTl8LZ_Wpk97hMNF-sbPUzz2x6DLIw9dOhc,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_fqceQ2eBczlznOXcyVVJByEfURMLcYf6Dsoj3yaJl0,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=oGYs6-lCzqWQMp4NWXvEtMpJu3LlL_TwDc_XldeHTEk,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=cRrEsa1aHpd5l9gznVG1i06xOrWYgbvcCYQG7KwGuI0,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=OGhlL2vUamB2lMM4LmXzJBV_NhtthGpdCuGSfs26SNI,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=C5UhIIjIFqv8REiZVGYCaS34op4UqCY1loxmBg4TyyY,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=J-naonMydW4AOy5uNjLF1Vg0PKLceK_CV_ptFSrB0Qk,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=IIKA5qvG11izJ-A-6qO1zOTR5l5-C00Ee7LYzSGKxgQ,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=yXURaTha3UebmRW6ZmQOp6Hy3Ob-E8RyMf70w_0EWkE,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=ba_85mCAYPCkrxxdqb5AFsRHna7Bznlq1tEtuw-2ytI,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=nMMv55esLClhAyQYWSSjZJ-4i3hn0icA0ZFWP_uL1wA,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=rmc2Se_vknak8JHGdi466pKA3MarB6yeuYkMmLWS6Gs,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=3g8ZeJqJPdbP7ZVGHpYdLeyG5fyhVAOjp4Z7LzuvS1k,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=mQUX7DlCLr8DCVMQeYs7eN4HquEHgbySn0R2WqhLnrk,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=Q38TKrMVJN4uKDKVWft1G7Jf5zEhao8hKAn2JE5-C70,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=QHZTK3bXpIoO2ypCj-OC9JqaVlHxbgbKHQ-79WZ8VdU,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=v0LRN6Lfmv2Oupe_lZQczhGQ2gfYfOc2HKqixEhvIsg,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=i37EeTMIFkZ3izllZuOLTHJ98dQg_nARi4H0AnfWCQ8,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=6P3BV6rzeyl8AVsAzA9svIhMmR18tWOo_0eDlTIeERk,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=hautJz3nsucQ7PPss1IbxYm4tDNbcSN3a7GCTteoICA,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=hZVrZR2DWude755lUM516kCrRUjTfA1Xanwa-j3HSYE,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=mIEVdTqYxvnqpXsLNf8TsbbXfjmS3nZFErfZCM0Klyg,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=67SacmvALim1oM83BpCHHcsGcBWtP5HiKX8KOeWFPn8,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=lQ8evYukYUN5eyV8LuKcj5iAS1n2slURPatSF9MiSVk,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=QXFlLmrqXWw8h6Hm8pSk50xDvtLhEF667Vde1hM02qI,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=AAfw7rq-zWEVU1iogFhvvMx3sMLHcwfL6yu_B1ZEQZE,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=2d8GX0HgdGsE-u6r_K82hFcZ1qkE7Dr04Q8Dm675GsA,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=smy4q3V60In8Wy2XDntsGg7-g9XdnkP-psQMJ9GRGXw,10194
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=B43XM6Wvg6Aq_b2SgeXHS2k0r_kjJmbuqhlviPiDj5o,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=xXzRAaZ3TB9Io-GJgymxMOqpid32Z2gAi_Q3zS0LoOk,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=970-9CSYbFK_feWaxrvosgGFGZ7e_8LhA95ti_naNLw,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=_dW0IDg_lOmBfvbr2nP13juqalQzrY7W9Yt-lzOEnpk,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=MqaQFh3RSd29AF3vozsPqEqsAnNK_fZqax4T0irNYjY,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=GjuGKVJIeOynwNxIrkdRpqszcx6Jq_YzT96I5JVYpQY,12447
|
|
259
|
-
ob_metaflow_stubs-6.0.8.2.dist-info/METADATA,sha256=XfqG_PkumG25cWOrx0hzdZeIAKyC7BRiFwmsYv_F3UE,655
|
|
260
|
-
ob_metaflow_stubs-6.0.8.2.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.8.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|