ob-metaflow-stubs 6.0.10.4__py2.py3-none-any.whl → 6.0.10.6__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 +766 -766
- 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 +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +1 -1
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +73 -73
- 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 +3 -3
- 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 +4 -4
- 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 +2 -2
- 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 +1 -1
- 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 +3 -3
- 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 +2 -2
- 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 +1 -1
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- 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 +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 +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 +1 -1
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +4 -4
- 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 +2 -2
- 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 +2 -2
- 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 +4 -4
- 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 +6 -6
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +2 -2
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- 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 +9 -9
- 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 +1 -1
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +1 -1
- 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 +1 -1
- 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 +2 -2
- 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 +4 -4
- 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 +1 -1
- 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 +1 -1
- metaflow-stubs/plugins/timeout_decorator.pyi +1 -1
- 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 +33 -33
- metaflow-stubs/runner/deployer_impl.pyi +1 -1
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- 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 +1 -1
- metaflow-stubs/system/__init__.pyi +1 -1
- metaflow-stubs/system/system_logger.pyi +1 -1
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +4 -4
- metaflow-stubs/user_decorators/user_step_decorator.pyi +5 -5
- {ob_metaflow_stubs-6.0.10.4.dist-info → ob_metaflow_stubs-6.0.10.6.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.6.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.10.4.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.4.dist-info → ob_metaflow_stubs-6.0.10.6.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.4.dist-info → ob_metaflow_stubs-6.0.10.6.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=1xDQGwZ_0jFOdO6JhPk4AUptR7YjEWsBi5AGVHuNatA,89860
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=ezkmbN2qyNdzy3ROhqWHN1v_dXSYLBZ6aKdBvZyWpBY,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=pIYbg1OeFOuthD-5bI4UtYYp3z8bN0gmrDhYNb3SZtY,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=jlIIS_yE_q35YXtBfL3E1OhAspi5cmR83fAHla8DCQ4,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=uOXh3b7DvhU97M8h2dC5gTFxEdLpwgvfe-91BsyIhXM,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=ygaXGCMXqBcQyU8gnIR6j4FizA6tGAPNsEmXFT6kHbU,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=ajxIrCd9S0oF09_xPzpZ0ep0WOb_3VDFRSfpfSQ0k0I,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=5UL7tFP4dhNnsqOQiu7WRAXQNUiqEAjBKAFKSmdZDRc,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=3x-H1yo6djmxmkWhGC90JxHgxblWj6p_wnYf0HiOeuo,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=FE9cbq54xy9ZxNyAbJu6DlKkb5OIS-PXRUNYAeFr_8o,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=5yFzq6EGiW1kXdRd9iHgmxDRg8u4Z7Mu8g7mZnDFiEg,14278
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=TCzvVJRO-mdO9GjxlSvL16do0KHjd7GLWjtIRFUKD20,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=HldwlY3EhRzsMpK_guc5-GX9MDBVsoxowAVQPhOflz8,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=goBSKu-R_t5F5cIswqUUHj3HBiVWA9ZAqz-aTYiueC8,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=VGhV7PVwXE01Y8G2HknefKQAppcPIfeJ5AAjLVhGE-U,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=u_TXviCKv7R62ylWh0uF4eIjc7sFktMQHSsuSAOjA0M,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=3nrFP1mu3u6ENOUzp0iNEpWLaDGN8oJowqrY57J2Pgo,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=1jzgH9dnE2mdjcpkTR6-_ojI2SOA_SJDzhMFed_oI4k,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=wKkusxVfJqi1Kmf2wyGrwG7MvNpnc8XuxnZlgzqT2k0,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=THP3FjWiw0CXzHhnD0zoKrWkYpOq28BwP_WDQg0Yu-c,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=PipNFn6we-OoVUeN_MV0J0v5S2lm6fgiy5pbaCz3D1k,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=gcVs4rR91UfMuUisQtrtCTcwBb4Gkcemo4hwVWh0sEk,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=6sRapVH2g7mz2sh2U6f2Nnrimp2dQTYvIdTBMaI-tdc,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=-DsdpGDCDl2f9JXOWrOf7t_dWZN8bu8WHUmodT-PqXQ,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=WqA6Xh-O-c3qG0E1Vx1XzInylYtGBL5TyO_WCo1ldKA,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=-aIHPR2gEQ_2oQqqvINseVU5RQypn2st7oUpuCpyb2E,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=e4lQiHfa_A5q6zKn5vI8LFkm8Mi3dfbJwud7is6Us7I,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=d9R90TOe5zPTCNkSCWjE58MPqSPtalYaaDiZKsE1Df8,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=cNVR9Ja5NGuimdcXl45ckrFZSILoi4lGimrPavW-9mA,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=q-8NPJ9bWx-d6RDeY1LWqUKKiSVebVyMdM0FymV79_c,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=ZPViqerdZ1MR31vEnBkPPRmjZn3eewFQZwtrwnTuoMo,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=yVCwwHxB1WaVNVzi6rlpZZiXMsn7stU-QvQ8hYmOit0,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=RmdMSPpc_-Q_vm-Q5w--lnnKC6QwzLDHSgmTyQRQALs,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=vH68HP7cHWi7RjtnecvBwo1h1zq8rU_DZe66TV0QzDg,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=TYK_jGPrufzIXhrWHgT2HSO37x0EXvUFfgbiKAbvYXo,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=FjGQPPE7mc5RyiVdGachXGWb7oTH8gXrTglcz3WhoRU,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=6F4WRFZUIxn8X_o1n2l-uzwZpkH9-gNmixSO74ETghM,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=MSdpEErXF8An1MxREUQCmZORS_qurw-xOT_6rIA9Ke0,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=iYtfEzU6xOpfcCzUx8HPNiNvFUZbC7jc1X-sB2hBUnE,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=3x7Reo42-4XZ-nyUcvH4wge7xASLPvfPKa6QJmgEakc,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=Sleo-90zLHeuYI_7b5TRs98GHwnR7kOtI21OiJbTWzI,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=LCcjZ2amKebei0KwjcY5hGBWrXBcLgwzKfdpvVL5mrM,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=muEB4NTxEp7LXXyq9U4sBC-CsbKgYy2Dlg8sTCdHW9U,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=lPzfT8H4ypoB1q1BZjHBmldG4n7RnfOcjWqhfMVXbTM,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=HNoIHy3WCtDrXeclJ_nl9ukqFdb46A3z25dqZammS5Q,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=0v_NE6xfFteu4NQBUjPwCgFmJnRBGXR4ppTRum5cG7k,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=FRyZMqzHXbX7EfRS7pnxAEDxwY6biyA9m3x-TxHia3o,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=PGnAdcWh7_fLQNt2adGmEnbMvL28QbsQxayL8K2yipQ,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=OQI4YReH9dASaCM3pgqygeAOj1AkzYUNKgH543_bZwM,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=_vmaDJdVHjQ6tcCWXLjoyT197aHEi222S8q_gIC7C8A,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=hfkADtieBOqXhnIHBm3M3XpvBxfSz6NdIuUn5r9HmwQ,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=DDIQXkyW9lRemy84UO7erScb3VP_iyQ4kRm4knrsFvc,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=FAQzAH7V4NkCd1Ek7TnwNFnEfxLfEUS-NOAN-8P_hzw,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=OGWHKKH0lKcC2glFCY0mV8VITBR2ZbTAFeoi4-9v1sw,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=IuqYWgn4ifozDGqaGMw5_BwnlrVIFceTBbp7zf-KjE8,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=zIGh9BGxUSiI6fEMYW3W89aUPoIy_I442UuCLKMW8nQ,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=d_8rgoPDAxpJB7bKMTezVV-ryyzwNh9alw44OMa235Q,14775
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=FLPHJ0NKEvvQ0N88oFqJZBlFMxSkeYt_88gU6ha-1sQ,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=SAgk1Vv4eEDwdz6xIhPGvfP3PUBrmSQdgi0V8feAufU,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=Q8yFLPOBXdpbj47QU1oQl7xVDob1EmPjZ37IxR7Y9as,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=BnPva1b2Nv6P8Kkf43dT4wQTTUUQJI6_VKBQk373-Lk,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=4Iynk2iqYdXHAaj05WPrXy4PiafDqhFu4CCH7kE9IFE,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=hcWl3TcjtVPoyaWL2dk9CYjmD23sA97Jhv-qN0cs7vc,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=ApHWPM5CQFKn4xLog3lVM7KbZEvExyBTXgd80g18aOA,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=AA4zhwA3HiVbJec6ZuLqP1BNCxWH_gUybntye1Cu0BQ,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=VHZGU3oAMd0pdUBtlH__znA-Ncn2596BI6xgafHKGf4,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=0tBn_PjLL3to48dPvzqPFxsbgThmwXgNVurOaB58UKg,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=Dj2h_l8GgB0fpcK9riunCgxxHd8tRzch20lLxAoD4y4,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=BqUGI7SqU-WCaUFT1RaC2J9uddjEirvSXuEc0Jtw6gE,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=8s0fg_oZXwqO_dETE1vTmWbke1JMXUCoq5W20GhkjuI,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=kk2OuFgYlf5yKxnW5dCrBrK0vPvLUUxlLiNQ88lAJBw,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=oV7wBIhWl9aiVr5_-UZjGup5n4206V8fYyc48OYOAl0,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=7-CIxXI9-uXmnysn0zUfD0_h-aPBeKvBkV7tKbL8jxc,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=cgJEoNQgnyonXCj7txDVOyvXiA-t1S09WW-ie82HeMc,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=ODwHzm-uwSPkRVqZl4pbCexjmMQ7vt0yk1AyeDfz61E,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=gvbq538ZzMXqzJmIFB87kQLtYZcLJdWtLtCdBoDY5KQ,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=PyWwzrxvOwbwf1xaxQ3ht7HghAeBceAs8PnhocmTcw8,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=vGc9jdZniVTpsWubEc6klj3HO3u-f5MCXTx57qq_uTM,9144
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=rbn9hJ9enEsKa4RUfcX9P72P5gzkJCt2tbv_1tk63bc,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=yo4T1YWauEkI9SWyQ2prFbIQ5toNiUYI_8OVcihhW7M,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=yMwIg8vBgvY0Orq8pJVk1gc9pgByuvWactMirejTmRg,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=Js4_0Jb-gfV2DIyrY7hKnwZ1MYPOGyX2Z_Oe7bcGWxE,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=ycBAR_LBiOp4Tzy2u2ithi5kI17-DoVRXFB2ZrxqaD8,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=IlU_-VfqsaqJPKh-Pamzs-IyB0SAI3XKKEDhzhQcJNY,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=Uezs4REtm2u5NBbFqK0RpSNsGzIVgP1gnCXHKCzZQG8,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=LVBju4DWh133h08DQBwz1NOGs-uupJ54mhtizqnlBrk,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=jWRKQ7PFVgd6iT1riMtifbAOKFjeJjcyH_rOSPGIK3A,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=Kz-5UxMSZpc5PjKNZctEsIQv9bvDl_y9IJRxkfF2BFg,9946
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=6udc4Ap9wedzM_1ct6woq5MO0CImYLCI3CYq9-dNFaQ,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=rUFQYUhAy9o-W3Hpt0MpbtLtya-xnpauulsVRGevDFA,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=k2qsw4RHFVxUkFwwh8x4CnS3djtK0CRJbzhExlmWhsA,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=TVoKT7_YEoj4JE7fndCmKuZTUpbxqCz1H-dwFBq0SXQ,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=RTdnj915whujVR2C7swJnzYg_Kjj9gnhf8IrmTYtOxk,3472
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=jJdGNFAb5k6SO-QdFUPWggF0Pgrqw50OErNYB_MAZDU,9794
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=M24cZyK7Q_31Og5GVQa7FoL5LLiQZIQ8CheXuDL-IPA,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=Os6QWh4okdHPvElZGHyGPyJRRbje6WwW7TfC9sEnS28,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=t6URmsMKzSRWdsR7EZuymISltibeP05WuFu0OZdGGRg,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=srhphjF9PC64ylTxjRyuWCAxrAZTZn3NhPk5cmVZqEo,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=H2Mc-PmXdOnwIJnya8kufnnsZUPAp8cKtwSzyhrVvBY,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=04iopcr20NC1Gm_YHcrs3YcYhWiXllryemBYt-obDTA,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=XoQ7lEa-WLAkF8eCo38IHPQr96eY6ukfD4AAOWN3-Rg,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=3xZ8U8BJiD58SmU-SppYZ5EMNaa3zoo9_P7pKVyI8KQ,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=020k5ZjCKWp8eew8Z77lsFPS5HwftuyV5vor2VDwJ04,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=yTB-ni_gV_gVdMgn5jNTmur-uazlIqJgJqRs0GtlvHM,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=onfaSgIeocCxEaTUKcpH78DRcTnJBw2sYChM-svgxXg,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=o1BECSfeyGU-ep6jVTftmgIJ-70YJp9D4j9raopA-mE,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=DjpkuKMAzuFc7IPx3TgkDPaj5TD5P8cd6A_StBRFm-Q,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=FHSHjSKbv4HeSYytuyNMePxK40o5aLHbZFrpf7zYQAo,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=I8J5Utd8ncEilkfvcp4BTDWUUG3vthlF4Bvz9DEUJhk,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=rRmyWs_TKnJxvlZpv-Hht-lla6zKnvUjn0YkRTVnvak,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=LxV2GALCXgxmjh1ORLZhRtjbI0JXuQoBqdKH3NWutr8,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=vDFsAqafNezn_dB_VCswOzoNSgrgf6VNcm_Awb9kz9E,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=utvGjqrg4jRA6933ctoARu0U9rdzNIljs_HKV4lAb6s,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=Ss-ADRPfpT9KgxCqfBzIAxy4yWsqUO_ReKWMJH_hVv0,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=LcWwikm9Jdj7odrZL4-M1qfjw7mnlttc4gkpdlVRn78,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=BmhSeaA6_jVKhXcpHxnTGse_gdTPo-AWPahlAxhRc50,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=HV8mR1UsASimH9me7cLg744QfiaEJv2pSennsfRwpo4,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=9EOktedM4VkKuYo5Wbm6UoOcK6QeRWKlrb9RsMPGGDk,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=b0wpcYeGnfM7bKq7aZhX6eoZMzH-STzLjaF-ewBkcus,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=FA2DrYkEcFIlTp2pQlUfYjNYP-0EZZ0HRKoF3AYJCfc,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=MPblfCCkuu6VwzEp_nuyis2m1KRiFHusxakst8ZnoYA,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=nkPoQDivAt59gRSqK525WPKc9jucpGR4CoKbB9serqE,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=4NVBBMWjyIGXJzzlS2BeCdtp58RW4nbz14hL79j1LWg,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=fkjt5gbVNrrBz_2h0GNPMet_6FhYX2xROmNx7BH7UnY,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=jMrnq3Miffnmb7W_6OZSyUVIXCVmLFWpxqySH9ezXzs,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=ki_xOpIjwCu4h0oIJgMJ4yWIlXhbtM85LfRFLXdLfdI,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=r9H4C4l4cSLfGotxYZd8Dlxl-6lwyvIn5UhV8i3ZTGc,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=MiIxGUJyy4G4zWdBEU9Vt8o143JMESYP6ybvq-41n8A,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=9q0m6NSGYOjoBcB40Qjm1Wm884NRPEN8kgN53RnCT14,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=kNOJZhBEdR-RkRkarN9HqWWr4Csoce-Lhl2iLRcSV9E,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=tb9qRudnQTb-KcMBjiksIEXDMTFDLyLqEEzhm1lZBfA,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=FoMPTadJFPK0ngi8yrJQtoYMifETWbfRnzu-e0xQedc,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=-QFUqvepHPQwZDYrYeeDKZap-MLr2TdGJrU6pGd2TfQ,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=w89zfj4bUJcc7ZGUQEKXX34LdLDXBt82MH9vA2bdFIg,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=kbfs73a1Q5SjVmj41D-u-8ushb5dt1cTxR1uzMXHFeQ,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=vnrc62tha_Ajnbd-86b8qduOroT-GZ0b_jaTu7CfLto,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Ef8F-pqabuLjR2MLnaluEZiJ4lW20dvaZBMxNv_mt3o,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=MVmoBp3vrQ1e0vS_pv2V_emP6cN7eYdZSrKWDCcfbdk,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=V6M_Bw_fnYQaauAGQ63BpyMmz_G9r2JGLEqc5rT-3F4,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=vGxfWJ1CX_gha434K5VtDPwH0uRdFJ0Rpe5TnJ53zL8,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=LUf60RcM-TrJlXmUM1OAap6HpPAeY3DZLD71CRvQALw,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=gsdBORzxWhzD_TECeihFFUdkjzq2naZEQIjomj3s8r8,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=95dQkmfNNv0cpKJ2Q18_ZtyXbTEl2jrY2iAzzyPA--g,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=rX_DYxxu6j9bXVwz46dBUyY6jf0qAyGDJqKAlvmQr_o,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=tdkF23W4A-wCIToXJPVxIdaYYwb-ROpo-_04Vlfol1I,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=I2NUx3y0QsmKI1RJRE660luqxJ3-9O95hJlmGJdXVQc,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=X-PF1ocLTyq8jPmcvR0CLBJrObfYYFLGH0wo6Qh5RME,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=gnsz5ys_T7EFmxFY97EavnT9s16mBR4cVnLo6NnPFJ4,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=f580wWUY5rQamFGGKWWAVSkxDpaL7K6LLWNyZW_jdrg,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5ilvKOqb2mPM1h9jRtUfTVsxJmDPGkQ8gNf3OLq7FgA,2634
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Df50iPsBgz9Vgbn8Rj0i4jDwtYg4u9DTvX2l6R-ktWA,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=vO8tx4l5oI5jrh8H0m-NY3LnYvom1eZuMQ6ivS5exiI,14544
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=1nGN_13-Dyg5D98uRM08oYOBhgfaES4kTnwFSS6YBJQ,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=vGrZ8_W6oiim578URe-xruBwqBTDID-yn3kcFjVw_ZM,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=aaffVyPSmK6VHOyijacEvZ5L2kAmUBZgQ91QUQC2sCI,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=2w0l82apBQK7FjQ2XA0B9n0FHH6yTMSUhHJGcUycsnk,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=fX8rQ5CzhJ4RIC8wNCp0e5CSRWzY-jC3zJH_1JAFdDI,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=xeeDdS-6jnZ4q_j1gRYKMecap3BLmWbNwuqRKPvZ8fY,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=HbKnxiIKCgbKY8C5oeMAr3I3Pjvc0tdyN5SRGplvh5g,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=8olWDv-oADKwhYQ_OQ0S2VWdW4ynVQQikcW9NJZ5Rdo,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=g4Jt_DY22pkz3nN6yScO5FGD-kVBv7y5R6MJqP05eyc,3051
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=hfUPWIssYhZV0c1tA8gCrBB3l2_XsExdguuLOxAw9DE,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=sz7Zjb3wlmhw00lmC9bSULk8P8rc1XYObx15dq6dmKo,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=CfLhbQv1EOIq_CjscacO8Hn_cdNczzN3O7G0zHe8I5I,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Nt1lftz5Mka33nSHzcBOcmbEHTJAWHD4d1SFR7n2uV4,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=9Nv-ZBK8yhcpl7yNRdHrqwC1YgNGc7tSqPrBlwRlHvg,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=B9FG76HBj2rJS7tfT0Q0TJpucdw-h_j9_Ii6DIobPgs,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NpRO2361ktMTFe5oPDRhmS7w3RdIaCnHyFBFHHWE0dM,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5IbmhyR11q1jYLbBa_X24xsffElT6XBaudnz_p1QFeM,4631
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=UNs-v4EKwP2Zh4Xl2qZVo6zzZ8U1FM6IIkZoh7WRyqk,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=WQ6_Tcd3LxEc0VlIfvpzQ5kmZ9MVWEiAffTQtJGnN_w,4035
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=A4Lds_5Z8Cl2CcPVCS4MbV3XjqCbdzUdgS9lLo46drc,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=3ZoJmz6snD4Dq1Opy4ZI5aktY5oE3WgL2tRP1XrKP7I,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=OWLpBmX3LG70ddPXfEF97IRjfUMrCelwcJH_Hb1d9yY,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=PKLt6jx3CSFrAz2JkcFSc24ZTc3h4MaynmtgNEmsNZ4,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=HxrhpSWPG19FIKr9BALT1EYn3GrjsOKxPtpR8IwHPps,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=JuxyHip8KpFpU8bxeXjicxu4JNf-bMtYb_UEf_9hCYQ,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=wvVI1z80hUEY6r_1XM1r1m8ofGXXvI6e_vlyztmVCQ4,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=cUDeHLLgUaNLYWYIBm7t1sdcX4T8Z4Utoe-0jdSsFaU,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=RjbHrbVQ1LAFh1a6HmOeNEj8J0hzcR4YC4VggCt6z1A,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=80Cs2O5P1tTMQFlFj2GIr868gKRItP3pGi8C9L0-TSs,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=jvZOqeKUtP_pua-iGPeRybBOcAKdA_Yjd0HqCoA5l8w,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Iy4MqdINrYbpSfweJXur3yofKuyt1dagUMPllSHIZMw,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=neeNZIcnlVDtmkgAf2HtjSm3WSe5tjs7vLykMFRkrfs,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=fKfUk7xj6zqD7pJproEoQLpgpUa3o3V0gSWa45uhJKc,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=CUP212oFcxD_R_iHHK7RdaBE-qdDIIM1L7jTexBCWLo,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=tG711gcX3GJjm4eD4Isy0HFFbhLhRLFkmzcN6Dmy8vc,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fFhYuXDCgIkKYcGI9dkMDBSutMkmDRy8KP-FU8jK94I,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=73uJSR8WNs_BmxCMxlzNJZTZxVOnG8IC13TExK5-U78,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=O_mELvKp5DTclLA6B2FeYE1Du43o-w64E_9U6G9KP9o,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=bIinc3yKdy4IVO3A_tsBTqlLdl3Hc63W4W1lkRMc1Uk,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=-WlEbOQBuG32pSzwAAKql49sM3MNICLQAyvdXjXidbs,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=PrH1n-3AUztN62v2u107Tm1Th38ly45-rz1l8KY5SiU,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=LcAa8jfzGRPBWIbUO2iC9cvgKRRY8u8ELql20GYvQJA,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=nmhB3d8DBlDdaRT0jjheqox0Xx2jtw_jGkq6loaj1zg,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=l_StxSFMdkT2iEKi3vuKq8OenzNm3ed8q7zXITQ-8kw,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=kEeEcKBhJLO4cBYRSss6SYlkAmyFr7wqg8TWZ4ekNsA,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=SwLjiuZtSxJ407Qt_Dm9ElOZTILUXZSUy5WmZ7f0ieE,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Owa9-wRxjHHGaS_4O2EKpx23b2s4SYePl7crkPJi2mY,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=3qPp7Lt3c2sUUya-2XrunkqM2jMxNU5VFBdBacrLLvA,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=rQYl6ELFikF4-w_gweCeUJTlUP9bUPcbOkysp_f52gw,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=b9BYJVhw-ouE5vIuewrkuThnyyMgTx2jfJ3J984z7zI,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=6BIVEHdfOc6Mk37o5tipmoCbXcTzoQpnyodW0Y6ynNA,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Mj9bybd8PGUia7vGeeYH_jQIQ1dgLaf2OWGdm-IQ7uo,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=a70N_GXifbcqIFSIgNJijoe8GoW-lDxu7w8LSPPr28k,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Ym2gqKNPqs0d7CIwRc_g8IOwZBCsr1urVA3Zkr1PKJ0,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=8rZ_XeYFFqA3EtOFizdilaLAq5wuj6vhf0eT_L4O8yo,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ahIgPudJd6Yvy4NtkP50Y2kelBepMZx8u0jgECOvAwo,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=6_2YJd4Hc7SOI8l-ProgZFxFCrsoD7o9Nk5Io47-bsI,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=E7F5yCVx_UfIc-kEqB3Ah2PvM5PPTmub5PiOZvgsT-k,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=HDuN4Y-ewK02hoPGw0ogf9tycGlwKn_ZHxrY7f_n9so,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=211vgd_o7aQBtvk3P__pa_pCxuViA8PryqsY1iqr24g,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=PCE8uN_E263uWDDKbYo5JAr9FRicoV9kawx5AvBSlPI,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=JtE6YS8OStjuNeX8wXIRVu9kenPeeKom7_eAGDrq7R0,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Eob8xkAIlqB6M8SbDMgTcZaJ5l0vniX-MsH_9P3Mf6s,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=hDP2ZqNNtSJGjl79RoHQMJRLe54O6lp1o5x2cP7RKFg,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=a7unzodSe0Nu1wk26eFfbtD1mTc7HHyApqZpSggQiYo,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=7CaIjtFYm1l7MfnofPhmLRKhMCwqa1wAqCbrh5By4u0,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=l8xlRLeInDCaL6sck8Vk7YKKIreNGx6mTW_1Ca6FXao,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=nr7RsODHaMO9naxjidjW6-u8uwgXCH4RHD4jawGemfY,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=5jnebmjeN2R7Ggy07O41tkOpnhbu3rJFStF7fbv9Now,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=i2lGuQtAS5QCCruAiSyOvDCmseyiYtXjvit7Z1J35gE,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=zFzWgh3-Gsratbg4AzVOBQP365Z-q9uJPRTPHJOsZlw,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=pTjtr2n2NXy0_Rp3FN7xR4-9WzQIPwWPHNBiVHTA8fU,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=nuKagl8j7qyMCb6qGz0rh5At17zYfSd4kE6t24923Co,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=6Jm7bOWg8tbcwewMx1H6QsdvSMUUmrSlhLSgfdHR3z8,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=5Of2oxZ4dkasjIc_7hKmJCW_lURTClYTvCIVDB6T9Mg,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=mXXimhvePC8TPh4NUcmtNcrl46iPC9C3P6WpPfBO1A0,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=nbZIr9L_2J5cM42r2mcLy0stsBS5j7vvb9y7qKuHX7o,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=SwhPIO-KxbEhY64SFxwHKrpqv4d74f2XIiGfAgbh8cE,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=gIUJi_JZ0PM-5wdPPh6Cg7BLkS_fzL1b0A97XQV9avE,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=9XJV9_Y101MxBhv65PWPiJenH666CdbRTW7XcNI4NSE,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=yWd6z0uierMv4fHSNxZ0niGh5S5jEwnlMltyOx88uZA,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=hikJAGHc3958XNkRz8FdesbCqm8lG68jZJpzhkL2p_c,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=GOweJfO30O4rWsJiRS9YTp-zxicIZ-yf0gDPlba-wS4,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=7bZmdSXrIdNTY-M0KPu-pFQ7w9fDauaY1c3astDsWQU,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=BJNtJTEhu921sVD-1PWcXUPFxVSMSA5JKMKwkmZ_FWA,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=7WfTqTLyuyVcCOyaKEuX0NaJfcuhZTqWcFlceGkHVgQ,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=Wt3gGaplFFfcqRn2tyeXvEBJi6rvg43j5zcC0JrrDAQ,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=Mx12uShm-Wdnc8Xw1yUG_oY3yVmT6ja3CGH5vuNJhd0,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=y6NDdrE76ppNAL532u3CFwtnIKEyQhZmWevh0RHBF3A,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=9a5GTeW9MOamtXeOZXOlueF3UkW8szg41aJXiQuJj7Y,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=aVu1TOd-Fwbei_GquWIrkodi475U-uzTyBLPAypHqV8,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=PvTz73Cgh1z8A-7UreGyI0luCxf01-zZLXqKToIBAkI,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=6I4DfOQIHtNPSK5qTO9FgJBEWxjOyTHOpG65fjR2n0E,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=83oW_TL58uS2i4Zpmo_sLNAhuuphdR9DFVgFtHRMmSs,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=lB8BvjNLNcNsgNW8dezDa8LnkYiyuuG5nABAbYiTOGY,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=zRpgoeqgMArKXIGoEHYme_2Qfg8sdRxiL9LO32TFfoM,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=qVKaO7PR1qFmkAZ-JYnBRfYfd8E090FX6DNsp7dqMM0,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=sEypHiMrY8RlUGuK967YPa2zjaGB0AR1VQZIo5kkGis,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=_11hruJy_PtV8RsTMlaeeSCxkBpLs2dS5p-_Zh36XpI,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=gWvXfR76o3vCG4PA6cCSjsRSbC9t629NOpIKJC5PD_4,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=rjewGIPl_zbwGuPx4ygiWHW4KzNSDiyAzGTDW8tctxo,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=RtuXGXaatWbmVwVGNcRIf1mVoKhfupa63h0mjePfvak,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=KCDix0ADD_UEbsZYCwaFiq3A9gu0ZpZeraXiFmfWyhY,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=o7Cc-czOI1k4xcrC2x1-4uahqRtGkQHRyTg7iRGUx54,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=ObZaqpEEtR8nscSpJ9A01-rymNIFs3-cBl30bFmnu6c,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.10.6.dist-info/METADATA,sha256=Fg8C8-0_BECg36EjxDa-CS5WEyqq2a-PIQA5IkzVowc,656
|
|
260
|
+
ob_metaflow_stubs-6.0.10.6.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.10.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.10.6.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Z2BmY5VAt_cLFaKP0y-W1jsmNe2RuKZzI3RjvLr4Oh8,89860
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=q-rZwxjEz_Ho3SbIYLgZbCTnG0aLEL6a8uFrwPd7Wys,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=_2aksktzR7nYl9tMsG0Wy5ZwhX19KlhxRMGLtez3jZA,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=AFBsalH4LgtE8YA9uY5YU6gyjIrI369g7OIaFQGC3l8,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=0jSYUIKttZDgPLVp6uVXZiavu6R3z1IMLYxhZt_tPGk,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=nbqQH8hQBrEDext7nKiNiG8QccRkST-OeyJhiM1HiM0,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=sXg8KGWJ-ogB3yX_ll-NUVMqNccC2L7Y3CD-YHJc_64,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=nTKLi-YajPeBCXCmT1h_CIDq5gKw2cZNrLf7DDDWZ_4,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=Z0GXThMM4CWf7fFzwxGu7VeDMEb19ULoJ1E7K5-l1Is,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=v7rW9yeKphmJDaAPFw4_SYsIxa7TQ5QrZfufW9wact4,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=lMPBbYGDlzUWKxrG9tA_59QlBgLVnS2tQMLS5Ae7LRY,14278
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=kPQErjaESzfchQkyuG9T2dKVjdY1ENTfZ2cJ6bOKiB4,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Iooa3TvGQp747RUdH5vUFGkyGvR7lcsmHoxILqjnEXU,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=m60TdGVEFVC1K5DMpveIsNFFsk5JGI6n7zHJ-trUs3M,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=RLirq0tBiWh6z7RYyObFNCxt2NMWe2I9zr5J0GDiWSc,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=HJH-Ha6U1NqhoAn3ZoPpD0WCNuA6INLEe1aRzIQzG8E,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=ELaOUrEwwXILWeCdWBMUdwQMVGGgZg59Q5uZCP0mZyA,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=V5WF5wJ3f9aPtzEFTyhT1GhJGEDc3UFnen0PlFdyqDo,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=Srm-F90mWCvjwsWylEH9PdeUmbLtynfOSWkOYyCSeEo,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=wpoWFxbjnbUc5ObGnAy6MuIfrHdsZIvTuPA9UaQbppY,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=IzB-YOheaeRdLlLK51KMx-bI9jsmsW2Nv3uPrruKlrY,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=L5VCD-amjc_v9XtvDNjz6Yv_f-SJeS-Tlb_ECCKMsZQ,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=2PA8ESgV5WL4IIN4FxvexDX87YdIodoN9maUHPrstcU,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=iEVpuvWuBKZjasIG5iKLK3tkr_zKjDk8KA9t4ngExCs,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=O1rbfLSORRgfsX4zJimYlj4AAm5C-JFD0AqpqT0QVfE,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=Xpa6wyn7zHCGPDtEZJNdSJTVT-YroL0DaA51AHHjgIs,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=ThK24CX-PYdD7A8Hyl7vex-gefb-90qlsBehSZTs2-o,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=OTGN0riIMFe5otNZy5SnzVZp2Qo7IonLWs_OFz1_IN4,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=TzlbK2apXcX_9SlFS-5HkTBHZJ68SWcYu8nAg-jRbbY,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=7GJANCAmElQ4ePfdnKvT00sHeOkxV4Bp0fo49-Dy0LA,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=bXfEgsmE5PX4aUM-hhNFJvx-HhHRZ63JyUuyJb-iWk4,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=jt1la4OBWQpWKS9eIEJKyWJ3RgSax2x4QWiCK6nmF9g,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=GRapZ414G61n_ZFrRBSIKU_p2E2SVzBlM-2_bALLXnU,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=IUv3ymlDhDFwCLjz7IXExAgTgGyYbJs-2nFQeGwx81I,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=uFwViO2F17ZKWjacmZnwqoJYGNKMh3LGl3DX2KJATGk,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=2e3vOz2KspGQENp-UTMEj3rKJhwzHlXX9Ma9y230KJg,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=TbWXXjdH9vROxpwK52K1c5b7Fb5Flw-DPd1YbuCRGc8,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=p2-T5IMui-oBZdmfsg_OV63anwutNeskXaSmPL-E96g,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=4HA36wHgIYWkF_eVUQ-g9U_Xu2QuF0tTmEROO2gJPf8,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=PQY7pVgEQQx2gAH205EC7oX45QQ1Q-MWmiPd0a-jmq4,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=Ko3C0W8f_juA3jREA-Lf3NlkOKBZmJnIr-ygfrEU9tc,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=FyCmOJSFzqhsoEMLh0zjZZWxFD2dfCU0P2T50GxP5kI,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=aq1UjppTrQw1dUQ6KILq9y1Gu_NFXI2qC6-iyrVXOv8,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=C_YcREW2-1TBIpkVEfoPUEtJMKcyqUHD5m2etuq73xU,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=x8iKCdqUgSz6QQo4P_SErtOP8_1K4PWpxZzNY-yA0l4,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=yFeCinCm69Sx1rY9HPQBT-d-tZGOt6nqb7_afZT7I3c,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=n5GFV7yW2oHfg6CX-7MZrDPx9Vx4nMJQ_75TgQWlZb4,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=djyJavWcJTq2XxPbaihCqlyj4qldjGY_kATcHozrO10,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=qvM7zmyMBPaYJSceDphlSFwGDQeLBYP72sPv_WbqbNg,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=hy81EcErPzEcxNKmxudFOMsk_Tj7okeg4KnL4k5frJA,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=EbkBYoxavdUqKYkehC0TI38T2gAzMtoKCQ_EcMgKYPE,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=QRm7YmPr_A07xwlXIBs0OMCQvjf2bgX-PO8bTkO8YEw,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=b9BC72n5xuKAQXAbKPg9hbtL-4QnKlXyyymg6EEExuk,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=QaUZP-B7gtt7ZRxM4QE3gcl7zkzUX6NFut7uh8vtXBk,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=VCPjJhMBhaxc5do5vjb6-D1Lmpfazn5JkEGDgNV0hxg,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=z-mSF6AFaiCiWI_qQOUPWO6RfAbBzxVlL1yCp2nX8nU,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=lbqt9NVLYUeSS_NXyeG4SN6DlZmCfV8jCfGEXzVYJ8Q,14775
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=HKbgrZuRyP1OFN56iCMz1ppOuyJjlX-DdzohKGASCrQ,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=KnsjiK45V71XuTHhmGXyQww6LTaYhRlYjX0SOmdE7Yc,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=yKMZD7hPL6ksLq3ba-FmIuC76pwRXrcEBmJrFhNinSs,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=Sh3brNOebZh0JagaVNHuqOgLpoB43_wxb-2Ulg2MPT4,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=GftrKBmeHCMoheRGgnPPHZzMgLdkpCZqzewnHV3pk1c,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=I-cIhLiEKczL5UzTM7XF4O4Seh24CkWJrGmPyrH6sOg,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=_q_u9SPRZ82GNR0_apo6uOhSU3lLYx9gTG5BdCKfBKs,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=FatDJEZhWvSUkEgi_vXWdCTo-sd3G2LDe0bK6ick6CM,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=vulq5bhDyM40iXc56zMQGzbYlO30pdIFlJwitCUoAGI,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=xeSQHFz4KNG_cGCKhmp9kxeXBPkaE_6fuGwcDeYqaEU,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=r5RMUl7hG-6wNxsEhEwul1F2-Lb70FXxscal6AKxRWA,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=wS-Z1I2C4YgJe6WRLQ9zUiOZXjYQO06dFZ6nXDIheeE,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=IhIpM-Yk-_npJiC-1KaghOvjWuyuAS4ceYwdR_6tB7g,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=qv_bMSmPJQrD9KETA5D7aLhnL5WLVFpdMAdz0Qc1F8w,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=IXImmyFkz-JWko1Qlajy9Of9pDd7eQgjtsofsdmQC3g,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=LPAN-KQcNsQdO4eURldBSpW9PiE76Ed4Zc_spw08EZM,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=MNqOxzoKsO6WjpxhZZDF-oCKN65lkBRfxkd-QKCEcRs,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=L-HBJBeYv1p51Uypfu_Oyh9gzJ5aj3jBS_ZbTGL6j1o,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=QlOV3m3U6EhhOb8LKt2VkjQ-wiO711-1xICBIJvQnEw,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=Y6Uj7_9QzEsqKFFPZTGU7b5ldneMqcyiICjqKmSxCbo,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=5HrSdb3PkTkbLFnx2p5-UUpmqZ-6Yqn-abyyqzhWrOk,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=v7U9pcFi_i4VU3m4F-qSKIqg-GyVUluWXG_L4UrbJ7c,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=x76hXod9vg4KHyVAKh61b9CCuGoTuVfDAOZGyOGDpzg,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=AFKBGHmXHzqBgQyYUy2tihtAvsMIYKljdu2szTVq2sE,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=hR5gM8Wtx3MFL9jVR5zMdJsi7rQ3qJuczmxO1tszaAo,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=0Ia5dGNZ_d5h5uMXxgAhciqK7FSUiD4ppWjH0flIiSM,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=EdwFVwZOIC0rz6qJmZTsEscKylYI2GplDzndXG5YyOc,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=X_jQcIgp8IRM_hOAX8JrEWuMUOx7M3BDCahs12h6sz4,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=6F19sGNSRE233fNPxSU8eswCNPYtbR3bD0kWf9PPCR0,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=S4azUGm9sgDXvNeMY-M6IYvwqlGb4zGllRu_UqwPbQo,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=BULzNW47Fj-C6w7_Tp4TvjAGOa-NSR3Bf11S0nLvbEM,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=NDG302bnzj9mjQJ-U-q6QQiLCT876hlXyPXsGdwumSs,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=ZwfRFJKFtijhAGpI4R1b-hs1ZI_DGx2tifyptqizzHg,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=lclT0fSCaNa_cRTjiSWXkyzZ6xfcxFiu8bbM1vSNPa8,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=03F7j9xSQqzGB0SdYT9HtzBKWLSf-9w8jejMZB6nFms,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=BHlmeKPYVCHrDQgp9SweHs8A4kQXARxr1Tdk1evJNm4,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=XT0DChSogXwJpCDgvui3f7ix-0tRU14cALRjsh0WSsE,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=lgk-T433RZTXZdDl6PJsJNS8r_8RcSDQLok-2H83Blg,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=rsO-XkQqBSFgYVB9Eb6Dj5ycYX6z2f4ML3UQuUUpnAA,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=ZN72ga9OrQtpSupKddfXtd6qf6HnuJzJmBhEox7iPWo,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=UKDGR8TN4o1lXHUn6oAlHK-IoFxzoD2S-iHRMOJM7A0,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=75lvPuuDaDB6uT3cY1GB89ia0sxY7rezLoVtg_KJWhs,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=SmtRZeeVAlsvg1uEaQiHEHjUB-D3phuNeBT4ewDedX4,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=KfmI7hHqsdEFfPTZf-vqEAnM3b-QIuwFwnjTclAzCF8,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=wz8hAAHKpdHYqu3bX_Ft90LSEcM1xAsbapwHUkKK4Uo,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=m5StRaQQL2WL9iWWTLTQoYG95KN99a3S7avY0KROl9g,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=VwL3JUH7Z3s83T3Thz6UnVA6z8JZagLfY9D1gLvPw08,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=h7r8tbHe62RUYjYGpCHXoV2bSqAIrPr6FRg7plzlNYo,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=A9ZNJGuTV6E8CSxb8CHMjdtRXlS3EM1lAUxgrO5MiKs,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=oQ3YevDuxb9gqYsY9cemFnryHB2fICZMbX2HfRXa3xA,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=FDgMBE7N0dM9LgLthVWzp2-HbvabmGXM2ACPQ8Ymb5M,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=zJzpGXz0o8GpBj9gy7_GsgAROQyiUS5DT_vCh18tSGA,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=xJfckm3PMgmAUqWLfOh4bcaYdSg6Z_ae1mNF3qtcQhE,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=k0cQhfH8UEJKSChV8YtVZ4WHROo-R0IL8rmH0AMPAng,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=-xxkBXPEhHm89FJBWHoIcvpI3wc-Zf8fyv5X-P7FY0A,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=ZpdiYuVqWrQt7E0EG2EYWosrMP9aWf705fky8MXFYW8,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=PEG-nmOLiv2jbgX7UhkSYo3xiA_S9gE6DuRIB6V7730,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=IZ4fomfLHSZGWs45KFKZrJ3moOdHKVlrdLZ2V1-mjkQ,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=8LvL7t9awkfi481TqsiykNhZdtjLHDWEf77uKyfLlKM,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=DU1D9yWQI_gq8RmhGTTgMdF29j947ZLOfponDvE51tE,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=2MG5bNOzBvaWFB87NhGEnHh0iy5TduTz4AQVrxpO-nI,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=i_Ii92x1_lEAxYYpJjohdtolXOEp8iqsBn9TDgPppiw,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=A9wxG1NTvWbleHVvDza_EAPdnPi-dmyRwVZbbdiq_ys,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=GmosrTlzN7-b83aZoFQ6X_PNr4DVU89BxS97ydBHJAI,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=H6cRkhinINiBl9jRMJNuPLX0A896hmJpl5LImhMNsM4,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=8AkQ5qv-bEFrSBcgee62PYMm18HLi8E0Wy24ERmvkLM,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=q8XwGQq1aVMyPzeo6FZTVDv1TLG-akyqq4BiVsaXM48,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=lkGLNB0Gdn-slCKWhigTg1KKiM2rSjS4x_LW5agGsqo,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=n6WMZyvuD4orGA5Pw10cJ_0dnfyPAnnXfSGkfeGot_g,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=9_2urGpVfIL2AAzOtbDbWDCqD2VxnCASvcfzQ9fOQZA,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=qSwVpJy1Tg8OKagMgzlheAXMJkCuZFZmS2rILZMf_fI,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=sjiWUY6CFeUEHuGZWnLvdlzJXHi0VtKy-KCMsLcfGfE,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=En8wk_8w2B0QjuYJc0QY5-KP4g2xMA5qI51Fpm2bsPQ,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=6RoAObXbIxfWge30GVC9XRapatyjlAT30ktu7po40_k,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=H1BLg1soecJiyGzJPuUUvaN5oGr8iFgMgFwkwk6n1co,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=207LrCjcbwFGimxance3L8Md2UL0X5TF48eseJlukvQ,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=W0abApqUyQAt7NYCvqCNV0mGYULJhDD8SKYeXOmI0zc,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=QjupuhWhnl6PsFLPjmrOSDES_onMQA66D4cmXbPPc70,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=-IisIaBm7TC2HV4buIh5zxQuA8WxxYcnYj0JZut5iYI,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=dtE9WYWGDInYt_6gxjwgko7M9V7rHxppt9WeKnWFu2o,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HPatF4vLLB7VTKZp8ajEWQKW6ZB1W5FCArHaVEADC1M,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=_SdSJowDvWpqUbQGeTjZsYwNJBmHoNAgfLzHy4iIc9A,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=zwtAmBjQt0ADQMZV8ssM3xY86nxE6tL2WRGtUEaMXww,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-jvkqw1tLGSzzznAbb3WiSuLrxFecn-Wr8Z_FPvs_JA,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=G5QDrecI5rYwWZULyUxPvxBiPJWMwdKTICALgE_URCM,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=4eyE0ZpFBajGnpNPDRL3SmmZS9XVH-f8vmt-vVVRkW4,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=cvEv33KdenYEEfugEU14VjYDWsHvi3ZD_7xba6N1X5s,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=OeBb49z5VQZiVd2aHYt3EWYOBLmaEh6fK64TQew4kVY,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=ZzrmTvt2ffnAILCInB2A3-xktkk3hdGtIWnWk7MiQ4A,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=8DrkYbeCknKcJ3PV7nBe_md2NvgrAeTGtOAn_pnGVf0,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=L0KPjM6wHEoWZz93ZFhzgm9ag-3rjRnCWdzaxVq5FVo,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=eo14ogUNuGfLHmO7QtxekXxfqTuINfvp42I0uBoYyuc,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Fo3F8AP40-HH0KQFSJkKXSljEUP_w41YGKtGV1b68LI,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=dBtmhPEKYjo9JUGz9cPTt618xV5ymVIrufAW-DbJcWk,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=fxbn_A_3V99wdNEyK11elLP7olc7964dV8Hsxla1q2E,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=HEB5AczLag78ywfu-oEmBUrlOD6OkDlAFnUHT5fsjNE,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=qntysC7r9YJ9LfctOzLni2-E7g54xxWFk65X9Tp-AbI,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=HMuxJwwpY4MK4z56oxfgd0KxhPaMq_3_083-fKMExC8,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=R2ZspGWT2EvtkbPZFrm3ebogVY0eKS7gMTrlCqML6ec,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Lozthzjvtgj6qDBan78g15cQetFegyIajp6bXQUz3uQ,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=KZW2t_4oKUXgoM5OkFvh-LM_cTIN9IFQGPJc5njuaVY,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=p15zrIR6hQPqAZ_GQIKiuFHNOaPdW-iFasXvOS-jqko,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=9FPESetN9pM0giJQgL5J4lJlYEiHV1L-q0YIg8eHkZ8,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=zMSEkQwiV-n_iv-nggDDeVjAJ29VfZmd5B4ORXh5ZaI,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ID0RZHCCEopTtLd6omrtfeWWTJZHbGaVaTguCSh6czA,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=a6mSVE7S8Ksq2f-zUYmWBuEkQABoJa3Qav5aAyVJKUo,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=mh56tScQQl5ukwZ7SRCAv_V5HbsH7t_WuXgJGPiUcS0,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=1EAce-N75M9Z79axWlbsdOMh8XhY1k3anF40fIjE22o,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=8hwtPIHgzFY0wp7weaAx4PGb6rNJUihrSZl11oL1qOU,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=miHNhBZ8fjCT8NLD1CuhELT3jaQLTggdJ9HWWyabbpQ,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NMg8XNlK_4o6UQnUr5YbzXIalBYAsr9CutGHUDQM6Ic,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=hWxUpVXU0IcwmoHlQkYOeuICPwGKFWEGvwqMwVrM5MU,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=MEHNrZzcq_O7xIEsq4FgHmL5YTfCMFeEYnoYa-QT1RA,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=q_6DScjmsmKwKZdLJgsoriP4tuZv7mIQ56Ak4d3WgEE,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=QPmXDRfkhrpTfRPNBYOZJq1SCUlUtv9dm9kY09O8KkM,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=mdYvpxH--YIPBswjyEA-8h5AdR1vyG7W39hUqVlK2Bs,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=vKLuUNtQ1HJR_2o0m99f0KTJxbapcKu0TJ4i7jKW2D0,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=CLjIbH_egCTur3GA5GlVnJhfKBSaRv6lGM4uW5ToEkY,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=bzlqEmKle6vR8BeJwrqLeDH7Hs_DtjZNakX55hdw7Yo,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=O3-R7eujYC7FrhADKdCP8MQBcadFNbYcqOFxkWsQnnc,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Sh6hkYn7CR65i38gksVw5AltWEh0CZLA2j1DXUflYOs,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=5dSeBP9uAnJGTqOQmizUVjBh7tyBFVSfcu2ra8Lc0Co,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=iBjMuE0yhqnB63gx3HRftH7M899A-AcySZ58hr5G8Jg,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=WFcKd9k4mZ8Y6k4Nr1PNqSCYctzhkxDW6M3nxno9E4E,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=IEWYRjACXCUcE7_PrGq0OzeYFv9_QVoazayScKGBbms,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=UR0CqI2rAVH2mHimHNn_RrOZIKOFxPN8ISnO8BNxOvU,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=nEL0y-kyobuhWNGspsfgeWAOKtAmdYsbQ4kWU7Zs__E,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=3nOXNKCdTEDr5vxS3o0ITVH9yg9MDM0Nrt9EJGgN5So,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Yhhr4cCQSETpFMQHnNL9v8sQXI981QowkrN9amtppAI,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=mbcIyM-Mn_mra8eRyael9ZSWfV-2QLDsz3-zdOQO16c,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=RSbuov5ZVZ0ygnRU6AbcpR57TY1-c_fp8BAWTz99wz0,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=X19T0WQKPoJ0ixo69441NghKwUI8Qkaz0TA9IlXR9rQ,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=WUXrs5M1QJtccQc_XmX5-_k0hbNmlwSl4XjX9bRnkXM,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=xl0S17t9U2HQ960YHm5G_-f9dO931wc_4-Du9pc0hM0,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=O1a5kzn49v1x-vTuZVNoafdhNTFkqiI8WYgn4BNWkec,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=lrshn1oYkHE-XBHiWqLadr_fCqN2hUaUZ5GRjXte-PI,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=i2QX3ccBCaH3BONiDB84lDjzv2dEpYAsJOyCqJtS9O4,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=KOn0BrU3c58oiIc8CoOeiJrnKyrcYNjqE-cDDcAyvyQ,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=XBzT8lBt3eP9khT3OvOdjjBNYhrKVzZeCXubuCeTfSc,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=tgq3yEG50Rv6tc7WeFvQuV7yMCnKCqApxj7ACRVzMfc,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=knAbfieK27nlhtzTIr3HP6OqHd7wuprmzqo3Dspwk1Q,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=pJ-OcAvt0zYXn5YLMgk2N05XuZsImf1Wag7hXFu_kCY,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=l0Qju-S6BOkVb3Bsv_OusieMZpHYuv_ZOatq2-D90o4,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=9ZNlTh1z4XKvshDUTxhxNid6wI_Wyz9dBmIYETYv-Z8,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=pFzIdswAIIFz89VM4NZgo5o1tSckgYGOoQMDLObCsso,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=yahzryuk97nJ1xqutukKhLqiP-_FcViGaY9fogrTcHg,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=khdNFbAoIaEdqxjdKofoq5HRM_cvrSbpIMLzjMpkWik,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VxGiZUoZErvrknE2idPLvP6X2meJ11nV-0oJkSSUbTA,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=x9uTogEa9Ur1xH9LHbXIP9ByAnnO66yRgd5fhtLAVzU,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=7xOGdNzuFxE-hLP2TxVxPdb8Tu9kQHaxMMKYbeVyF4Q,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0P5BqpUxz08O3pwevsaXdJbupPTSp5GPX5gJeIHjK4o,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=HfbaTHSBVHv5SVrkQ7fM-OYe25ch44Se9nz3yhpR2IM,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ivBjf8ZQp4d1NnjxhtAoBgd_nGF7KyRQSK0jq4Dxr4Q,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=VWEz9q9Uyyl5Ej0fhLyMzRjxD3kKEcS_LO6RaikD3dA,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=SkJaGz-AG9HUWmeMaFNLVoxEf7WuAfzppfWOoSL1MHw,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=VMbYd7BLHnB_ZwD4qOuSIEcgTaLo9BQKVMaqpG8tZsE,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=panjoRJasZpp0vSMSO3EMXmnW6Y8sRsAv0s3Fh18ycY,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=0fTN-fRnUMxJyHCyb3YNzkkzhKBtH5pmb2V3thj6ZqI,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=T65n13VmXIuM9NGDdp4QWhART-KdD-r564zSyaxpq9U,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=cJjDQwi5WZYxgtgFYlNykx0RybgdKLg-C4OQ-zuCre4,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=5GTdbIVEVbPUvit_ibhoHqGCmRdeHIiQjXl8DZtCFzE,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=fOkk3YAQmCjMM7RROYFYD8UrpX7KPVDuP4JlhsPgwnM,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=wWWZxUxAzAmqNLuuLCvIMh7ndAdKB1KjBik92FlBMPQ,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=1YidhWW4uWotmPts5WF5QVuaRESVMhwBJwVAhS6aP4I,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=hmgnhbs5ej8-MbOUwD7BJNavGC-mLZh8IP5ziNRpkwk,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=5ljp7cRum07RLXEwyGYknX8ZYLcp6eWAI8cEBNPdN-I,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=H5fvPh2r9nXX6G-gDjDoLK3rAOhBylRX-PlgLMw3XK8,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=TczK2g30jJr5fK-dXt4F4vqwAfRBX3WdvrJDAZVhXCM,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=uXT8AuF92BZFq7mVL_PyalNxYyPkOe6Ksb8XPizGqos,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=LHsPIRCpRmjf3U-BCnhhSF9YhbR6vYMuggAhtMyMW0Y,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=8_mxmpqx9thp0zknT0QPveX2N3Etbuo-Q8CjCqfHAec,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=bVvKjR9XuzmiX-DBMY2UReza731s68sF0lJL1Y4Kttg,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=SDzx16JBu3eOMO0eFbd1BMvmUh1_aYBZJFCYZ5DcEdY,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=VStCJaT739onMke69RBETx9yZHMHsfbI8C6nxGsqW0Q,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=-u4-koqFcTbp8V1YIksLi2fQ-MOH4MX_eNIipCjbIV4,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=oGIDV9yYCbgYaKEkeRNAprzMJJEGZT5aOqtTm-UWSkg,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=TznhraThH2DFLholUC_ykQUTuQjG1fqzWuBfsewjDlc,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=JJNndinqXTe-MXUrbIqLZ4d3rfTlRXamWEYW6F4LiUY,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=oa9YNMuCtWCBuoP2_hk9EBmPfa1RX2IroXTXehr3s4E,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=lIHsZkhXPg98CBHjGNzquGaceGYMP011aOZzklKO8Qo,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=1Hqg2en6u77yS7la2X5Ib6kVq2ZQWXMyp-c3NTRCueg,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=8zPFvGXcu94Xlj_rOVsT3sVj7ZpW6TzdLZst74hR2vw,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=sB6w4Wo-wbBjvSqAjVSSqALnTKsvi5mNJWJUX41TLoA,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Q-zFmyaG4Hbq7drzZWGPeZKIOZsgs-uN9mpH91GIhvI,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=GwvhqSQYDOvRdIJdgd6Hll8Y0yBRRIjOX43ixcIqqQw,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=nDZKN96cKMTQ-stqSis4YBqOjCe4kyV-S1Mgwerm09o,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=ht5I_TpqNqFbfUBEA1LBPPjoIrDwdNsIgSEnEk4r5-c,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=1G3e8Qbvcg4MXc-bp7olqkyesBScToXyYecQJYaLXoU,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=ku1Gpb13oVeleZ2jmclbpFPmWhR4CFFvtIGzq13fRqE,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=mygGKJ0UlWg_PC6WzpqwpECPcRob94n-v0gfqcccynw,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=nyUIz6Lvwjua814RC20zBtNCHgNGb31bcqj2NsD1wy4,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=SZ0qNLikYBeEq9I6z1oVaCV2xDcagsTx_2EFzqhHJz0,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=p5A_aZ487xusIBVkrnQFbzG_ld1snqVhH3iuJXEZtfo,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=5IwVdTm_8ZY5oaiRybKb7zbcpoGV2Tqj0_kgURSb4YA,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=KOO9-DqyqG-xwKtZwaFyeuloZxrwoY4ynEeru5C9TZo,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=WgSWu_HFOFFgOmNgnf-8nF4VEybkf9WbsuHq95Srgw4,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=czhwmbuV-0-LZaP3AuzmvPn4cTBEQf02DosCNtJFbKE,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=Y4LgmHBNeWFtMxhR0gjywv7Wl3-7KPd-COuMHV-mCEE,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=uAh1jXunZ6tO3BFHHJDkS0SmwhJZofsFg3jqy5M9mXk,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=iMd6XTlHGMbi0YeYYVuBPOTkz51i6uG9YHXRxbZY14Q,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.4.dist-info/METADATA,sha256=FQV3x7s0SQz7onT3ccXf_2_SSDj2aXbZ3gFeWQwSqA8,656
|
|
260
|
-
ob_metaflow_stubs-6.0.10.4.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|