ob-metaflow-stubs 6.0.10.7__py2.py3-none-any.whl → 6.0.10.9__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 +1065 -1075
- metaflow-stubs/cards.pyi +3 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +57 -60
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +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/decorator.pyi +110 -97
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +7 -7
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +6 -6
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +11 -11
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +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 +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +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 +84 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +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 +3 -3
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +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 +3 -3
- 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 +3 -3
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +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 +6 -6
- 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 +6 -6
- {ob_metaflow_stubs-6.0.10.7.dist-info → ob_metaflow_stubs-6.0.10.9.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.9.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.10.7.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.7.dist-info → ob_metaflow_stubs-6.0.10.9.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.7.dist-info → ob_metaflow_stubs-6.0.10.9.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=cMpsTzUPEe7pB6YIt8w23dKU40AMX33-QWzYPqN48AU,89694
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=rtPjLm4fY8ctKegFwN1xX9pMSMJiaF52BRvJdWqkcQQ,1712
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=V63PA0uFmen2Gt7I6umalnBLrSiP9dzCddr2gUpjIsc,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=r4eHpBSQM_fT40rmsov-bDP8t1Kb3hR6Ml11Ow6PiMA,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=MmNsrbdtyEU5V9rFUujpCcyRkZlSUSjJ2c5Wc3AsEj8,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=zH-8vOYjMnMaYByXcBmKuMjixrBSkyjo-tk7-AQvRmw,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=ik4pWh-8jRU0she82K7L78eg5-ZuBhIJFxftYqYTTgo,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=5OQzAcgKcqQVoaV5qnO38M8LWP-vpHCFQixAnW43_Hc,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=VCjrt6WDFRK86xg87pXLMxeRb3iiaUfAvPts5z7SFu4,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=96LtNJ7qcq6xjvSpT43adRtrogxUGoJe5WwHzxcodWI,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=yKTB_F3fy7T7kpWZcpsRer5Bz6NSNxpN-feL5pbRG5I,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=9u9s_YqnRgnjNCSi0LyN4YG5hmCYYnAvN8pVbAYF87s,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=9wSmKPP_kI6jk3P-gIlt4DRYdnJw6lbJrqDBqGJu0j4,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=668zlu50ZHmd7hGgs0lTU-98lBgexrFhRkKMwTBd9oQ,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=65H9UWFrS_uwjFftsLSvtZKrjFDfEJVsdq7RG0Cu9zI,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=cpQeCH2pOgbMgasmH24cVwnKUdzowZ-IcDo_2nyRRkE,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=lUFxlBeLtvXenixr0slppVsKYTVckDOG8idXBH73OmE,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=BsOxRqlM3F7NjujE_qgvJhPykYu7eezJ8rLyM-EWpsc,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=i6qMv7T78y8SfdpPdXKVJA9Zq4bcti1sOxJ3iuijKcQ,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=3arbagGwhuD7NSevOUcOV02K2FvOEe-MtUtavcN6vjk,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=RCTLz3wP9b8elUSK5IJ2eQUZAM00qQTUvpjObsm8Dvg,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=ASvpqaBMWE1e2FNgPtEcxdJf7Nl3itxF4sHFDOtfszI,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=vQjHKr-QZ6Zi6mdI78P5gGQcsxt_h-PHK9V5Ue2KAcE,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=_nsp5rrbMEWHoP_jJQVwIx3octHljHIqqx2Uh21xovk,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=zSdUjCzJY-bdPqmbZWSNQkK3BFbOkzWOdRbaBdPJaYs,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=DDdXraPcYV8P4u1qPMdMdPMMo0AZIOQMfc1WIWOrr5A,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=BLpMjZZ0ap0AawMXiaA94qpMBf1CaXQbGFu1rLM_I60,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=3XTB1n8j3QY9zcSQ81b8cZnmn0YJdabg5zjAxShwQm0,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=kmw0XnByuZcHgwZDqLaQzov3CnnnNmS4DJXkHxBDZYs,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=RmuRwPVcQPRJ1D8m1WyovX-wUDMC12JGGKBjtUxf6A4,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=GU6l_1pb7alqHv_HKmVgJuD8PKhUz4jbXx5o7BP6nE4,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=yCm0X8MIfACQ4wU9LJPLzitEl0vW-MWFiAKlSQ89iF0,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=LeszPetCKILxa2p_6yXW4pM4FAUkgb3C2VwmwH4AUAo,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=J6iShrRXjA900Gqe-ZBDIHiWm9Pnbjxm4qDwNtSru60,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=eQozgzZrJpFuvrF5p6-mzvNnV9s770PI46E6nQ48K1s,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=AFDyZEQIbOMDdS3K5ojoAF_nfB0gdmgiQenOIcZCbU8,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=zdAVLSXMwDNNsflM1gb3V8Q2yx6JPfEbPdpw9hky6io,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=aKatpx1WVUoHpdaiQ7SB4F654pySFn-qCm5WFzB2vSE,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=A9naAuVvPlRA--04aq_HOesBs4DGWInonYMJzlQqiNA,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=9TzfJjQMaDfDlYVIYlOQ1AfL55vmaw1n0sdGJGo2gcw,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=CKXwpgcfD02rWR5bPgyoVN7siQa3QntcZttk80ZFXfw,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=zEcuGY9tAMtC7asFmfAy8-RnB-_8ITteW5yZNOvIa1g,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=4DMcSLYX9N9un5OoVD2XvSP45Cv2FA1mN7sX49qMngc,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=whK7KEls2f57lYoysy1wFgjdsDf6n9ChyzoYjYpPH7I,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=xtgJOrBlHmxlbMNRwfufVpulyiTq9vHvKU2Wvt1IRKs,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=8tTEHiKuh9KbYCdC7x7mon1kzRmtmPNyGKQD_zy4Ln0,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=lJ8kMcFBTHMdlhegbcrGnn5AlxG83Fop-urxYCNIAy0,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=GuQL8SwxMntyd4rGnr_JXIYYlGaVaAA3DecIiFVYyg4,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=-T2zLfVu9WHXg5KRNVI92aDHrxNh0o3otyL3vPzG4E8,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=d5xmz9cG2gcr9nNpAFZQLT9C7DXBpYomvDPhkAo58r8,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=E5FYMuuW4KmUGptL9EA-IKMQGpQ6PRqTh4RpW_YvePw,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=o03QvDmER-TUCxbgGbE3uG1jLDjtFzghLIPoz25szuk,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=d7bHmtrJ_aX4Ds1GJJ3iQD9Sok-n8j242lU-1uh2ds4,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=glGW7SJKfvzp_hhXCwYSSegpd0m-dVwL3liiZfhjDKo,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=dJPSL9a9xi9NuRPRZJL74SisrVl7iN77TVlTlxbU4pU,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=dSOYlIEAAHCcmTfBtG2Fq534wZZxJuYo_VlP66k0LQg,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=S9qWWNnm8ky69ZEjomg3yaUhcdlnIghjInd96c0-DnE,16391
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=rBuHpUU3trKrQnbhIwZHNHHzCZ3Wa1ysUDkT3os5zuU,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=RhtrYJKtx9P2FgfOzBvkFb7out7CUlajCq4r07CE3c0,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=pmxsFrWDU5FYMGLLNYwbe4f9cevHCET1BH9HACVb3W8,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=IkDkBdDGZXWdObgGB8BWtL3OolBCD496kyw45u_JzeY,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=nOcslBqOv2A4yipbHW21sEWsf1Agl0Lr93lR-8LkKzA,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=dWlhYhLOLiy8TZ4hWfEUc9kw3H3pPvwCJHcq7qVJYjg,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=15DRLowgAMY_Ns0TZyw1T7n9gdBDNV93FrWH6RuHnos,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=GJpGwcA8TNvG2JLUUoG9uwLwOEGPNO-emHPkFQAgXzk,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=9De5NNbRq5JUobqwEwID67YK_dly6SqsM44hpvalKcg,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=H9wblPUAut4OohrnoNPBYSXrITV0EieqlZdEQ7-0s3Q,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=Oa3FS6RGx0fgVA1qkRpIg14S4ZYPdfa5Jo-MfYsc6UU,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=aM_SWXYjuuOctJWxj2cEl_TIwyy3OztQ8-yS_5koeoo,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=M5yqeM_V6YF1sc3CK3PB6gEVzXFP1y_mKmPnHINRO28,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=9tuOPiXNADfhZqi9_97Wbtk29l19mBYT6679V7ofbjY,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=hSLIlThm60KQho-dCNhD_5t3MdHgRElocEeBW-R4C0U,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=NFK4_97iu4SN7AFka_bMCILpOSSxM-fBjcEOimazGck,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=M5jeq0P0TKi0WqE3FXfr7y1XQCwsMODIQw8zf4vRQRs,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=N8mzidOeL5qvbMpGbG4tNlFVjn00QyLupwgHE-V8e8c,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=U1l2TOvO-FA_D8opcfrZCxIjMgqwH6X6rE50oh4nEjI,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=4BAPIi3DZHczp7mNTBaQJvopnoZf-Om7WH9944IXUTM,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=_8pvA0GA-aS_TYAY0dgkuHLwX01qHiQRlEf8sgXHpUY,9144
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=PheDmqKUxjVE3BHAkVQidpj5ZpUdpvoTrul4uFrg9B0,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=APxrDjv5uOAxnheZN_nFtCq9NIky87a60rYfbIOTcvI,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=KcCi8chxY4levoSva_671SBySMusd4RGqjv-mC4hwEs,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=GGLftynWKcHk12Ts41soWQgnfQQfnzY7wPOmDx6CP1w,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=a6k4QuZLxzNWyk_-cFOMqibWETAlFV6Y-G-xIi7iisg,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=cg1rN7LVcJGJqWUj8y4TzStVYPHJL9kmGg_yJHCmHaM,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=GtjnPtbXRD00ezzZDcaHNkzpfWwatSs6YytF7lO7jYg,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=j6jmyqqJiU6hTiurnALWVHiq9ufWXQvQ0Oi4fTF2lf4,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=ztci9iiOaetZZBgYZ5WV5eY9TEQw3_b6bVXUZZCuooc,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=-RMN3UndGv3zv5QpihNilVzmqo9lZIPM8yQiOXKlNp4,9946
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=cBoMKLGtAzBAmKyQICkzjN97Os_5XoW329qHbWX_xEs,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=1z7A5VISRSYxj1dpb5U-zysMRakNSjzR-_xvhKsxLK8,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=ZuLS3Tc4-eg8ogvkBsCuZAKXHY2wlYsJLVsxG9rA_kI,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=3mNSGNihxDOP5RqEMGgnVNXeBOCYqB5HSKzCmkRmAZw,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=NQ5WQzX3LlyLvGjp7W8T0fI8oOSuqq4yHGIHMJEOhqA,3472
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=ilWdM7zO9tMimAd-dsjILGtY4agF3CmWVm3SwoIbtik,9794
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=rsuUy7EePWjfg4CEAhAXMuSzqJm4kj1BQuT7EhK-HZE,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=YeD4rE4AmB1mJKJJajd2eNYp6ZWDD9ySfS1h5JaxDDo,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=rsDl-xE0IpCeHhpkfTcSGhNtB7z-h7w4myxxykbzym4,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=_9KIoWiRmDxFoAHXrRcnMqmzVEi_7VI-1plNHxNdpuU,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=9Q4-ozCpQctH7qk5Jk0_1g8L0lBvo46GkGFEQmEOWQM,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=isIBc-rTtMgRvYC1eNzcIUaTBOQuwAH3rOX7MpALVYI,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=qRxZw3q1x2kHjgZL0dgyIy0wqH8hlTaHrFYxVUNd6S0,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=NP1AyIfW_dmfDJvkSy1pDghVTYxljSxspweweaCWC54,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=lbGWCMehf9V0pZ32XLKgIEZWi_mpAdj07VtB4HjGSBg,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=gGb7SaOKEHjq-QEtkI_M06l3JpSHEnHggys-KICaPV4,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=RzvBdukSI9CETbJ8IExXqg16XZ2ekmkvfkSvOIqovOQ,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=zFCRpi-AbIAcptkipOQkLvJO6r0E-HAwGuA2jKCn2FQ,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=8QAweCmOMTZIh2BJ3FwWFy2e7QsgHVdDe7OP6sV8cNE,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=hIWFa7jO6BRCQ6K7H_XBfoKrJVFEuW7Wv8YCbeegyWU,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=UrQg8azVVM576-M_CV7hMt4sV4cN0KgRNWD1UPc9cug,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=yiX7ZqkK4aiEkKl1LVjx4-guRJqw9noK4LyljcIhJwQ,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=vbHfR-XOjTXd7umJQ65rswdwSmG5Rz2CeLk3ml4McLQ,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=mPKZEmUguakRHcRb6OrTZ5Bmlk-NhIl6d2-KZGDRLws,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=w6r9r8DDrEI5CsX4Z9wke-NlnjEQIJVfEft5ifpU5i8,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=AnBiiAKLnBtBy_Y904pdtu0GueznnlrxZYlGVyCM41E,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=2dwn8PL5XCCU5PxHrmA71GI_TY8Dd5qGM3T_9oUUIGk,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=QZlaA8FFq6T7b7upKFx32PGAIHGf6PhZC40cNYIgTgE,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=NzxQff3Ze-7QrSeuO3XxBwBm6dmambEqnVNvhe7Drx4,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=0am4bljYIDAyIm8YVOH4_UtGh6-EbC8lT6qIds9m_IQ,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=zeYZAO_pX1wCDfNor6aAWqyo9UVsJ-OmvywkybLkYmg,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=v_NYWW3Xn566AlfdmS79WQ_6AV2V_MlCnw81HFKtehU,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=hWmNkLQFVmzqdkvhR_O3rgeSCN4zV9wr5GtWLQvAHtk,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=xFGzPZbM9cjsXGcIGRi5D3pMy_pYgAcjfIa-JEvl048,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=yxoGxsaIhwNpCdqqNoxZrDRn-8GEHRqCZN-G0Igez9o,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=Xl3rSZQsGZTQJ3ThZ5kkpIjEW95RcasAlt7dbsWtFP8,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=5_TEP0C5Ibu8uYnCzqCSJ5fUIzgNfTFfqNCQSbVbukg,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=l4OKbSUN0iImxiwr0z4YtLnclAFIgnGDPmjrMJTGdF4,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=IAY2QU1E6nVlh-_q7ZuLdZUYpABUiY9B67VB6i86beU,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=eKupE11gP4xSxI9ja3EekeLDTB2jYI1Jt-YnPZfnJX8,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=IKLmwQ12RKsR9mmBmfUM0sUvkHImXTVpS_FvECMToSo,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=iqUJd-ttPjwEPXvr0u0trghkfhoUavwU4lczS2mzwuo,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=hiP0ZJzMxgzjv3rT216oeinkda1LUvt2rqAq_qmrORg,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=KCQyAEs4fb4E_1PcD5WgT4eb4d2ftxT4dxHFnl84hkY,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=8DxD8L3ONkblzmqVmAutawiTVhqJmw0k7NUI7tDxkwI,5983
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=WxEZoNPNviu0cHdWCGu2D5ag_RxLcFblsNqAA3wCZTY,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=UzPYepqmoLYex8DSLwUpc_0XKCYO0kzsDGCaw4cbkZo,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=30GtU5FQpylQIqfr-HxW2GXk5w09_7Ht_Q0LLB-Mve8,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=tMNQcmqtD6DD2l9SzkWauVpmXgKzvcSwGv5pDO3fwO4,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=pieJj-hwQQX4C1ZmY1ewYLpbq0GQEMH2-3f-uhPCZbY,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9Vt8O9o__0xmY9uX5Zyr_tepJl2anwkIZ3O1GHfCfFI,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Yxx56viz_eOGi04wqbFNEJIyWPFn4QsHmXdF8Jz3N_0,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=XBaBSHRZqGhu_Npdj2QOznjrlvfo3g_MVLYU6K9hI-0,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=doglXRiO7cBUqQFKxh9DC7Yn3NJED_pmIlfyMW0s0sY,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=iao0oiciVvVVpdunEUARs8gOev4PkQPzWHuUuLB6vFc,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=oEY_i-fr4UYjTGQTyABrUxCSe8myq7G_ldWfi5KjMmg,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=0AkCgnEYH9r1Aez2A0JWVftwKIhKYaUReEbapnKCW24,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=5UlxdPK8flV2vmGJQ_Gdi0Hggm0JIv-gjCpar0n40sk,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=i3Bjd7tt2B1E2zLJgo3J6EFxwSRS0Ble_4G-nzidQxI,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=RdGQ4l0cIKh2Yy4Phb63wInz2DcnrQJxwYpS_Bi7eI8,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=JuIR1kEPNcVOuzUZvis51BDSlzfkPbbIh-_TPHn_8To,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Lac6LxcM9VtWzgx7k1y5mHwIdkPMJFAZ5rxVYhfQSzk,2634
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=s9lxlxXKUCw51S7zFSkuisaMMYGIjFu62jNkejBU5Bo,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=LmbSKY3Eg7QNheA2wOzKohAeMcfVgcUlWjQKJ2m4ub8,14544
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=f-ARJzD634Frz2_IG-7XXONSMSgiiLxyzzkrD7Hp8iU,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=7iJCfNGtehofNPfrFnmZfoZ0rTuVt957_j8ezdACj1Y,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=2UrePNLSX_j0NeRT_G3OhOeDMu2N90L9pMpQTXMMzsA,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=cYDelKUT1lJTFexjG2Go4xAxuYbIAWgbDNZyJXV8L4Y,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=JWnob7qS0GYtJ7sAnjbSEMLk_sfNB0qBPHFGL_7t9Vk,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ATHS2gjlOtlfTJBHzCh36qgwHugEY219bAzIGWoq9yo,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=-AZmWM9GoQjn86ZS9Xi_GEYES7qCyNI99zOkefkHAgs,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Ot9FYw5Qz3eAL8G35N6RW475RnpsZjkyEiPxjB-vZb4,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=4IMn3N3YIr3TjXHSO4zfYBZRBX-wWQ5CeixA10vHonY,3051
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nbJWvU6WSsnK3-ij7DVMmYb_9F_LwZ0AwoqvCPZ0uVc,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=-OapbBJf59ul8m7rdMIiFbR8dj0SwkxnbSlfXIDKhaU,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=41U_wg5C1Swyb2lpCwbGNrpvihMe-EI-R8TcMLdBscU,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=oJS7LNtiPnElencrliiv5lOqcxfFgcg_APbzwCxAH_4,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=daXVqjb4eJDdM1wiE3sbaBr7Mr1a70Ielx7IxA7pYPI,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=rBNHFzgKm72IKHa9jC5zydS9gb5dN7n8uSFIMwBitok,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=eC_7zJ7qMXEenzm_XG9drhYPWVey7mKmLS_lNM3VOY8,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=2S8uu9JfIh_XZB5MEuctSsX09HYW01TAilFzxkn3DFM,4631
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=drSmz4OrIgEuIU3yLsaC974CT4rEPUMOf-OYN4tyMS0,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=1SGCiiZG5jYd7IMPeuOR8XRrD3pZiqS0ue4pnqP49_M,4035
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=lZniRbDZ9nBWMiyV-sol20Y4JWSLEWJqw4Bow6ppPIQ,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=jUDVxgSPrcwWV_dVfkRAwAGZlLD4jn9rwL-M1Rjt7bA,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=omH_COVtaFp43TpztUwDXtI6ddFI7oAxb2vGby9mBB0,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=dn-ttS3PitxmC5k_p3QqEmvhxRSDeRwL5Gd2EsoqMeg,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=PI8XqyKyC4pKTi0Kxi6fzE13hr5H3ichVKQYk4jHHGI,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=fasGcXFGaSveSymySH3nx4YbKHCyR9593IyGYtpP_tU,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=bwXVVCTy5aMVMzHiZ1Qh9vBVOLOUvnQ4AgxkcnJsQJE,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=3bH88fxk4NdNImWUPkQWnYo46aHnlSsatCPfJaPXNCM,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=T02f91Dx7881J0j-WfIQB3dUlshCI19C66yOnJaX8l4,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=2u8mDXU4TzbfV25QtX5V8evIN1tC3J-ZnFMPPOVuoRw,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=YpZa5jlKygwZpYkNhDdWe51YLtQvnxMyMpdTTy7Oacw,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=zBuQbFbTC38ajOjARC6VZQfF9NrAHnC6bxjBx8wEqBY,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=diPjij-ALaAQpBh0cFm3KDassVYohx4dVJoASnZNgPY,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=T-Ec-5PI10bEPfwOc0zLBRYVNZRTv8u2CilC78620EY,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=SlIDJRZUh_d4kgblkA3ubKCPgwmOlnavN5X1M6FQpkY,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=UNJieXvphhebTaqFNwY5hmNmiuj9OiVYCsT_qGGNHdw,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=bHf0RFrcc7WKoKtFloKeTHNaJ9e7KAlQlBlMYZKWfso,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=7_RrD-_kCFeQzQ6etfkgk1gghOqbq9SkFptu59fXDoA,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=49WcBDhS1XlpD7fe9Cr_4iqm7m3_ehVnCh0GOquFzXM,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=4sYw_SvXSqSVq1mq_U46fKYMKG-UYTjcWDleHyL31QA,14395
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5aEp5ZN_tQrVI8J5iMmJE3xbOxgHeZ6zyqXfHl9ojHY,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=uo011JlRW8_7G-VDO2OaWQiOYhbLHcuYhlLd9Huexw0,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=BPgi9qCwXOJqKYUVOzWxPv09SW7ZtF4g_CgN_oRbf9M,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=VvKfs6WAbtYBwDaJ7o-BLEXqn3rF7YLLSoHHWJqlqAY,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Qm-P7zTHPdjN96b4BtTSHYgDgcNyGzuz_Gi93iPxcL8,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=oWB8c1gZss5Dic1jhtPvwlb7BFWmzectxnhiEhkOx54,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=B0BDnq40pGxzydk_gevlWWbD5x9nXcjra8G_BTUOT8Y,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=KKezhnlOUttKdvRnBWEey8Q2rTjzWvvOoFMI-RsYK_w,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=SstuG52QeqrUgT4Vudc4bvTCZQmx72XM5bMz6dNwg4E,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=x3p97nHAYRI6EIP6a0nCrvidWnEjjcpZD1FXCsHCNFk,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=LiHMbQxDSXlU_yLWdxELoYOrm2RMV5764t7RtevV1MI,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=LwwvThIuf9SIs-mLhtnBZ6vlkEk_gtj82oWFXeRxabU,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-XAO56wBrJkBvzbRh5fcSDFYW2V0W-BuHF1QhgdF5nI,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=o4cMYxyrnwj0JZXI9UgpR1Em-7DBignFFo82wCaZzps,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=PVt7imvaG1z-iTt1Y2fjvgDOYFy7MSQVlJS97fRjIek,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=JxUqX_ELHwRxy4l11Tpumea25X6tl-4Op07mR98eWOE,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=fD0MVubAJZpvrN4cCDHDbu_Z8QRLruoBWQ1gUeR20vs,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=NJdv0nNMYm5lZjjQ8HkvdLoIThJ829wN20qO3pX3zjQ,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=wJLqOob7OC5hU8FlkL6xGAZvEhpl_Gqleg87XGkiRAo,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=HxVspnsm7UFe8wRVxrkuclpfh37OI0gVwr500CxhocE,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=F7d51J2bKbVK1hG8bwI-1rBkiMMCHXFeJQ-03V3RQc4,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=XzGyVR9IMxXL6O9dwt7xW5XmaHpGC9eo5BGzBX0KJk8,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=hLRo4CFbKKwcNSBCTQkSU3mB4ZdSa5quzMw67mU-fRg,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=3oa-Yk4jyKTrK3AlSAeqpjuX71mFK0gJp36BsmwuIQ8,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=2cEydwGnGsh_OQ1WV5Czf7XpW15P5UQ8eZTLV8Ptyv0,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=2s16JWblFfdZfmAk7242IlZS7eJ3P2rzDI0lvCTu0fw,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=iWgJedFjGE817fbZ-emEnZPf7ayznd1ahs3-7xkg_J0,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=GucAd0Ef3MYlYYbeQ3z2dTL18fMzgxYs7hLD2c27PPo,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ijcxDGtHUR3MVMY2ghun6QjmF07PzwNLAc1x9_dLcko,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=GMuxMkAlVg77tCxxuCbdvcVyGsh3C6VwmWuJYmkO3gE,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=9T5nLp-z42LbbA9ts0soE4BjgOvObrzcGTBz9ADyeEE,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=YkBpDliu2G-XuuyhSvYKSsPCVe6PpdJWqWYLa6WIhpY,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ADRFGzEsgYVEZ5l4WCGc5NK-PQMCdQt1oo9Di8Klb1s,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=7I49vJ_VvcolI2u9XjaP1yuqtZ1zjw-vO-g_jyqjIdg,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=She5BXgTskzhiikVeSrK4Wq56wvhjD0ZTKXlgDizO30,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=u2btUErkYc_AlVqte7KzuQobcvpHkqDRBlL5eHFNJII,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=5yOWqLq-Q3QlfrMjt4Kkq70SBKt9-V48_iGNRMeHafA,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=auX-YYoiem3ozOxUebQhbYFzNYiZYwitcEIvtkoAglQ,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=FZ0QE1g8NqMF1lwWl5ijAd84QukWBXFWKGtQpKEUaHQ,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=akPDOk4sDpqDslSClduY4AuIYUm-ZvYL06lwOlaiTqg,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=vPvl-jY858YmUHl5wwQoEJiMS_C5LZLXBn0vwLUBXL4,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=YlfmCNcSh4d20uXZdrN-39wiFWRnFP5ekgQfg2oV-OY,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=fPmWQSzgdq-LDG83mXa4rzO_oNAJ5QrwPOgRs64xlxs,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=Hkrty2lN-BzRVekhuxqdYKqA7xy7sqNVkeoTAz_rUHY,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=-YPbWXAyawP7EVcHuHGG6rsettwikhVOOJJocezNXSw,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=7PzQ6XuN29MJLVKPa8x1mIu4Dfk1h8Q1VxkG24j_5VU,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=6QS_1cCaZVLOOumo7y9GuusLPirhGgq5iKEElKQGpWQ,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=A57EmD8k-KXZxUY45P1A7m50sc29NjmmkcMlWq_ADvA,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=KKC6561AZiaXLUfB81LYku-xpoZ0njFBYS37SyIV9Ek,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=XbC3nIvwd47hX-fAjW5X9rI5_-fy_oGLuaO9jRlewUk,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=2PYuf4Wutbjtv_X2RH7b0gxUboYpD-apj1VTy25rJJU,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=d0jJwut7oJef_OreHTg49avrkI191sOzlzPi4t-Ikaw,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=drUVuibnAwWtdZUzpMjnzNz0hwpeqiYCMyhah-fdJI0,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=ucrY5m_BVVuKb5_0DGRkRG3QnBZv1LgUYt8XEwu-EPo,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=5N-a6LjQ96BwJqb4AupQTe-QWYhHqGZFPer4DugmaDg,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=ZIAM6S_WB8vCU1jIDjoM1X5QMay_IGhr2cyVrVZevw4,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=gPMagucsdRqMyhKhIgmvrkqdCyHWipTuuBIPEjAMyFQ,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=iOxjGWbao9-WzIxn0j6H5QUV-_snCydlHuIXrjTl-nU,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=Megwgt1BzjdaTB0Is0CnwyKhks0UnRwFEsE2gbH4mmk,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=o5ytIpD-L06Qt7L4A027F3l7uEz7UohtHLmEp44Wvig,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=-ziSRw8oCznorovHoTsuJcDb9loaVGaubegsAF-DrHY,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=6tFzaY6m46FJV9zVY6Dh0zEkqyZ03-UmuBAKpNYK0aY,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=ZS1E_IdUxRbWMAS7H9shRLMoEt5P8MNs9OMuH5Q9NBM,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=uDGwg0yE79gj7Xl2danxzrFL-mi_kU1fiz_a6wfNLko,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=Lk8haUQhhjAhbJY7M_M2qYNdjAwg82mnjLUq1b18lkE,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=sViG72svwBRVzArDW_F5tJc02072BUxOWvYbpD7JvyY,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.10.9.dist-info/METADATA,sha256=ee-1kBQ-AInKwSUBoChxCKVwftckqItJSDjuzbv4Z4s,656
|
|
260
|
+
ob_metaflow_stubs-6.0.10.9.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.10.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.10.9.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=gjlW2cCMx3ksj2b3Nk9jb49js0kDy8JrMpGmQIzKef0,89860
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=RtOVKoBFgg1j-9niwdjV73g2-MRlo-4BJzmSl9S8Ewc,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=jDt_RHayP5mJvxYuUqsg5Ze_Y6BBgwSBfOezDB7AXZE,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=tZpU4LnZRdWqW0TnE5pX0IhSj47ECriToCPG9fdmNZ8,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=Z7pDsZyBEswci0GRvYVooKmmlEg_85Bke5esws-6nCs,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=Ag3Ng1JAjuAyluiAJLRc0XYTF8UKLO5Ad_VRGiA291g,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=zWapS8FHsw1ASWIDvJqhy1FVESLNOVMCj59EpQ0rPVY,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=_Gr4-YXOPmYYBn5nvD2Q3D-lfkRGrgb6Ral0lDjdJJM,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=oDy_vAq7RNWc-sFp-jJ1Cj4D_ECn-K_61w5QQlu4qE0,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=GZEkX-ydeg1WjhiSZbxMrcYbqaJDKJkYb2bOlD3e-oU,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=AiK_VJxW7QLBLSKOLsC_cfw_zyRkCT-VcidAUIbU4l4,14278
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=ddHfPt9rgaEZrhfy3rRflATAxWQ7eIjP_PQjCgjdS-o,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=fXTvjokZPd9RRtqypuvbihj8NlqqW6TQ-ak7PcWx3aw,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=NKPTQXTV4iVAy1WD5eGMe5tMWBvwSu6f7Mh1rF7vagc,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=xbgMxJ5wQYH1alIwCfJYSoo3JeDhQvmAhJaBETg1e6k,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=YleZUFWLYmnpN6gSIoIMc8AMWAk-le0TP80gy-pZweg,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=iQ1T3YxPS_czprlGubv2i3utoQ7jHpXOfonoPcBpQTA,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=3r5ijFU9GLnHUlwn-0Fwy2h7UPxd8EaU0ec9uOh2oFU,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=8XDEZejpNsrpYe-_rByJlsieY4RGLC_HW8leisni_c0,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=8xVdML-1HkuzA3ORZSqJerkc07_a8z6_d6H7HVFt-E4,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=0DyQD1XCAAJ5mudnMGU2850FnxnZKoDbwAXGSDgtN1k,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=_r_SmyLfjRrCO9LkO6lLfxlwNg3_jl23P4o4giY5Ihg,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=WasDEddH6XlHI8pID9T6Wh0_-wZblJMgIyXE74_QTLk,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=62AQRg7Cv22cZRUlNP6_ZbUReK3ErB5ttJr4NPhdw_s,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=AhmnvAUxeCMSTJYSljZ2yCHai5qjDtI_7l8SF9Yiy8c,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=CwuEdgLiysF_j7j3fOfhE6d23SmZ8Sw8SRvDXUq3GcA,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=AExIm9-76G3oVbBqOEUrBeQOVbwWF2R2QMcdXLTsnXs,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=snCBhqcVQJyv1Mvs7U3iaF1nc85uRB6DNLV0Ifn6MmY,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=_JAHKGwzNrJ8z1CjSXHjofCA1CDDpYW5in5fgqiRX88,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=-Kw9epmuGR5Y6nyfdwuoPEE3rMnCF-id8T7zCCHzS0g,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=ZopCJL-8mwgCBaWJ5mDMZZtr-5aMoKvNRvJ8cgQKPLQ,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=A-SC64bxPvYzKrjaIPLrbIFGGEKm9xgpm6MxPO-FiGE,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=9Q-_6dqR0cAWLHtvNLMYGJBLVkNhzoHNSZruGkDE5o8,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=cve18Ns9YEOdOB1Q2xwKmdzu8_MjydbDcGtjLaGD46M,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=-QqAmNxtrvBGg4i-SZ60QZyrb0dLNd3Bkz-9xtOuDtI,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=WE33V_2spxdy-0f02drlrNlE8zNIzkN0_scZLPXT_ZI,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=PTRTTZkc07vYyGj45lftjsxuwXJlyFSzq_Llnl3a2Sc,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=814yiRWJsQ23HM2pjbxk3FRnzfcwWFRoki4EQHp5ZxM,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=nRdq4FYvQzdAB4sPoJFQObfXPPjryi7jdNRU1J_LlBU,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=UOXROqpstUCwd1w9-NSpiRezfhjayjHL_W_VM0sz2oE,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=wuxZOOOGThaB3CwNAhc4Qju8bmas1XrRoPTqkTI8ZZE,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=CiXEae_y8FX5AlMww5t1KVmIeE_jKr67XEYICTOsZ4o,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=lhY-GEL2anpC4CCx-XquLnvcJAYZ92Aqs0mR8hjmVJU,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=v6AMYNHgNtILi1g-HF0YZtjdWf3bt_SfGK8pBf01Pm4,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=LLnucJtA2AOiNMOWuV7sjrqRo0X9nUJE5trRsz3J4t4,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=5QiDW9mSTUW-ITWEV2eKW3wJ49rmKMs7XaL68l2Nq3U,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=-XPLGCjxWyABY-hdYVmDXSK9wersk0Ky87hQsHb2ypQ,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=InDaDCaCwetka8IBi6bx0IWlAW8mHAWEjG088zQoCLc,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=507SvGrhmTf346T7YlP1SvZxMbEQMP7B85RhaveIwRM,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=O_hkjlieoIZZdjpYk3pazC11JaWu0xHp1XEug6xDrao,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=2T2TnrIyH3oQT64x9pigVsIVctSJZ0WnWzmJ4M2RUqc,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=T2kbZ7YRfVaR740sIYGzA5h4UpTONRCbiA1DB0jQI2M,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=ihlVT8YbfcYqsDOl5E1RovBidIy3jZX-HmZX42KINo4,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=XMScaBhUAHX9FV9UQDD9GNCdSTGJ7UITVmWkAzZBI48,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=_Yu4mK1xZqCEGInRtOg15nOOCv5IjRGLMwUjLdhK4e4,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=qAvzMsxUlbmnTheRakgnasXZPM2v-ifEot27A-JSSTs,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=AxCB8zKr6vzBAldkpRhKk9Nd8cmh70oos6obM9K-__c,14775
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=XJbUAUfbdDs-6mqfipFs6T8rJkfVy2gmnSkyOAD_Nq8,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=OWpB4ACI3KiVls895SiaZ5zeKwrxL0BJvU6hOrZQW2A,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=O9KSfDDlTX1Yn_8G2VFh5PVzTdt_Rz1XM71VW_KZf0Q,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=LhTBWdU9a9ZryTAMc5AUnBEpfuwTXiny_0aUHUeOz9Y,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=R8NTGCr5aK9Td8v1am_NQl1SaqK7CPpZAUX70mUXWzc,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=0Cr0OjEFB2QkEu91MNSOW-lyo-kUtTyy9Wy4CO9RBhw,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=r2C6cBFMjrAWCJzkBXNxpJYE3byuBrdeQwB2vEOAR3E,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=XbKz0qRILwe3HOjb4AzzQCnTFojd1fzyMoMVrUMoZZ0,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=VvdDN0vIwpGLTB-X7cJ9UnSHxyyCgTn9_kwX7iiLj0U,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=BZtRmbIaGC9BQRyJ-T1d203-7WbLemPUAa3E1EgNA6s,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=qeyZ6wwapXtrmpB95JCXTC2gs70JEB1aYnGnD7jLttQ,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=khoQrN0BFRnM-2JtVfoP3FBRxCPZgYU4t-LrmqaQWr0,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=DOqqB2w8eFINMIA4Ga4v_hgN6GFmF0d3MptusGbHzdM,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=wldWaorV7g2bkg6xMsMrq2tQQD13maXbA7ghUihVdGE,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=GpNxWaKKFBTpJiJvAE5dnm3Kes-eOCpniPWg1QbVHvg,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=MWunASkti9PEEuOxShmc2jKiCYUVCnORPJZuNH7dhDA,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=xMaLP4y4AB7LbkzgosAUnmTgyR3J4H3lZwZ39yrsUiw,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=gOuWlql9p_4tajwCCj1ZszQfHt4gm2NqPVijMbZo8AM,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=YyMiD7Uf3bqOP1_gbdOsRSGptHBLvukWf3_Pg9TxYG8,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=XHkKuV14Rg859dTXZmUvTfl41Rq4jnEUMz5ZnNWikmY,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=GXQkAbTv_t943IPmvAP2zMNksceoiaGC8NjizcombVw,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=Zo_4RED9ABSLsDLacaLzh9kgcOAPSoYQ9zwj4j3x3YI,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=XYUJLeMwbvR_1TKpRXuG6HHPUmOL3cz-zf5g1jCAJ9U,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=WisJcgJwi3Ua7q4vCljIthgRxvNOB228wIszvx6NC-8,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=CUs_w_RsVjCQg8W72joedJGtlS_BtIfUZX6mHRDHQ5M,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=EubJg-d7PUXZVP2R5EJ1nNUQ2qz2nXu-8vabAB6aJaU,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=r6mf0L_Y2Fiq3aQcpohdxQVwfI6NINjOAXFvYbz0G5o,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=fLSMm72U6EoqnCHEgPFaVr0Kpj5F8mHMBLwvUOfcOVc,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=W8XQqILbEdEMzIfEPlrXm1zA-oK4c9nyC4JMBmBIGEE,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=Wf4_1hh0R7V05OXNsloH6_lffAtefGXGR9wncV1nPRQ,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=KdsS1_MwnE9ksY4wAvfDafAogCvNIaH4dJwQiEbxfmY,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=0_yLjq3fyxkbT_PebFKuBX_OAHGexUJMTSOQ7kWsACY,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=RVXy3OzltJwJ_QggaukyKkP4RymKqbV3hPxejGI-j4I,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=oj5lZ2dRKvLc48_YcTbN9In4IzCkUftEsWnHFBFcfdk,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=OLm-bTaAb_I1j2X14EBD3TS8cPGH6sDfJJHPSijQGAs,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=lfyOSWfo66yKfscIIVFkZrsI8X0qQsTvqMFwLVkuVJo,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=OPYPDcx-ONPC6e8B6oXEtXp4oxSWwWLSz6DnqfmIH1M,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=qKWLNh5REHlfJluZGmusIXEyYTFWZuZkjbFiR4PqP_M,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=NitOkYY54e2xbkEdWZQl6uC2UwUQRtytmtAzyX6jc8A,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=dKKExg8kQ2s6LGF7SbgL3YvRzXvIKaJT8oxWrSrE4jo,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=8qGJlPhY1ZEcXd5eufFq14p9Alq-woVL40TXGL8K95M,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=fk4O0NmZMphOyz-pRkAl7k49kmKc82cKqesJqQ-BWAU,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=3G40m7v4nhxkaY1IyZrSsJlHIEv-P6NfbSfe3kqljjk,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=xcsvgn0Hzubuv9atNMt_fXwBx_X_OF7pNzw9-gUvK9Y,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=TUEYEgjmRGDv-G6oIXeiejTcXZ81P02xfjCayb1zClQ,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=e6zOGwBkDwKmyQmX3YkE6YUjergnfkLzLGCbJta1Rjg,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=1mzqvxHZGE2R5AZE1ra29kFA0WnjiYQlGGUvaFqAino,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=InMVtB8d0h1pJ8cAKj0veKCdeR6G5n-7hBb5v2VEcec,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=FfwJp2X7atyZXXJaenhpsSliIof0HljFlWSxEAdfZfo,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=NaA8zXQRtVlSJ3LcAGJJRiS_Z3yEiRSac55DeysM64A,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=fSfon11J3YPDd7LYRWwTXytJ4y4B5VkazgY2Z24Ek44,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=n_7YJoutZr0-Ili7PYgNpfCxZa-OYt7ykr5KsHJeS-I,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=NHK9IaH3QQfTexCEiL9Zh63wAmNHGcpiLvnLZ4gAK-4,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=KgtPxRPfmU5YLbVU5GHxwR7ixvhlM2MbZcgDmXF8iu4,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=5guECKUCp2i2KgF7beRW-GKMrYsvvZxqwSeXcTe6PpE,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=p3KnZaBCGphl_4rQaslMFIsbgIu8BD-6-2wqriBcuGM,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=Q5xnqIflSzCFP8iRvmjbUme9o4BSuv5jxIxu0vIXFcg,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=79iVomEYrlzL41oUYATHy7hHuY5OsRxM17-zF1XvvO4,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=Xiii9v2Ysm9JD-mB-W3EAZyiIZq2yuLrrCaCCP6AAyQ,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=4Cce_ZU_pWVooWRNJ2ANNVU8OCBgCUu_5v-cM02GIGI,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=sZDxj0MK4s_zpPKw7tfyA9UbslRuZdbMcGe5jS3IG3w,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=D6sXgURVdI36LVTccIjD3PiC7jslrbIuOFUHmlwZtUM,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=j7zZyNnx7_2JC5hgHwEwk33IbW6-C2vmU8DFU24VXLE,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=nWo2YezuuiFgsXpVpanGlw77nfrreeoo2H_WGIS3GVQ,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=UPPnG9B0l9hlCujZG36S3FV-bGK1eSSOp9E_R4peGgE,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=Q1pxVWEi5TJPTcQkjJV-hN-PUFsRsU_RFBx3aafrz9U,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=QPNynb4BH7hg7-oWZDIgU4UIbEGi5R14YMOqZ2Lm66U,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=sfNEFCwlguF6GPe80EwNYY_UBebeNEsQlZTQBtoBjDY,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=KtUrYxZJMUXaZ575ekFz9ButJLHV2rOOyfOqFgSO_cU,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=qsy7XfFcDA7o91k9HdzbshfiGpWzqiF-FDmRD9YkvGU,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=03JuwlRt42O5R3iSFQRX6sz-2m-4p12A8EDo3FwtKEU,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=g8v_OCbfX3kiUpJBlSe7OOPrYRTEp-YMeWI-7I1vjTw,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=qJCpAtTtSKvOzcIj-qMRRf6xCAvXapmnQH2z5i6JCWE,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=n5X1Boc_syS4dun1YK4IKUqGMrIVVm7u9RIVIGIFZJY,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=51PzuExzQuQMqVWQFvYSLOH3er4QjbEDqu_hIXEQH2M,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=z5pr9PboloZxCdXSt4ozx5XZcCRlxVkxwmBr42AY4VA,5983
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=u3vydQpwzVhw6tc6BHP7WdnWcVaxo5DPUVSy_jYVfCs,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=1kXTD3MGSjpD-MnDyxNZhifP0_THNw9WunpmDofozmc,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=5K4r0yi9Lr4tdI-GIpVdag0aRsPwDTQrFUhVJV_bo1c,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=hDD_mrkWGjrEhY3WzOxhwoZcFKnokhYAeGUp9Xs0j-8,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=PCGrCY321vdSG_JRutgqKKqonCxq3IxzColeB3gLxkg,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=wXp7iiuZJlqlC_2SmPZY6N7OZUaEbvgCckjEZsTeCRE,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=uuKGeQFXMHSwr0v6Bk0b-84kJT9Sqj0T84IAJhUs7lo,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=4J8mOZ0inIDEKr-Tbb19Swne6iqy2aWQ7Rbyr428mZQ,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=lYyW8W-vghLPmrp4rXN1t93qvqWqRAG_yQkIxksX0P0,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=4xtqcc8e5TRx92Dncm5Ys176mMhfxItsF1C2A6Z5FIc,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=QnKeegVZtQM7k97KvNM-4KOwtXA6BvFW3P1eufnbk1w,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=TVWHuRgzDFWoKakXZEJ2fx8h8_7LvwxvHl3gxsjBjks,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=1Ltn-RwB2HAlyPQiXBATZA1ufSbhyYiok2SYidLFbT0,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=MCZhAqwxm6pa33wb1GPgigK5v92qKAVkCT4gGN8872s,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=RuSpkpLZ8yWpB8PW4QxjVWkrhi3UGKopTEHqegdVP2Q,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=6GJCpSz2C6NwVJvwLYVEsU9wKOOknT7GvSettDeDFQA,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=a_JzqUbHQj7i3n1y5ds-9oNgyT68mqzQw-QeChMuYEA,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=p2HHfbK5OgutypfglfbnN8fUSS8irwl5-N9JGnHlJ3c,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-_gscWzJaizaQTZhQwfUuZ6ij618HXuB5shNxdBJnd4,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=-bMbW3j3WoAPxJMslkeGnxIH3_wToYvrCQraOQQJReo,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=q6yJUBarE2g7w-REhwsJddvEOKch7pD8-K-1ap-N1WE,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=nCcfIdUjanE9Brl93EMX8kzjobuUqKqVXCvvG0kUlJk,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=InkfUJkX3f8hsGNNMvJbh8muO5EX-b7kRxJxS4MzTyw,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=naydjq4RcOB-p3W83k6-IOZeqtGPPrg6I5tT286X0bA,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=_h_dCFR-hERULO7QVT__YztUgp09itzFfSd7-NrHXL4,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Ivgj8pkQx0TQW41FDRSDX4cIYjvikzIgM3mBVkzOskM,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=OFZ71ZGVuAIvbPxUxcg0alavBAlwwSMy9512T1WNwGQ,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=NbUMbKd611OBIp8LtbXSSimGoPu6TG5Z1LnzrkFTKik,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=5dwUtJErIyv9387o_CXg3FECz1ZkV4xuEYsPyWV2igo,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vgJzM0A5D_Qsp2BEcZdBo5py0lai7yg4hV_eExbyC3c,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=DbKyjUphWEOaq0NmQ-W2WQAq4mzaIoio0qaMQ_QeB4g,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=O8tFSjYELjmJqKnAkCA9bhuiwzlSt6Qw1g_uzIWsNbQ,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=MP5S86cP1OFPH6AOaMERthZgosS5a0MyDL2AOTgmYGY,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=HfQIDC_FH25AOBOYD11Ewuda_TBAGnSaUVuB1nENehc,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=wrH9mWVoTn4kFxtQ0lxN9n4oU48ngaKf7iyIi5HG918,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=lkFstL8gE64mhC00KJX1PrYn4qNzWYHIhKCL5rfj600,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=2uDFq23hK3VNkhp1Dq0KGbVuUi3OwSBejDou5-TdEOo,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=YnnWhdifBx6MTb--KFAMLsmDgJ-HnrHXpiewCXQLCW4,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=TwWtWEhBg1e5ldS9byW0eV-7Kfs-kExIciL96w22Rgg,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=puknithUb4ej2-B-OEw58_wQ3yySV_mPqhhKBDC7IX8,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=jJZM9FMDy4E3MSVJ3iD0UvFBVD7pRPYlG1rjohhy-Rw,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=KX24_bCp36Yitx5lyd3vv_7zYitKehVHQJOqSEqAd5M,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=OtMTLHGRO_hwzTAcg1Sbila-OTRNkega6FUxNs4Xf6k,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=6UjdDs1gSdrKfwg6U5Be9BGra6piTrnmCNNazHP4yAQ,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=pb7NsNTgypfeGKt8XknuyDF_KyB6BgKzMaCdqO0LCCA,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=uR7iiFZmrRvP2wLNU38-PNl2XcyBNgVsuMuVtM-y2nI,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=zeGLKddsn_0cyYy-B5hzPn7DcqGrz36M9eFe3lYS_h4,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=zuUCKPeRsp7dijq901XHfTlpEgc9vnavnnRby3dm44U,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=cUzx5pybQBPrsF5WJsEvV4MNwvqC8ZskQ9fz2AZgsXA,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=4RlVURbsfGdn-0EoI00_mSJkg3nbil9RuS76HSP-20w,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=UxjXJR8jYArUBN7gGfCaaUUgFUVBrSE6AhEL-hArD2c,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=SHM6xS1yfQfb94er65G3EkggIQwz5VaZtLQ-J24IG_I,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=rchzjJCSBEHXmAmJPMeHc0bxaevf7zR_4h-CvsbQ8XI,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=YRCTL0wRJ-CS3F0gGdZzIdb0b3zk5r7WBoOpD5KvWrw,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=TVsKJgNdT29cxcYFp3jVsMVcWwR4KO8CVqMhaVIOlj4,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=P_sPPGdMeIMkXyj9ng8lCnuXZy-le6H2CRzSJajlHtI,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=M7Gqvq_YO_tFj_k2iP2BkEnaJoerRVrF2Bk0Edh6uHg,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=dLVHdspcjvHFJE3R0CHTcJGv2X200J8jw2399fpZXTs,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=IIJcR-Nh5PSb_COFhpmKy0kDbm3atzglF77VjTpvbqc,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=JudB1H_urgzm3QBe0JE6tCX29AY6yOUh9jatcT6BaZw,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Lvk8peW7QAkPCZSFGGin-DXUedbGm24RLbFVUPLkMPY,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=kjQXUdBFcWobGoH1MNIV81AO5ew4OQhUZThdyJrn2Cg,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=tSVuEOe_550rkBN09zUiQiNV9VwjGVbDR-WOEenZSCQ,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=v1ereUfC60opzpZbirlQDIDo-okTJp4fdpRIZa8rPgM,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=eQ9P6yHohH7YxJm5BBviEgCgrB-DbvHfUM1eN-B__lY,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=dZniNHj097eX0z6YpPTfEFp6I6Q_uvcbOwFgCEhLnmo,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Dl9UQHqC7VS1HHha0OJNegDsQ5iYSYsbzCXroBuLPIY,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=ZdHxoCsyr0_Mnik-_L0TPZKkSDgcbLlINqPIvZo19jg,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=DfQODdxAtOW7XTQ2jXTzJ1ZLGmfN_So70tyC94PEU_Y,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=L77fT24rmrDf9uIZGg2YtyvynDy6lE6cwiSYeapsrtE,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=ekIsNMcKE7Nr1qLAtmF4vQZWIEJODlhwzeHvYvdKw6E,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=HzefqfehSsWFavngFKtNJwX7x1a02dLWPDh6FwqWm_4,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Zc5AXdAeQo_Ge7OV5YvJBewp6VdhzoOx4D1qY6slJAc,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=1GeuKrtUZULzC1O2br28LLzEo9GD4UPqqoBAPA3oOnM,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ojFUepVE_-Zrwsd1A2W6Gy-Y31igcjref4zrqQqUJNg,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=SUF4jfUbN2vnwWZQ3yXygKzkY8izdFOo_54HkSJazq8,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=IlVTAmxqLn_aBuCFSxuYsUbl0orNn1IZTVtbTezXGqI,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=JOgkeXIF70CwlQCJbyNihX_Z23lgJux1Rcd7Lp70Hmc,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=PFXpZ3ek1_pBmUAsg_TilEwUWsBGHB4lDRU8zycWi50,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=8yjr7Ae1-FpwfCe1je9BvCQf42BdP3CTZdKqfcgQPxU,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=H_QlGrWMvb2XAYO8Xwxq6tYcuLxn3IF76CO37-Qnkiw,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=VAtLomLE30UnRSd1D1-hUdLlTJGK6gT_irBqsszV9A8,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=aONsyuahdZZwqE-Z5wqjXJ2EsBtLm6JYg4fDrnkBdeM,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=2CIgdEbjau1knapysZZiQSL7cgrNCtO-YAhH_iH-BMY,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=CNIIdKkvEcJxDKqfk1lcoSA84FEIPc77_Z1g41EN7OY,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=InpsR_MYEN8jZ9d2lWJB6wBucpDpXVTiXaHZVGHzhj8,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=cvmNaFtULoNw00KVD9GfFWRfl04ezpI_SPyM7fGaO3E,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=y0Ctkj38u7N2OuqE4Dqb5q506KoxadP8qUCXycb27Rw,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Fj_yljHmkJ4KN3ctilL-n6YExhzkWPZLzlk1TbRAcNo,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=XUCGgbEtBcjTi5X8R6dhUKTxNEzGSrW1L6nmxakmofA,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=xd_h5o9yJw64UD4K2P6r5NClUS-VSHOZwpYE_Mf_-Kc,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Rr51yCl9mMuBq_xEWsr_Irud5L4pnxkgG0f9-jDUlRs,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Hlf0a2webOIObzVy_CRVnIkOKuQzO_0MauRY48ZV5vg,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=nO1vjFYxj96Ocid7ZlgTuQHLBvQNHXSQm2iZlXfsacw,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=WNmiHcxKSckxuq5D44g-bmUd1HUwvLhx2-EWugATekQ,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=top8IKH7fTHs_zraYTT6jZGyAY4WMle8HFaBe-r7WVA,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=0Jun0TJJO9Z3Y0NcyvjtG9FMI6030Usho5LFL2zVE-w,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=rOzlloFvRMsMEUlaM2GHXIMsYd9I3S2ctToJQX-9CLQ,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=CmsAhTJ7bIuUXlPlxGzoeVRTuiLMVnYAKOc03swMXKc,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=uLkpT-MoDWJUY_0DkqrGMtfPHO05rlgGm2S9TnkxGic,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=ci1ggeRlHOHuFQ_CvEccmgb-_rxS0Px808VMS9Fs4-I,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=aRZL0tYvSdG-fiDu0qPiTZnb2YstHxYc38kYBMt2nr8,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=X2sfQqOejHb3pSaU2y6Ar2DwjVDIld_MMlDWd2xxuKM,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=f1rn6CV0OQpntpo-kj4xrdtzIntzsNU6ENTYIAu6LSA,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=YGREKPjIMnKvvQJez6bmy1UV6R4agUt0GE-EEJ7-IX8,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=_22wn5noBZeozIrBPq1JMAgJO2s6e9n5K092fV8KoAg,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=8a4Hywujn8cObvv_pN3D0g8iNj5IYVjX-4gAZvQffyw,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=YXDQ0CtiBB0yK9OpkT3tQey1C5D0AYi9Amv2IZLEL3Q,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=NrxX8ckQL_zAV_9yoj1f_gFuMUF384qHRmry5MO9cko,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=H9Dwl1fS8dVG_Ax5csJTQZSzz_IIN8fExUr02QTxVgg,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=mL-eTm3CetX0gqqNGmTLzjtrjle2HehmKcGCatrBb0c,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=_UqgU39JmIRkS32z_qrg6UEnwrVe1KyVe3EUfoxiFmc,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=VaaDiJZmopJWIi-0r8yiQ_BmOJokMyBxElVCk6vGB5k,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=dx3pKIU0w8Mi5mHFqn5dhYKoLiGrmZ6XssvJswQOxnI,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=CZDHUYgE8mAyD4ZjBAzuYUQeYYQZrI818rvIz_sudQ8,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=Vv5IXMXexX_0dihoIiG589X-creyU4qN9uVTLjv6Z4s,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=bCGMvukUDmpdb-AQ15ef33_Q_7m4XAL8B6CdKyyShTY,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=Xkqs85UHr_KTKQdSZPvzXGPXkqjJhRtJuYwvclcnQxg,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=T5rYsBML0GsmEbTWueJ-ycUy16s-OA7AU2Rakr4eC64,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=ZHeQ8HgXtqHt3tSthM2MTZzQIxxnpfCCVGAZFxV0J3Y,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=Z6hh3eMyxFlpXMtGJrVVU6mryZORTpXWOVTxMCCOpEU,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=KQNDk24kScp69SuAzaHYHY8X6FeB5_HFGbVRh3FOvfw,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=fomb5h2z9TTexMdgXtkXvqYUfvoZxhDucEpw1ZtmJqM,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=Uc8pQkic9m9QKup2_7ZMdYFqqqVzFU4X3rqikmC8nI4,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.7.dist-info/METADATA,sha256=JlxsMfzmBWq62wN4L-1Eh3g7-xlkWYiYGETN9uzi28U,656
|
|
260
|
-
ob_metaflow_stubs-6.0.10.7.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|