ob-metaflow-stubs 6.0.10.2rc0__py2.py3-none-any.whl → 6.0.10.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ob-metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +1126 -1096
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +51 -51
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +11 -5
- 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 +5 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +42 -11
- 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 +5 -5
- 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 +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +3 -3
- 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 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +6 -12
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +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 +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 +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 -3
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -3
- metaflow-stubs/packaging_sys/__init__.pyi +6 -6
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +14 -14
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/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 +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +34 -34
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +5 -5
- metaflow-stubs/user_decorators/user_step_decorator.pyi +7 -7
- {ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.3.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.10.2rc0.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=YnTnMKjIL_ZAzMQFQWPl3UU03Dj1ZH17NffTfrFdQvw,89300
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=sCmfTiYcr6blx_FyuR0kcbTZUscHiZ6Yha7TJ9FPBbw,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=eODwjqTReiQNLncWdu3IYz9cY0xhHkBQ2SKPd8q2gsc,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=UGjeCoMXpveUrn2QU4RBYAUyhSFUoHnKuvv1CmikgXY,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=Da480GZgdkbhNj3BagSR1uPPTxNb2pChnm9-dJUW0ws,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=aaGIGOwfWfY0sNwCdSI4VK3k0G1ewXyOxPALp28eDBI,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=vjuh-w5sFOfREDGPWuH4Rb2LD8bpf9nexz0hyG5bJaY,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=ZAy0D33d-a4ewiqwFVXkiEE9BNOoIl2HCcTZzCnhpsk,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=Aepd7QYDg3PNxBreg1cOJYp3IwqCY05mJ7qwb5TfCFg,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=D_sERWxLwNIPOGJ5BeLzM87luqhVympjRfeP-my3_hk,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=JOsFLUambkEMFWYKMGCm7xc_a1SK3cCgQUG-HGOTLYM,12879
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=XUYEGbH_UyYkEgGiRMBBNHu-7LHOBSILj78-nVvVCd8,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=84cpi9CbSwXKsuzIw4vZhEIGilHCOxaTxlFDcuvTIXA,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=Z6uaJn5fyPhXi3KEp6KCZu2QRMglglsHGfMoDKbrOxY,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=4d-LpMMYZ7H4zi9oJssW9LdbtLNikpKk3Rd1ehHtDW8,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=BJNjLH2l2os3HVfZTVDkVgTcP0cMZDUiJGowpR6okV0,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=BTFx5A-qbA9xd6ugbsqp51o0TR0ZD_IiAHc3QYNFcmE,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=AN8F81FEzff90K6Nwfbv4qxRPOE7GSjRbStwZbXCxRs,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=ToSkiKS4r_C391-sNCTn9-HpknDloUOrN71K9Lu4Bdk,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=hmRdU8SNy_Ubu_0JUgWQKUJJU_uHAA3uzXo8_rH9ef0,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=oohJfrx-2Sk1z1XSpmbJojjxnr_62aqoncozWtvmOlM,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=I9VSTjoV2EzljMvtauexiWjto9YdV0iqiZ9erA4N5Hs,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=pxMnpY1mYbzdRovKLP6AEI_OLWnKTwEvWx_J6OElFTw,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=I2rdvyjwqBx334s4HmpRQL6HgwdObn_5NEs85_osUJY,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=bXcktD_-E5m19wOEQbnbT6WXhokgzKUU1yl_yGkMIOw,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=jgT2hvaSLWQKp_ef37FaIYu0Zj6xpqeimSeLx89-130,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=uHroSAwyK9C0uc19-xdfi3bniuqKBXy8O-XLPr3RZV8,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=1uc-I1EizJKYLvKQh0NqhQ9O8vkZIvdlLBTqZIsVlvI,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=xQClPhLbeyhx9iehyJrwDuyPzI32RMrBY8773mLYRVQ,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=vS4IAgjmF-v2enZMI6CTM8R7iFN013hLAALSzcnS_zg,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=Bj16HhNJQsZ5_cMD6wvMsWIExOQnZbZjfC3uWAYRf_c,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=m9fm_NLGwao-iOwtxDu1Cjexm3iIgm_pwA711KIDNpo,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=JG2vewdek7IMKZNE5NyAMVzNh2MC4p3xit9sS0m8_jc,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=TyQOFmOGrzK_hh3KgCQ8P_fhkapOkuMn1Yf4gSVTAfU,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=Iz9LdHzQh68BWD8qKFf4wy-2271J-8o0VdKwzy1LekY,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=8VBc-djT7Ut0Gkxw1xNV-X4YJdVnuuo_6ZNEPrer53o,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=WxCoHexym4UJxHbeM1TGgCc-bmD79TBW6N6PVQpiZb4,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=WlupIjuyD7-e2qNN3DqHvJ1sI8LEk1uffolMarxW1wc,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=z8oW6-2eoZTlUYd3BleqhCEkZNfHVFWV95jKSJ1CwDw,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=u-cS2pCH2d7Im32EKB3ofbGUyCwFXp3SInvxQ2tKRb8,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=VzEjefCf61rlBT7ltPKIdTN2QeXCLX1gMuegZpdlCuE,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=5wkvBGqxuiFlNTnqgKV7lCQU_h5t_zB_shsKckGehNk,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=kQTa7yEy0G3gHRpnFDbh9p3yMyD7C9M_1PMxLnmCNtw,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=B14IE0rdIF09KHGAiO3X9avt-EnoCWqduUHULtuFUQQ,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=SxCpaUcxT05gGV2t5wiPAwKM18rS0k0nwkRdkfeQE8w,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=mbXo-lUaubY0oOf-aRx9r6M8UXRPBLdE_IFnOnOQZWo,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=rTQFTpxJo5XbRhyMgn51c67yILR_VqtkbbGisHd_D6o,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=aAriWcDtCNj8Hab4ngzkhph9rqpshYheJR4nhUXpikE,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=hXscL8Y8-p1z9ruLXVcuQtf6mHe8_e14LAN__3EhR7M,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=DAi8LH0iWQmIXg6oxv1IofzftmNTDiRA8Y3M3CWYF3I,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=koRvTeNJbSnt7v-Ok5w3fYMPc3-2UIzKMsFOPEqwZs0,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=NRFaAc_NfuERlW9xVZlkmeBMt_BKUtzb_AE7mBkmeYI,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=PUS29zV6bzUdLeEDBM5ZNPJmu99Tf4N5GmJlUvSI2LI,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=99V5GLmqfrjjgiNMQTll_hZ36F_G_omIQM3Dd2ZziZA,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=BqJBGjxsK1TRKk7ATrQT9K_jjaHT3W-zhk2bQhBaxpE,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=bo4wmoTqnjPGgSt3SSm4udPmp5LjR4u_IRklu0ayBoY,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=Ip8qMIMEqIGbCpFk_7lrJCFFua3zA2ah-yvFSj6vwKM,12252
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=VxtdODOYbi7OeIk5mn43SfpQb6uAuvAdDBJRhEnyE00,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=ifhB2XzNMzMeHOGESHp1MYreRdb4EipL0iHO_-LNP50,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=zXLzpgsAH1npwCwA7OqSn0EYa2qr1Ty9U4TgESKI8oA,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=w1AMVs3W224Ir2Sj78ZNPUc8vyBbmzNAD6f3YcptAqQ,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=8FjW2UC_8354Fc1JmE4IhyvpxFus-Ict7lLQ1oq-3T0,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=OZNgz3kwfqmPRF_7r-gVX2WSblhpXMNBb1O5A9EWFmM,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=bznY6JPJ2boakB0kI3suYjYFvDHfjmd_r0V1EChJFrk,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=22WgKCN-Qlxf6J4neJTQXRUvrjmf76TNlb3-2FJs87U,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=vXAs8KirtY_cGNN4AB9WyHYR2dJy8w0fSn5ZE9Thyho,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=yS2tdUhO-tbdotQK5-oXNgTdc9bn_399uvVY5i7b2Mc,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=D8RJwchFBWYW2uAn4cWUcykJkLarOnIvZxKiCUP5WwY,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=FNF4Qdp5hTZc01hJBdXZPzUJOlboAexAdKZpWLP32dI,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=NVVFPowojz56SYAlSMykToFw4ivsOjzvqSTdJxlrMyQ,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=GHQc2yVQPdR1GdpNxlo77qJf_lIAk84muwmKTKWrTdk,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=3rCDy4TAmcYWwkWG4krCoNB46IPc1Tjyl3NnCKCgCmY,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=73Uglzn6jSqptZkUPFyIFsdnqm0KiPZd9ScME_THiYc,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=7VfQxfRyYFs2vKnYFHXGS5M-dEefnUrjpKzBCuzsqS4,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=gTrmhyyeX5lrpDO0vTOgii92e_lJVwTv07a7AE1rzCw,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=tozgeZkoJ6eT5_x2nXJG46GxBaAL2SqyI2PHit-go-E,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=v3JZh4QVyXL1YEbktUmMUZKrUB-ksZTpn3GUCkES2WY,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=U0Q4lXcAczc0Iymtc5hKkcrL9wfpGHlLIvPEi4X6-Lw,9144
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=eWba8VYyb-Ed5ImqTQYqMxZMQ32DmACi1DQuV6gzny8,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=V7dRCEbSR-vRQXNYarrtIvxh-bWj0S7wcCG02sBOVD0,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=dkuJ2bEHnU51XjYnP3aqW3ELisEcnAxK9AiSpWCdqXA,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=L_faMNW9BhCHCO5CFVAdL_xfXKfo4Hk8EKuI6iqVS3k,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=K9rjeRJ9Z_F8D5_5DYSmP_UAAUZhCcynOspI7-1HV-4,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=JIJuJ6dxRKRBfBzLqlzOJeMphRPZQksRxPexYTSs-yk,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=sKcxIKU7nuWmANSSvS3ATyop58kCW-QZzW2Edd3a6Ds,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=E5r8lAVFa56M6ttHeVllaRZvtRELHNDQpqsV9Og0mWQ,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=gGi-CYlz62w7UtYzfp58O6ujrzhQ9Ju6iWVHKC8CbYQ,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=M2sJ8ARlCosg_uhpGkZcdMS8In3dz_J3lv4hA-Nj5Dg,9946
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=dHweSKrfRYuv17bN247Yl54vfCVCBg36jqUdtpG144E,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=qQk2oi9yd41NPEBhHwT_w-FwImSUQ-Tx2R6xJ1guZ5o,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=RaOMWiwcjkHFu78tf1vjQvBD3spVjQohaOzVNTcqn2s,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=LB1xPrJwDo_uxKGrVqrY5jcWVSFiBHt8DEME0xWwNio,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=HEXWYwF-d5oxhxsQZt66mNzJXhDUpPv9FboiVkUslJ0,3472
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=T4bFeIvYlLL6cQ_HDIkOUh-F6mCr4vcNf2tE1euWtrU,9794
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=lRGylhIN4hlBtKGcjDKTBouo2bFFG9Mr8yjW1iHVon0,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=ngoU9icgCtmnlf3TJjJJE23-JBayhI0f__2vA7olanM,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=i17klhrLl5j-Swzpo0F2e-AoxF389g5gB3BUidAZiVU,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=79eqFyXMM88AB6mpc3VG2QJmySeKszxUyhHA8t42Ooc,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=C-R3L2IsM2qVDAnHYTojZfVTZGTt7JZTFK5sM7GNG30,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=tUTfR87gYbX4IQsUb4azRj75JXtdVcBc5dPaPiCZfTY,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=wrGGP4XXnx7wljEDd0Lbd7Tq9jFWIIhoz53JlzTVBr8,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=azIYlIcgl5fW5scL06mrpzST-o1nzZ_Izk-PDYpT974,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=Q3pC98dYEHoFYHcbExCFW61_6SRSXL0ucfGzMrqyrqo,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=wfBO9XDgxNOxgiOtFAxUpup-GOsBBlvZ1oZavASpfhs,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=VrrsJE5h25sj4KQX5Zv5Q4XltG2wHJL94Nvihbt0EOs,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=DMmoXACdzk80C-DioYKJFYtpiSvfckEFfU0xKA0MKYI,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=39R9iQW2E5hjMjgOMOY-97Y1Pef5uDFKBYcec5YBhAg,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=AR4XLjKLtVfowzo8JZYzllHSIfx_JmLZiaD_H49kf2U,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=PGaGmBeEdIvYZhRwspE9tVqjktEQJOZ2x9Q9Ee8wVCw,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=59TVzQfRQLJVKsHawH97uxSBXQ42oQnrUrclUXhp9s8,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=PnID9tSCf5zHc3MSkJQlK7s4YWUJM_sXfOcPkvJeWqE,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=f8TWEuDGfcP2GOkGujX-FNfOAy-aTEDTBYs6u3JLju8,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=dLZgxGpkrNvkZwRr9-dZUWF1y_NIA-BGpYWrJOMfpvg,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=T97hl_Xjn5__HiRG8l9F7pjQhl1LaDCJnPabKQ4GnVo,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=2ubqBWbriIb_AA2JhYaavuLZjKvr6d8W8MC9sXrATP8,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=Yf_1nCqb0CFl-J3EtCjRcQgnZr9-lFyzDWRZDVXWHVQ,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=BR3Sg9ud7VkWh883AjLDce379bSw8G0eHE20rzYwCzI,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=iqjoJc3avJVRXpbO_AhFmqLnJ4PYU28c4SPuQctOiqQ,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=-a5vODUGieritcQJFjGu1TrVR2Q9KaLEUee5rNtgkj0,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=BCpxONGXwuRsFVVITkPuv3QtloIYd5du1PENh4ON1DQ,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=bNhjOthVzTE32_1akDjM53b8-6FUuX34wFFJxkSZciY,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=2zWBjfGJGhONcvjYya-fIPdWz97LFYXPQU4Ee2XiGtA,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=5w9W_tf23EyP3WuJVSq4a5v7FORADzx_ldmietRfwCA,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=1yzY8JhqPL7JJ15gg8JPOyji8PbYkzCuBDw72kaX3AM,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=0CKTy1SHfRLaIDDcbwyaii-PCRGOqFxZVTgSbl54j3w,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=7dMPAoPvLMkV7qYD6deHdmj1tGmZ9DBVD9ccOOlbIxo,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=R3pVOOGH5l0I25G5l9JBD7VHRkZGdu-SORRNSqqO84U,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=6bvYWUsBc_SAvmI2mgEQUzg0XhmXZLIImTgJhpRjdKw,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=jy6SutHIx3Dkv2lHV6cB7LkzTOBhMQNNOTjYcm01jJM,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=E1W4a12l4nBmjuwWBNTuLh350UZGlujl4L6_of6rrD4,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=gWmyD2C2m6V9JGWVJttWFrMzs8z7cPwCaHAmDHZSZgc,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=PIiZMqOUZQ8P531rGuNV8sFISG2wmw2zzZQv2IoK_8s,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=Uz9RgN0qoL8Nzee-B9xd07c_3oRbqzB8HF0zcRHVrQA,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=TJ8wTICYdp_FtMBqmq5CGHAHU1bvu3TTD5BP3XGuL5Q,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=tcNk9Hj0Ljn4SgGY4nzkb1Bpm1gN2EEPuZIFcAoLwjM,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=xtLSHtSPX14gxqFDUg2sKXlh51HepxCp1b3XzgXhnMo,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=oW4Z4avITwhnrmbPalsICExB68rEJbfawF03XdqY-hs,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=JSFzNGueixCD6qYbN9jqpljgpuJACHc6h1czhTi98_o,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Nitk0f5dyWQXAVMW-GSCxqHcsXzhvwpqgOi_J0stR-E,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=L4Su-b4Idw-W6QU7QGOM-xPiDjJbYpe-OUksdYavfG8,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=11hETVs6-vex4TAIMZe66wroprwA1HKvsls8E4ZUIJw,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=A_V_G0n4ktg1f-LlR5tVUvM4zgZdobzYEm1Pd_G2yrI,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=GahvzYStARfzS9DxeRKqihaSU-adZgVug9rkctjN_is,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=-sNtJtm8VVjxmtLd7zgOWZoQpCujkEQ5ghkuw9IaAKE,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=QakzIlrSjWg5iaF0ndLl1R791OCV029XeAS8zwQs63U,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bnfq6SR7AKbINvkiMPjV09etw3CU1zZ3NZNBBR7xQ1I,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=FBG2ZAL0uvXMiLf3gi0BqyOMd8jIWIU3f29cVxRzbbE,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=6fXf9eA-dvlKKI5fkxD93GgFJ3gy11q7HRIa3Wr6qGk,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=sQRy0MMDf7PxAwsBRI_aG43CbjNnZ3qH8mvGrZmll6Y,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=XbOp9lc9MStbg44guxXWZDzwlLw0hh0TjhmVPM88b6o,2634
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nC9FVSjsb1JkvivlnULhMOtsDRipbhd6dissizaec4A,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=frqQFcx9FKiwWSDk4il6o92fTsGxvz7Cb43ek1LQrP4,14544
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Ol6lmC1LdZ5GbUj_8A53Mdb0cGlMwSTNw55LIhbbvC8,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=SZ5_y3EvrNjGhSU5Pi_0fw78CpR9E0Mr2Qkhx4P920E,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=4gnA0v5lypye1pnaZprCzzaeEjXEfRHTg4yrkFFUWv4,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=zpUzaiVEoWupYlmYk4PFFGKfa8wUElE8yX8Hhr7fg7Q,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=7ZkpGUgbI62eVlL6dx-sFbRU4vIK6RDSxi1mGD-47TQ,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Twry_Qn_aPW_5Ukn9tccDsacyLMN1LyKPFh4KJqlJ8k,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=8ZH_fZBNZkV25Gq4NdqElZ9RuMXjs-q8fhiODmkqF2o,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=3qEoPQSBk0d1DlvC3pik99H93UnUNoOH6PiovnhGwpk,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=I5t8Tge5heE6j0UaB2wRt1KY1TDO2ts8D07DhBsZq5A,3051
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Q5yygGWvxuxgjR02853jSpofZxT-pB90nspLHrPWP6s,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=TIVye_ddLmmKr-2tgd1XHw5Dbn18gr8pI9GaF1aC9L4,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=W1BlaP-nSAwH-6MakKl476jDo8aaxGzY521XzqpmzQg,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=u_-0-Yj9QygI18TwPKOdaMp3LTeZi10mu81J6PQYN08,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=4iUsvwRg9AWVHKjEMjVf7F36sNmYbg1Ps4OUQAAlTsI,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=2b5zzH0yKq64owrINAFUxTMLzoTTiffbjGwnj0n4yrg,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=TiPVd3WJLyH-WydV7UGu1_bL_mXX7_LRM_yTdGVTIgM,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=NIpHbsfBNed4Zu3WLfosHFAlVvhnnY0Z6Z6jWccNuiM,4631
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=QDgQgrvEbsOqMNbvzAM1U-aQBPp-ErOI2Tk_gmkHxM0,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ULDOoO--j7ZAnM0HDkHgt7-FVF8YWghF8P4Qy4SOuVw,4035
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=GSnzR-eJU7UmBF2JoMHdh5SZ2sRmbZbT4hRd4ebfg7s,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=DMqS6t6HVktccXLt_rbQ2cPWn0TdmEHIa4G8WRwUaqM,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=sFgveHlIGG8ERs46t1rwImksqDzZx07ZlBeS662c3FE,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=UorpoAXACDBJcAf34jrOsehWDfikcEzDeF-fKoKnn4M,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=PR6LOj4hrZs5MucFcSswq1Y9YhGtBvWD8Sq3O6804lo,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=rKOi37AgxgOPv1JA3ETx5wvVsG7pIyRYX4ASrnKFSk8,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=vxRyh_j7HF1FH8WLWbGRHEVdQ8HakLFexZPL0EqeKSs,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=-8RCo6bAZhbeNz6R975ixeUpKlji5r_flhuTbDhLMPI,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=jANMmH-ZmjAIB7-rMKpUCRYRbgfi1LtHwIC4w0OYJUY,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=MURtUeuKGFa4Zgp3_9mWqAEL-P7Xm_PTXq8lxx-WrFs,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=B5wQd7BxWDEJcC4uHAlOYaeY4xeF2gBNcBrrcCbj-9o,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=bk9MpDz53mKLRO_0BYrYn4rnAlCvDZJvrL3s3Of47sc,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=eG7v7dLAWnMhG-IfNGsTGQJhxyjI0uu_W49XRpV3_tM,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=BoTh5gwhSgzW9yeeqbJ5RNTn2X7rtE_MS2uNVLZs1IM,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=F1gyfVK48bEIR85h4g_oPrTzuTY66Lzku87y5voXaXI,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=khOBwHw9jGKBalqlYiO5rxRqi1JnYHWq-9IDQSWfzNs,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UbKjXhEFH9i_tRyPYncQC8opreIM9oiB9FSO7O7JqCM,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=0tB3RyGdi-cYWFZ1eybyQWQdngD6QvPaDhFsM887Fds,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Rwq9HzdbWmL6-OmbMyuzQ3iC3YJw0xc3TU5aJvYh4XI,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=kXUMgwd21VV2Ji8z80-bMKzZWBty2svNZHzzAoCIVtk,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=1U0gkPDcF05f9ah1gs25Heh2vpjPLt0HB0kF10tje2Y,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ELODCZay4L7spwLWCJPAAIkOyG5gqQz5LsXmFMxvkW4,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=-s4OSqWRTajzE3ArM-mjsquK0j3YzDAdAUHcdqFFqJw,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=jVHD2vLlrzdriSQamAbIdAES_C6pKQlYyL3uau8QaM4,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=uvAjnzQK7Sc6seoyeJ0LoqL6ssMFQAK70PWbnup5ULw,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_HafG3OB98cVHQ8QumX4_NuDFqSj9viCPThKb-oE2Ms,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ivKqFrETt-i21I-PuxCRp8H9EwzDR45V5bS-J03SGGA,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=_OaLYRG9FWLNiX6-yjHkDiozB2cd3-GfDrgKc_iAbL0,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ivWQxzjKyNGdvKkMMbxsj4roGL1XChlTslaL9phGqwI,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=CE2vm1OrSTFGxiRDziwNhZhp8gR1ubQcvRgsv6jB990,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=BGwu0lNdJOO6qHp9VNZHEV2_j8PJ6d9o-rl4Hqr_PME,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wR-qGRuk_36RXgKoey_T3CB_otUA6D0b3JbNx9YINTM,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=ImoRR99YfP_kkRXc4RlTWGT77oI_U3tRuKoqyNLZzrQ,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=3r2ehQZQeFWxOeZWiR7dZ6A6GJIVnABuQ_2AYlUPtf8,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=v_4HFFFYHLLHcKLTQQY1INwdi0CBjF3_LL5gjRZnK1Q,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=k4TjrJdCX8mmbaUNlcnvJC-g9D-gke4SZJZrsU5TrS8,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=GMhcxktS8Ulf-1A0VogpMfJZRi1wD0Xy9ZdAz9bU-e0,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=QDBT3SXHt4Kk5kl-xBzu8_SC1D9jruDjdkSLq_Qm4eQ,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=lecxtf_PvHg7QK0bD-9VO0Dy8M4j1gKDuK4EE3l-I6w,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=qCKlBm-vL9unSMnda0K-h-lTERvBDRgHyyB0rsL5PTg,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=PQLkX0Z6Da3QjJMujnENrfHjXsZGLanE6XxlwJskefg,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-Nex0qjZaeVM6rOP9uwSwVbNdHUaFQyOKTNo5krRoJY,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=htIU-f_eYkAOlREmMXbpbDaSgP-kNPPfErAr3Xt97Xk,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xUF8Odi3nBMS9fmy-g1a9V-NTxpaCGiTBTDBu5j2Odw,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=MXhqDxABLTmP29ue_7b6ZtpXOs_DAKXZSesfkVbdYzY,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=HWArbwVjSVmNV0BaCpJ5BcsRTXpU7YJ4nhrgUIFviio,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=UDId5Ux9NHGdYLehgBd6NwU07F-VTBKforCsKGEn3Xs,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=rc4NLuUi6dSVkZ7Oz23RXP8GtsxXGEEwycAPdLBXmh8,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ejZSRO3b4u_Jpz99WDAMK7gWTiWcn0nHVFs3Sdo2rE4,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=0TVUK7LIItXjJIhtXP8zs1dakz-Rimlp0U2Gh21eXc0,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ixwH4YOFKMucueaXUB624G1CqIDu1Rd1lX_XCUZ8ZKo,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=bofhcxTEdoo0Ze0Fbh-aaBWcv-F8y7SVCOrqmmaySL0,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=H1dDU8YLh1d587D9hPq55ALceHROPtKfaiOLftT05wM,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=2v6TqcW7g2-DgjDZxsAraA_YfvQidkwoWuOWU1jdE90,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=KVikm-landO8-Ip6Xsgnb-6dj6D-liNU_yHmlppuo0M,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=uV3KholyHBdq7XzoTVryX4ieW9uIJGpnA6R8Q34MH0Y,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=vSmFUqYm_hZgCBl97cGTdsiryq6IYKoUFvW-zZiv0Rc,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=y-t5fJjIdI16KKCcIyDzsze1PzHaglrLBLdGINv888c,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=BfAlBh7UssYrpRrCDH93fNNzOX3ATw0Rcf0luAMm5IE,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=h-8aK1lR0IwPK3jvCJ8mEG52W-Nm7bI1cs-DcS1PsI4,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=081XKSFSYD4p0Yu1tz_XpyzDDQsWPn_Yh9KmIOFdf5k,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=iOXtixTYKTlBbXktAe3wfiexsLYAB1jExYw5PUSeXpU,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=TT3IGKr03fYBhThSvc7eUDPDF0YCEpvrV8xnO7WkNJs,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=t1Hk1Evrbz0heM4E3G6yUbUGorWi0amSV5GjN3fe0z0,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Fa9jNSh3joPwDzou9A9gsp7jl-3bV-1YeVuzNbGIod4,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=0HYO4MxB0bfJ3ZgLTeV2BOX3SfhJgMy0gIyma-TDVvY,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=zAxBTCRMssR52OtP0-diCO3ZEBhIPlGJ8kjBns5Fjho,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=cTYUghtqwWTzP2aSDYL6gLZMQ-5a7uEqaEIMK215yuw,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=65_8fIE_jxNZMarKANmpNVmXfLjy4Rw_NnY6Mt1unHU,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=wfvHVis1W5skYag56PhFmEqUAGp1HyryT0a9fY6BxmY,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=DwlB1LY_eS2yNzto-RXHvoybnPW1f-pr5bECTjy7d84,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=MBAkNsOnMb5XbCQYw6uGElCyfY-aJkKoLEkwVAwaOeo,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=VUU8hj5FEHeZtYg0vQJVZkM0_y6yMR7ubI2bEhsdlhA,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=i4W6d0Rr_FbBZ9PmkNjzMSlEJ3KwYDF1jNUWUHuRRsQ,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=reUG5107pe2_LPsrTA9nBAv2Rg4hZe-_UM1ygSF3KSo,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=X3-_q6dL43I87x5lxKNrX9QuQcJBaKYKyMVarf_xGTo,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=jJ-Em-__SGjoik-lXD_9LAbjKK-0yvilVlln5aXcbXw,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=EyS24CC3HZrbQwsqa0-h9L8YgaK-3AY4t2W23qsDT-0,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=cWnYJIf_l64WXSyYbQbm23XUy4vmT3-TlEo0w0uL2f0,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=TWeUGl6I2HaHMHNNOhnzN0s6yaRjkWuqJ82iuRLYs9A,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=d37LrrbyPpQBHWG5W0kNan8ywYBz_hR0guMJBg7hNuM,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=gM_X0wGZ8R0s_V1Dz6xjsQKFWOGsSbFFW1psMew5yb4,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=r94nW85xmDtUkjgJdjKdLw5qxXYJRso9KjDww0QSbos,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=UkdeyLnEb_LgIU9vjuOp_USPnox9hs3IHCVfvU7iHEY,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=LXs90sYiFVP8nypZxVY0I7xNrNnaDchKaOja_fqdn4s,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=jaEnl7OKq_W8qY_N7zHQRV6-4_kfbnbdtiRSfjnF-4o,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.10.3.dist-info/METADATA,sha256=VA7SvYW79hDK0XjLOozfMlHFUaTaGbzNDrNm9OzJs8E,656
|
|
260
|
+
ob_metaflow_stubs-6.0.10.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.10.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.10.3.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=1UU6yzljnR9ezMlQZ_09UNLGFhPQKcDEEbJjd8turvc,86960
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=0-qYCBY0N3-fycBw4936gyOJQ3VgTZZeYCc_xe8sRMQ,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=XJk8lyOm87hjEHhzKCOJI8uLzmefLHn6Fb-lk2Pgoco,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=YlpAxZxArFKIv9Fbbcas3mvi7muH2BkArkK9RIYIIB0,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=L2Ohd7O0pVZ800iXIGuEL5AYwad4iEotFZ9DQFX7oNg,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=CDQfj_i0BekN-PPVhEpskWkXmQpHkKyTjZv7CVqOEuE,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=IRhW54HKIDy7-xIfe8ok2h_bjrKkI5o0RzpeGhZ64NI,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=2zwlh6NT7xLSdBc_5RFjUqgE4NrbdYsBPsBPLgyMeGc,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=CP1k0ZrLLm8TybFkWRbEVmNFu1T39m2ijrkX-Qq8BI4,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=Mh0OnbqR3dJvmI_h2sKbDh_wkZCyau670Su6KHPu6k4,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=I292NwPg-HRRztfzia-0VdPq-2zS-RydcJSUqAxfqvw,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=QPPAJlZpzaAmWm3gUXxYn-zQ_Suu3OI8EOKPR_bxOhk,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=YIGAwv_7uZvn20KgOZr9MSHN3F6i4ylxcPUV7OQoC8A,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=F1Wr0PW6G1oGmlJJDps3tF3i4wYxSPr7vCDmP4cT4lg,991
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=xSvL1YvzecKv1qhdOaWGL7P1OHWIdmNR6YRbyJZsz58,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=TQruXRTJViUBzeS2PQb3b8l3U2C2TvfQYSDrPUoWTeM,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=g9CR4n3mRI6LTrerMkGhkG5A4HifvhcpTfw52BdB98I,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=MJMJnhvBsQyEJQPajUPloVm7saL4ATzRayj7NOTlJng,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=viqS0xTZc7C-tUgsnkzXvvBcKG710s9c6OyzPF46afM,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=Y-GEmYzLiNqnYD7ci63ZoEncAt4lI8nUyP8ZWyORQDE,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=mafm1brzPH5gTPZ2AdfiKtP8nIvrLyXrGsJv7fucNYs,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=3-2rp4RU2dtM-JcrO7ZQQ1I8hrM4VK6vDdUORSy6fH8,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=rCHoK5X4czM9n-pw3r7THfvQ3J_SLINVsYATmbXvhDc,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=Yg8rTO0c3Eylr-0Ivc8TP3iswmo4HrG4nDIchIn0KNw,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=pU4SC3pi6LxJvFxEGctTnRAp4kAutH3vtZGDc9lcKt8,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=u8Wko149_j1_8zozkLcX7sQ0euNyVkgrSCtg7jXF8O0,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=e1C9C9EzhFlQArCHjp0Jrbh9j_lxkZY1y9WkrobXU5c,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=0w2sPAGd9KnLSYoE3dR_QiVxK11ZlIp24LwqBagoPRM,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=fvgXf-6df0-nRk54HgtqElyGb1fRa0lwpg3r8atsvjY,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=R7RF-aG2jNTsHhjrHrp_JdYIc8-R3yqCeNh_0HcwJoY,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=TaTf_roHoFxM-3F1ifdq7TTJDPXBrKstjZYuHfBX_WA,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=fpNUklWJd_0yuuNPMrBtil4gA8kv-mdaGAC0cHHuIeQ,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=esrE6TDauJZcbB_VZufJUdFCkSiz_Liq7DxSTgG9ytg,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=UHZySdZeVl8xMVOp842ZHI6ikvoKUWEi07LXU-R_p6w,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=kzlRSAlobGiyXQfDVQA6-rY5mdqO6UhT56XqOFUTj1k,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=ru0-Q-SfssixELUwaO2MvyabEGqLkpg0l0mw6mODMLE,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=Mp01c79d2eI1epCwLyknMrGEhSP_2xzQlu64j-2ifcc,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=ViihOPbzmBpSl71xBGC58Nul5Q-VpeTpN1ZRbRYGEsI,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=05Zsa74VlNoHlORCpNG-S8oOP2XvnhLXM5dgWF_JE50,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=mopQPNF2gc_raMOb_Bq6TTQjNEzC_1MKUjBGNbo02ls,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=in5rJ58yta00ovjUNqAw497LbNkB3m7EuFmXeEq1Tb8,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=8uxMiAKXcurWp_QO7LcB3SEg2IFT_GnBk4VrCOQEy0k,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=Me5bGFVetRDA1OXuyoTZm164zjaBPBlGzhSymbr1SGE,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=XPf9q0KO8A4ucg71UmgwH6tNo4JhQCMgXb31R5sHbyQ,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=WsA5JunI-N-dk7s-KmVRWfwJMuGQTmf-NRXFBcNWKbQ,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=E9qsZwhVolUJXe2Z3KGXEJ6Xrr6gx-9myyQFMP2Bv_8,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=l3yDIx33cg0MXnmtHgnIWEGqjqoWGiJbJVUYb_0J1jU,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=edPnQvAdoTINT1Yj8zveMAtW0dhItFAHJ3DnkG7BZ6U,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=S0l7sYtDt8Gl4a6X-0o1nQV4QZYseU2Laiyb547N5sc,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=jAt8WuZhO2OpcgGi6hMGg5s42RGP1BAI_UKODER2ULU,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=2br602MTlM8ua_KSfZJQmHCyBZKJfJMH-C1i57cJxIQ,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=fiQrYBmvPJl6LjtxwQMFIdQXwtJ4pie1U6SIPfqaVGs,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=6vkRoAF8ZhjPMJ4cLXDkwLVjkr8zdObNqhsomxE1n0k,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=UymVh1rEO5cdb5shqkKYDCHl8977oHZ2FWMTqW5Up-g,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=izTu2_DbtyUckLUQugqzttweuoZeuEM6KfoGVfL5keo,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=pZfdi7n3bGJ5XMGwg0ZfpZJo6FsK-WZag96_HiCSFLY,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=f5Ak05EoRAQRba5kZjgaWidDJLL3LAQgNPmD_H7W0ps,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=7btVajZVBxpbvt-YW6sHo1kyk8BDqlmQwuSimmkdTVI,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=bUenA2xWx8cea_Ewq5x-8ERuKvvd95v5OsqHowkekP4,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=3UOFhZOz13LhTOMuc-lG6BJ8zVXGxH6M6oZwqTgzwk8,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=uj2gbxNwpeHCtTBSRaUvqoDVIQt1vv0hULSxyuNVOsU,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=l1qg7Vgutq-4qOgMSLZgzz0PY95ofTFAVpsehm3HBAs,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=pXcn-2Hxa4r_DJOHU68_w1g3ieir44VBEqb_R2bixkQ,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=YFoDFu0s7iwngMFAPnsAgYrccktAV-IQ2H6Ihkz8GWA,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=yBqWel_8UdQ34yoO50vYI4pROMHSqtpxDM0Ql6osuDc,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=FGmQIyQFipFOCatCwCN7bzXx7L3ZYjUefpdzfLsx8gc,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=kwGN_cF_l7XGIVL8VA1nVkuRpZCz7Cdq9p2bcPQVlqM,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=PLR_7NXyU3tKwiaY9YMIqmqXMB5ZQA2vIbbVck3bfqo,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=rAMjVU0o07kMzF3vToHgOFEyLvLw9hiUdJxBEbWLZ78,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=CLDayH19R05GayZBb_Qp2PCCd2DRQzLj9Kl9IZO_jOE,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=hnTrB9Yk4pHpUlsdUrQW1lI2devuplMOkto4oPkWoLk,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=6h51mN9z58nOuk1NuLoYAFlo4Q5xPUxnGbwS4iZM9jM,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=lMsbFp7tqn7q8vxBmtOTYmKwz_214ggEV0LWV6UQ20k,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=g3k9Xy_nnAUWSJZ19J-TMJ4cdhNKarv4DLpcPQU29qc,1469
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=qfZe3h1CWyeu5LAEpviSKA9huXVO8EzJXBZqoF1nEsI,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=bDjBH-G9C92S9wYe8g1cIcUrayewfNbht_2GETG0SZI,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=562Zh9ZKkkaSHsL2cS3ooLoqu6BW8yx-_3WpUvIsGlo,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=c0o9H_FUz20pt0MScZXZPNY9jVb1eQ1sXmpCYeY6xYg,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=8T2o00sK_IC1jRwTx5Aj0wjrcQFQuSsyRSiZ3FhpFQs,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=RgmjhsighiunX5Ez3E74vt_swPHLUxmr9PrNtjNEXck,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=7KmG5INNccka24sPIfT4rbq-epV850BiWUdqGQuNKP4,5259
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=4zJLABfvnvpUytfzQtz_KqwHiS1AwaLSaGc1UrFBtdw,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=kUgwkx3icfN0IssnSlDETMwPh4M756OF_9MBQToAxZc,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=NujnQIAalNcFNsX7udu4jw2dQ32BD15BXZ2aGHOgfiY,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=P_yl4n0_qpIFSNajE3ysYd3W10DRt5J2eHHU5QW2Zqk,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=1i_fxMr9AEObGD6wZXuB4ql9-WBMxz8R6fU17hqHby0,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=cNyxZRHZ36QvT10vJInzrCLBfQE29eM9-juvUb5J6S4,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=8KjD6I05Z59auqDITeFbVVx31IIylPLBBAiNJsb3az8,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=KVpidxu1CWszJQkqgo3oj6DcSDzjD2PCLYYDrTHKzhA,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=M-iosFnxc7vVGEZ16RJPcKl5qk4WdUUfekvUdCn3sAo,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=4dbzuWkScTcBh7iMpPl_iVZJA4XC3oxAJwafTyVdIJU,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=qqkk8Sr_-d5MwYZ9OiECOsMI0vsFchtrPTgQ-fWJaAE,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=GQ8fKBglHmisexNLqgI0O_HOdm3X0y4OFRjhErU1oP4,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=zz2-CpvEiN8AgFU5OxR-ItDmQPahJ86FPuziMt_Mmmo,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=Dlup5cq4QWD0K6cLx3ojNlaAHcISa0MezSNkLhvpFF8,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=zYK0FyrmU_FgqB4GwftZ4oNluHSmH4EKtFtcPbdSXus,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=FXyD0plABNKT9CXogpqfVn7xb1MrWX9OKkC_1Hv9-fw,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=OMVXC6ODfUPrwpZavMbRghhFuZDovRJDx28rVSOGna0,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=r-pc3udb44Flf65XR9-Qtl-V7t-7DEIsVYmn4WNEMdk,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=ykZCWPYtg0s1lM7M_cnObe5KDf25Q0qMFdmp0He05YE,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=ph5I0KshQdwkT8C_mT5n4QfBzxDiscp5KPXDWouruJg,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=oMnnfJHv-iohSNSAeXQ6PNeAgplZ70LhT8nfrl7hIbk,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=BZk6ug15cKBYWey7wc96gZVifpA2DLWtRu9SC3ucMnM,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=dF7BI1ZcFRVZcIerLUBv9tM6B3AtkPXEDzsFGtCA8OQ,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=1Y7cUjFTqhUY9-ImT9jMC_lDah3pdLkFdNJGFOXgbtg,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=fx-bl3_JECHblEmSh-AZtcS3eQiAII2pifgB2AS2RIo,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=t4uA_rX1rOIoljZpxrBcakA6qSAq1frrQdjaPZKZZC4,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=Y_Voe6ENh3F7ocX8aXrH-RKrYWnsBkanuDvLa4H61qg,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=EfzxMTRFfVmUQA_iwHNYp8XNbAqlwKQ_u2WK6EGO3QU,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=9ZmqAuD5doy3Z2euO3xu7Nc2h4YiDdYPicW8xT9TZPI,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=kZl6ZR-C4fPb12X2eBf_IOuCYMguN7XX4MqbRRHkmJs,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=89Gtfv8lXDYrzIhhcp7oabhbQYwnbnGQoBi7ARsSXGE,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=Z0a_qhkvnJ0LUmTuYVmNq3XiTu4fDUgd4CQ6eUAJ_9I,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=TtvWDgX97bytVUJryoUolFbTkFKJMd4G6ZLxaOEjnvQ,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=AmSNeo-Zn_rL3XY23F-X-lKOABKHi7U4vT9Q1F-RTJg,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=_enuZHHZG-z-cUqGlnIEs0FT8r1PpFUS2ghPaD7ppTY,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=hqTdCquypn20arKzXzJoK6mhBFa9-YLIGrpBJDf2jyw,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=Ox_d83aX65tQDYSgJW1LsOP41bkR_Y6aJvvo9tFBCP4,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=_V0fnL7IKKYtA_9rwbVkh5Q3C1aeLQa0stJf_JQApgU,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=CXJ3jPoLOr3biR6JUEOwhSnobO3aaqtx77lGnQjz548,1524
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=ZDc3yH6HGl5-YkwK2dN5WEew9va0ImiwCahUfbk0iZw,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=ix30yw3BsasBzTr5VRuyTSqDPQrB21w4T1hTsZIYINY,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=I6V1KOZAMXle6TpH5j8CGpWFCOd7j5C4SUhZiGbmThg,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=yc6isxvrC0k47eNr2hRN0Ci3Ah62WYh0g1apiYr-lx0,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=3ZPLmAmlgZLZ-yNslYaUPAoKdmiWT_tH8eIbETJCbJQ,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=VK8uDqxE6JPcUH-BKixxl8MlxB6v5bqMp0dKfr1u7zI,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=ddfg5xzbb-jxGH_SRKTEnwK-V99Vva4WC1_r_X89qf8,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=wSFa4LOHr7rmPp9PFQw0mxPe0Sk91d62yD64Fo_TjTM,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=zo29ejr21i2wiC3ZzXaQQqr1OQ3R6Qoqo90C9pdDEIE,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=Gd1RIVpeYTWvUMLrkWWwFgwepliEqPRZ2-Qhq3C6uMo,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=UuBG2T51thiWtotGZgQpme35dX7CIBovZe7jRZ4bNIo,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=L1Z2B5fOiWq5ATCsixkdygGQXFL-psi5vD_5XTVV0V4,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=vjzfsngnczLB_bSk7SSDvsor9bSZjkTEx2CLHTuNqng,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=cL1DQjUgze0aO34jtfq95-emaMHvi3ckxpXLdgtua9g,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=FVpXtPRffDGE4wkE5i_ShfQi01Z--W99MeUVxtaTyQ4,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=QXdmga_hGuH978z1n1C3c0dVmmDHqRd7SBKCmAPadlg,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=UFnwex7B5RslzQhKOmWeJX8Vcc5jnWEEJRDxObKK_e4,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Ridp3GBuGuVCi6XJlucW-GaY3goT3yoHOESj04FRO4U,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=Tor9JW7XuwvmyOcYw2KMOIdiSQvQZNoq4a5R6udLiOg,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=VuFLU5Vuw44bWPHErxHXUA9-Jh4KcgLWHAROAb6lLaM,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=uu4ItkS3FnAZ2JPeOSzRxbbcI87bUvDrbVXNxOM2rwA,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ShNbSQOcrGzoabkUojeqVZE-JPAzOLuzixje6t34l84,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=q-TKKaWB8GB3gY8S3xZgmo-xmZkahNowZKKpxTMjvR8,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=HwwY15rHfW_T7uw2BNS1BQo0skC7J6SdJXu68SEoNIM,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=NTW6l2jsF31O9Gol_QxUc310mWBksKe8H_Uc6ul_wwg,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bZ5sZueURzyG4DDV8REYOTuyadaZZ0mfh2LEIXBO8Co,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=9KM07TagpoLs8Y-rgGzbrMpOBDhuJq0O1g-KcSsjnk0,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Lte332W46LC5-59l2vq0WPW5syWHIijK-E-Z0RbJBpE,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=RqvMnLl68gtniVu56mDxTo5sw3CS1GO80L3l72GPz6I,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=MgBv8KMKcKV56jgeCQ0K2bgm4CPhYwkVEqiZBOgVXVs,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nkENeAnDWbNpEfOR1inU976MTqBn3KPaCNEpLhgIjWs,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=L_adYIoMdyfP9L-vgKLa7adoUdKYt5YZpQ_ZiMv8Wbo,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=jJhZbQClS2XJU8DfLzmyAduhevX9yzCoUPOj8yBsj8I,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=G_OeZvdmuIljYF2woZpu5ucZXeCsWUMe2SJOumlHYDg,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=2FSLYkp9lL0otZEzcRDdDtH4IhDHWdU9S77j7KOv4qI,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=BjkjaCQ1PaB575w4kkee7T8bXztIUOrBgpuW16Qacfw,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=DgavOmncWn5ywdvoFjvNE7O0v6ZzVVHtSdywAnmybck,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ncqW6G57ettgAA3WF6Da3a6mcWraXcBFJfRaMggCxs0,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=6j1ZzkNXS163aS_yS3UsATP4zgCbw2VkMGBx9pUyWJI,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_M5VE1jk1p8TchkTbTgNdFe0odb70a7PwdKwEGzIdNY,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=mZEYSH-VffBOLe1zF5e7HMKUz0l2DPL4VPFkowohu6Y,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=bX4EelA8YyfeUJvpBUt1HM8lfdIEnz65ZKRmLFbfVOQ,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=yqTa3DCowl9Z2nj0RPHYFn_q4nVt_JzIUn1NM17qKfM,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=OcC2t_OA7oiXDZ2gGkl_CRZgzIjWC2UQcyTVOp1Ah44,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0JvBdQBDaUw15YSx2LKw-5QsubWfhkVmedAN5AAEpug,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=woaIAKE-s06sT3IOL9Ln6Cu8732C4Lmc9TqtoalOzos,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=KOaHe7X0Btfj-Uhq8tWblnDrJNF8ebvQXxHvCotCfeE,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=aRAkXT2fAURnLtmADMC5ed2Xd3Gl28CBgBdrbSKaZZc,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=u5urFN8u9-dw9wZ8apVprTnlGaJRyCK0vG3Da58Ea04,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=vVdskIXQRRr6XKgV2HfyppUyX3ohEQcbWzHdiCrUN18,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=sdChan7mZZ9zLa0w_GWiWEDbZtwUB7yPv3WEtDCOJ-Y,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=ynu24nrQmacJ7x9k_gWLt-QlYvRNSf6lY0buZXaz7Tg,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=daWr4ib0EY1frnWmTenaGyW3OmRKzVdP_31M0Mv23KE,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=crM6SbV2H7rx7TLuSjjS-EhyCWTxk6Y1KA7cfDTBkw4,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Y1N0RLzu-_1EGpQUgZyq7qbVOU4jQrZq3uXeSbQm6Cs,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1aA0QEb1iFK5Uxy97bbbn1QbeCC05voXoCM8x3KzZCg,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=hJ0oyxk-RODN8Cbl8R1aGJ0UR-p7ugV40jkZSJMUofU,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=HwvE8Jxy_5U4_o3RF_2CucBrkv_VEcZJkgwrB8kk0U0,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=4x7kwy3OgvJry7mCtmhg-4X2K2IxINGP4oX39NZVkcA,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ffUxMiZVTkle9Ud6YrkTrPz286iLTf4xHritVAo-ppI,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=qBx_DOa-YyGKptTig_TvEif4jTT3SyqcWx5RasYva9c,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=8jNihjTnnmclbP7mw964XZTlSBXNT18hIAp7pb-xJrI,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ctt0YacZ0feU_OQqVpbkK523OgDIYOONNJGTcx2OeZk,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-Tc8wK0HWBQrgFiroNgmmhTSwFVNDZmAdXYIGWNKkcQ,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=i8CQZ1VeLeBW-6iwT7ANoDZVw4k9tr4YTvC3DRnnCxI,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=ivLVeP1N7PSwgwG_6Z3g30q908CmGNOVEdNBim6x3nw,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=DvsYPFT92zkDOJQRHeSq0lYEKXnt1FrQp8oZy_Pz43U,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=6m-LfZQ4CWbqVYjScdpjfUmCQILUPUoxltt6qn3qmzc,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=hAEhcljz_yZ_bWByAC1stiER6o2PZ-m9Xx3-bnWzIYM,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=n-ceYDq3yfjsdh-7q1EaR-0dJnBfYtJ8Pb8fwZx3pJs,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=DYw8oWj_o7goOssm3UICjbl3_3QfcdKGNPy1D-L9DQg,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=vfMLuJbZ_2vbGVZok3DMuXDErpLJ30GatnfJBj61EdY,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=V29aWwVbUxulG_POkqCXc9JBF7amY220rRNTNWyeKn4,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=PwNWQhTf0otiQVLwl1HsKxA7bVty_JsLJw_ovnF0kFA,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=d9X15mOLBwe9kfOrshKFLZrRLZ6jwP6b96jTak7O7Hs,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=SzF9IWrZqpi_yKRZuukTL8i9u3q9bHaMQPXPzwIrS2Y,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=7MihytcQGsS3F43OihDMFnhBJDjnwxE_MXHRPA4BZ3I,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=elcer3DU4oysx5DtetClC5llB_LZGcsWZzMV-DBxmrI,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=mqc6K07hnJz8fzT22v7bAHcze9_C_1XcUiDkS4cA5nk,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=qOgiNgcVjWXEpHws36NZeFFHGs4j3faBG6it2Lf2x_w,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=IkYAkNGShjX8Jakl_4LWD6yB69AvPaqNTJ9PHXMCWeY,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=0apow7_Z3hedx8vyoqvVnKVx1OKNanFFPGetmKYuv1c,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Tc2kh7zW2d5BiOV6iHnqH-R6vjcgaMuoqznVtDH90w0,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=70Q1fFkvBw2ZVbRLBgyOFiwqEo0rGkdXjs9uITYEC-g,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=05bxYOZuGLKsw95qbI3zgCWJHXePxQpoCDYgeHdids8,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=3HMHMbd1v7ACpPQXUF23DF_pbgsHq55fU5DIKLqtSoc,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=RIA696uSXqWUqR8Nf1BpIKADxoIluA4eu_gyOE1NkYg,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=8QA2d-0okOtik5H-aTSf2C4QteM0Xm1uN1ehrOnW12E,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=_jzDNQJhzP5XNfgCrOY7vRy-xMWXIClaC4Jf--FEjmg,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=9fOKWt92IlNumxTB3aoXW31A0TR2EbHIQaNCJFx7dQs,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=G4EK2VHNtPESJbNeQULi40CyqVi3ewJwcBGSQlbO7U8,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=_pL2bQ3G6ZVNhns0-xOJY7GQbrD2gVWcQPujaUQueAA,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ecoLABDhJ96_P96VIuCZ1i94L87Xlwg3WWIRZXvSHQY,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=RKfDzvdhpzOkN5XmbkOejRnnggpLOAEjO6ZDxWLxJuo,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=IyBTEfz-WNbDS6yctYyDM8AJ4RXOUk7W7cEgKtLfyJw,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=s361Ed7yymx_qPcgYvBAZlmYHgMYF94b0pf58C8rBDM,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=f-KVEcXBJNZXRgpvD4pseLSJWzgbHpwUVyuY2q-zfSM,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=_DgaDv6q8NTxjKJ2Yq5oSD2i_TcjOhJSWHBvoKGHwB4,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=ANqnQSX2pOgdPOb7ry3H--cYyMWjEaHz21kBuuCtRm0,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=xil1zPuXxi0FXhwNI1xPBIg1J9MYmxyzI3Df_a-pWYQ,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=NHhU3ez4CC5b_QuGed4caZmXeeS7lYXGKx-diVylCD0,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=271ZwykmNbfNSU0NXWqtQCMPXWL6-BpIdXJW75QzoAs,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=-Tx-FA-fnIq0BtYpYLrfQsvjVR1lhkHtdNji6iU4r_I,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=vCeZUAaSnJuV7PNIZhagB_MLxWqsOEyQhkdRPPGo__M,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Yw4NXz8I-ZmtUJweyfFjKqwCjjxtfWZgjWFsZHYjbCY,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=kroQY3Ra37EsBUoq8i-NX6QO_ly6MS_RUIgQwYUhlOA,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=gTlaFaJIW0npNNieWhoKUW910m6rHb2Ct0sgQUK0GNM,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=4N-DmZCqUC6jLhtRt6XwssveOGQyBnhWRDZAZXAVVc8,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=AEfMca-k5gXPfXRNjMCWbZOYLGOyBMH30DahYDBv3Kw,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=efWdxJojDdd9yMpsf5uIlF-rXnkN60PTkqHjxbdp-2w,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=6mJ0qj0UBB2Zxu5sbzwsLI-i6y8clbQ2iLh7YRnZYIw,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=WNwcl6m_wCm9k2xJ462FzEY4_aPZZJXMFNLgox16hms,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=OJk7Rh-Q7H9QVnfgBv6GC1U_pXrCgcBYXLlJydo4Q5k,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=QQvdOwk4sCA4Lcn4I-E1yTUSTWg14G1lhsSRiXBOSrE,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=-mWwL8_2WVWzS4y2huYle0Ghq9NM0yAQU4vSBtCkhm4,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=9UqAnyP_FVaPx-YLOYMV25olwbdE18llAcXytO40ZyM,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=ZTLBo34501_qFB2J7MA2l7xoV7NjEHq4WKkeq31RsXo,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=_OY9x3otBeOZ-BRwR9__5vvZmfhSiRBihzRtDSFE58c,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=F1vabGFMOEuSnhdjACikmfRu9ChUhL_FEXUD0uVIeQ8,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=HWXK9NFpPQGBDImF50mC5kL4JsWVyFnwU5GIG2uAlLM,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=GIShac9HJTSX2JEOFhMQREeK1yI2pE-oBl-GmmhXnHQ,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=sE8FZUgyYVJhyvme1P53IQrW_agPHVWRosijlQNSfQ4,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=4hOI3pPZhYCy0WrMFilraF_lzuad64LWuvyIBd-Ql9M,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=42n5mWaH4fICVNA0ylEPDHJyDwVQ4HAAuPpYzO243iA,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=TzzvkniEz5jGcCwqqPHtKzXJs8RWKA3opIOahK_H5fc,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=xFYy_KLoegAl21gS1b2X_hTwjua74qrnAEFbUKaiFCo,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=GqJ5JCUTngqW2b4C12drDxt9MhF9XmgO_JZO-9E-VCM,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=ey9cqATTfyoL7Jr-_wq67QIycKJ5WFRj5mssSRNfNWw,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=KV5R1r8nwu4ISxN35bBYaQ39CTwNMJrN93_GgPBHNOA,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=far41Mj5aotMuDKNK6xaQI3gBxwGcAO8ZuuBpVS0X_s,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=BTIlpTgjT4jq53SB0HNVz41lHNdwKDlUQ4Y0AES8Q58,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=VD5I5bscQX3oJIrjLHi4nAwbZIILGWe4CAzWtk5V-d4,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=K7h11bEUFh1hUkCUQOXENGkKRGCxDZ_vuBeiDz5wOXc,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=jIoO3CdHqMevQhXqF5c5jKkSZVthxCw799kYRDiEy88,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=cWmlYreXKadd0nocmc3TWpZS23YE0nNfEX5nla-Y_Fs,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=UvjHPdiyH80QLDRjEcaqFIi0P5oNI6Q2FjUfEwQkDuE,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=LWaEfLtYYC-vS2L2Kt8qa3r0Z934_bnG8K-Hw6f-TS0,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/METADATA,sha256=OyGhDcBuh5uEhuj4HIe5jzfC61cQ5oED09WeCM100Pg,659
|
|
260
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.2rc0.dist-info/RECORD,,
|
|
File without changes
|
{ob_metaflow_stubs-6.0.10.2rc0.dist-info → ob_metaflow_stubs-6.0.10.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|