ob-metaflow-stubs 6.0.9.1__py2.py3-none-any.whl → 6.0.9.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 +967 -967
- 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 +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +38 -38
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +2 -2
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- 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 +3 -3
- 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 +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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +5 -5
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +11 -11
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +5 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +8 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +6 -6
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +3 -3
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +33 -33
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +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 +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +4 -4
- 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 +4 -4
- 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.9.1.dist-info → ob_metaflow_stubs-6.0.9.3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.9.3.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.9.1.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.9.1.dist-info → ob_metaflow_stubs-6.0.9.3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.9.1.dist-info → ob_metaflow_stubs-6.0.9.3.dist-info}/top_level.txt +0 -0
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=LXf9qXHVyKt16Wpsc9Pr6e7I-eWRQ4dNB3lH3pyUT-Y,86867
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=FARTd0Zob_FRYLyuVSktfdRb9RCiEdkReHDG8w7edaU,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=wgtbqLQsjprGvX3C2bRsvWgWlt-uVDcgpK2QhywRwpM,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=hGSDV8kVi7dT9vDN5BOFkWFwPKrvTnowDWJeOvYETWo,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=AEbWPfw-LVrmkMYKEsXDthks4hRadXt1xYC5aYSZL80,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=AeoVqBJUotMGXA9jGLpdPsFwKLaZQ2GK9P9yimZopqw,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=2K45pFkOm7XZbqs409Ja7IzH0xzWQIMKeEtFsMheF7U,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=fkWiYHfpClSARb2KNI9u0oTBNe7b1fX67VjcaguLhjU,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=s_KGQBTseOTKANrzHAygR-ARZHDuDncVPaqB5VPEgNA,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=1mnTtzoZa3NE8_Oa_d35NTv39GejdYWILVLDj3_02c0,5173
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=oOe4qg8C19nSoP15Y1wcunWILxl-lDvCN6xo_myiwpY,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=p0Dh7T4V_8_5px2qzbWMJo65SkoFTi36F7SdGzqRvsw,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=1yq3moQEblFW8mSVHRoiHIwvF6Hj1V9rXg9YkVYQxyQ,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=hbGYcDzTcaepPbfxxLw3E0w-dMpE_1yio8l07V1fAqs,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=YJ_xNpL70GTIjCxgQAvmiCYtF3xOO7EJTjbaa44xnVU,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=JT1HKi_WV4Ia5XfZz998cNOGRwIQoQD_e8gkBtV0PsQ,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=6PeKATgiVdDI3mkbabf3oHmfQNNLkW1_mQgcuo8MKEY,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=XcOgELM0HnoBQkUcMDcUza0eNWsrxfuVa8_OJKkV6ZU,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=hklzWGjoRFyBmk1ejjUI1DcogSyGMgAib7HK5hLliNo,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=yMyPfDTzDZjGNFe-hJAxSMadqZfEVstZ1C7Lvl0ZwdA,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=leKL8JT4xe3gBTCEgU6V2eIQ5rs4rn9r2fbxZhEX_H8,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=Dq4OBbCdemuv89Xdn8-aoUTZgc00bW5zXZ7JZY96WQI,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=_SUY02vd4uFO9N8Ej7-3WkGmThe8HHY3vCna6mRKMP4,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=iGDKbe9MIfcsbrOetQsfGdx7700lBCITODu23w0J4CM,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=I9kC9fkA9Bwn6u6Vyhdz__4-NK47fx4E_v8hDjrnIyg,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=8JX1kEPZlA4EdBlsd3hv5OAU4YUj74X7L5Hxsghym8M,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=fvZ5auM0p4Nu19sneCkgTWEFRAVU7ccM6b8X4Ij54c4,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=9odkkJ1GcN_YLEaGFnmRsQovPf-DVS6oIgVE5J9GedI,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=U-oGK4uApWzPvaZ9D53jIGA5kqIIbSwKoDLYW3FB1wE,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=c7mGrK9BUETV2ZimqmiVbikbKt_dBW0uVo3oU-KXVUE,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=qzcEsYKNAQ2gAxa2fPP84zeorn9LbLpV_T9WkWGB5Hw,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=xhzZMZsjLKWRx6x5pPtDMuWeCDCruGB8aq2I4ZyOXXs,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=xBFbCW5AnIeLMgeY1labxPXOANWOFN0YpG0qynrQkas,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=zbk_F31lnfi2-UhgI6aHpovE7Dz5BKNJD7vOEH6k-pY,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=ebeWox0NtFaRyFjbtRHvlp78O9oRxeDJxZWVNiKyotk,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=xYx-RvUP3j6y4f4TgOd-FHYQmoIv8cfrLhIG4qFRjN0,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=uG6eN0GyWqQ1Ga3x5jJz__0lq5-Ghd-oOlvI0zc0p-g,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=gMNDMSeqfqDqnB6SSP5ZG8rkI1VqnqWX8QtduI0QULw,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=MLxRechkbRKZLN9J1odOTM7KxT4M7vhurBKLvmRC7JE,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=S5e1jNQ4BUSDc6H9D4q0jskNjHA30RXIkLM2q0YsRbI,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=CXNVZtldN5cUZQM53RvssXUeRPAMuZJ4UmK5dA0Bb5w,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=dEiJoAfxHvPw39OhXGbdCXtr_lKHM3OVDOFtldfHzAQ,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=hNkK_KIqS8ZUYRLIhruPMDX3H1sh8tSinstsjMWZ-MY,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=-cWaGU89CATv-coplz6mvvY-u3w2pDo4XkydkR86mbA,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=XOqwGY-PG5raAhz-6bomOpQ0bBYNuRcsNlDY45ilHFk,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=80aUKV1mTX2uM34gYunxcX_zBlOrMxoKSykXm6Maue0,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=OuxCaMncw_dpPNPiop1IPDgQtWxonkmv_ft3HJ91vQM,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=oHd7v_nTXS5Q3OnQG-yK_cvFUONiJZjWtpf1zd-L6P4,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=Sax2__EMZ8HBTCVbIQr47rHb3c93DYmZbVXOt8UsNk8,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=-ZDt0_BJbLvqCdTBA-IHI1EoqvuIkIqKJ8avb62PWoo,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=jSa0J4AxfsZb_11caN2MhGh_FRyCI2Sm3RFm1LmQi94,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=avtVD3OSBGXv9tr7aTV8rRPwGcmdjuCOw-w0y1D6uxo,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=t4a0yKPaM1l5YC7T6LiFS7zRIAEeahu6Zv1M1VpE_kE,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=Zj54faRKoOOthQe9d0i696xhBaR3rBj6yRP2KuC9RpI,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=H5BZdl65-IU91YJ2Oi1Jz46_2UKULmraLdINY3H_qZU,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=tQzfO_S3wXY25Efm4kOuHoh61c8OIJX4boDSqVv6k8k,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=E9CijKzNTq70IdFJkaKEXRhFUs06WncPYjqaQfOjJp4,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=QkxBkt1ZVYhd6rrbx7CqzIc1nqMotUuS-UvIXBdhlsk,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=n8j1FInktdzLBQrDkWwEXcrLANeIpzCIrZBmi94ivWw,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=LxN13t3zJwpTd2sk4cBoG4NEtfwlHyvK8HxFUfPZPH0,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=OTI0Prfm2QkbQxuU5CbfaECTHJ8TLh6Mktg5D5NwoDw,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=DJvk5ePoBV3YYp2mDU6wW-cyzJv-wq8x902vntUQvPY,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=pUfoj_zKShzbFe-xPeJ9u32hooWyUEf5XCnKAA9LUUI,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=XSwAH_XpHLc-B7pbdBfxMLLj1pHA0xUBVKbJSsCcjrg,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=d_S15baifW_4RZ978KEdWYjcyih12sRr2XAO-pV9mXo,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=NT_Grid9LQPo_0xKqShWTzlJB9yCLTaU9cR6pTbeeqA,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=LE2D_xfg0uS9UJ9AMjMHh3LGVer3fvqpXS1586RIlQM,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=P0-88qz_8fViU1mHDvbDEsbBCRj_OsotiIktHVspGLw,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=89jrNiMx_iEus-6gJCiwEDjAMRDULUSh4-Lhfm5emaw,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=Uqmb1aoSVNuxGk8dRWCy5pJs5Ny7LMrlzG4R-Qf4S34,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=6vwCmpx_KyT0O-r8POBQiEro3beoETGIHrOMSUpg-Eo,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=2pJPvQePEhhtP5T7AbnTuPgSZOgQZPYm-RehijCoT5w,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=xb3_DNxgOW9B3CxcekyECgAwwNbhisZgtNw9E0BGA5E,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=rNSGmuJslV0AHik-SAPyoP4XVmkvmpBqD3toFTaDS6Y,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=lC1KYW-P95wRGIfzsXjpqKYJRK2Wm_PtUWuUhmb417A,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=8PnYuFh0nnxpqHY_yrN6vSbhsri6qe1SuE07mW3Z7fE,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=Pl4TpovbSoaFy9ZbWtkr9ijvSrR8_T0FzTAnjEutpAA,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=3c2w1J2lvQjPckxp1TjBNyamUerYRNpkuijRnvjDKbM,9112
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=if8cmnGtE1u2mwPSsYSQlZUcQdtN67nG5M_Amiqb8X4,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=_4nqIZh6bqUsnWtJ7WixbtysncFOjYhn3Jk5RxTAgfI,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=9knP0EbIzts8eIGTrsHKPJ1QsSQEMqprtqrsLB4NewI,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=WWTM70MfF2Rmy6gUJ548dxZLTXJt6EQ1N1x41HsI5Z0,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=CVYxurnEH3FnVnfUem0eQ5LYh7avbOdzU6Q5XYnNqmA,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=LfW5zrkef5Yo90MJMx4Cj72uVmLp35VS6mItHrD6WWc,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=bE5UwkR-okjbM7cd5T02V38oqRmOF05fr582uyCKgpw,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=vbM96aS_1FJe6Xk9V5w1AV8ZUk8oiuhYk6fUlXZPdIc,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=LQjvHxUmJBS06PjKIyAhyY8LQ7p7_tcsS0eL78orrN0,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=7hrRpBbW0zi67hDUp2nkrMdvYE-iRIP8Dkcm-MxmLmY,9713
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=hFt_PA-6r2_5-f4m4k9sPuHaKJj82sfBV5SR2r8wG6Y,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=p3zXSU3YPqsfBAkQVUy7GIGehlW0uwcK8OiILTRMCvw,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=eHHn3rdGYjqT5xYUvHQ6YMcCNlAWAXUHlNY2unwLo1U,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=R7aoI1R0LeL-hMhA40mYJJibTx7hYyrNB13i4bRoQho,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=howg2H5BUnX8ot5PTp-Qq23ub2Fz2XoOTjRZwD1cIw4,3430
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=rijEWvM5ahDyh8IDSVdbTJF_EJdvbx8HOxc2k5M4Cnw,9713
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=TqEd0jxUAz88Ld4ocftAP0mR9-aGAvlm9d3Fpk1a7mE,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=tZA4rtdSVFjSGFgxKlWAuq9VzFWBbllJNN7LVZ5oqLU,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=pzcaav4RFNGm0PxF0RwdBepITY_ltw1hARJ2J9tZ0Pg,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=PadloIhfjgBPMcONcBsFl_Di9QvlH034C3RBLfqeMFQ,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=37nJANeKKS2s1gGIQ2700_7SYOakIbagtehirF0XU_A,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=TJwGYD2Tmm31iKdeQsfKvzvS2bTABIWCf2wQTwrvYM0,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=jP1feplGmeYI9ZkPN_g0Jjspo0DszWZnFxscN25RpqY,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=CEHhsXUt_b2mJ29CqhXNPXR_Fz-wo9Ss9FzphCBSrEU,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=of2ERsZOmErpUyqYXivBET5GdDltlzIo_KVP-mJXfnM,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=dSD27r0p0RkQVr9yNZUgTjsrQdMHrtWnCqu96bnzoYM,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=hPWQIUiMur0EDccyxOy9eRzKkegLuCNTVMv0416Dsbw,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=ZHEMCI1h0LzDym7IkvedecFZTaKi6muk8NJdkV_A3yo,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=UXZLw7lL5w9pSbgBdtXmpbFE4NMgBvKPhkRPUWdh5hI,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=siqML9mOM8eLFsUj0TuBfLFXWUfLyOjPeV_xlIeYtIw,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=k6ujMX_uoBeQNUeZ8VZMbuUOpuazJUf0D9sCwlsaOTM,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=C1jWAcsUe-Z5-zHqKnkw46MLdRrCj6yFqdYPImUDs3M,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=nqir2PuKDR6dRwQQ_efeTbhr6Ihvqqdl7ojVkubNCe8,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=Kjemule4M_i3jcXrkmndD94RXH7usAptgoCg0tL9oqs,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=A2jM3nyiSN7wur7ujIa0o73H0-Cg20d5_06a3ygRFLI,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=FJrK8VZMBLH1r_zW0zREXBCFhxniE2kjcOmLrJe-UxI,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=TV7cBTpEftos8W_us9zN2tP7R6aSmyx1N8dUu0eHN-o,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=RTtwxINtQffE1VkDztbtMsZDNELojI9d3u4jvHqL7nc,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=yN3n3IMMoaaCIDKomq9PywrX5MxoALlxqtny7EMgrG0,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=ABqZvAEQtJIQR9yOYEEtTLPUsM0peFlP7GcUd6WW7TE,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=ThAPYX7J6hfCOCBejXiIwCiUIpMY97iWpAYnwT9Hgyw,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=CahuKks_ZSL7bLENroGnfgqIVZpGfExjkZbAr0ZVBZ8,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=Wt9cRQckwWzam29j7WguCS4T7dYj7bGXrUXF7kU8KFQ,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=zTC4IE1nV0vzx6jK32C4OOntZjj0e-ITXF2SJ7LCM3w,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=pKGMF-sz7QvMSEVSkY1x7L-Pz1RG_6CJXmRV7jMOKRI,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=ml7OYW17nLTonG3brQZQlkani3kmaxswS2aaGbMEVr0,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=-ygfwVQWW0GwEpVtgxMLub1DQ3dDCSbocxuR0J5KxMw,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=9YPUBPrDRAeuVHExQNpmeHIIfZHhZxmeqgZZf7rkO04,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=ffwG6bprKEBg9dr7wMmD-Jl8F5VAmPHlpFWrHVVW0Z8,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=OuFRgyLunSd-wB7srE7UTC8Fg7MF7iXJM-lAPdrlrY8,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=C9HDSr82eZFPxcDf0X1Xjk17k2g1fl3CFu3XEypnlFI,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=vO5euYk5leWn_PuNk6Yai3AyiuaHYFD62Qq0fJAZs9U,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=-o1MxSwb6SvHcz67yIAsTJHyr4JSLgR83cU-gTKB958,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=yowQJa0j3bNCl3eCOnQ0DaPXuvPpBBZ4PkG4PqxmJD4,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=JPkpgQcxche3WBIAunQI2YBaVNGzUkFfNGOoGmzxjVM,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=bPoGMJQ6pVVDmZNLrCeOvyEnfiauPx19oqffMk5JZa8,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=p17s97AOIIJFVJ9IvlGAeFFsuqUYxssX8P8SGvEqVtI,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=x82Rw3LqjhlTYWtKNC9wUHoOfU4ZuOBPoOt9Pt6jMds,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=VkWpfGQO9C7Oy2LRL5EDx0aLQtzdpJgRXl7kgipBMO0,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=n7ypivFFO1VdtXAGqSXcyJ1nLpEwvW8LBBtp0vHxyvs,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=-dssgMH4QyPh-IZ5hLw16AmUfJkTt5eZRRVQy1bFhZA,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=MFBwpYj2teibHKSaEseQRa_WknwlArgYOAfOF7-y7K4,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=fkJl71U1QN795ih_ZGWNktyul6QiK7H7oDqQka5PZ1Y,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=XI3Z7V_q2r3zzMC1EuoQF3Bdx1JDwHvgWrAvPy7iYiM,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=6cxh_tJ2zn3aSNa3V3G-SkYJiNCclc-4I0OhCYKZ8kk,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=XrH3SbXwTJAM0RPSjK4Tf-lQiEcTfuZOr57FJuqEBPw,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=P_hDQaiU3V8YIFYcRJYEvoj1D7ztTBSejn7Qs4X7OvA,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=02svStJGomXD-MypL9aPBrdvncZoLsjVoK1euSP26Nk,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=s7yYGZNf_R7eIhj4B4o0FbRmGX1asD2X5v2v9h4ccLY,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=hlTqMmJrRW2-Lt2XxxIRBtkYsgQ46v7GftGVfNKQcpY,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=_dXsJawj_7RraU_YjMKTu5-GOw__ID-t5m4zC31vEdc,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=4YFVj2xSLdtHznxFzS9M2zHBK12wwdXSFIlKWSV1nd4,2551
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=09E59wZanVu44Xl8stP_sQZFlT8fm81YF5SSgVySztY,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=81xYD-OD32_q-rsSxLRghihe3yXfYQIqikCQnONB7Us,14351
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zmZudaDBsYYTzP4e-QhNaUv-HI4dg4Njfj4KJjpl1ZA,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=xxQ16GBU1AERoLlhJPH-vOEHGCMOSv-KzlckQYSs0tM,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=fo8hLo5aBPf7gKbNYR1d399zTmTqQqOvHzIzsJ6DUUk,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=FfMW0rkHDRr56fFQicctkDt41gjpncYpNldp-a2AZ14,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=rQLGiF3qH4iBkzrQ02SnjXgeptXQRBDXUNHgA2pDHpI,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TN3XZ-pwPkLiMgCOMgO6vXDWq0g1x-2lN76evCg_Bgg,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=PlI8mjdaMDF7zUNZbeZk3i5A8EgHSyFDyt3JctQV2mA,3147
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CIQZxTixOG2448GrxQ-aMkM9azldYpAdKbIYawSgaqg,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=WHWggH79LbJJua0c5fu5_IGbVdXL42wLpw6BsvIv5Dw,2951
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=PFLRq_l4g0eFlCQaV_pMUb2T6BV1XuweaZaHM6dSECg,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=NU-7UZGCEFN0--cVQ6-qGlIayHeiEZXBAYPHTNkR0QI,5976
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=k_tW0G82w2oyOAA1UMeBiR6D9WZflcTZD_3HU0cs2GM,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=tR0TwNosOT25Y8C7_dDkp2eRdG2O4dHOatrHr6oSBmc,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=gzP3ky2zhhTztnCPySi8Dojwon9ULkY9Ba3N3vRW7P0,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=FN3h4ikXASFYhwGez4LgvTjNCX8pltwX5blKZTBpVx4,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=9n9VfOe_TVQUo1-q_2W-Tc5bp_3sqnc8DSBO55qYTK4,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=d0kPGkCcLvbHfmmwPXuS5HgRWz3XCCOJTCvvnMOyBgs,4576
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=xJbme_YkNiUz861qDkLXV1ua3jGWZJT39vUaoMI2YZc,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=3CFNOhU1vwFOwLCNB72EaDY-T75AaptslauSOLcFgKU,3881
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=r4xp6ApF_cIs6wBXGwhy2eZ7wrvgPHck6j275t2NFbc,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=gkk8ZR14K6gTrjKvy2WsY8Wp7-jyyFOx-kTkXJj8eIY,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=A8Qe3ooVwZ6OOzY7eD-hArpewZB-A28uSZjfec9gw44,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=xKwnDWZ21p_WxNz1sYhaEqJnK2jBY5wsVFdH3Tj2zgg,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=rZZCwBNlnC_4k_JrKlT7wLhv_OdyTMaz5v2ti1oAe94,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=pQTHRF5oVTAnHoYN5AuY1qBcNqVujnb_IDk9VEHWrsQ,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=PrSglrx7jGcalprmpxuhgH5FQnwJAW0GiCCWRFn5ri8,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ezH4U_eZAKNszSgSw5xPQMhKbiflB0fKgFGYcQoXMro,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=6nnbICnNlF1axidzMqO3d4QG13XE3cm6tcVmYRUiFCk,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ybEiSpmj2u-4SLq48AMRKWWg2UzIfErfZD5j0CqngXs,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=v17wWqIDoKTdJlhjF5E0orVYbdlUvHpNLYA0P9N3Tjw,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=K-N26TqIL70EmVg0Gvz7RPTtNg-3blTMB4BVkUO5MWw,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=v2XTArI6Dzh5zqoswRDH9jLctAzasKB4VWV4W6nDGAA,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=Y9hFAoTTkWk6xSNQd2EpIwRHY4JNtn9fSuIsREI-bPg,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=tdYrx3m3Ut--RaQzB_j2cfoZ9mvvYCgBVwvdKvAAmP8,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=2m2JMD_gHZhrvhj5muM2NrW3PQTQsG1pEGsmhuQvXGg,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9kwwkyG5r0nUA1LPzJEh8zpWBr3v1yaJZ3SO5SvvTyg,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=ZSQnRlSe87ToN27MORG_xComLW6fQ_y3cDTlHdJXobA,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=3gZpl-EGWUYOWmDmN70KZDT9vRSvnayWEpoqiIVsQvQ,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=EtdNabtGNykzqk7C1quASZsfgl9V9zCc2wJ106wCj04,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=jYklj9eyhNqBMeLO-qT573ZONMpsmAlG3_C8koOXyRI,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ZExda98sQs7SwlzzrM895TYPp7dnVZ_azX5TATu8h_Q,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=4L6SZI-_2ADVh2Rza9f8D2nPQo8UISy-L5QZby-umGs,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=wz2LQj4TkdPcbwBWDd3Wxm0czo6XavsUvX9bME2Sbbc,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=zPMMD6v3z2g8DELYQCcsX-CrLpPPBwumCOM8HAExPz0,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=9qJ80rHJhMv_zhDDo5KXFvoWSxn1cTzQUCXXFxhfEOQ,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=x9P3OtCjEuqKq6tT7DZdsMWcSuyoiR_uRxoNJnJdmQ4,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=WzRWVOYQvdSVtm756BRLdwN0pdl5WH-KnR7MLSZu6Uw,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=GwCO6Ak8PwcPoon_xbfLjS0G7RGhtbIuSHd-g6rWGA0,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=owfHmq1O_Zgcs-BBP0EPtiVl07DWm-gwnHYkvPXBMYI,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=4W4Jjtnhnglpf4tooBrX4Pf8XG6GkJIJi8x5f53EXn4,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=xBCPSe-LgD8HlE-xRQzUp2O0SaQdoqNDdbgsIcjQ0hw,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7VPuZ96PlTukKCqHgaxWTnGLc9fHWpC94mZXfpR3trI,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=pthW9qRcbUbvscRFAaoU8NUvNHZ3TgIRGvX8UmHhAwo,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=zEZ90Sb7CP3J4lr2u6uvHFaTdrNnFLL2Bikp7OcgnGA,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=oNxcuvm5I5EMy6EfxoUlgwKOwGvo9luJXMMI_uYljg0,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=9cpa56jwX3Wp0S3xwYJ6G0vf0chVawqkK1Ksx5214k4,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=K-HC1n5aP5E-BXfXp2o1v999RfgPbytvfUglrrnO_9M,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=mnWO9XDWJZ8KRzF70kTdjz4S2LgUzLmzL1W5cazXUhM,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=rFPi4PZTq3EUzHs5DaYP2kUa9ZsZK4KBS-q6vYsaGDg,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=FLXh6URWhiI2FbZ9KVZKsfakzwk8NT98DERwxtZx4iU,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Vs1B5bsDyN7fw0iDpik32sfxDa55mH7PbE6c_VAhcA4,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7LfXVz8O0MgBncHuDFSp8IdiB3e7RP8c4DTb7-TXd2g,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=OAzRDcFwkCbd3PY_HjejnPi4UaClW1t_9LeVP8mNEgc,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=pjWIFMjMf5o1zDtn-758-5fhPzCkyNZyu1zmKrcAYa4,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=PNQtGDzPsvF_3gHy-YqC7DU9PAPpmecCkstcgl7Y33Y,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=7Pe--kubrKGBZMmMKZIVDKVf2XCbMNbPZqOvMmxkWRI,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=ed52-vnQUUsErXeIjtZeGz6czuW0F1Bz60VelVXrJNk,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=tPa2JgZYNaBLbePElpZ2zwHnDe0HygYWAqmCX-iJXfg,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=zvbZP03J-ZnenuONKIkKIuIrvgGK4yhbb4MdZNnI5z0,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=aayQNEXpQ6CA4aeiI5TXzEKSKM4ZUULRLs621OuDTME,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=bhlL14thPKi3_epH5TBXz6eMfgwhQugC6i_R6fg544A,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=HMd5pXQyg_6oRb7UfZSNVKrxD8O-CgPmz3QD84mPi-c,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=8xaD2waYsDUda6EYTHFbn8ve9yEOhn8OcqgdfivoJUQ,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=0Ti6Uqc4wERzjKvt0qqbOejoe4HSEyHlVU0ymvRtFFA,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=nBurPSjwUTjnngTls14J80Zck-v-YWnhhkUoq_4a368,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=bYxMdk0XilcFW5gq-f68pTmr8dM2LR45pPuCpjn9BAk,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=I9nn2mp7iwKzWyFrdF17Yu-Z4pqEiVHu7HCU1QD8iaA,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=GtAggpbpRL0WPkDd6ckwlApS0u4WgLqMxasKHXs5cig,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=ILRgS5jWjf_Hawq8ewvluch2pxYYwP-pRw1LTqvJoGE,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=VwSgkHcnd3-m8SYPAC_dx-Ue_AnvPR3p7HyHS2XORPw,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=9ObAJE6-YdJS5QlIruptXmrjAQnVS3qsGIRG1VwxJnI,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=kpZ0ZHAcrRA2JziJVOitJQUlUwP_t1dGE8tWXw7SMoU,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=ZaYoOX1XDQKhGSC_h04bZVJUfyXLmOSDkDAeWDVyAoY,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=P7qf7nnbgZ5iKc1U-4jqMZPM359uKxTAhQlIn6DVm4U,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=kmsJIaJsEyOVqQtejFF1y9salggYtqUrp40MuTU4fSM,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=8peG-mAsxV8u0JIlXsOnqzLMAMr5H33O-KNJl72TPnI,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=_4BUqygCBe6_qa2lXMjoI0Zf6VYzksAOwnN8TjtXauU,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=HoZ9a7vogpxM8D5AtrkaGCMIaKp8JFmmaBSHZ1k1-g0,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=VYrrACQ3cgACRqgF2tNVnZMswhdUDDMjwzfT8smTIFI,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=tQh_nrD450ai9B9JumGod9yob2nTETMRxwIZBl-hUig,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=c8Wgyej7rMGuPbtf1g-XyuagP4M7ZH1jN2qZQMGFg6A,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=s_O_JRdhtK_6TNa1jLG7E4qboFbFTq9wstFf9GGQrXI,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=tQGZrLHZ-VBvAc9XLIhf_pRimqUJAcP7vAYBDhWRF9U,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=maWt4OGXSle_8gAGOe9esNEz_hlNimVIvcJ35xxEwes,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=iNpqzTA2XljcJWSdq5gBsX3j6ckohrA2jBZLo0tlUKQ,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=_RQnK9YNCZoRxZ8rmNeY7T-9Q0Ebsq8RrF0GB36bFQk,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=yZ2jMAmc-a7wiyoSvnoTQTENEUK-oK3JoYTZaT8HQ5s,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=r-Vswrcqqi8LAWm03kkbNZUHxeYV2hYcvCrzYRlj2w4,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=gLPxQFeApyUjQqmPZKW8F2UDjG-e8gGXZyHdLiVQ9G0,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=Fk09kJmb-FerAwX9zcJ-hQklA7aa8An91o7teDQPFfs,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=NaoqLPOlhv8h5mIbp0vLf43Tpyr33znYSWIsxEmDDaQ,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=pnghoHxfxKs1atl6h1q6qdgQYlATsHsSge2XoxzFLhs,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=9gDD2TwqG-9i9bFw-2pgujPnFdXq-WkYBgjTGW9yUK0,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=s9u3kXMp8RHGrltkDmcmY9o-XcaaJJr8OULnh2w6rUA,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=22MiRj8dRmhIOlS8XXM6b4qIOm7tyxaNi2T12-3dHmo,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.9.1.dist-info/METADATA,sha256=Fk3OChEhsXBsgHZLowKPIqlpkMe7rcCXy-GsA5vva6Y,655
|
|
260
|
-
ob_metaflow_stubs-6.0.9.1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.9.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|